About this document
Understanding TCP by arunnair2006 is a document available to read on EtoBox.
TCP is a reliable, connection-oriented transport protocol that provides point-to-point, full-duplex data streams. It establishes connections using a 3-way handshake where the client and server exchange synchronization sequence numbers and acknowledgements. Connections are terminated when either side sends a FIN packet to close the connection in one direction or simultaneously close it in both directions. TCP uses sequence numbers and acknowledgments to reliably deliver segments and detect lost packets.
- Author
- arunnair2006
- Language
- EN