Uniform memory access: Difference between revisions

Content deleted Content added
+ Category:Parallel computing
No edit summary
Line 2:
 
All the processors in the UMA model share the physical memory uniformly. Peripherals are also shared. Cache memory may be private for each processor. In a UMA architecture, accessing time to a memory ___location is independent from which processor makes the request or which memory chip contains the target memory data. It is used in [[symmetric multiprocessing]].
A typical example of different memory architectures used in parallel computer is [[Non-Uniform Memory Access]] (NUMA).