372 views
0 votes
0 votes
Consider a 2 level memory hierarchy. L1 (cache) has an accessing time of 15 ns and main memory has an accessing time of 20 ns. Writing or updating contents into their memory takes 30 ns for L1 and 25ns for main memory respectively. Assume L1 gives misses 75% of the time.

The average WRITING time for system (in ns) if it uses WRITE-THROUGH technique for hierarchical access is ______.

The average READING time for system (in ns) if it uses WRITE-THROUGH technique for hierarchical access is ______.

The average WRITING time for system (in ns) if it uses WRITE-THROUGH technique for simultaneous access is ______.

The average READING time for system (in ns) if it uses WRITE-THROUGH technique for simultaneous access is ______.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
1 votes
1 votes
1 answer
3
1 votes
1 votes
1 answer
4
gari asked Jan 11, 2018
526 views
my doubt1) default is hierarchal or simultaneous.2)will we use hierarchical or simultaneous here..also explain.