Online

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.

Parameters

  • nn: number of page requests
  • kk: number of pages able to fit in cache

Related Problems


Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 9 of 9 algorithms

See more
Longest distance first (LDF) page replacement algorithm2017O(nk)O(nk)O(k)O(k)
Not recently used1940O(nk)O(nk)O(k)O(k)
First-in, first-out1940O(nk)O(nk)O(k)O(k)
Second-chance1940O(nk)O(nk)O(k)O(k)
Clock1940O(nk)O(nk)O(k)O(k)
Least recently used1940O(nk)O(nk)O(k)O(k)
Random1940O(n)O(n)O(k)O(k)
Not frequently used (NFU)1940O(nk)O(nk)O(k)O(k)
Aging1940O(nk)O(nk)O(k)O(k)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table