Back to the 2024 paper

Module 5: Memory Management

20247m

Consider the main memory with the capacity of 4 page frames. Assume that the page of process are referenced in the order as given below:
1, 3, 4, 4, 3, 2, 1, 7, 5, 6, 4, 2, 1, 2
Which of FIFO or LRU would be better in this case as a page replacement policy? Why?

Similar questions