Shared Memory Cluster
All of the processors in a shared memory cluster have their own resources (main memory, disks, I/O) and each processor runs a copy of the operating system.
Processors are tightly coupled (connected through a switch). Communication between the processors is done through shared memory.