Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A process contains six virtual pages on disk and is assigned a fixed allocation of four (4) frames in the main memory. Consider the following
A process contains six virtual pages on disk and is assigned a fixed allocation of four (4) frames in the main memory. Consider the following virtual page reference string: 1,2,3,0,4,0,4,3,1,2,0,5,2,4,1 a. How many page faults would occur if Optimal policy is used? Show clearly when each page fault would occur. (4 marks) b. How many page faults would occur if FIFO policy is used? Show clearly when each page fault would occur. (4 marks) c. How many page faults would occur if LRU policy is used? Show clearly when each page fault would occur. (4 marks) d. Explain the limitation of Optimal policy. (2 marks)
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