• retagged by
818 views

1 Answer

1 1 vote
In case of Look-through:

Tavg = 0.95*30 +0.05*(30+300) = 28.5 + 16.5 = 45

In case of Look-aside:

Tavg = 0.95*30 + 0.05*300 = 43.5

difference= 45 -43.5

              =1.5
Position:
Show:

Related questions

14 14 votes
1 answers 1 answer
10.2k
10.2k views
Mojo-Jojo asked Jan 11, 2016
10,172 views
A 64 word cache and main memory are divided into 16 word blocks. The main memory access time is 50 ns/word and the cache access time is 10 ns/word. Hit ratio for read ope...
2 2 votes
0 0 answers
1.4k
1.4k views
Shubhanshu asked Aug 5, 2017
1,376 views
According to my calculation, the time required in write back is 240ns and for write through it should be 1920ns. Is it correct or not?
4 4 votes
1 1 answer
1.8k
1.8k views
rahul sharma 5 asked Jan 3, 2017
1,790 views
Please some one share good resource to read Simultaneous and heirarchial memory access with write back and write through cache.There are already some posts asking the sam...
0 0 votes
1 1 answer
1.2k
1.2k views
sushmita asked Dec 12, 2018
1,236 views
In this question can someone plz explain to me the write back part? Why are we taking write back time only for cache misses? Why not for hits? How to know when a block i...