Symmetric Multiprocessing (SMP)
Many of today’s systems have multiple microprocessors
The architecture is known as SMP if the processors share the same main memory and IO space and can be used interchangeably. (do the same functions)
For performance and reliability (availability, maintainability, scalability, fault-tolerance).
Ex: Windows NT and Solaris