Multiple choice

Which of the following correctly defines implicit addressing in message based communication?

  1. The process with which the communication is desired is explicitly named as a parameter in communication primitive.

  2. Send (process_id, message) and receive (process_id,message)

  3. Send_any (service_id,message) and receive_any (process_id,message)

  4. Both 2 and 3

  5. Send(service_id,message) and receive (process_id,message)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This process is implicit addressing where sender can be anyone within the group.