Operating System - FIFO (First-In-First-Out) Page Replacement Algorithm
Definition:
FIFO is one of the simplest page replacement algorithms used in virtual memory management. It works on the principle of replacing the oldest page in memory — the one that was loaded first.
How It Works:
Example

Pros:
Cons: