Message Passing
Processing sites communicate with one another by
sending and receiving messages over links of a network.
The programmer must explicitly put these message calls in.
There may be no assumption that the processing sites have
Messages provide a means for various processing sites to
communicate and exchange data.
A message is just some dataset.
The message can be sent from one site to another specific
site (point to point), to all sites (broadcast), or to a subset