1,719 views
0 votes
0 votes
For a system with two levels of cache, we define the following notation:
 Tc1 = first-level cache access time
 Tc2 = second-level cache access time
 Tm = memory access time
 H1 = first-level cache hit ratio
 H2 = (first+second) level cache hit ratio.
Provide an equation to calculate the average time of a read operation.

1 Answer

0 votes
0 votes

following normal hierarchy (means you can search at a time in more than one particular memory) first search in cache1 memory then cache2 memory after that main memory.


following strict hierarchy (means you can search at a time in one particular memory) first search in cache1 memory then cache2 memory after that main memory.

edited by

Related questions

0 votes
0 votes
1 answer
1
1 votes
1 votes
1 answer
3
sh!va asked Nov 16, 2016
1,024 views
I. Cache memory can be placed in between main memory and secondary storageII. Cache memory can be used as secondary storage also.Select correct statementsA. I only B. II ...