Fifo Page Replacement

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

8. Consider the page reference string: 7, 4, 1, 6, 6, 1, 6, 3, 4, 6, 1, 5.

Assume that the


system has a memory with 3 frames. All frames are initially empty. How many page faults
would occur if the system implements FIFO page replacement algorithm?

Counting page faults - 1 Mark


FIFO page replacement implementation - 2 Marks

You might also like