0
33kviews
Explain how TCP handles error control and flow control.
1 Answer
| written 9.5 years ago by |
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 …