1,273 views
2 votes
2 votes

Do we consider hierarchical model or simultaneous access model for write through ? 

3 Answers

4 votes
4 votes
We will go with Hierarchical Model in Write-through,

Tavg= Avg time for Read + Avg time for Write

       =0.75(45+ 0.1*750)+ 0.25(1*750)

       =90+ 187.5

       =277.5 ns
0 votes
0 votes
= 0.75 * ( 0.9 * (12) + 0.1 * (750)) + 0.25 * ( 0.9 * 750 + 0.1 * 750)

= 86.625 + 187.5

= 274.125 ns
0 votes
0 votes
Simultaneous access is consider:

T-avg=.75(.9(45)+.1(750))+.25(750)

         =274.125

Related questions

0 votes
0 votes
1 answer
1
2 votes
2 votes
0 answers
4
Shubhanshu asked Aug 5, 2017
781 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?