1 / 25

Design and performance evaluation of an improved TCP congestion avoidance scheme

Design and performance evaluation of an improved TCP congestion avoidance scheme. 指導教授:林仁勇 老師 學生:吳忠融. Author & Source. Author Chan, Y.-C. Chan, C.-T. Chen, Y.-C. Source

aleda
Download Presentation

Design and performance evaluation of an improved TCP congestion avoidance scheme

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Design and performance evaluation of an improvedTCP congestion avoidance scheme 指導教授:林仁勇 老師 學生:吳忠融

  2. Author & Source • Author • Chan, Y.-C. • Chan, C.-T. • Chen, Y.-C. • Source • IEE Proceedings of Communications, Volume 151,  Issue 1,  Feb 2004 Page(s):107 - 111 Digital Object Identifier 10.1049/ip-com:20040229

  3. Outline • Introduction • Previous work • TCP RoVegas • Performance evaluation • Conclusions

  4. Introduction • The transmission control protocol (TCP) is currently the most popular End-to-End transport protocol on the Internet, and it is implemented in several versions (i.e. Tahoe, Reno, Vegas…) all of which aim to improve the network utilization. • Vegas can achieve a much higher throughput than that of the other versions.

  5. Introduction • TCP Vegas attempts to control and avoid congestion by monitoring the difference between the measured and expected throughputs. • It uses the congestion window size and measured round-trip time (RTT) to estimate the amount of data in the network pipe and maintain extra data between the lower threshold (α) and the upper threshold (β).

  6. Introduction • If the network congestion occurs in the direction of ACK packets (backward path), it may underestimate the actual rate and cause an unnecessary decrease in the congestion window size. • Some current networking technologies with asymmetry network characteristics, such as asymmetric digital subscriber line (ADSL), cable modem, and satellite-based networks, greatly increase the possibility of backward path congestion.

  7. Introduction • We now propose a router-based congestion avoidance scheme for TCP Vegas (abbreviated as RoVegas hereafter). • By judging the direction along which the congestion occurs, RoVegas significantly reduces the impact and improves the throughput when the backward path is congested.

  8. Previous work • Elloumi et al. proposed a modified algorithm for TCP Vegas. • It divides a RTT into a forward trip time and a backward trip time in order to remove the effects of backward path congestion.

  9. Previous work • Fu and Liew employ an end-to-end method to measure the actual flow rate on the forward path at a source of TCP Vegas. • The source adjusts the congestion window size depending on the differences between the expected rate and the actual flow rate on the forward path. • However, the TCP traffic has a bursty nature that makes it difficult to decide when to measure the actual flow rate.

  10. TCP RoVegas • TCP Vegas estimates a suitable amount of extra data(value of diff or delta) to be kept in the network pipe and controls the congestion window size accordingly. • The amount of extra data is between two thresholds α and β as shown in the following: Current congestion window size divided by baseRTT Current congestion window size divided by the newly measured value of RTT

  11. TCP RoVegas • When backward congestion occurs, the increased backwardqueuing time will affect, the actual throughput and enlarge the difference between the expected throughput and the actual throughput. • This results in a decrease in the congestion window size.

  12. TCP RoVegas • A measured RTT can be divided into four parts: • The forward fixed delay (i.e. propagation delay and packet processing time). • Forward queuing time. • The backward fixed delay. • The backward queuing time. • To utilize the network bandwidth efficiently, we redefine the actual throughput as: CWND is the current congestion window size RTT is the newly measured round-trip time QTb is the backward queueing time

  13. TCP RoVegas • we define a new IP option named AQT (accumulated queuing time) to collect the queuing time along the path. • According to the general format of IP options , the fields of an AQT option are created as in Fig 1.

  14. TCP RoVegas • A probing packet is a normal TCP packet (data or ACK) with an AQT option in its IP header. • When a RoVegas source sends out a probing packet, it sets the AQT field to zero.

  15. TCP RoVegas • Whenever a RoVegas destination acknowledges a probing packet, it inserts an AQT option into the ACK. • The AQT field is set to zero, and the AQT-echo field is set to the value of the AQT field of the received packet.

  16. TCP RoVegas • A RoVegas source is able to obtain both the forward queuing time (the value of the AQT-echo field) and backward queuing time (the value of the AQT field) from the received probing packet.

  17. TCP RoVegas • For each ACK packet received by a RoVegas source, the BaseRTT can be measured based on the following pseudo-code:

  18. TCP RoVegas • The rule for congestion window adjustment is as follows: (expected-acuual)× BaseRTT

  19. Performance evaluation • We perform the simulations using the network simulator ns-2.1b9a to compare the throughput between Vegas and proposed RoVegas. • Two network topologies have been created as shown in Figs. 2 and 3 for our performance evaluations.

  20. Performance evaluation • Several variable-bit-rate (VBR) sources are used to generate the backward traffic. • Here α=1 ,β=3 and without loss of generality, the data packet size is set at 1 kbyte.

  21. Performance evaluation 6.75倍

  22. Performance evaluation

  23. Performance evaluation

  24. Performance evaluation

  25. Conclusions • RoVegas provides a more realistic and effective way to improve the connection throughput of TCP Vegas when the backward path is congested. • Nevertheless, there is still some bandwidth left on the forward path when the backward congestion occurs. • The question of how to advance the utilization of the forward path in such a situation will be the subject of our further work.

More Related