subject

You are given designs of 3 caches for a 16-bit address machine:
d1:
direct-mapped cache.
each cache line is 1 byte.
10-bit index, 6-bit tag.
1 cycle hit time.

d2:
2-way set associative cache.
each cache line is 1 (4 bytes).
7-bit index, 7-bit tag.
2 cycle hit time.

d3:
fully associative cache with 256 cache lines.
each cache line is 1 .
14-bit tag.
5 cycle hit time.

answer the following set of questions:
a) what is the size of each cache?
b) how much space does each cache need to store tags?
c) which cache design has the most conflict misses? which has the least?
d) the following information is given to you: hit rate for the 3 caches is 50%, 70% and 90% but did not tell you which hit rate corresponds to which cache, which cache would you guess corresponded to which hit rate? why?
e) assuming the miss time for each is 20 cycles, what is the average service time for each? (service time = (hit rate)*(hit time) + (miss rate)*(miss

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 02:50
Which of the following had the greatest influence on opening the internet to the generly public
Answers: 1
question
Computers and Technology, 23.06.2019 21:00
Uget brainliest if accurate mary has been given the responsibility of hiring a person for the position of a software testing officer. which management function would mary achieve this responsibility?
Answers: 1
question
Computers and Technology, 24.06.2019 09:50
Self contained sequences of actions to be performed are? a. expressions b. algorithms c. functions d. formulas
Answers: 1
question
Computers and Technology, 24.06.2019 14:30
Alison is having a hard time at work because hee inbox is flooded with emails every day. some of these emails are unsolicited. some of other she don’t need. which action should she take to better manager her emails?
Answers: 1
You know the right answer?
You are given designs of 3 caches for a 16-bit address machine:
d1:
direct-mapped cach...
Questions