1,626 views
0 votes
0 votes
In a demand-paged system, it takes 100 nanoseconds to access memory. The page table has 8 entries and is held in registers. It takes 10 milliseconds to service a page fault if an empty frame is available or if the victim frame is not dirty. If the victim frame is dirty, the page fault service time is 20ms. Assuming that the victim frame is dirty 80% of the time, find the maximum page fault rate for which the effective memory access time remains within 200 nanoseconds

1 Answer

0 votes
0 votes
11ms

Related questions

9 votes
9 votes
4 answers
1
biranchi asked Jan 25, 2017
4,709 views
Suppose:TLB lookup time = 20 nsTLB hit ratio = 80%memory access time = 75 nsswap page time = 500,000 ns75% of pages are dirtyOS uses a 3 level page tableWhat is the effec...
0 votes
0 votes
1 answer
4