Advantages of NUMA
a lot cheaper to build really large SMP boxes.
avoids the memory bus bottleneck by essentially breaking the bus into several smaller buses.
don't need a new programming model. Users can take an SMP application and put it on NUMA, and it will run.