Applicable VersionsNetSim Academic  NetSim Standard NetSim Pro  


Applicable Releasesv13.3


In a MANET network communication between a source and destination node happens either directly or via other nodes based on routes formed by the network layer routing protocols.
If the source and destination nodes are directly within the range of each other, then single-hop routes are formed. If they are not within each other's range then multi-hop routes are formed.
The network adapts to topology changes due to mobility by forming new routes. 

Consider the following network scenario in which the propagation model is set up such that the radio range of the nodes is limited:


File-based Mobility is configured in Node 2 such that it moves in a straight line towards the east away from Node 1, gradually.  For further details on the File-Based Mobility Model, refer to section 3.6.5 of the MANET Technology Library Manual.

The mobility.csv  file is given for the movement of the nodes. In earlier versions of Netsim if we have given mobility for Device ID  3 we were taking it as 2 since "$node_(Device Id -1)", but here the Device ID is taking as 2 itself.


Applicable Releases
v13.0
v13.1v13.2
 
In a MANET network communication between a source and destination, a node happens either directly or via other nodes based on routes formed by the network layer routing protocols.
If the source and destination nodes are directly within the range of each other, then single-hop routes are formed. If they are not within each other's range then multi-hop routes are formed.
The network adapts to topology changes due to mobility by forming new routes. 

Consider the following network scenario in which the propagation model is set up such that the radio range of the nodes is limited:

File-based Mobility is configured in Node 3 such that it moves in a straight line towards the east away from Node 1, gradually.  For further details on the File-Based Mobility Model, refer to section 3.6.5 of the MANET Technology Library Manual.



Initially, Node 3 and Node 1 are close by and within range of each other. Hence routes are formed such that communication happens directly as shown below:


As Node 3 moves away from Node 1, once it goes out of range of Node 1, new routes are formed via Node 2. Hence Node 3 sends packets to Node 2 which then forwards them to Node 1 as shown below:
As Node 3 moves further away from Node 2, once it goes out of range of Node 2, new routes are formed via Node 4. Hence Node 3 sends packets to Node 4 which then forwards them to Node 2 which further forwards them to Node 1 as shown below:


The experiment file which is associated with the example explained here is provided as an attachment. Users can download the attachment and import the experiment by going to Your Work -> Import Experiment and selecting the downloaded experiment file.