Assume in a Virtual Memory system, a program needs 10 pages with page numbers 0 to 9 and each page is 4  words and the program is allocated 3 page frames: a, b, and c. The word trace for 26 memory accesses by the program  are listed below. Use a table similar to the one shown on Slide 7 of Lesson 20 to compare the three replacement  policies: LRU, OPTimal, and FIFO, by calculating and comparing the hit rate of each policy for these 26 memory  accesses.  Word trace: 0, 1, 2, 3, 8, 16, 17, 4, 5, 6, 7, 9, 10, 11, 12, 8, 9, 10, 28, 29, 30, 4, 5, 12, 4, 5

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.3: Data Types
Problem 9E: (Practice) Although the total number of bytes varies from computer to computer, memory sizes of...
icon
Related questions
Question

Assume in a Virtual Memory system, a program needs 10 pages with page numbers 0 to 9 and each page is 4 
words and the program is allocated 3 page frames: a, b, and c. The word trace for 26 memory accesses by the program 
are listed below. Use a table similar to the one shown on Slide 7 of Lesson 20 to compare the three replacement 
policies: LRU, OPTimal, and FIFO, by calculating and comparing the hit rate of each policy for these 26 memory 
accesses. 
Word trace: 0, 1, 2, 3, 8, 16, 17, 4, 5, 6, 7, 9, 10, 11, 12, 8, 9, 10, 28, 29, 30, 4, 5, 12, 4, 5

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Parallel Processing
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr