ccNUMA
ccNUMA stands for Cache Coherent Non-Uniform Memory Access. It is a type of computer memory architecture used in multiprocessor systems. In ccNUMA, each processor has its own local memory, and also access to memory that is local to other processors. The key characteristic is that the time it takes for a processor to access memory varies depending on whether the memory is local to the processor or remote (belonging to another processor). This is where the "non-uniform" part of the name comes from.
The "cache coherent" aspect refers to the mechanism that ensures all processors have a consistent view of
ccNUMA systems are designed to scale to a larger number of processors than traditional Uniform Memory Access