Computer Science, asked by muhammadumair4299, 1 month ago

What are the performance issues of cache memory? How many types of cache systems have been used in computer system?

Answers

Answered by akn0102
0

Answer:

the answer are given in explanation part

Explanation:

The performance of cache memory is repeatedly surveyed in terms of a quantity called Hit ratio. We can improve Cache performance using higher cache block size, higher associativity, reduce miss rate, reduce miss penalty, and reduce the time to hit in the cache.

there are 3 type of cache in a computer system

1.  direct-mapped cache

2. fully associative cache

3. N-way-set-associative cache

Similar questions