Jump to content

Distributed memory

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Swingambassador (talk | contribs) at 04:39, 15 February 2007 (Grammar was rough, so I rewrote this page using some of the author's original text but combined it with the information and format used used on the shared memory and distributed shared memory pages.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.