Question: Write a program that implements the FIFO LRU, and optimal (OPT) page-replacement algorithms. Have your program initially generate a random page-reference string where page numbers

Write a program that implements the FIFO LRU, and optimal (OPT) page-replacement algorithms. Have your program initially generate a random page-reference string where page numbers range from 0 to 9. Apply the random page-reference string to each algorithm, and record the number of page faults incurred by each algorithm. Pass the number of page frames to the program at startup. You may implement this program in any programming language of your choice. (I prefer in java or c/c++)

Design: Code: Output:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!