0
2.7kviews
Explain the desirable features of good communication system.

Subject :- Data Structures

Topic :- Communication

Difficulty :- Low

1 Answer
0
14views

Message Passing system (MPS) of Distributed System provides a set of message based IPC protocols. It hides the details of complex network protocols and multiples heterogeneous platforms from programmers.

A typical Message passing system uses two Primitives for communication: SEND ( Data, Receivers Address), RECEIVE(Data)

Features of Message Passing: - …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.