What are the differences among direct mapping and associative mapping?
Answers
Answered by
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