what is the purpose of PSH flag in TCP header
Answers
Answer:
Explanation:
To summarize, TCP's push capability accomplishes two things: The sending application informs TCP that data should be sent immediately. The PSH flag in the TCP header informs the receiving host that the data should be pushed up to the receiving application immediately.
The PSH flag in the TCP header informs the receiving host that the data should be pushed up to the receiving application immediately.
Explanation:
PSH or PUSH flag is an option provided by TCP that allows the sending application to start sending the data even when the buffer is not full (contains data less than MTU). The application needs to set the PSH flag to true for the socket and with that TCP starts pushing the data immediately.
The PSH flag in the TCP header informs the receiving host that the data should be pushed up to the receiving application immediately.
#Learn more :
What is the purpose of sequence number in a tcp header?
https://brainly.in/question/12202767