NUMA
(Non-Uniform Memory Access) A multiprocessing architecture in which memory is separated into close and distant banks. NUMA is similar to SMP, in which multiple CPUs share a single memory. However, in SMP, all CPUs access a common memory at the same speed. In NUMA, memory on the same processor board as the CPU (local memory) is accessed faster than memory on other processor boards (shared memory), hence the "non-uniform" nomenclature. As a result, NUMA architecture scales much better to higher numbers of CPUs than SMP. "Cache coherent NUMA" means that caching is supported in the local system.
Computer Desktop Encyclopedia THIS DEFINITION IS FOR PERSONAL USE ONLY
All other reproduction is strictly prohibited without permission from the publisher.
Copyright © 1981-2009 by Computer Language Company Inc. All rights reserved.
Browse dictionary definitions near NUMA
Share on Facebook