Which page replacement algorithm is optimal but not used in practice because it requires knowledge of future page references?
Least Recently Used (LRU)
Clock
Optimal
First In First Out (FIFO)

Operating Systems Exercises are loading ...