Wap to simulate the lru page replacement algorithm

Assignment Help Basic Computer Science
Reference no: EM131593175

Question: Virtual Memory

Write a program to simulate the Least-Recently-Used (LRU) Page Replacement Algorithm that appears on page 366 of the textbook. In particular, the simulator should accept the following input from standard input (stdin):

Number of Virtual Pages
Number of Page Frames Available (not used by page table)
Number of References
Page Referenced Read or Write (0 or 1, respectively) duration
Page Referenced Read or Write (0 or 1, respectively) duration
            :            :

For example:

5
3
2
0 0 2
1 1 1
3 0 1

is valid input. There are 5 virtual pages (numbered 0, 1, ... 4), 3 page frames (numbered 0, 1, 2) in memory, 3 references listed: page 0 is read from for 2 clock ticks, page 1 is written to for 1 clock tick, and page 3 is read from for 1 clock tick.

Maintain a page table as an array. Use page number as an index to the array. The array should include an R-bit, an M-bit, and a Present/Absent bit, as well as the frame currently mapped.

R-bit = 1 if page has been referenced recently (read/write)
M-bit = 1 if page has been modified (needs to be written to disk)

Corresponding to the previous example, the page table could look like this way:

1 0 1 0
1 1 1 1
0 0 0 0
1 0 1 2
0 0 0 0

The first row indicates the virtual page 0 is mapped to the physical page 0. The page has been referenced and is present in the physical memory.

Assume that the R-bit is reset to 0 after a set of 6 pages have been referenced. This is to simulate a reset after each clock interrupt.

The output from the simulator should indicate whenever a fault occurs, and which page has been evicted (if one is evicted). Always select the smallest numbered page in a class to be evicted. In addition, the output should include the total number of faults that occurred.

The possible output would look something like:

: :
Fault: no page evicted, page 0 brought in to memory.
Fault: page 2 evicted, page 3 brought in to memory.
: :
Total number of faults is 23.


What to Hand In:

All programing files. (whole project solution).

Reference no: EM131593175

Questions Cloud

What is the present value added assuming : What is the present value added assuming a 10% rate?
What expected rate of return would security earn : What expected rate of return would a security earn if it had a .36 correlation with the market portfolio and a standard deviation of 54.1 percent?
What expected rate of return would security earn : What expected rate of return would a security earn if it had a .36 correlation with the market portfolio and a standard deviation of 54.1 percent?
Planning and strategic management panera bread co : Co nsidering a SWOT Analysis, what strengths and opportunities exist for Panera? What weaknesses and threats exist?
Wap to simulate the lru page replacement algorithm : Write a program to simulate the Least-Recently-Used (LRU) Page Replacement Algorithm that appears on page 366 of the textbook.
What rate of return will the man receive : A man buys a corporate bond from a bond brokerage house for $925. what rate of return will the man receive?
Evaluate the stopping by woods on a snowy evening : Robert Frost is clearly one of the best poets ever. Three of his most famous poems, Stopping by Woods on a Snowy Evening, The Road not Taken
Calculate the cash dividend per share : Calculate the cash dividend per share for 2017 and the dividend yield based on the market price calculated in part e
What is price of the bond : Its current yield is 7.5 percent and its yield to maturity is 10 percent. What is the price of the bond?

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Council of economic advisers for president trump

You have just been randomly selected to participate in a student focus group conducted by the Council of Economic Advisers for President Trump.

  Enterprise-level network security planning

If a similar incident did occur with enterprise-level network security planning and policies in place, how would the response have been different?

  Software sales

Software Sales A software company sells a package that retails for $99. Quantity discounts are given according to the following table: Quantity: 10-19 Discounts = 20%

  Pseudo code-flowcharts

When creating the logic for a new program, which is the best way to go about it, pseudo code or flowcharts?

  Sensor data management systems

1. How can the sensor data management systems place the value to offer the proper information to the consumers correctly?

  Explain discrete logarithm problem relative to g

Prove that the hardness of the CDH problem relative to G implies the hardness of the discrete logarithm problem relative to G.

  Program determine the average

What steps must you take to open an existing project? Suppose your instructor gives three exams during the semester and you want to write a program that calculates your average exam score. Answer the following:

  Designing an active directory infrastructure

What are some factors or requirements when designing an Active Directory Infrastructure? How do you gather the requirements for the design? Please explain in approximately in two paragraphs.

  Identify the location of the loop

Give an algorithm for finding an ordered word pair (e.g., "New York") occurring with the greatest frequency in a given webpage. Which data structures would you use? Optimize both time and space.

  Create a gantt chart that is based on the details

Create a work plan listing the tasks that will need to be completed to meet the system's requirements - Create a Gantt chart that is based on the details of your work plan. You may use any drawing/presentation/project management tool with which you ..

  Build or destroy an organization

Downward communication can build or destroy an organization. Discuss

  Write a method draw pentagon that draws a pentagon

Write down four more color constants that are available in the Color class. Refer to the class's documentation to find out what they are.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd