CN - Lecture 05 - Transport Layer - ASS
CN - Lecture 05 - Transport Layer - ASS
Transport Layer
Computer
Networking: A Top
Down Approach
5th edition
Jim Kurose, Keith Ross
Addison-Wesley
April 2009
All material copyright 1996-2011 (adapted)
J.F Kurose and K.W. Ross, All Rights Reserved
UDP
❖ Defined in RFC 768
❖ Connectionless
❖ Unreliable delivery
❖ No ordered data
reconstruction
❖ No flow control
❖ Stateless protocol
❖ VoIP
Internet Messaging
Datagram Reassembly
http://www.differencebetween.com/
Transport Layer 3-30
Adopted from GUtech Cisco Networking Academy
Fast recovery
❖ Fast Recovery Since the Fast Retransmit algorithm is used when
duplicate ACKs are being received, the TCP sender has implicit
knowledge that there is data still flowing to the receiver. Why?
❖ The reason is because duplicate ACKs can only be generated
when a segment is received. This is a strong indication that
serious network congestion may not exist and that the lost
segment was a rare event. So instead of reducing the flow of data
abruptly by going all the way into Slow Start, the sender only
enters Congestion Avoidance mode. Rather than start at a
window of one segment as in Slow Start mode, the sender
resumes transmission with a larger window, incrementing as if in
Congestion Avoidance mode