383 views

1 Answer

0 votes
0 votes
Consider the EMAT= PageFaultRate(PageFaultServiceTime + Memory Access)+(1-PageFaultRate)*MemoryAccess--->here the memory access time is considered after servicing a page fault

But if we expand the formula

EMAT=PFR(PFST) + PFR*MA +MA -PFR*MA--->so cancel out the terms

EMAT=PFR(PFST) + MA

Now if you solve the given question then answer will be 30ns.

Related questions

2.8k
views
1 answers
2 votes
Akash Kumar Roy asked Apr 5, 2018
2,771 views
First read this whole thing what I am writing below:Case 1: If we have to access unit address in memory using TLB and we assume that no page ... EMAT here affects the first Estimated memory access time which we have calculated using TLB?
1.7k
views
1 answers
0 votes
CHIRAG CHAWLA asked Aug 11, 2018
1,676 views
I have read that EMAT when the page fault occurs is =p(PS+MA)+(1-p)(MA)p is the probability of page faulti-p is the probability that page is present in Main MemoryPS is the ... should be equals=p(MA+PS+MA)+(1-p)(MA+MA).why it is not so??
13.4k
views
2 answers
8 votes
rahul sharma 5 asked Aug 29, 2017
13,416 views
I got some doubt while solving previous year questions:-Since While calculating EMAT and question involves page fault service time,we use formulae:-p*s+(1-p)*m ,taken ... doubt we are not using 2m instead of m in case of NOT a page fault?