Distributed memory
Appearance
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.