TCP: Difference between revisions

From Hackepedia
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Image:7osi.jpg]]
TCP stands for Transmission Control Protocol.  It is a [[OSI]] layer 4 (Transport layer) protocol.  See [[RFC]] 793.
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:
The full state diagram for TCP connections is fairly complex:


[[Image:Tcp-state-diagram.jpg]]
[[Image:Tcp-state-diagram.jpg]]
See page 23 in RFC 793 for the state diagram in the
publically available RFC.

Latest revision as of 08:42, 23 May 2008

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.