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

通讯编程

开发平台:

Visual C++

  1. Trace file: 
  2. session.nam.gz
  3. Purpose:
  4. demonstrate the difference in between regular (detailed) packet 
  5. forwarding and session level packet scheduling
  6. Topology: 
  7. 255 nodes and 266 links partial MBone topology 
  8. equal link bandwidth (512bps) and delay (10ms)
  9. obtained by Mark Handley's(mjh@east.isi.edu) MBone trace tools
  10. Source:
  11. node 209
  12. noted in red
  13. Members:
  14. 30 of them 
  15. randomly selected
  16. noted in black
  17. Traffic:
  18. 1 pkt every 37.5ms
  19. 210 bytes per packet
  20. starting at simulation time 1.0
  21. Graph on the left:
  22. - regular/detailed multicast packet forwarding
  23. - packets traverse through nodes and links (basically a multicast
  24. tree) to reach group members.
  25. Graph on the right:
  26. - session level packet scheduling
  27. - the delay to transfer a packet from the source to its 
  28. receiver is computed and a receive(pkt) event is directly 
  29. scheduled to happen after the delay at the receiver
  30. - number of red dots attached to group receivers represents the
  31. number of packets that have been sent and waiting to be received.
  32. - the larger the (delay x bandwidth) in between the source and 
  33. receiver, the higher the queue of red dots.
  34. Polly Huang, Mon Mar 16 15:52:40 PST 1998
  35. huang@isi.edu