The IT Law Wiki
No edit summary
Line 3: Line 3:
 
'''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.
   
== Discussion ==
+
== Overview ==
   
 
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.
 
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.

Revision as of 07:07, 29 May 2011

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.

Overview

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.