A0-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. All of the files which are using slidingwindow protocol are not
  6. actually executing when users run it, instead it run old nam trace
  7. file which are made before. 
  8. There are 3 kinds of files per each mechanism, which are xx.tcl, xx.nam, and xx.tr.
  9. All of the scripts whose file name start with 'A#- ' have same configuration, which
  10. has 2 nodes and 1 link between them like this..
  11. n0 ---------- n1
  12. FILE NAME   DESCRIPTION
  13. ---------------------------------------------------------------------------------------
  14. A0-README This file
  15. A1-stop-n-wait Simple stop-and-wait protocol between 2 nodes. 
  16. feature : label, annotation, nam-graph, and cwnd monitor
  17.      To see nam-graph, click 'Active Sessions' under 
  18.                              'Analysis' in the nam menu, then click 'TCP session' 
  19. A2-stop-n-wait-loss Simple stop-and-wait protocol with a packet loss.
  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. A3-sliding-window Simple sliding-window protocol between 2 nodes.
  24.                         feature : label, annotation, nam-graph, and cwnd monitor
  25. A4-slow-start Simple slow start protocol between 2 nodes.
  26.                         feature : label, annotation, nam-graph, and cwnd monitor
  27.                                 To see nam-graph, click 'Active Sessions' under
  28.                                 'Analysis' in the nam menu, then click 'TCP session'
  29. A5-slow-start-loss  Simple slow start protocol with a packet loss.
  30.                          feature : label, annotation, nam-graph, and cwnd monitor
  31.                                 To see nam-graph, click 'Active Sessions' under
  32.                                 'Analysis' in the nam menu, then click 'TCP session'
  33. ---------------------------------------------------------------------------------------
  34. written by Hyunah Park ( hyunahpa@usc.edu )