Uniform Memory Access Model (UMA)
In this model main memory is consistently shared by each processor in multiprocessor systems and every processor has equivalent access time to shared memory. This model is applicable for time sharing applications in a multiuser environment.