247 views
1 votes
1 votes
what is difference between main memory access time and miss penalty in cache due to miss?

1 Answer

0 votes
0 votes
Main memory access time  as the name suggests, is the time taken to access the data from the main memory. (This has nothing to do with cache, this is the basic time taken to access main memory).

Now, when there is a miss in the cache, it would access the main memory which consists "cache access time + main memory access time".

So, miss penalty in cache = Time taken to access cache + Time taken to access main memory.

No related questions found