Belady's anomaly is related to ___________ function of the operating system.
2022
Belady's anomaly is related to ___________ function of the operating system.
Answer: D. page replacement — Belady's anomaly occurs when increasing the number of page frames leads to an increase in page faults. This counterintuitive behavior is specific to certain…
- A.
process scheduling
- B.
deadlock
- C.
process synchronisation
- D.
page replacement
Attempted by 954 students.
Show answer & explanation
Correct answer: D
Belady's anomaly occurs when increasing the number of page frames leads to an increase in page faults. This counterintuitive behavior is specific to certain page replacement algorithms, most notably the First-In-First-Out (FIFO) algorithm. Therefore, it is fundamentally associated with the page replacement function within operating systems.
Loading lesson…