The document discusses various page replacement algorithms including FIFO, LRU, and Optimal Page Replacement. It presents multiple scenarios with specific page reference strings and asks for the calculation of page hits and page faults based on given frame sizes. The scenarios involve different reference strings and frame sizes, requiring analysis of memory management performance.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
4 views1 page
Page Replacement Algorithm
The document discusses various page replacement algorithms including FIFO, LRU, and Optimal Page Replacement. It presents multiple scenarios with specific page reference strings and asks for the calculation of page hits and page faults based on given frame sizes. The scenarios involve different reference strings and frame sizes, requiring analysis of memory management performance.
0, 3, 2 with 4 page frames. Find number of page Hit and page Faults. 2. Consider the page reference string of size 12: 1, 2, 3, 4, 5, 1, 3, 1, 6, 3, 2, 3 with frame size 4. Find number of page Hit and page Faults. 3. Consider a reference string: 4, 7, 6, 1, 7, 6, 1, 2, 7, 2. the number of frames in the memory is 3. Find out the number of page faults 4. Given page reference string: ● 1,2,3,4,2,1,5,6,2,1,2,3,7,6,3,2,1,2,3,6 with frame size 4. Find number of page Hit and page Faults.