Under what circumstances do page faults occur? Describe the actions taken by the operating system when a page fault occurs.
Read moreTable of Contents
Textbook Solutions for Operating System Concepts
Question
registers. It takes 8 milliseconds to service a page fault if an empty frameis available or if the replaced page is not modified and 20 milliseconds ifthe replaced page is modified. Memory-access time is 100 nanoseconds.Assume that the page to be replaced is modified 70 percent of thetime. What is the maximum acceptable page-fault rate for an effectiveaccess time of no more than 200 nanoseconds?
Solution
The first step in solving 9 problem number 19 trying to solve the problem we have to refer to the textbook question: registers. It takes 8 milliseconds to service a page fault if an empty frameis available or if the replaced page is not modified and 20 milliseconds ifthe replaced page is modified. Memory-access time is 100 nanoseconds.Assume that the page to be replaced is modified 70 percent of thetime. What is the maximum acceptable page-fault rate for an effectiveaccess time of no more than 200 nanoseconds?
From the textbook chapter Virtual
Memory you will find a few key concepts needed to solve this.
Visible to paid subscribers only
Step 3 of 7)Visible to paid subscribers only
full solution