339 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