Cb2bftransport Layer
Cb2bftransport Layer
Cb2bftransport Layer
Transport Layer
Goals: Overview:
• understand • transport layer services
principles behind • connectionless transport:
transport layer UDP
services and • connection-oriented
protocols: transport: TCP
– UDP
– reliable transfer
– TCP
– flow control
– connection management
Transport services and protocols
• provide logical communication between app’
processes running on different hosts
• transport protocols run in end systems
TCP may aggregate multiple writes into one segment or split one
write into several segments.
Sender sends segment, starts timer waits for ack. It no ack then
retransmit. Receiver acks in separate segment or “piggyback” on
data segment.