Computer Science, asked by sidroid7130, 1 year ago

What are the differences among direct mapping and associative mapping?

Answers

Answered by Anonymous
1

Direct mapping maps each block of main memory into only one possible cache line.

Associative mapping permits each main memory block to be loaded into any line of the cache.

Similar questions