Message-Passing - Research Article from World of Computer Science

This encyclopedia article consists of approximately 3 pages of information about Message-Passing.

Message-Passing - Research Article from World of Computer Science

This encyclopedia article consists of approximately 3 pages of information about Message-Passing.
This section contains 896 words
(approx. 3 pages at 300 words per page)
Buy the Message-Passing Encyclopedia Article

One of the most basic paradigms in distributed computing is that of message passing. For computing nodes in a distributed system to be able to communicate effectively and share their work and information, it is necessary for them to either be able to write to and read from some common area of memory, or else for nodes to be able to send messages to one another. A distributed system that uses the first method is said to be following the shared-memory model, while one that uses the second is said to be using message-passing. The shared memory model is used in parallel processing with a small number of processors, while the message-passing model is used in larger systems with many processors.

In a message-passing system, nodes or processors communicate by sending messages over links or communication channels which provide bidirectional connectivity between pairs of nodes. The pattern of...

(read more)

This section contains 896 words
(approx. 3 pages at 300 words per page)
Buy the Message-Passing Encyclopedia Article
Copyrights
Gale
Message-Passing from Gale. ©2005-2006 Thomson Gale, a part of the Thomson Corporation. All rights reserved.