SlideShare a Scribd company logo
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 3 Issue No. 3, June 2015
71
Performance Analysis of AODV with the constraints of
Varying Terrain Area and Pause Time in Wireless Sensor
Networks using NS-3 Simulator
By
1st
Pramod Sharma, 2nd
Prof. S .K. Sharma, 3rd
Dr. Ravindra Gupta3
1st
Research Scholar, PACIFIC UNIVERSITY, Udaipur, India
2nd
Professor, PACIFIC UNIVERSITY, Udaipur, India
3rd
Professor, MIT, Bikaner, India
1st
pramodsharma@engineer.com, 2nd
sharmasatyendra_03@rediffmail.com,3rd
rpg2710@gmail.com
ABSTRACT
Mobile Ad Hoc Networks (MANETs) are wireless networks,
where there is no requirement for any infrastructure support to
transfer data packets between mobile nodes. These nodes
communicate in a multi-hop mode; each mobile node acts
both as a host and router. The main job of Quality of Service
(QoS)[1][2] routing in MANETs is to search and establish
routes among different mobile nodes for satisfying QoS
requirements of wireless sensor networks as PDR, Average
end-to-end delay, Average Throughput. The QoS routing
protocols efficient for commercial, real-time and multimedia
applications are in demand for day to day activities[2].
Keywords: MANETs; AODV; PDR; Average Throughput;
Average End to End Delay.
1. INTRODUCTION
MANETs are wireless networks, which do not need
infrastructure support for sending and receiving data packets
between various mobile nodes, it can be an access point or a
base station. Each mobile node acts both as a host as well as a
router. The limitations in conventional wireless networks are
more probable in MANETs due to varying topological
changes, the energy constraint, limitation of bandwidth and
the lack of information for a current network state.
A wide range of applications exist for Ad Hoc networks
among them are distributed computing, disaster recovery,
mobile access Internet, military applications, vehicles
communication, healthcare providers, sensor networks and
multimedia applications are some examples. AODV and DSR
are Reactive Routing Protocols; here we are analyzing
AODV.
2. Ad Hoc On-Demand Distance Vector Protocol.
Ad hoc On Demand Distance Vector (AODV) [3] is a reactive
routing protocol enables dynamic, self-starting. AODV allows
mobile nodes to select routes quickly and respond to link
breakages and changes in the network topology efficiently.
AODV uses destination sequence number for each route entry
and contains four different packets HELLO, Route Request
(RREQ), Route Reply (RREP), and Route Error (RERR).
These control messages (packets) are received via UDP and
IP header processing.
Fig. 1 RREQ propagation of AODV routing protocol.
When source nodes wish to determine a route to a destination
node. It broadcasts a route request (RREQ) packet to all its
neighboring nodes with packet id and the destination sequence
number. The RREQ packet is flooded through the network
through the neighboring nodes until it reaches the destination
nodes. Once the destination receives the RREQ, the
destination node reply with RREP packet back through the
source node through the neighboring nodes as updated in the
routing table by each mobile node. The Fig 1 and Fig 2
systematically depict the RREQ and RREP packets
propagation mechanism of AODV routing protocols. Upon
the reception of RREP packet, the source node starts
transmitting data to the destination node with minimal hop
count.
Fig. 2 RREP propagation of AODV routing protocol.
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 3 Issue No. 3, June 2015
72
2.1 Performance Metrics
In this paper, the performance matrix includes the following
QoS parameters.[4,5]
2.1.1 Packet Delivery Ratio (PDR):
It is the ratio of the data packets delivered to the destinations
to those generated by the CBR sources. The PDR shows the
efficiency of a protocol to deliver packets from source to
destination. The higher value give us better results.
2.1.2 Average End to End Delay:
It is the average time utilized by a data packet to reach from
source to destination node. First total delay is calculated by
subtracting the time taken by the packets from reaching
source to destination. Then we find the ratio of total delay to
the number of packets received.
2.1.3 Throughput:
It is the ratio of total number of data packets delivered or
received to the total duration of simulation time.
2.1.4 Normalized Routing Load: The Normalized Routing
Load is the ratio of all routing control packets send by all
source nodes to a number of received data packets at the
destination nodes.
3 SIMULATION ENVIRONMENTS
3.1 Mobility Model
Mobility model describes changes in the stations velocity and
acceleration over time and their movement. Basic parameters
related to node movement are mobility speed, the number of
nodes, sending rate, pause time, the number of connections,
simulation duration. Mobility models can be categorized in
two types group and entity models. The motions of mobile
stations in entity models are independent from each other, but
in group models the movements of stations are dependent on
each other [6].
In our article we chose the Random Waypoint Mobility,
generated by the software Bonn Motion [7]. It is an entity
model. A station in this can select any random velocity and
any random destination. The station begins moving towards
the chosen destination station. After obtaining the destination
station, the station stops for a small amount of time defined by
the “Pause Time” attribute and again the station repeats the
process until the simulation stops.
3.2 Simulation Parameters:
We elaborate the experiments for the evaluation of the
performance of ad hoc routing protocols AODV, with
varying Pause Time and Terrain Area in NS-3[8]. We have 45
simulations run in total out of which 45 trace files are
generated for Random Waypoint Mobility each. We studied
all performance metrics in our simulation under varying Pause
Time (20 Sec to 100 Sec) and Terrain Area
(250x250,500x500, 1000x1000) and while other attributes are
fixed. Table 1 presents the simulation parameters adapted to
our simulation.
Table 1. Simulations parameters
Parameter Value
Simulator NS – 3 .17
Number Of Nodes 100
Simulation Time 100 Sec
Simulation Area 250 X 250 ;500 X 500;
1000X1000
Packet Size 1000 Bytes
Packet Rate 5 packet/sec
Mobility Model Random Way Point Mobility
Model
Routing Protocol AODV
Node Speed 20 m/s
Pause Time 20 Sec,40 Sec,60 Sec,80 Sec,100
Sec
Table 2. PDR for varying Pause Time and Terrain Area
Pause Time(sec)→
Topology ↓
20 40 60 80 100
250 M ˣ 250 M 96 96 96 96 96
500 M ˣ 500 M 97.0 97.0 97.0 96.5 96.5
1000 M × 1000 M 96 95 95 94 94
Fig. 3. PDR for varying Pause Time and Terrain Area.
Table 3. Average throughput for varying Pause Time and
Terrain Area
Pause Time(sec)→
Topology ↓
20 40 60 80 100
250 M x 250 M 4873 4547 4584 4639 4739
500 M x 500 M 4998 4951 4947 4878 4863
1000 M × 1000 M 4410 4403 4408 4405 4401
Fig. 4.Average throughput for varying Pause Time and
Terrain Area .
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 3 Issue No. 3, June 2015
73
Table 4. Average Delay for varying Pause Time and
Terrain Area
PauseTime(sec)→
Topology ↓
2 0 4 0 6 0 8 0 1 0 0
250 M ˣ 250 M 0.0258894 0.0260785 0.0258000 0.0257813 0.025880
500 M ˣ 500 M 0.0126093 0.0126199 0.0126172 0.0163440 0.017649
1000 M×1000 M 0.00124358 0.00124223 0.00124151 0.0013455 0.001597
Fig.5. Average Delay for varying Pause Time and
Terrain Area.
4 CONCLUSION AND FUTURE DIRECTIONS
In this paper, the comparison is based upon the different
parameters and performance metrics. We examine that PDF
for small terrain areas is nearly constant and decreases with
larger terrain area. Average throughput for varying Pause
Time and Terrain Area decreases with larger terrain area.
Average Delay for varying Pause Time and Terrain Area for
small terrain areas is nearly constant and decreases with larger
terrain area. In protocol performance, AODV has better
performance in networks with high mobility and size. For real
time traffic AODV is preferred over DSR and DSDV.
5 REFERENCES
[1] Pramod Sharma, Dr.R.P.Gupta, Dr. S.k.Sharma, “Quality
of Service (QoS) Parameters and Challenges in Wireless
Sensor Networks”, Proceedings of International Conference
BICON-13,at Biyani International Institute of Engineering &
Technology, Jaipur, Vol.1, ISBN: 978-93-83343-01-0, pp
264-269, 22 September, 2013.
[2]Adam M. Saad ,Hassan Rosilah , Delay aware Reactive
Routing Protocols for Qos in MANETs : a Review, Journal of Applied
Research and Technology ,Vol 11,issue -6,pp 844-850, 11 Dec , 2013.
[3] C.E. Perkins, E.M. Royer, Ad-hoc on-demand distance
vector routing Second IEEE Workshop (1999), pp. 90–100 in
WMCSA'99.
[4] A. Ade and P. A. Tijare, “Performance Comparison of
AODV, DSDV, OLSR and DSR Routing Protocols in Mobile
Ad Hoc Networks,” Int. J. Inf. Technol. Knowl. Manag., vol.
2, no. 2, pp. 545–548, 2010.
[5] R. Kaur, M. T. Student, C. Sharma, and P. D. Candidate,
“Review paper on performance analysis of AODV , DSDV ,
OLSR on the basis of packet delivery,” IOSR-Journal
Comput. Eng., vol. 11, no. 1, pp. 51–55, 2013.
[6] Valentina Timcenko, Mirjana Stojanovic, Slavica
Bostjancic Rakas (2009), “MANET Routing Protocols vs.
Mobility Models: Performance Analysis and Comparison”,
Proceedings of the 9th WSEAS International Conference on
Applied Informatics and Communications (AIC '09).
[7] BonnMotion: A mobility scenario generation and analysis
tool, Available at http://sys.cs.uos.de/bonnmotion/
[8] Pramod Sharma, Dr.R.P.Gupta, Dr. S.k.Sharma, “A
COMPARATIVE STUDY OF NS-2 AND NS-3”,
International Journal of Scientific Research and Development,
Vol.2, Issue -3, ISSN: 23210613, May 2014.

More Related Content

PDF
Performance evaluation of different routing protocols in wsn using different ...
PDF
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
PDF
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PDF
21 9 sep17 19jul 8001 8288-4-ed(edit)
PDF
Performance evaluation of diff routing protocols in wsn using difft network p...
PDF
Paper id 252014153
PDF
Wireless Sensor Network over High Altitude Platform
Performance evaluation of different routing protocols in wsn using different ...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
21 9 sep17 19jul 8001 8288-4-ed(edit)
Performance evaluation of diff routing protocols in wsn using difft network p...
Paper id 252014153
Wireless Sensor Network over High Altitude Platform

What's hot (15)

PDF
N017428692
PDF
Q01742112115
PDF
K017426872
PDF
A framework for efficient routing protocol metrics for wireless mesh networ
PDF
Mobility and Propagation Models in Multi-hop Cognitive Radio Networks
PDF
Pilot aided scheduling for uplink ofdma
PDF
Aa35152156
PDF
74 136-143
PDF
69 122-128
PDF
Proposed Model for Interference Estimation in Code Division Multiple Access
PDF
An Energy Efficient Routing Protocol Using NCPR and GNDA Algorithms
PDF
Performance of dsdv protocol based on different propagation model with vari
PDF
A comparative analysis on routing
PDF
80 152-157
N017428692
Q01742112115
K017426872
A framework for efficient routing protocol metrics for wireless mesh networ
Mobility and Propagation Models in Multi-hop Cognitive Radio Networks
Pilot aided scheduling for uplink ofdma
Aa35152156
74 136-143
69 122-128
Proposed Model for Interference Estimation in Code Division Multiple Access
An Energy Efficient Routing Protocol Using NCPR and GNDA Algorithms
Performance of dsdv protocol based on different propagation model with vari
A comparative analysis on routing
80 152-157
Ad

Viewers also liked (20)

PPTX
Industry jump start needed
PDF
Kirtanyoga 5 8_06_08
PPTX
Cinema Advertising (Brand Identity)
PPTX
검색엔진 최적화 (SEO)의 과거,현재와 미래
PDF
Modeling of solar array and analyze the current transient response of shunt s...
PPTX
CALIDAD DE VIDA .Recurso educativo grado sexto
PDF
Traffic detection system using android
PPTX
AODV routing protocol
PDF
AODV protocol
PPTX
Contract law lecture - 3 - acceptance
PDF
AODV protocol
PPT
Simulation and Performance Analysis of AODV using NS-2.34
PPTX
Protocol implementation on NS2
PPT
Routing in Manet
PPTX
AODV Protocol
PPTX
Los aviones del futuro
PPT
Fingertip Knowledge - Electronic Performance Support Systems
PDF
charitytimesSeptember_2016[1]
PDF
IMPACT OF PROFESSIONAL COMPETENCY OF ACADEMIA ON ACADEMIC ACHIEVEMENT OF STUD...
PPT
развэндопрот14
Industry jump start needed
Kirtanyoga 5 8_06_08
Cinema Advertising (Brand Identity)
검색엔진 최적화 (SEO)의 과거,현재와 미래
Modeling of solar array and analyze the current transient response of shunt s...
CALIDAD DE VIDA .Recurso educativo grado sexto
Traffic detection system using android
AODV routing protocol
AODV protocol
Contract law lecture - 3 - acceptance
AODV protocol
Simulation and Performance Analysis of AODV using NS-2.34
Protocol implementation on NS2
Routing in Manet
AODV Protocol
Los aviones del futuro
Fingertip Knowledge - Electronic Performance Support Systems
charitytimesSeptember_2016[1]
IMPACT OF PROFESSIONAL COMPETENCY OF ACADEMIA ON ACADEMIC ACHIEVEMENT OF STUD...
развэндопрот14
Ad

Similar to Performance analysis of aodv with the constraints of varying terrain area and pause time in wireless sensor networks using ns 3 simulator (20)

PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PDF
50120140504021
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PDF
Simulation based comparison of routing protocols in wireless multihop ad hoc ...
PDF
Jb2516071610
PDF
Jb2516071610
PDF
Performance study of adhoc routing protocols for cbr traffic
PDF
Bh4103368374
PDF
21 9 sep17 19jul 8001 8288-4-ed(edit)
PDF
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
PDF
H01115155
PDF
Research Inventy : International Journal of Engineering and Science
PDF
Improvement of QoS Contained by AODV Routing Protocol On the Basis of Varying...
PDF
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
PDF
Paper id 71201928
PPT
The Performance Analysis of Selected Routing Protocols for Mobile Ad hoc Netw...
PDF
Dsr aodv performance
PDF
Performance evaluation of MANET routing protocols based on QoS and energy p...
PDF
PERFORMANCE COMPARISION OF DSDV, AODV AND DSRFOR MOBILE AD HOC NETWORK BY VAR...
PDF
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
50120140504021
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
Simulation based comparison of routing protocols in wireless multihop ad hoc ...
Jb2516071610
Jb2516071610
Performance study of adhoc routing protocols for cbr traffic
Bh4103368374
21 9 sep17 19jul 8001 8288-4-ed(edit)
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
H01115155
Research Inventy : International Journal of Engineering and Science
Improvement of QoS Contained by AODV Routing Protocol On the Basis of Varying...
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
Paper id 71201928
The Performance Analysis of Selected Routing Protocols for Mobile Ad hoc Netw...
Dsr aodv performance
Performance evaluation of MANET routing protocols based on QoS and energy p...
PERFORMANCE COMPARISION OF DSDV, AODV AND DSRFOR MOBILE AD HOC NETWORK BY VAR...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...

More from Editor Jacotech (20)

PDF
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
PDF
MOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSIS
PDF
Non integer order controller based robust performance analysis of a conical t...
PDF
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
PDF
ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...
PDF
The Impact of Line Resistance on the Performance of Controllable Series Compe...
PDF
Security Strength Evaluation of Some Chaos Based Substitution-Boxes
PDF
License plate recognition an insight to the proposed approach for plate local...
PDF
Design of airfoil using backpropagation training with mixed approach
PDF
Ant colony optimization based routing algorithm in various wireless sensor ne...
PDF
An efficient ant optimized multipath routing in wireless sensor network
PDF
A mobile monitoring and alert sms system with remote configuration – a case s...
PDF
Leader Election Approach: A Comparison and Survey
PDF
Leader election approach a comparison and survey
PDF
Modeling of solar array and analyze the current transient
PDF
Traffic detection system using android
PDF
Performance analysis of aodv with the constraints of
PDF
License plate recognition an insight to the proposed approach for plate local...
PDF
Design of airfoil using backpropagation training with mixed approach
PDF
Corporate social responsibility of chemical fertlizer companies – a study wit...
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
MOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSIS
Non integer order controller based robust performance analysis of a conical t...
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...
The Impact of Line Resistance on the Performance of Controllable Series Compe...
Security Strength Evaluation of Some Chaos Based Substitution-Boxes
License plate recognition an insight to the proposed approach for plate local...
Design of airfoil using backpropagation training with mixed approach
Ant colony optimization based routing algorithm in various wireless sensor ne...
An efficient ant optimized multipath routing in wireless sensor network
A mobile monitoring and alert sms system with remote configuration – a case s...
Leader Election Approach: A Comparison and Survey
Leader election approach a comparison and survey
Modeling of solar array and analyze the current transient
Traffic detection system using android
Performance analysis of aodv with the constraints of
License plate recognition an insight to the proposed approach for plate local...
Design of airfoil using backpropagation training with mixed approach
Corporate social responsibility of chemical fertlizer companies – a study wit...

Recently uploaded (20)

PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
master seminar digital applications in india
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Lesson notes of climatology university.
PDF
Pre independence Education in Inndia.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Institutional Correction lecture only . . .
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Cell Types and Its function , kingdom of life
PPH.pptx obstetrics and gynecology in nursing
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
102 student loan defaulters named and shamed – Is someone you know on the list?
Microbial disease of the cardiovascular and lymphatic systems
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
master seminar digital applications in india
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Lesson notes of climatology university.
Pre independence Education in Inndia.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Supply Chain Operations Speaking Notes -ICLT Program
Institutional Correction lecture only . . .
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
O5-L3 Freight Transport Ops (International) V1.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
TR - Agricultural Crops Production NC III.pdf
Cell Types and Its function , kingdom of life

Performance analysis of aodv with the constraints of varying terrain area and pause time in wireless sensor networks using ns 3 simulator

  • 1. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 3 Issue No. 3, June 2015 71 Performance Analysis of AODV with the constraints of Varying Terrain Area and Pause Time in Wireless Sensor Networks using NS-3 Simulator By 1st Pramod Sharma, 2nd Prof. S .K. Sharma, 3rd Dr. Ravindra Gupta3 1st Research Scholar, PACIFIC UNIVERSITY, Udaipur, India 2nd Professor, PACIFIC UNIVERSITY, Udaipur, India 3rd Professor, MIT, Bikaner, India 1st pramodsharma@engineer.com, 2nd sharmasatyendra_03@rediffmail.com,3rd rpg2710@gmail.com ABSTRACT Mobile Ad Hoc Networks (MANETs) are wireless networks, where there is no requirement for any infrastructure support to transfer data packets between mobile nodes. These nodes communicate in a multi-hop mode; each mobile node acts both as a host and router. The main job of Quality of Service (QoS)[1][2] routing in MANETs is to search and establish routes among different mobile nodes for satisfying QoS requirements of wireless sensor networks as PDR, Average end-to-end delay, Average Throughput. The QoS routing protocols efficient for commercial, real-time and multimedia applications are in demand for day to day activities[2]. Keywords: MANETs; AODV; PDR; Average Throughput; Average End to End Delay. 1. INTRODUCTION MANETs are wireless networks, which do not need infrastructure support for sending and receiving data packets between various mobile nodes, it can be an access point or a base station. Each mobile node acts both as a host as well as a router. The limitations in conventional wireless networks are more probable in MANETs due to varying topological changes, the energy constraint, limitation of bandwidth and the lack of information for a current network state. A wide range of applications exist for Ad Hoc networks among them are distributed computing, disaster recovery, mobile access Internet, military applications, vehicles communication, healthcare providers, sensor networks and multimedia applications are some examples. AODV and DSR are Reactive Routing Protocols; here we are analyzing AODV. 2. Ad Hoc On-Demand Distance Vector Protocol. Ad hoc On Demand Distance Vector (AODV) [3] is a reactive routing protocol enables dynamic, self-starting. AODV allows mobile nodes to select routes quickly and respond to link breakages and changes in the network topology efficiently. AODV uses destination sequence number for each route entry and contains four different packets HELLO, Route Request (RREQ), Route Reply (RREP), and Route Error (RERR). These control messages (packets) are received via UDP and IP header processing. Fig. 1 RREQ propagation of AODV routing protocol. When source nodes wish to determine a route to a destination node. It broadcasts a route request (RREQ) packet to all its neighboring nodes with packet id and the destination sequence number. The RREQ packet is flooded through the network through the neighboring nodes until it reaches the destination nodes. Once the destination receives the RREQ, the destination node reply with RREP packet back through the source node through the neighboring nodes as updated in the routing table by each mobile node. The Fig 1 and Fig 2 systematically depict the RREQ and RREP packets propagation mechanism of AODV routing protocols. Upon the reception of RREP packet, the source node starts transmitting data to the destination node with minimal hop count. Fig. 2 RREP propagation of AODV routing protocol.
  • 2. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 3 Issue No. 3, June 2015 72 2.1 Performance Metrics In this paper, the performance matrix includes the following QoS parameters.[4,5] 2.1.1 Packet Delivery Ratio (PDR): It is the ratio of the data packets delivered to the destinations to those generated by the CBR sources. The PDR shows the efficiency of a protocol to deliver packets from source to destination. The higher value give us better results. 2.1.2 Average End to End Delay: It is the average time utilized by a data packet to reach from source to destination node. First total delay is calculated by subtracting the time taken by the packets from reaching source to destination. Then we find the ratio of total delay to the number of packets received. 2.1.3 Throughput: It is the ratio of total number of data packets delivered or received to the total duration of simulation time. 2.1.4 Normalized Routing Load: The Normalized Routing Load is the ratio of all routing control packets send by all source nodes to a number of received data packets at the destination nodes. 3 SIMULATION ENVIRONMENTS 3.1 Mobility Model Mobility model describes changes in the stations velocity and acceleration over time and their movement. Basic parameters related to node movement are mobility speed, the number of nodes, sending rate, pause time, the number of connections, simulation duration. Mobility models can be categorized in two types group and entity models. The motions of mobile stations in entity models are independent from each other, but in group models the movements of stations are dependent on each other [6]. In our article we chose the Random Waypoint Mobility, generated by the software Bonn Motion [7]. It is an entity model. A station in this can select any random velocity and any random destination. The station begins moving towards the chosen destination station. After obtaining the destination station, the station stops for a small amount of time defined by the “Pause Time” attribute and again the station repeats the process until the simulation stops. 3.2 Simulation Parameters: We elaborate the experiments for the evaluation of the performance of ad hoc routing protocols AODV, with varying Pause Time and Terrain Area in NS-3[8]. We have 45 simulations run in total out of which 45 trace files are generated for Random Waypoint Mobility each. We studied all performance metrics in our simulation under varying Pause Time (20 Sec to 100 Sec) and Terrain Area (250x250,500x500, 1000x1000) and while other attributes are fixed. Table 1 presents the simulation parameters adapted to our simulation. Table 1. Simulations parameters Parameter Value Simulator NS – 3 .17 Number Of Nodes 100 Simulation Time 100 Sec Simulation Area 250 X 250 ;500 X 500; 1000X1000 Packet Size 1000 Bytes Packet Rate 5 packet/sec Mobility Model Random Way Point Mobility Model Routing Protocol AODV Node Speed 20 m/s Pause Time 20 Sec,40 Sec,60 Sec,80 Sec,100 Sec Table 2. PDR for varying Pause Time and Terrain Area Pause Time(sec)→ Topology ↓ 20 40 60 80 100 250 M ˣ 250 M 96 96 96 96 96 500 M ˣ 500 M 97.0 97.0 97.0 96.5 96.5 1000 M × 1000 M 96 95 95 94 94 Fig. 3. PDR for varying Pause Time and Terrain Area. Table 3. Average throughput for varying Pause Time and Terrain Area Pause Time(sec)→ Topology ↓ 20 40 60 80 100 250 M x 250 M 4873 4547 4584 4639 4739 500 M x 500 M 4998 4951 4947 4878 4863 1000 M × 1000 M 4410 4403 4408 4405 4401 Fig. 4.Average throughput for varying Pause Time and Terrain Area .
  • 3. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 3 Issue No. 3, June 2015 73 Table 4. Average Delay for varying Pause Time and Terrain Area PauseTime(sec)→ Topology ↓ 2 0 4 0 6 0 8 0 1 0 0 250 M ˣ 250 M 0.0258894 0.0260785 0.0258000 0.0257813 0.025880 500 M ˣ 500 M 0.0126093 0.0126199 0.0126172 0.0163440 0.017649 1000 M×1000 M 0.00124358 0.00124223 0.00124151 0.0013455 0.001597 Fig.5. Average Delay for varying Pause Time and Terrain Area. 4 CONCLUSION AND FUTURE DIRECTIONS In this paper, the comparison is based upon the different parameters and performance metrics. We examine that PDF for small terrain areas is nearly constant and decreases with larger terrain area. Average throughput for varying Pause Time and Terrain Area decreases with larger terrain area. Average Delay for varying Pause Time and Terrain Area for small terrain areas is nearly constant and decreases with larger terrain area. In protocol performance, AODV has better performance in networks with high mobility and size. For real time traffic AODV is preferred over DSR and DSDV. 5 REFERENCES [1] Pramod Sharma, Dr.R.P.Gupta, Dr. S.k.Sharma, “Quality of Service (QoS) Parameters and Challenges in Wireless Sensor Networks”, Proceedings of International Conference BICON-13,at Biyani International Institute of Engineering & Technology, Jaipur, Vol.1, ISBN: 978-93-83343-01-0, pp 264-269, 22 September, 2013. [2]Adam M. Saad ,Hassan Rosilah , Delay aware Reactive Routing Protocols for Qos in MANETs : a Review, Journal of Applied Research and Technology ,Vol 11,issue -6,pp 844-850, 11 Dec , 2013. [3] C.E. Perkins, E.M. Royer, Ad-hoc on-demand distance vector routing Second IEEE Workshop (1999), pp. 90–100 in WMCSA'99. [4] A. Ade and P. A. Tijare, “Performance Comparison of AODV, DSDV, OLSR and DSR Routing Protocols in Mobile Ad Hoc Networks,” Int. J. Inf. Technol. Knowl. Manag., vol. 2, no. 2, pp. 545–548, 2010. [5] R. Kaur, M. T. Student, C. Sharma, and P. D. Candidate, “Review paper on performance analysis of AODV , DSDV , OLSR on the basis of packet delivery,” IOSR-Journal Comput. Eng., vol. 11, no. 1, pp. 51–55, 2013. [6] Valentina Timcenko, Mirjana Stojanovic, Slavica Bostjancic Rakas (2009), “MANET Routing Protocols vs. Mobility Models: Performance Analysis and Comparison”, Proceedings of the 9th WSEAS International Conference on Applied Informatics and Communications (AIC '09). [7] BonnMotion: A mobility scenario generation and analysis tool, Available at http://sys.cs.uos.de/bonnmotion/ [8] Pramod Sharma, Dr.R.P.Gupta, Dr. S.k.Sharma, “A COMPARATIVE STUDY OF NS-2 AND NS-3”, International Journal of Scientific Research and Development, Vol.2, Issue -3, ISSN: 23210613, May 2014.