0% found this document useful (0 votes)
104 views3 pages

Setdest and Wireless Trace File Format

This document discusses analyzing the performance of different routing protocols (AODV, DSDV, DSR) in a mobile ad hoc network by varying the number of nodes. It provides instructions on using the setdest tool to generate random topologies with a specified number of nodes, area size, node speed and pause time. The performance metrics measured are packet delivery ratio, end-to-end delay and routing overhead as the number of nodes is increased from 50 to 60 nodes.

Uploaded by

menber
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views3 pages

Setdest and Wireless Trace File Format

This document discusses analyzing the performance of different routing protocols (AODV, DSDV, DSR) in a mobile ad hoc network by varying the number of nodes. It provides instructions on using the setdest tool to generate random topologies with a specified number of nodes, area size, node speed and pause time. The performance metrics measured are packet delivery ratio, end-to-end delay and routing overhead as the number of nodes is increased from 50 to 60 nodes.

Uploaded by

menber
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 3

#Random Topology

#To apply random movement we need setdest command

#Syntax

setdest n Nunmber of node p pause time -M Max_Speed -t


total_simulation_time x x-axis-value y y-axis-value

#Example

setdest -n 50 -p 10 -M 5 -t 200 -x 800 -y 800 >scen-50


setdest -n 60 -p 10 -M 5 -t 200 -x 800 -y 800 >scen-60
setdest -n 70 -p 10 -M 5 -t 200 -x 800 -y 800 >scen-70
setdest -n 80 -p 10 -M 5 -t 200 -x 800 -y 800 >scen-80

New Wireless Trace Format

v s -t 163.001503520 -Hs 0 -Hd -2 -Ni 0 -Nx


300.00 -Ny 500.00 -Nz 0.00 -Ne -1.000000 -Nl
AGT -Nw --- -Ma 0 -Md 0 -Ms 0 -Mt 0 -Is 0.0
Id 2.0 -It cbr -Il 200 -If 1 -Ii 77 -Iv 32 -Pn cbr
-Pi 32 -Pf 0 -Po 0

Field 0: event type


v s: send r: receive d: drop f: forward
Filed 1: General tag
v -t: time
Field 3: Next hop info
v -Hs: id for this node
v -Hd: id for next hop towards the destination
Field 4: Node property type tag
v -Ni: node id
v -Nx Ny -Nz: nodes x/y/z coordinate
v -Ne: node energy level
v -Nl: trace level, such as AGT, RTR, MAC
v -Nw: reason for the event
Field 5: packet info at MAC level
v -Ma: duration
v -Md: dests ethernet address
v -Ms: srcs ethernet address
v -Mt: ethernet type
Field 6: Packet information at IP level
v -Is: source address. Source port number
v -Id: dest address.dest port number
v -It: packet type
v -Il: packet size
v -If: flow id
v -Ii: unique id
v -Iv: ttl value
Field 7:
v Packet info at Application level which consists of the type of
application like arp, tcp, the type of adhoc routing protocol like DSDV, DSR,
AODV etc. The field consists of a leading P and the list of tags for different
applications.

RUN AWK SCRIPT

#gawk f wireless.awk out.tr


Protocol Performance Analysis

1. By varying number of mobiles nodes


By varying the No of nodes in the given topology area
Analyse the protocols behavior.

Topology Area 800m x 800m, Max Speed 5m/s, PauseTime


10s, Simulation Time 200Secs. Create Udp Data Source for
Node 5 to Node 10.
+++++++++++++++++++++++++++++++++++++++++++++++++++
AODV

No of Nodes Packet Delivery End-to-End Delay OverHead


Ratio(PDR)
50

60

=========================================================
DSDV

No of Nodes Packet Delivery End-to-End Delay OverHead


Ratio(PDR)
50

60

===================================================================

DSR

No of Nodes Packet Delivery End-to-End Delay OverHead


Ratio(PDR)
50

60

You might also like