9. TCP: reliable transport service
TCP (Transport Control Protocol ) is a reliable transport service; to achieve this functionality, TCP defines a number of characteristics:
byte stream: exchanged data is seen as a stream of bits, divided into bytes, and bytes are received in the order in which they were sent;
virtual circuit in connected mode: data transfer can only begin once a connection has been established between the two machines. During the transfer, both machines continue to check that the data is being transmitted correctly. The term virtual circuit is used because both application programs see the connection as a physical circuit, the reliability of the transmission being an illusion created by the transport service;
packet transfer: application programs send their data over the virtual circuit, passing...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Networks and Telecommunications
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
TCP: reliable transport service