Pergunta de entrevista da empresa Intel Corporation

What is the problem of cache coherency

Resposta da entrevista

Sigiloso

16 de mai. de 2023

In Shared Multiprocessor (SMP) systems where multiple processors have their own caches, it is possible that multiple copies of same data (same address) can exist in different caches simultaneously. If each processor is allowed to update the cache freely, then it is possible to result in an inconsistent view of the memory. This is known as cache coherency problem.