Back to the 2025 paper

Module 5: Memory Management

20257m

Consider the main memory with the capacity of 4 page frames. Assume that the pages of a 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