Jump to content

Distributed memory

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 129.7.248.28 (talk) at 17:37, 13 February 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Distributed memory is a concept used in parallel computing. It means that in a multi-processor system each processor has its own memory. This requires that computional tasks have to be distributed on the different processors for processing. After the processing the data has to be reassembled.

The related term is Distributed shared memory, a model in which in addition to private memories of the nodes there exist large, conceptually shared memory (though in reality such memory may be physically distributed between many different nodes, hence the name).