846 views
0 votes
0 votes

My approach: Given EMAT = 4

4 = (1-p)(m) + p(page fault service + m)  ……………. p = page fault rate

Page fault service = (0.6) * 10 + (0.4)* (3) ==> 7.2

4 = (1-p)(1) + p(7.2 + 1)


They have taken 4 = (1-p)(1) + p(7.2)

In page fault also we should consider Memory access time right ..??

1 Answer

Related questions

1.5k
views
1 answers
0 votes
Hardik Vagadia asked Jan 3, 2019
1,509 views
Suppose: TLB lookup time = 20 nsTLB hit ratio = 80%Memory access time = 75 nsSwap page time = 500,000 ns50% of pages are dirtyOS uses a single level page ... toupdate the TLB, the page table, and the frame table (if needed) is negligible.
652
views
0 answers
0 votes
Hardik Vagadia asked Jan 3, 2019
652 views
Consider a paging system with a page table stored in memory where memory reference takes 200 nanoseconds and all pages are in memory. What is the effective memory ... access time is 10ns.The given answer is 299ns but i am getting 290ns.
650
views
0 answers
0 votes
jatin khachane 1 asked Dec 15, 2018
650 views
Page fault rate = pMain memory access time = mPage fault service time = PSEMAT = (1-p) (m) + (p) (PS + m)OREMAT = (1-p) (m) + (p) (PS)which one ... should we consider [ Page fault service time + MM ] OR [ Page fault service time only ]
1.1k
views
1 answers
3 votes