Page Replacement Algorithms

Optimal Page Replacement
This algorithm targets the page that won't be used for the longest time. It requires the OS to have information about the incoming requests beforehand.