Distributed_shared_memory Distributed_shared_memory

Distributed shared memory - Definition and Overview

Related Words: Affirmed, Broadcast, Current, Diffuse, Discrete, Open, Public, Published, Reported, Sparse
This article or section should be merged with Distributed computing

Distributed Shared Memory (DSM), in computer science, refers to a wide class of software and hardware implementations, in which a set of nodes has access to a large shared memory in addition to each node's limited non-shared private memory.

Nodes may be processors or separate computers. Either hardware or software may implement DSM.

Shared memory architecture may involve separating memory into shared parts distributed amongst nodes and main memory; or distributing all memory between nodes. A coherence protocol, chosen in accordance with a consistency model, maintains memory coherence.

Examples of such systems include:

See also:

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.