The document discusses different page replacement algorithms used in operating systems. It describes the FIFO, OPT, LRU, and Second Chance algorithms. FIFO replaces the oldest page accessed. OPT replaces the page that will not be used for the longest time in the future, but this is impossible to implement since the future is unknown. LRU approximates OPT by replacing the least recently used page. Second Chance is an approximation of LRU using reference bits. The document also discusses frame allocation techniques like fixed and priority allocation.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
28 views
Paging in Real World
The document discusses different page replacement algorithms used in operating systems. It describes the FIFO, OPT, LRU, and Second Chance algorithms. FIFO replaces the oldest page accessed. OPT replaces the page that will not be used for the longest time in the future, but this is impossible to implement since the future is unknown. LRU approximates OPT by replacing the least recently used page. Second Chance is an approximation of LRU using reference bits. The document also discusses frame allocation techniques like fixed and priority allocation.