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

Respuesta :

Answer:

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

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.

ACCESS MORE