Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A computer has a L1-cache, L2-cache, L3-cache, and main memory. If a referenced word is in the o L1-Cache, 5 ns are required to access
A computer has a L1-cache, L2-cache, L3-cache, and main memory. If a referenced word is in the o L1-Cache, 5 ns are required to access it o L2-Cache, but not in the L1 cache, 10 ns are required to load it into the L1-cache and reference is started again o L3-Cache, but not in the L2 cache, 20 ns are required to load it into the L2-cache and reference is started again o Main memory but not in the cache, 60 ns are required to load it into the L3-cache and reference is started again o The L1-cache hit ratio is 0.9, L2-cache hit ratio is 0.8, and L3-cache hit ratio is 0.6 A. If the word is found in L1 cache, how much is the access time? (2 Points) B. If the word is found in L2 cache, how much is the access time? (2 Points) C. What is the average time in nanoseconds required to access a referenced word on this system? (6 Points)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started