Chapter 3: Transport Layer
understand principles behind transport layer services:
- multiplexing/demultiplexing
- reliable data transfer
- flow control
- congestion control
instantiation and implementation in the Internet
multiplexing/demultiplexing
connectionless transport: UDP
principles of reliable data transfer
connection-oriented transport: TCP
- reliable transfer
- flow control
- connection management
principles of congestion control