in Operating System
532 views
0 votes
0 votes
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.$
How many page faults would occur for the following replacement algorithms, assuming one, two, three, four, five, six, and seven frames ?
Remember that all frames are initially empty, so your first unique pages will cost one fault each.

•$LRU$ replacement
• $FIFO$ replacement
• $Optimal$ replacement
in Operating System
532 views

1 comment

similar to gate previous year questions
0
0

Please log in or register to answer this question.

Related questions