205 views

1 Answer

4 votes
4 votes

A page replacement algorithm suffers from Belady's anomaly when it is not a stack algorithm.

  • FIFO suffers Belady's anomaly, but not always.
  • Random page replacement, it may choose a page to replace in a FIFO manner or in a manner that does not satisfy the stack algorithm. This means it could suffer from Belady's anomaly.

So, the correct answer is $B;D.$

Answer:

Related questions

2 votes
2 votes
2 answers
1
gatecse asked Dec 7, 2020
307 views
In a stack page replacement algorithm, the set of pages in a $k$-frame memory is always a subset of pages in a _________ frame memory (Mark all the appropriate choices)$k...