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

通讯编程

开发平台:

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. All of the scripts whose file name start with 'B#- ' have same configuration, which
  7. has 6 nodes and 5 linkes like this.. 
  8. There are 2 flows which are TCP (between s1 & s3) and CBR (between s2 & s4).
  9. s1      s3
  10.      /
  11.    r1 ----------r2  
  12.   /   
  13. s2    s4
  14. *** for better viewing, adjust Step from default 2.0ms to 1.3ms ***
  15.   
  16. FILE NAME   DESCRIPTION
  17. --------------------------------------------------------------------------------
  18. B0-README This file
  19. B1-stop-n-wait Stop-and-wait protocol between s1 and s3.
  20.                         feature : label, annotation, nam-graph, and cwnd monitor
  21.                                   To see nam-graph, click 'Active Sessions' under
  22.                                   'Analysis' in the nam menu, then click 'TCP session'
  23. B2-stop-n-wait-loss     Stop-and-wait protocol in congestion.
  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. B3-sliding-window       Sliding-window protocol between s1 and s3.
  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. B4-sliding-window-loss  Sliding-window protocol in congestion.
  32.                         feature : label, annotation, nam-graph, and cwnd monitor
  33.                                   To see nam-graph, click 'Active Sessions' under
  34.                                   'Analysis' in the nam menu, then click 'TCP session'
  35. B5-slow-start           Slow start protocol between s1 and s3.
  36.                         feature : label, annotation, nam-graph, and cwnd monitor
  37.                                 To see nam-graph, click 'Active Sessions' under
  38.                                 'Analysis' in the nam menu, then click 'TCP session'
  39. B6-slow-start-loss       Slow start protocol with a packet loss.
  40.                          feature : label, annotation, nam-graph, and cwnd monitor
  41.                                 To see nam-graph, click 'Active Sessions' under
  42.                                 'Analysis' in the nam menu, then click 'TCP session'
  43. ---------------------------------------------------------------------------------------
  44. written by Hyunah Park ( hyunahpa@usc.edu )