The abbreviation of Transmission Control Protocol is TCP. TCP is a connection-oriented, reliable, byte stream-based transport layer communication protocol. The main features of TCP are: 1. Stream-based method; 2. Connection-oriented; 3. Reliable communication method.
The English abbreviation of Transmission Control Protocol is TCP, Transmission Control Protocol, which is a connection-oriented, reliable, byte stream-based Transport layer communication protocol.
TCP is designed to accommodate a layered protocol hierarchy that supports multiple network applications. TCP is relied upon to provide reliable communication services between pairs of processes in a host computer connected to different but interconnected computer communication networks.
TCP assumes that it can obtain simple, possibly unreliable datagram services from lower-level protocols. In principle, TCP should be able to operate on top of a variety of communications systems, from hardwired connections to packet-switched or circuit-switched networks.
Internetwork is very different from a single network, as different parts of the internetwork may have drastically different topologies, bandwidth, latency, packet sizes and other parameters. The design goal of TCP is to dynamically adapt to these characteristics of the Internet and to be robust in the face of various failures.
Main Features
TCP is a communication protocol for wide area networks. The purpose is to provide a link between two communication endpoints when communicating across multiple networks. Communication methods with the following characteristics:
(1) Stream-based method;
(2) Connection-oriented;
(3) Reliable communication method;
(4) When the network condition is not good, try to reduce the bandwidth overhead caused by retransmission of the system;
(5) Communication connection maintenance is oriented to the two endpoints of the communication, regardless of the intermediate network segments and nodes.
The above is the detailed content of What is the abbreviation for Transmission Control Protocol?. For more information, please follow other related articles on the PHP Chinese website!