First-In-First-Out (FIFO) Algorithm
Page Faults: 0
Least Recently Used (LRU) Algorithm
Page Faults: 0
Optimal (OPT) Algorithm
Page Faults: 0
Analysis
| Algorithm | Page Fault |
|---|---|
| First-In-First-Out (FIFO) | |
| Least Recently Used (LRU) | |
| Optimal (OPT) |
The most efficient algorithm on allocating [] page frames with a reference page string of length [] is