C0-README
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. [ August 1999 ]
  2. Following tcl files are ns-scripts for Directed Research with Dr.Heidemann. 
  3. You could see the explanation about those files 
  4. at http://www-scf.usc.edu/~hyunahpa/D-Research/DR-home.html
  5. There are 3 kinds of files per each mechanism, which are xx.tcl, xx.nam, and xx.tr.
  6. FILE NAME   DESCRIPTION
  7. ---------------------------------------------------------------------------------------
  8. C0-README This file
  9. In C1-slow-start and C2-sliding-window, the network parameters are changing to set the environment where the network bandwidth is not fixed like in the Internet.
  10. C1-slow-start It shows how TCP can transmit its data in the Internet environment
  11. feature : label, annotation, nam-graph, and cwnd monitor
  12.      To see nam-graph, click 'Active Sessions' under 
  13.                              'Analysis' in the nam menu, then click 'TCP session' 
  14. C2-sliding-window It shows how Sliding window acts in the Internet environment
  15.                         feature : label, annotation, nam-graph, and cwnd monitor
  16.                                   To see nam-graph, click 'Active Sessions' under
  17.                                   'Analysis' in the nam menu, then click 'TCP session'
  18. C2-sliding-color Same as C2-sliding-window but it doesn't provide nam-graph
  19.                         to support coloring. 
  20.                         Use "syn" option in nam menu to see both of them simultaneously
  21. ----------------------------------------------------------------------------------------
  22. In C3-slow-start and C4-sliding-window, the network parameters are not changing. 
  23. C3-slow-start It shows how TCP can transmit its data in a fixed environment
  24. feature : label, annotation, nam-graph, and cwnd monitor
  25.      To see nam-graph, click 'Active Sessions' under 
  26.                              'Analysis' in the nam menu, then click 'TCP session' 
  27. C4-sliding-window It shows how Sliding window acts in a fixed environment
  28.                         feature : label, annotation, nam-graph, and cwnd monitor
  29.                                   To see nam-graph, click 'Active Sessions' under
  30.                                   'Analysis' in the nam menu, then click 'TCP session'
  31. C4-sliding-color Same as C4-sliding-window but it doesn't provide nam-graph
  32.                         to support coloring. 
  33.                         Use "syn" option in nam menu to see both of them simultaneously
  34. ---------------------------------------------------------------------------------------
  35. written by Hyunah Park ( hyunahpa@usc.edu )