Computer Science, asked by akbarudeen4178, 1 year ago

What is cache coherency and how is it eliminated?

Answers

Answered by writersparadise
7
Cache coherence refers to the concept of shared resource data being stored in various local caches uniformly at the same time. This problem can be solved either through software or hardware, with the software option being tougher. There are two ways cache coherence can be eliminated using the hardware approach – directory based and snooping.
Similar questions