Which page replacement policy suffers from Belady’s anomaly

2007

Which page replacement policy suffers from Belady’s anomaly

Answer: C. FIFOBelady’s anomaly occurs when increasing page frames increases page faults. This phenomenon is observed in the First-In-First-Out (FIFO) page replacement…

  1. A.

    LRU

  2. B.

    LFU

  3. C.

    FIFO

  4. D.

    OPTIMAL

Attempted by 764 students.

Show answer & explanation

Correct answer: C

Belady’s anomaly occurs when increasing page frames increases page faults. This phenomenon is observed in the First-In-First-Out (FIFO) page replacement policy. Other policies like LRU do not exhibit this behavior.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Nta Ugc Net Paper 2

Loading lesson…