A receiver typically sends an acknowledgment or feedback to the sender, confirming the receipt of a message or information. This response can include questions for clarification, expressions of understanding, or further requests for information. In digital communications, this might take the form of a confirmation message or a read receipt. Overall, the communication loop is completed with the receiver's response.
- Sender : the person who send the massage- Message : the massage that send from the sender- Channel : the transmission line connect between sender and receiver- Receiver : the person who receive the massage through the channel
The terms "sender-receiver" and "receiver-sender" typically refer to roles in communication processes. In a sender-receiver model, the sender initiates the message, while the receiver is the recipient who interprets it. Conversely, a receiver-sender model emphasizes the receiver's active role in providing feedback or responding, making them a sender as well. Essentially, the distinction lies in the focus on who initiates versus who responds in the communication dynamic.
Receiver
The sender is ALWAYS responsible for the communication. Furthermore the sender is responsible for getting feedback describing the communication, not just did the receiver hear it, to be sure the communication was received. Why is this? The receiver does not know what it is the sender is trying to communicate or if it was communicated accurately. Only the sender can possible know unless the receiver is a mind reader...
speak on the level of the receiver
- Sender : the person who send the massage- Message : the massage that send from the sender- Channel : the transmission line connect between sender and receiver- Receiver : the person who receive the massage through the channel
The terms "sender-receiver" and "receiver-sender" typically refer to roles in communication processes. In a sender-receiver model, the sender initiates the message, while the receiver is the recipient who interprets it. Conversely, a receiver-sender model emphasizes the receiver's active role in providing feedback or responding, making them a sender as well. Essentially, the distinction lies in the focus on who initiates versus who responds in the communication dynamic.
sender is to deliver or give message while the receiver is to receive a message from the giver or sender.
The idea that both the sender and receiver are responsible for listening is called
When data is received by the receiver , receiver send an acknowledgement. After receiving the acknowledgement from receiver , senders knows the message has been successfully sent.
A sender is the individual or entity that initiates and transmits a message or communication. The receiver is the individual or entity that receives and interprets the message or communication sent by the sender. In communication, the sender encodes the message, and the receiver decodes it to understand the information being conveyed.
The email will bounce back with message "Delivery Failure"
sender is to deliver or give message while the receiver is to receive a message from the giver or sender.
Receiver
#include<stdio.h> #include<conio.h> void main() { char sender[50],receiver[50]; int i,winsize; clrscr(); printf("\n ENTER THE WINDOWS SIZE : "); scanf("%d",&winsize); printf("\n SENDER WINDOW IS EXPANDED TO STORE MESSAGE OR WINDOW \n"); printf("\n ENTER THE DATA TO BE SENT: "); fflush(stdin); gets(sender); for(i=0;i<winsize;i++) receiver[i]=sender[i]; receiver[i]=NULL; printf("\n MESSAGE SEND BY THE SENDER:\n"); puts(sender); printf("\n WINDOW SIZE OF RECEIVER IS EXPANDED\n"); printf("\n ACKNOWLEDGEMENT FROM RECEIVER \n"); for(i=0;i<winsize;i++); printf("\n ACK:%d",i); printf("\n MESSAGE RECEIVED BY RECEIVER IS : "); puts(receiver); printf("\n WINDOW SIZE OF RECEIVER IS SHRINKED \n"); getch(); }
The sender is ALWAYS responsible for the communication. Furthermore the sender is responsible for getting feedback describing the communication, not just did the receiver hear it, to be sure the communication was received. Why is this? The receiver does not know what it is the sender is trying to communicate or if it was communicated accurately. Only the sender can possible know unless the receiver is a mind reader...
Communication requires a sender and a receiver. In public speaking, there is not a continual switching of the sender and the receiver. The speaker is the sender in a public speaking situation.