Skip to content

Opening book details…

About this document

Optimal and FIFO Page Replacement Algorithms by Sadia Sumi is a document available to read on EtoBox.

This document contains code for implementing two page replacement algorithms: Optimal Page Replacement and FIFO Page Replacement. The Optimal Page Replacement code tracks the frames and pages arrays to determine when to replace pages based on the furthest future reference. The FIFO algorithm simply replaces the oldest page based on its position in the frames array. Source code is provided from online sources for implementing each algorithm.

Author
Sadia Sumi
Language
EN