Offline

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 1 of 1 algorithms

See more
The theoretically optimal page replacement algorithm1940O(n2)O(n^2)O(k)O(k)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table