Home / Computer Science / Operating System :: Discussion

Discussion :: Operating System

  1. What does Belady's Anomaly related to?

  2. A.

     Page Replacement Algorithm

    B.

     Memory Management Algorithm

    C.

     Deadlock Prevention Algorithm

    D.

     Disk Scheduling Algorithm

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    In computer storage, Belady's Anomaly is the name given to the phenomenon where increasing the number of page frames results in an increase in the number of page faults for a given memory access pattern. This phenomenon is commonly experienced when using the First in First Out (FIFO) page replacement algorithm.


Be The First To Comment