1,140 views
0 votes
0 votes
Consider a cache with a line size of 64 bytes. Assume that on average 30% of the lines in the cache are dirty. A word consists of 8 bytes. Assume there is a 3% miss rate (0.97 hit ratio). Compute the amount of main memory traffic, in terms of bytes per instruction for both write-through and write back policies. Memory is read into cache one line at a time. However, for write back, a single word can be written from cache to main memory.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
3