135k views
0 votes
The link between two processes P and Q to send and receive messages is called :

a) communication link
b) message-passing link
c) synchronization link
d) All of these

User Pedro Lima
by
7.9k points

1 Answer

1 vote

Final answer:

The link between two processes to send and receive messages is called message-passing link.

Step-by-step explanation:

The link between two processes P and Q to send and receive messages is called message-passing link. This link allows for the transmission of messages between processes, enabling them to communicate and exchange information.

The message-passing link is a fundamental concept in computer science and is commonly used in parallel and distributed computing systems, where processes on different machines need to communicate with each other.

By using a message-passing link, processes can send messages containing data or instructions to each other, enabling coordination and collaboration between different parts of a system.

User Akshay Chandran
by
8.9k points