Science, asked by abhu3840, 1 year ago

Distinguish between uniform memory access (uma) and non-uniform memory access (numa) systems

Answers

Answered by aqibkincsem
2
UMA (Uniform memory access) is used for parallel computers, which is a shared memory design.

All the processors in this design share the physical memory equivalently.

On the other hand, (NUMA) Non-uniform memory access is a memory structure of computers utilized in multiprocessing.

The access of the memory depends on the location of the memory depending upon the processor.
Similar questions