Jump to content

Symmetric Multiprocessor

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 87.0.40.154 (talk) at 16:01, 27 October 2011. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Multiprocessor system with centralized Shared-Memory called Main Memory (MM) operating under a single OS (Operating System) with two or more homogeneous processors.

More precisely a SMP is a tightly coupled multiprocessor system with a pool of homogeneous processors running independently, each processor executing different programs and working on different data and with capability of sharing common resources (memory, I/O device, interrupt system, etc) and connected using a system bus or a crossbar.

Usually each processor has an associated private high-speed memory know as cache memory (or cache) to speed-up the MM data access and to reduce the system bus traffic.