August 2000
Intermediate to advanced
800 pages
21h 5m
English
The transport-level protocols can be considered the workhorses of the protocol stack. They do their job in the background, generally invisible to the user. These protocols include
Transmission control protocol (TCP)
Internet protocol (IP)
Internet control message protocol (ICMP)
Internet group management protocol (IGMP)
Address resolution protocol (ARP)
TCP is a reliable, connection-oriented delivery service. Connection-oriented means that a connection must be established before hosts can exchange data. Guaranteed delivery is accomplished by numbering each segment transmitted. An acknowledgment then verifies that the data was received.
The data is transmitted in segments. For each segment sent, ...