dynamics-demo.txt
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. ***** tahoe-dynamic-demo.txt*******
  2. A demo to illustrate the dynamic scenario using tcp tahoe. The
  3. topology consistes of 5 nodes
  4. 0-2 and 1-2 are fast links sending at 8Mb with a delay of 5ms.
  5. 2-3 and 2-4 are slower links sending at 800Kb with a delay of 100ms.
  6. TCP connections are setup between nodes 0&3 and nodes 1&3.
  7. There is one ftp sources at node 0(brown pkts for data & ack) and node
  8. 1(blue pkts for data & ack) each.
  9. Routing updates are in black.
  10. simulation strats at time 0.5 when src 1 starts sending data to 3.
  11. link 2-3 goes down at time 0.824 (shown in red).
  12. src 0 also starts to send pkts at time 1.0 to receiver 3.
  13. with the link going down src 1 loses the pkts and goes back to slow-start while src 0
  14. rapidly increases the window size and goesinto congestion avoidance
  15. phase pumping large no. of pkts into the network.src 1 continues conservatively.
  16. with link 2-3 down all pkts are send via 2-4 and 4-3.
  17. The link 2-3 comes up at 3.53.
  18. with the coming up of link both the sources start pumping data onto the
  19. link 2-3. The buffer at node 2 fills up and pkts get dropped for both
  20. src 0 as well 1. both go back to TCP's slowstart phase.
  21. Here the interesting behaviour of the network to note is that the coming
  22. up of link 2-3 actually causes pkts to be dropped as opposed to
  23. increasing the efficiency of the network as one would normally assume.