0
33kviews
Explain how TCP handles error control and flow control.
1 Answer
1
1.7kviews

Error handling in TCP

TCP includes mechanisms for detecting corrupted segments, lost segments, out-of-order segments and duplicated segments.

Error control in TCP is achieved through use of three simple techniques:

  • Checksum

  • Acknowledgement

  • Retransmission

1. Checksum

  • Each segment includes a checksum field used to check for corrupted segment.

  • TCP uses a …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.