The IT Law Wiki
No edit summary
No edit summary
Line 2: Line 2:
   
   
  +
== Definition ==
   
 
'''TCP''' (an acronym for '''T'''ransmission '''C'''ontrol '''P'''rotocol) is a set of rules used by [[host computer]]s on the [[Internet]] for the [[transmission]] of [[information]] from one [[computer]] to another.
 
'''TCP''' (an acronym for '''T'''ransmission '''C'''ontrol '''P'''rotocol) is a set of rules used by [[host computer]]s on the [[Internet]] for the [[transmission]] of [[information]] from one [[computer]] to another.
   
  +
== Controlling congestion ==
  +
  +
The TCP protocol permits every [[application]] to manage the collective congestion on the [[Internet]]. TCP uses [[packet loss]] as a congestion detection method. When [[packet]]s are lost due to congestion, TCP reduces the [[data rate]] of the [[application]] to prevent further congestion. TCP attempts to achieve fairness among competing [[data flow]]s, so that all suffer equally when facing the weak part of the [[network]. With a few notable exceptions, nearly every [[P2P protocol]] uses TCP to regulate congestion.
 
[[Category:Acronyms]]
 
[[Category:Acronyms]]
 
[[Category:Technology]]
 
[[Category:Technology]]
  +
[[Category:Internet]]

Revision as of 16:59, 30 July 2009


Definition

TCP (an acronym for Transmission Control Protocol) is a set of rules used by host computers on the Internet for the transmission of information from one computer to another.

Controlling congestion

The TCP protocol permits every application to manage the collective congestion on the Internet. TCP uses packet loss as a congestion detection method. When packets are lost due to congestion, TCP reduces the data rate of the application to prevent further congestion. TCP attempts to achieve fairness among competing data flows, so that all suffer equally when facing the weak part of the [[network]. With a few notable exceptions, nearly every P2P protocol uses TCP to regulate congestion.