Question
Given the following stream of page references by an application, calculate the number of page faults the application would incur with the following page replacement
Given the following stream of page references by an application, calculate the number of page faults the application would incur with the following page replacement algorithms. Assume that all pages are initially free.
Reference Stream: A B C D A B E A B C D E B A B
A) FIFO page replacement with 3 physical frames available.
b) LRU page replacement with 3 physical frames available.
c) OPT page replacement with 3 physical frames available.
d) True or False: If we increase the number of physical frames from 3 to 4, the number of page faults always decrease using FIFO page replacement. Briefly justify your answer.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started