» Transmission Control Protocol (TCP)

Transmission Control Protocol (TCP)

1974
  • Vint Cerf
  • Robert E. Kahn
Computer workstation analyzing Transmission Control Protocol in a professional setting.

TCP is a core protocol of the Transport Layer, providing reliable, ordered, and error-checked delivery of a stream of bytes between applications running on hosts. It is a connection-oriented protocol, meaning it establishes a connection via a three-way handshake before data transfer begins. This ensures data integrity at the cost of higher overhead compared to UDP.

TCP’s reliability is achieved through several mechanisms. It uses sequence numbers to track segments and reorder them if they arrive out of sequence. It requires acknowledgments (ACKs) from the receiver for data segments; if an ACK is not received within a certain time, the segment is retransmitted. A checksum field is used to detect data corruption within segments. Flow control is managed using a sliding window mechanism, where the receiver advertises how much data it can buffer, preventing the sender from overwhelming it. Furthermore, TCP incorporates sophisticated congestion control algorithms (e.g., slow start, congestion avoidance) to prevent the network from being overloaded. The initial connection is established with a three-way handshake (SYN, SYN-ACK, ACK) to ensure both sides are ready to communicate. This robust feature set makes TCP suitable for applications where data integrity is paramount, such as web browsing and file transfers, but its overhead makes it less ideal for real-time applications like streaming or online gaming.

UNESCO Nomenclature: 3307
- 计算机科学

类型

软件/算法

中断

基础

使用方法

广泛使用

前体

  • arpanet’s network control program (ncp)
  • cyclades’ transport protocol design
  • research in reliable data transfer over unreliable channels

应用

  • world wide web (http/https)
  • email (smtp, imap, pop3)
  • file transfer protocol (ftp)
  • secure shell (ssh)
  • database connections

专利:

NA

潜在的创新想法

级别需要会员

您必须是!!等级!!会员才能访问此内容。

立即加入

已经是会员? 在此登录
Related to: tcp, transmission control protocol, transport layer, reliable transport, connection-oriented, three-way handshake, flow control, congestion control, sequence number, acknowledgment.

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

迎接新挑战
机械工程师、项目、工艺工程师或研发经理
有效的产品开发

可在短时间内接受新的挑战。
通过 LinkedIn 联系我
塑料金属电子集成、成本设计、GMP、人体工程学、中高容量设备和耗材、精益制造、受监管行业、CE 和 FDA、CAD、Solidworks、精益西格玛黑带、医疗 ISO 13485

我们正在寻找新的赞助商

 

您的公司或机构从事技术、科学或研究吗?
> 给我们发送消息 <

接收所有新文章
免费,无垃圾邮件,电子邮件不分发也不转售

或者您可以免费获得完整会员资格以访问所有受限制的内容>这里<

历史背景

(如果日期不详或不相关,例如 "流体力学",则对其显著出现的时间作了四舍五入的估计)。

相关发明、创新和技术原理

滚动至顶部

你可能还喜欢