CACS251 Operating System

Operating SystemTU Board 2024

What is Belady's Anomaly in page replacement Algorithm? Explain with example. Consider the following page reference string: 7, 2, 3, 1, 2, 5, 3, 4, 6, 7, 7, 1, 0, 5, 4, 6, 2, 3, 0, 1 How many page…

10

What is Belady's Anomaly in page replacement Algorithm? Explain with example. Consider the following page reference string: 7, 2, 3, 1, 2, 5, 3, 4, 6, 7, 7, 1, 0, 5, 4, 6, 2, 3, 0, 1 How many page facts will occur if the program has four page frames available to it and usesthe following page replacement algorithm? a) FIFO replacement b) LRU replacement c) Optimal replacement

A worked answer is on its wayMeanwhile, read the Operating System notes for this topic.

Discussion

Loading…

More Operating System questions

All Operating System old questions