Cache Memory Access Time

A hierarical catche memory subsystem has a catche access time of 50ns and the main storage access time is of 500ns . If 80% of memory request are for the read and th ehot ratio of 0.9, what is the average access time of the system considering only memory read cycle in the write through scheme?

Questions by saurabhupd

Showing Answers 1 - 6 of 6 Answers

Average access time for memory read=hit ratio*cache access time+(1-hit ratio)*main memory access time
Therefore , Avg access time = 0.9 * 50ns + ( 1- 0.9 ) * 500ns = 95 ns

  Was this answer useful?  Yes

Salihu

  • Aug 28th, 2018
 

The access time of a cache memory is 120 ns and that of main memory 900 ns. It is estimated that 80% of the memory requests are for read and remaining 20% for write. The hit ratio for read access only is 0.9. A write-through procedure is used.

(i) What is the average access time of the system considering only memory real cycles?
(ii) What is the hit ratio taking in to consideration the write cycle?
(iii) What is the average access time of the system for both read and write requests.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions