TCP

From Hackepedia
Revision as of 13:39, 24 March 2008 by Pbug (talk | contribs)
Jump to navigationJump to search

TCP stands for Transmission Control Protocol. It is a OSI layer 4 (Transport layer) protocol. See RFC 793.

TCP is used in almost everything that needs reliability (such as retransmitting lost packets). HTTP, SMTP, ssh.


The full state diagram for TCP connections is fairly complex:

File:Tcp-state-diagram.jpg

See page 23 in RFC 793 for the state diagram in the publically available RFC.