213k views
2 votes
What is Belady in computer language ?

User Olyanren
by
4.4k points

1 Answer

4 votes

Answer: Belady’s anomaly is a process in which by increase in the number of page frames there is a increase in the number of page faults for memory access pattern.

Explanation: Belady's anomaly was if there is a increment in the number of page frames then it will result in the increment of page faults as well in computer terms. The process was seen usually on the following replacement algorithm:-

  • FIFO(first-in first-out)
  • Random page replacement
User Catalesia
by
5.2k points