3,049 views

1 Answer

3 3 votes
miss latency means total time taken to search an element  in the cache and it's not found.miss penalty means time taken transffer a block of memory from main memory to cache which is not present inside the cache.
Position:
Show:

Related questions

1 1 vote
0 0 answers
677
677 views
srestha asked Dec 27, 2018
677 views
Suppose there are $2$ level cache. If there are $L_{1}$ and $L_{2}$ are $2$ level cache, if both have some miss rate, then still why we need miss penalty for cache in bo...
1 1 vote
1 answers 1 answer
3.0k
3.0k views
srestha asked Jul 25, 2018
2,959 views
Why we need to calculate miss penalty? I mean in miss rate we get every information about page table and valid/invalid bit. So, still why we calculating miss penalty?got ...
3 3 votes
1 1 answer
3.0k
3.0k views
Akriti sood asked Oct 31, 2016
2,989 views
Consider a system with CPI of 1.0 on a 5 GHz machine with a 2% miss rate and memory access time of 100ns. To reduce miss penalty designers decided to add a L2 cache with ...
0 0 votes
1 1 answer
1.8k
1.8k views
Xylene asked Aug 28, 2017
1,766 views
Suppose that in 250 memory references there are 30 misses in first level cache and 10 misses in second level cache. Assume that miss penalty from the L2cache memory are 5...