in Operating System edited by
1,091 views
0 votes
0 votes
Let the page fault probability be 0.6 and page fault service time is 150 ms and time to replace dirty page is 200 ms. In case of a page fault the probability of being dirty is 0.5. If a memory access takes 100 ms. The effective access time is ___ ms?
in Operating System edited by
1.1k views

4 Comments

you are correct, page fault service time is much much greater than memory access time.

Generally page fault service time is considered in milliseconds and memory access time considered in nanosecond, we can ignore Memory access time in comparison to  Page fault service time.

But in above question both are comparable so we can't ignore that page fault service time does not include memory access time.
0
0
main memory access time is also added in page fault rate .
0
0

Please log in or register to answer this question.

Related questions