Page 1 of 1

Consider the following page reference string for the LRU page replacement algorithm: 1, 2, 3, 4, 2, 1, 5, 6, 2, 1, 2, 3.

Posted: Sat May 14, 2022 6:52 pm
by answerhappygod
Consider the following page reference string for the LRU page
replacement algorithm:
1, 2, 3, 4, 2, 1, 5, 6, 2, 1, 2, 3.
a) How many page faults would occur assuming three frames
available in physical memory.
b) How many page faults would occur assuming four frames
available in physical memory.