in Operating System edited by
3,934 views
2 votes
2 votes

In a demand paging memory system, page table is held in registers. The time taken to service a page fault is $8$ m.sec. if an empty frame is available or if the replaced page is not modified, and it takes $20$ m.secs., if the replaced page is modified. What is the average access time to service a page fault assuming that the page to be replaced is modified $70$% of the time ?

  1. $11.6$ m.sec. 
  2. $16.4$ m.sec. 
  3. $28$ m.sec. 
  4. $14$ m.sec.
in Operating System edited by
3.9k views

1 comment

can anyone please tell what is the meaning of “replaced page is modified”.
0
0

1 Answer

2 votes
2 votes
Service a page fault=8msec.

Page is not modified=20m.sec.

Page replace=70% of time

the average access time to service a page fault=0.7⨉20+0.3⨉8=14+2.4=16.4ms
edited by

2 Comments

srestha...u did wrong..

if an empty frame is available or if the replaced page is not modified = 8 m.secs.,

if the replaced page is modified. = 20 msec
2
2
yes @Tauhin ,thanks
0
0
Answer:

Related questions