528 views
2 votes
2 votes
For page fault Some where I see

EMAT=page fault (page fault service time) +(1-page fault)(memory access time)

BUT somewhere it's like

EMAT=page fault (page fault service time + memory access time) +(1-page fault)(memory access time)

Which one is correct and why  this difference?

Please log in or register to answer this question.

Related questions

932
views
0 answers
0 votes
Shamim Ahmed asked Dec 9, 2018
932 views
In Page Fault and Demand Paging concept what is the difference between Effective Memory access time and average memory access time?The formulae are known but i am confused with the concept.
1.7k
views
1 answers
0 votes
CHIRAG CHAWLA asked Aug 11, 2018
1,675 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??
2.8k
views
1 answers
2 votes
Akash Kumar Roy asked Apr 5, 2018
2,770 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?
648
views
0 answers
0 votes
jatin khachane 1 asked Dec 15, 2018
648 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 ]