edited by
5,964 views
15 votes
15 votes

In which one of the following page replacement algorithms it is possible for the page fault rate to increase even when the number of allocated frames increases?

  1. LRU (Least Recently Used)
  2. OPT (Optimal Page Replacement)
  3. MRU (Most Recently Used)
  4. FIFO (First In First Out)
edited by

4 Answers

1 votes
1 votes

Answer: (D)

Explanation: In some situations FIFO page replacement gives more page faults when increasing the number of page frames. This situation is Belady’s anomaly.


Belady’s anomaly proves that it is possible to have more page faults when increasing the number of page frames while using the First in First Out (FIFO) page replacement algorithm. For example, if we consider reference string 3 2 1 0 3 2 4 3 2 1 0 4 and 3 slots, we get 9 total page faults, but if we increase slots to 4, we get 10 page faults.

Answer:

Related questions

21 votes
21 votes
4 answers
2
Akash Kanase asked Feb 12, 2016
7,312 views
The Floyd-Warshall algorithm for all-pair shortest paths computation is based onGreedy paradigm.Divide-and-conquer paradigm.Dynamic Programming paradigm.Neither Greedy no...
27 votes
27 votes
5 answers
3
Akash Kanase asked Feb 12, 2016
9,410 views
Anarkali digitally signs a message and sends it to Salim. Verification of the signature by Salim requires.Anarkali's public key.Salim's public key.Salim's private key.Ana...
22 votes
22 votes
1 answer
4
Akash Kanase asked Feb 12, 2016
5,062 views
Match the following:$$\begin{array}{ll|ll}\hline \text{(P)} & \text{Lexical analysis} & \text{(i)} & \text{Leftmost derivation} \\\hline \text{(Q)} & \text{Top down pars...