Info logo
Encyclopedia

  

Symmetric multiprocessing

Home :: Up
Google
www.fastload.org

Symmetric multiprocessing

Symmetric multiprocessing (SMP) is a multiprocessor computing architecture where all processors can access, and are equally close to, all random access memory locations.

SMP is the most common small computer multiprocessor architecture. However, SMP doesn't scale well beyond roughly 16 processors, due to the difficulties of designing hardware that will share the memory pool between processors without becoming a system bottleneck. (See Amdahl's law).

The logical progression from SMP systems is the NUMA architecture, where the requirement that all processors be equally close to all memory locations is relaxed.


Recommend us

This article is licensed under the GNU Free Documentation License.
You may copy and modify it as long as the entire work (including additions) remains under this license.
To view or edit this article at Wikipedia, follow this link.