1,244 views
1 1 vote
In a paged memory, the page hit ratio is 0.35. The page fault service time takes 100 ns. The time required to access a page in primary memory is 10 ns. The effective memory access time required to access a page is ____ ns

 

1 Answer

Best answer
1 1 vote
EMAT = hit ratio * MMAT + (1 – hit ratio) * (PFST)

 = 0.35 * 10 + (1 - 0.35) * (100)

= 3.5+0.65*100

= 3.5+ 65

= 68.5 ns
selected by
Position:
Show:

Related questions

0 0 votes
1 1 answer
142
142 views
GO Classes asked Aug 14
142 views
A machine uses a two-level page table. The page-directory base address is held in a register.Assume:One physical-memory access takes $100$ ns Page directories and page ta...
1 1 vote
1 1 answer
112
112 views
GO Classes asked Aug 13
112 views
A paged virtual-memory system has the following measured parameters:\[\begin{array}{|l|l|}\hline\textbf{Measurement} & \textbf{Value} \\\hlineP_t = \text{probability of a...
0 0 votes
1 1 answer
761
761 views
saif asked Jan 31, 2019
761 views
Consider a system with main memory access time is 150ns and page fault service time is 5 microsecond if one-page fault generated for every 10^3 memory access then what i...
0 0 votes
1 1 answer
2.0k
2.0k views
Hardik Vagadia asked Jan 3, 2019
1,955 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 tableWhat is the...