0
18kviews
Basic Multiprocessor System Architectures
1 Answer
written 5.9 years ago by |
Multiprocessor system is divided into following basic architectures:
Symmetric Multiprocessor System (SMP)
UMA (Uniform Memory Access)
NUMA (Non-Uniform Memory Access)
1. Symmetric Multiprocessor System (SMP)
In this architecture, two or more processors are connected to the same memory. It has full access to input and output devices with the same …