Question
In a multilevel cache system, the CPU first sends the memory request to level 1 cache. If it is a cache hit, the data is
In a multilevel cache system, the CPU first sends the memory request to level 1 cache. If it is a cache hit, the data is transferred to the CPU. If it is a cache miss, the CPU will send the same memory request to level 2 cache. If it is still a cache miss there, the CPU will further send the memory request to lower level caches until a cache hit happens or memory access takes place.
A limitation of the preceding multilevel caching is that, even though a data block is cached in some lower level cache, the system still needs to endure all the time cost by the memory request going through all higher level caches with cache misses. Similarly, even if a data block is not cached, the CPU still sends memory request to one level of cache after another, taking likely a long time before accessing the memory.
Design a possible solution against the preceding limitation and show how it speeds up the average memory access time.
Step by Step Solution
3.50 Rating (163 Votes )
There are 3 Steps involved in it
Step: 1
The limit youve portrayed in the staggered reserve framework is because of the severe progressive construction where each memory demand should navigat...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