DOC PREVIEW
GT ECE 4110 - TCP Congestion Control

This preview shows page 1-2-3-4-5-6 out of 17 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Slide 1Slide 2Slide 3Slide 4Slide 5Slide 6Slide 7Slide 8Slide 9Slide 10Slide 11Slide 12Slide 13Slide 14Slide 15Slide 16Slide 17PUSH FlagA notification from the sender to the receiver to pass all the data the receiver has to the receiving application.Some implementations of TCP automatically set the push flag if the data in the segment being sent empties the send buffer.These same implementations ignore a received PUSH flag because they normally deliver the received data to the application as soon as possible.In Fig 20.3 missing 3 PSH because sends did not empty the send buffer. Application has already sent all of its data to the send buffer so only last write empties the send buffer.We cannot manually set this flag through the Sockets Application Programming Interface.Sliding Windows[Fig 20.4]Sliding window example[Fig 20.6] and [Fig 20.1]Slow StartSteven’s examples did not use slow start up until now. All TCP implementations must now use the slow start algorithm. You must always use slow start in this class. Some examples in the book do not do this, in this class you must ALWAYS use slow start.An Intermediate router queue may run out of space. Best not to send too much too fast. Slow start Algorithm notes that the rate it should inject new packets into the network is the rate at which acknowledgements are returned by the other end.ADD A CONGESTION WINDOW “ cwnd ” on the SENDER side (Note different from (buffer) window discussed before.)-In a new connection, the congestion window is initialized to one MSS announced by other end. - cwnd is maintained in bytes however cwnd is incremented by segment size.- For each ACK received cwnd is increased by one segment.- Sender can transmit up to minimum of (the congestion window and the advertised window) (Congestion window cwnd is set by sender while advertised window is set by receiver).-Sender starts by transmitting one segment and waiting for its ACK. When that ACK is acknowledged, congestion window is incremented from one to two and two segments can be sent.-When each of those two segments acknowledged, congestion window set to four.-This provides an exponential increase.-At some point an intermediate router will discard packets. Congestion window cwnd is too large.[ Fig 20.8] MSS=512 Bulk data throughput - interaction of window size, windowed flow control, and slow start on the throughput of a TCP connection.[Fig 20.9& 20.10]- At time 0 sender transmits one segment cwnd = 1, must wait for ACK.- At times 1, 2, 3, segment moves one time unit right.- At time 4 ACK generated.- At time 7 ACK received at sender.- At time 8 sender can transmit two segments, cwnd = 2 (we have round trip time = 8 ).- At times 12, 13 ACK 2 and ACK 3 generated.- At time 15, 16 ACK's RCVD and with cwnd = 4 sender transmits four segments.- At time 24 and on can always transmit.Slow Start ExampleBandwidth - Delay ProductIn previous example sender needs to have 8 segments outstanding and unacknowledged for max throughput. Thus receivers advertised window must be at least that large so as not to limit throughput.Capacity of pipe = bandwidth ( bits/ sec ) x round trip time ( sec ) ( also know as bandwidth-delay product)Example: What size should receivers advertised window be for a T1 Cross USA country phone line? = 1, 544, 000 Bits / Sec x 0.060 Sec round trip time. = 11,580 byte windowCongestionThe spacing of the ACKs will correspond to the bandwidth of the slowest links[ Fig 20.13]So what do mean by increase cwnd for each ACK received?1) Stevens book says “Each time an ACK is received, the congestion window is increased by one segment”2) RFC2001 Network Working Group W. Stevens Request for Comments: 2001 January 1997 “TCP Slow Start, Congestion Avoidance, Fast Retransmit, and Fast Recovery Algorithms” : Each time an ACK is received, the congestion window is increased by one segment……..this provides an exponential growth, although it is not exactly exponential because the receiver may delay its ACKs, typically sending one ACK for every two segments that it receives. 3) RFC 2581 TCP Congestion Control APRIL 1999 says “ During Slow start, TCP increments cwnd by at most mss bytes for each ACK received that acknowledges new data”4) From: Internet Engineering Task Force , Mark Allman INTERNET DRAFT draft-allman-tcp-abc-00.txt July, 2000 Expires: January, 2001 TCP Congestion Control with Appropriate Byte Counting Delayed ACKs [RFC1122,RFC2581] allow a TCP receiver to refrain from sending an ACK for each incoming segment. However, a receiver SHOULD send an ACK for every second full-sized segment that arrives. Furthermore, a receiver MUST NOT withhold an ACK for more than [200] ms. By reducing the number of ACKs sent to the data originator the receiver is slowing the growth of the congestion window under an ACK counting system.Conclusion: So clearly we are counting individual ACKS not the amount of data being ACKed. For this ECE4110 class always assume cwnd is incremented by only one MSS when an “ACK very other segment” is used and this ACK datagram contains an ACK for more than one segment.Aside:Is this definitely 100% for sure always true in the real world? Well …..Forouzan in “TCP/IP Protocol Suite” McGraw Hill 2000 says “For each segment that is acknowledged, increase the congestion window by one maximum segment size until you reach a threshold of half the allowable window size.”Lets stick with the ACK counting approach at the top of this


View Full Document

GT ECE 4110 - TCP Congestion Control

Documents in this Course
PUSH Flag

PUSH Flag

17 pages

Ethernet

Ethernet

33 pages

Load more
Download TCP Congestion Control
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view TCP Congestion Control and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view TCP Congestion Control 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?