Online (Page Replacements)
Jump to navigation
Jump to search
Description
When page fault occurs during the program execution, operating systems use page replacement algorithms to select a victim page from primary memory and makes room for the required page.
Related Problems
Related: Offline
Parameters
No parameters found.
Table of Algorithms
Name | Year | Time | Space | Approximation Factor | Model | Reference |
---|---|---|---|---|---|---|
Not recently used | 1940 | Exact | Deterministic | |||
First-in, first-out | 1940 | Exact | Deterministic | |||
Second-chance | 1940 | Exact | Deterministic | |||
Clock | 1940 | Exact | Deterministic | |||
Least recently used | 1940 | Exact | Deterministic | |||
Random | 1940 | Exact | Randomized | |||
Not frequently used (NFU) | 1940 | Exact | Deterministic | |||
Aging | 1940 | Exact | Deterministic | |||
Longest distance first (LDF) page replacement algorithm | 2017 | Exact | Deterministic | Time |