What are the classifications of shared memory machines?
Uniform Memory Access (UMA) of Symmetric Multi Processor (SMP) and Non Uniform Memory Access (NUMA) machines
Most commonly used shared memory programming model?
Thread model. Example POSIX threads, OpenMP