Virtual Memory Management Strategy(1)

Virtual Memory overview


Demand Paging


Page Replacement


FIFO page replacement

Optimal page replacement

LRU(Least recently Used) algorithm

LRU-Approximation algorithm

Counting-Based algorithm

Workload

Allocation of Frames


앞서 언급한 내용들은 프로세스 당 할당되는 프레임이 제한되어 있기 때문에 이에 따라 발생하는 swapping의 횟수를 줄이고자 했다. 본 절에서는 프로세스 당 할당되는 프레임의 개수에 대해 다룬다.