test-suite-wireless-lan.txt
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:3k
源码类别:

通讯编程

开发平台:

Visual C++

  1. The wireless-lan test suite (test-suite-wireless-lan.tcl) consists of the following tests:
  2.     - an ad-hoc wireless network running dsdv routing protocol
  3.     - a wired-cum-wireless network (running dsdv)
  4.     - mobileIP
  5. ***Note tests for DSR routing protocol was not added to the test-suite as their outputs are not consistent (events vary, even with the same random seed value) and thus could not be validated.
  6. 1.Test/dsdv:
  7. Topology for the first test case (dsdv) consists of 50 mobilenodes forming a mulit-hop ad-hoc network. The node movements are defined in ~ns/tcl/mobility/scene/scen-670x670-50-600-20-0. The traffic patterns are defined in ~ns/tcl/mobility/scene/cbr-50-20-4-512. With the help of destination sequence distance vector routing, the nodes comunicate and exchange data among themselves. The sim runs for 1000s.
  8. 2.Test/dsdv-wired-cum-wireless:
  9. The topology used in this case is as follows -
  10.                    0    o W1(0.0.0)                 WIRED NODES
  11.                         |
  12.                    1    o W2 (0.1.0)
  13.                        / 
  14.                       /                       
  15. --*--*--*--*--*-  2  o     o  3  base-stn nodes  --*-*-*-*-*-*-*-
  16.          (2.0.0)   BS1      BS2 (2.0.0)              
  17.                        o 5
  18.                4  o    WL2 (2.0.2)  
  19.          (2.0.1) WL1             
  20.                        o 6 (2.0.3)        WIRELESS NODES
  21.                       WL3
  22. Nodes 2 & 3 are base-station nodes that act as gateways between the wired and wireless domain. nodes 4, 5 & 6 are mobilenodes. nodes 1 & 2 are wired.
  23. Node 4 and 6 communicate thru node 5 who can hear the base-station node BS1. TCP flows are established between node 0 and node 6. BS2 doesnot really take any part in this test.
  24. 3.Test/dsdv-wireless-mip:
  25. The topology in this case is -
  26.                        o W1                 WIRED NODES
  27.                        |
  28.                        o W2
  29.                       / 
  30.                      /                       
  31. --*--*--*--*--*--*- o     o MIP enabled base-stn nodes --*-*-*-*-*-*-*
  32.                    HA      FA               
  33.                        o
  34.                       WL                 MIP enabled WIRELESS NODE 
  35.  MOVING
  36.                          IN BETWEEN HA AND FA.
  37. The HA ad FA represents two different domains and the MH moves between them. A tcp flow established between W1 and MH. Initially MH is within range of HA and receives all pkts directly through the HA. Then at time=100, MH starts to move away from HA towards FA. All pkts now reaching HA is tunnelled towards FA that decapsulates and hands pkt over to MH. At time=200, the MH again starts to come back to HA. This simulation shows the working of mobileIP. There are some interim periods that the MH may not be within the range of either the FA or HA and thus may be dropping pkts destined to W1, temporarily. This is what we see as a "warning: Route to base_stn not known: dropping pkt"