edited by
827 views
1 votes
1 votes
Suppose the average page fault service time is 20 milliseconds and memory access time is 200 nanoseconds. Assuming we wish to have less than 10% degradation in memory access when a page fault occurs estimate the value  of the fault rate must be less than.
edited by

1 Answer

0 votes
0 votes
Memory access time = 200 nsec

page-fault service time = 20 msec

EAT = (1 – p)  ×  200 + p (20  × 10^6) =

performance degradation < 10 %

without page fault access time= 200 nsec & with page fault=220 nsec

220=200 - 200p + 20,000,000p

p= 20/19999800 => p=0.000001

Related questions

2 votes
2 votes
0 answers
3
1 votes
1 votes
1 answer
4
snaily16 asked Jan 10, 2019
489 views
In a demand paging system page fault rate 0.60 and page fault service time 8 milliseconds, memory access time 200 nano seconds. Find out effective access time in nano sec...