CS Electrical And Electronics
@cselectricalandelectronics

What is a sender-receiver communication?

All QuestionsCategory: NetworksWhat is a sender-receiver communication?
chetan shidling asked 3 years ago

I need the information.

1 Answers
Jeff answered 3 years ago

The sender-receiver pattern gives a solution to the asynchronous distribution of information, where a sender distributes information to one or several receivers. The sender is not blocked (asynchronous communication) and neither expects nor gets a response from the receivers (data or control flow), i.e. the sender just provides the information and the receivers decide autonomously when and how to use this information. It is the responsibility of the communication infrastructure to distribute the information. The sender component does not know the identity or the number of receivers to support the transferability and exchange of AUTOSAR Software Components.