optimal page replacementan optimal page


Optimal page replacement

An optimal page replacement algorithm has the least page fault rate of all algorithms. The algorithm states that put back the page that will not be used for the longest period of time. The drawback of this algorithm is that it is very hard to implement as it requires future knowledge of the reference string. For example consider the reference string 1, 2, 3,4,3,1. Here 1, 2, 3 are inserted as normal but when 4 comes we replace 2 as it isn't used again.

 

Request for Solution File

Ask an Expert for Answer!!
Operating System: optimal page replacementan optimal page
Reference No:- TGS0308166

Expected delivery within 24 Hours