Discussion :: Operating System
- What does Belady's Anomaly related to?
A.
Page Replacement Algorithm |
B.
Memory Management Algorithm |
C.
Deadlock Prevention Algorithm |
D.
Disk Scheduling Algorithm |
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