Jump to content

Distributed memory

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Khazadum (talk | contribs) at 01:25, 20 March 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
An illustration of a distibuted memory system of three computers

In computer hardware, distributed memory refers to a multiple-processor computer system in which each processor has its own private memory. This requires computational tasks to be distributed to the different processors for processing. Afterward the data must be reassembled.

Similarly, in distributed shared memory each node of a cluster has access to a large shared memory in addition to each node's limited non-shared private memory.