in Operating System
8,001 views
21 votes
21 votes

The optimal page replacement algorithm will select the page that

  1. Has not been used for the longest time in the past
  2. Will not be used for the longest time in the future
  3. Has been used least number of times
  4. Has been used most number of times
in Operating System
8.0k views

1 comment

edited by

The optimal page replacement algorithm will select the page that - Will not be used for the longest time in the future.

And that's the reason this optimal Page replacement algorithm is not a practical one and only used for benchmarking because one can never look into future and make decisions in present and that implies in real life too otherwise life would be no fun and boring because then we all take the perfect decisions!

7
7

1 Answer

40 votes
40 votes
Best answer

Optimal page replacement algorithm will always select the page that will not be used for the longest time in the future for replacement, and that is why the it is called optimal page replacement algorithm. Hence, (B) choice. 

edited by
by

1 comment

option(a) – Least Recently used Page replacement algo

option(b) – Optimal Page replacement algo

option(c) – Least frequently used Page replacement algo

 option(d) –  Most Frequently used Page replacement algo
3
3
Answer:

Related questions