retagged by
1,495 views
3 votes
3 votes
Cache is having 80% hit ratio only for read operations. Suppose cache access require 20 cycles and main memory require 120 cycles. If there is a cache miss and the data is first transferred to the cache from main memory then cpu access it from cache. If there are 60% write operations what will be the hit ratio when both read and write are considered? Assume write through technique is used. What is the average access time?
retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
3 answers
2
Hardik Vagadia asked Jan 9, 2017
1,029 views
Is it compulsory that the block sizes of the main memory and the cache memory are always equal?
3 votes
3 votes
2 answers
3
biranchi asked Nov 16, 2016
4,863 views
Consider the memory system in which the block size in cache and main memory are equal. Cache consists of 512 blocks and main memory consists of 8192 blocks. Cache is 4-wa...
0 votes
0 votes
2 answers
4
Tehreem asked Sep 22, 2015
1,018 views
If there is k-set associative cache, with total x cache blocks, and 2^n main memory locations, how is the mapping calculated?