Open In App

Advantages and Disadvantages of various Page Replacement algorithms

Page Scheduling, involves many different algorithms which have their Advantages and Disadvantages. 

1. First In First Out (FIFO):



2. Least Recently Used (LRU):

3. Optimal Page Replacement (OPR):



While FIFO and LRU have their share of advantages and disadvantages, OPR is used as a benchmark to measure the performance of other algorithms. So according to the situation appropriate algorithm is used.

Article Tags :