Back to the 2024 paper

Module 5: Memory Management

202414m

Consider the following page reference string: 1, 2, 3, 4, 2, 1, 5, 6, 2, 1, 2, 3, 7, 6, 3, 2, 1, 2, 3, 6.
Compare the page faults occur for the following replacement algorithms using 3 frames? Assume, initially all the frames are empty.
(i) LRU replacement
(ii) FIFO Replacement

Similar questions