Another Simple Policy: Random

This lesson describes how the Random policy works as a replacement policy for ​evicting pages in the operating system.

We'll cover the following...

Another similar replacement policy is Random, which simply picks a random page to replace under memory pressure. Random has properties similar to FIFO. It is simple to implement, but it doesn’t really ...