in Others edited by
826 views
0 votes
0 votes

Which of the following interprocess communication model is used to exchange messages among co-operative processes?

  1. Shared memory model
  2. Message passing model
  3. Shared memory and message passing model
  4. Queues
in Others edited by
826 views

1 Answer

1 vote
1 vote

Co operative processes use shared memory method and message passing methods to exchange messages.

Reference:

https://profile.iiita.ac.in/bibhas.ghoshal/OS_2019/lecture_slides/IPC.pdf

Related questions