470 views
1 votes
1 votes

1 Answer

Best answer
1 votes
1 votes
" So if data is miss in level 1 then CPU can't access it from the  level1 then why we are taking T1+T2 "

if Data is miss in level one but we also waste T1 time in searching for that data in Level 1

thats why we consider T1

Whether it is present in cache or not we have to search for it in cache
selected by

Related questions

2 votes
2 votes
2 answers
1
rahuldb asked Nov 17, 2016
3,426 views
What is the hit ratio of a cache memory.If cache memory access time is 30ns,main memory access time is 150ns and avg access time is 42ns.
0 votes
0 votes
0 answers
2
4 votes
4 votes
1 answer
3
Gaurav Sharma asked Jan 29, 2016
955 views
My understanding and doubts are First of all TLB is accessed.If there is TLB hit, do we consider this asHit for 1-level PT only and search the TLB again for 2-level PT, o...
2 votes
2 votes
2 answers
4
Rohit Gupta 8 asked Nov 18, 2017
1,350 views
Suppose that cache access time is 7 ns, main memory access time is 50 ns and disk space access time is 1200 ns. If the hit rate of cache is 60% and of main memory hier...