retagged by
1,815 views

1 Answer

–1 –1 vote

write through : in this technique cpu performs simultaneous write operation in both cache memory and main memory. 

(T avg)read  = Hr *Tc + (1-Hr)*(Tm+Tc) {here Hr :read hit }

and 

(T avg)write  = Hw * Tw + (1-Hw)*(Tm+Tw)  {here Hw: write hit}

here T(word updation time) = max (word updation time in cache , word updation time in Main memory)

then

(T avg)write through = frequency of read operation (T avg)read + frequency of read operation * (T avg)write

Position:
Show:

Related questions

1 1 vote
1 answers 1 answer
1.8k
1.8k views
Shailendra1993 asked Dec 11, 2016
1,750 views
Data:Hit Ratio for Read Op - 80%Hit Ratio for Write Op - 90%There are 30% updations.Cache Access time: 20ns [CMAT]MM Access Time - 100ns [MMAT]If there is a miss (either ...
1 1 vote
1 answers 1 answer
1.8k
1.8k views
prasitamukherjee asked Nov 13, 2016
1,830 views
i'm not getting ans
0 0 votes
1 1 answer
1.2k
1.2k views
sushmita asked Dec 12, 2018
1,230 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...
1 1 vote
2 2 answers
892
892 views