Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose your cache system has three level caches and here is the system s properties: Size Miss Rate Hit Time ( cycle ) L 1

Suppose your cache system has three level caches and here is the systems properties:
Size
Miss Rate
Hit Time (cycle)
L1 cache
10KiB
20%(local miss)
1
L2 cache
100KiB
40%(local miss)
5
L3 cache
1MiB
5%(global miss)
10
Main Memory
4GiB
0%
100
Hint:
Local miss rates refer to the percentage of accesses reaching that level cache that miss in that cache (i.e., if the local miss rate for L2 cache is 50%, then half of the accesses that reach the L2 cache miss in the L2 cache)
Global miss rates refer to the percentage of total accesses that miss at that level cache (i.e., if the global miss rate for L2 cache is 50%, then half of all memory accesses miss in the L2 cache)
Flag question: Question 12
Question 121 pts
Question 4.1
What is the percentage of total accesses that hit in the L2 cache?
Hint:
It might be easier to think about this problem in terms of a fraction of 100 total accesses

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students also viewed these Databases questions