Multiple choice

In which model does the communication between two devices take place by virtue of exchange of message between cooperating processes?

  1. Inter-process communication model

  2. Thread model

  3. Message passing model

  4. Shared memory model

  5. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Message passing model facilitates communication by means of reading or writing data in shared regions.