Jump to content

Symmetric Multiprocessor

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 87.0.39.187 (talk) at 18:40, 13 November 2011. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

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.

References