This algorithm replaces the page which has not been referred for a long time.
This algorithm is just opposite to the optimal page replacement algorithm. In this, we look at
the past instead of staring at future.
-
It is open for full analysis.
-
In this, we replace the page which is least recently used, thus free from Belady’s Anomaly.
-
Easy to choose page which has faulted and hasn’t been used for a long time.
-
It requires additional Data Structure to be implemented.
-
Hardware assistance requirement is high.