September 2014
Intermediate to advanced
928 pages
31h 47m
English
Chapter 13 covers network-layer protocols that are responsible for moving individual datagrams across the Internet. This chapter moves up a layer in the network stack to discuss protocols that handle end-to-end data movement. Unlike the network-layer protocols, IPv4 and IPv6, transport-layer protocols have no knowledge of intermediate systems such as routers. They only have knowledge of endpoints within the network, the senders and receivers of data.
The protocols at the network layer present data to applications as either individual messages or streams of bytes. The UDP protocol handles data in discrete messages. The TCP protocol handles data as streams of bytes. The SCTP protocol handles multiple streams ...