Page replacement policies where Balady’s anomaly occurs - FIFO

Q.  In which of the following page replacement policies Balady’s anomaly occurs?
- Published on 23 Jun 15

a. Most recently used.
b. LRU
c. FIFO
d. Optimal page replacement policy.

ANSWER: FIFO
 

    Discussion

  • Nirja Shah   -Posted on 25 Nov 15
    - FIFO is an acronym for first in, first out

    - It is a method for organizing and manipulating a data buffer, where the oldest (first) entry, or 'head' of the queue, is processed first.

    - It is a comparable to processing a queue with first-come, first-served (FCFS) behaviour: where the people leave the queue in the order in which they arrive.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)