Q. Describe Message Passing Model?
In message-passing model there be a set of tasks which employ their own local memories at the time of computation. Many tasks may inhabit on same physical machine also across an arbitrary number of machines. Tasks exchange data by receiving and sending messages. In this model data transfer generally needs cooperation amid operations which are performed by every process. E.g. a send operation should have a matching receive operation.