1 | Distributed memory is, for all intents and purposes, virtually synonymous with message-passing, although the actual characteristics of the particular communication schemes used by different systems may hide that fact. |
2 | Message-passing approach: |
3 | Tasks communicate by sending data packets to each other. |
4 | Messages are discrete units of information and can be distinguished from all other messages (theory). |
5 | Parallel tasks use these messages to send information and requests for same to their peers. |