Ask Question
13 April, 02:15

Consider the parameter Δ used to define the working-set window inthe working-set model. When Δ is set to a low value, what is the effecton the page-fault frequency and the number of active (no nsuspended) processes currently executing in the system? What is the effect when Δis set to a very high value?

+4
Answers (1)
  1. 13 April, 02:31
    0
    When Δ is set to large value, then a process's resident set is overestimated and this might prevent many processes from being scheduled even though their required pages are resident

    Explanation:

    When Δ is set to a small value, then the set of resident pages for a process might be underestimated, allowing a process to be scheduled even though all of its required pages are not resident.

    This could result in a large number of page faults. When Δ is set to large value, then a process's resident set is overestimated and this might prevent many processes from being scheduled even though their required pages are resident.

    Hoewever, once a process is scheduled, it is unlikely to generate page faults since its resident set has been overestimated.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Consider the parameter Δ used to define the working-set window inthe working-set model. When Δ is set to a low value, what is the effecton ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers