232k views
4 votes
A message-passing model is ____.

A) easier to implement than a shared memory model for intercomputer communication
B) faster than the shared memory model
C) a network protocol, and does not apply to operating systems
D) only useful for small simple operating systems

User Havogt
by
7.2k points

1 Answer

3 votes

Answer:

easier to implement than a shared memory model for inter computer communication.

Step-by-step explanation:

Message passing model is used to send messages to multiple users at a time. All the message have been stored in Queue and stored until all messages delivered to recipient.

User Mactive
by
8.4k points