SlideShare a Scribd company logo
1 of 3
Download to read offline
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

What's hot

A framework for efficient routing protocol metrics for wireless mesh networ
A framework for efficient routing protocol metrics for wireless mesh networA framework for efficient routing protocol metrics for wireless mesh networ
A framework for efficient routing protocol metrics for wireless mesh networIAEME Publication
 
Mobility and Propagation Models in Multi-hop Cognitive Radio Networks
Mobility and Propagation Models in Multi-hop Cognitive Radio NetworksMobility and Propagation Models in Multi-hop Cognitive Radio Networks
Mobility and Propagation Models in Multi-hop Cognitive Radio Networksszhb
 
Pilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdmaPilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdmaeSAT Publishing House
 
Proposed Model for Interference Estimation in Code Division Multiple Access
Proposed Model for Interference Estimation in Code Division Multiple AccessProposed Model for Interference Estimation in Code Division Multiple Access
Proposed Model for Interference Estimation in Code Division Multiple AccessTELKOMNIKA JOURNAL
 
An Energy Efficient Routing Protocol Using NCPR and GNDA Algorithms
An Energy Efficient Routing Protocol Using NCPR and GNDA AlgorithmsAn Energy Efficient Routing Protocol Using NCPR and GNDA Algorithms
An Energy Efficient Routing Protocol Using NCPR and GNDA AlgorithmsVignesh DJ Viki
 
Performance of dsdv protocol based on different propagation model with vari
Performance of dsdv protocol based on different propagation model with variPerformance of dsdv protocol based on different propagation model with vari
Performance of dsdv protocol based on different propagation model with variIAEME Publication
 
A comparative analysis on routing
A comparative analysis on routingA comparative analysis on routing
A comparative analysis on routingijcseit
 

What's hot (15)

Q01742112115
Q01742112115Q01742112115
Q01742112115
 
N017428692
N017428692N017428692
N017428692
 
K017426872
K017426872K017426872
K017426872
 
A framework for efficient routing protocol metrics for wireless mesh networ
A framework for efficient routing protocol metrics for wireless mesh networA framework for efficient routing protocol metrics for wireless mesh networ
A framework for efficient routing protocol metrics for wireless mesh networ
 
Mobility and Propagation Models in Multi-hop Cognitive Radio Networks
Mobility and Propagation Models in Multi-hop Cognitive Radio NetworksMobility and Propagation Models in Multi-hop Cognitive Radio Networks
Mobility and Propagation Models in Multi-hop Cognitive Radio Networks
 
Pilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdmaPilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdma
 
EESRDA
EESRDAEESRDA
EESRDA
 
Aa35152156
Aa35152156Aa35152156
Aa35152156
 
74 136-143
74 136-14374 136-143
74 136-143
 
69 122-128
69 122-12869 122-128
69 122-128
 
Proposed Model for Interference Estimation in Code Division Multiple Access
Proposed Model for Interference Estimation in Code Division Multiple AccessProposed Model for Interference Estimation in Code Division Multiple Access
Proposed Model for Interference Estimation in Code Division Multiple Access
 
An Energy Efficient Routing Protocol Using NCPR and GNDA Algorithms
An Energy Efficient Routing Protocol Using NCPR and GNDA AlgorithmsAn Energy Efficient Routing Protocol Using NCPR and GNDA Algorithms
An Energy Efficient Routing Protocol Using NCPR and GNDA Algorithms
 
Performance of dsdv protocol based on different propagation model with vari
Performance of dsdv protocol based on different propagation model with variPerformance of dsdv protocol based on different propagation model with vari
Performance of dsdv protocol based on different propagation model with vari
 
A comparative analysis on routing
A comparative analysis on routingA comparative analysis on routing
A comparative analysis on routing
 
80 152-157
80 152-15780 152-157
80 152-157
 

Viewers also liked

Reglamento y protocolo uso de las tic institucion educativa el queremal dagu...
Reglamento y protocolo uso de las tic institucion  educativa el queremal dagu...Reglamento y protocolo uso de las tic institucion  educativa el queremal dagu...
Reglamento y protocolo uso de las tic institucion educativa el queremal dagu...Blanca Ines Moreno Velasquez
 
Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using androidEditor Jacotech
 
KettlebellSportLifts
KettlebellSportLiftsKettlebellSportLifts
KettlebellSportLiftsSonia Szawdyn
 
Rain day
Rain dayRain day
Rain dayjmpcard
 
Swollen optic nerve_presentation_last_revision 103112 disregard all others
Swollen optic nerve_presentation_last_revision 103112 disregard all othersSwollen optic nerve_presentation_last_revision 103112 disregard all others
Swollen optic nerve_presentation_last_revision 103112 disregard all othersArash Eslami
 
Testing shareslide
Testing shareslideTesting shareslide
Testing shareslidepaullarkin13
 
Philidelphia
PhilidelphiaPhilidelphia
Philidelphiazksolent
 
Alemanha floresta negra-schwarzwald
Alemanha floresta negra-schwarzwaldAlemanha floresta negra-schwarzwald
Alemanha floresta negra-schwarzwaldjmpcard
 
Protest rallies are necessary to get JUSTICE
Protest rallies are necessary to get JUSTICEProtest rallies are necessary to get JUSTICE
Protest rallies are necessary to get JUSTICEICBM-SBE
 
Fuente de alimentación atx
Fuente de alimentación atxFuente de alimentación atx
Fuente de alimentación atxwladi13
 
Cámara ip
Cámara ipCámara ip
Cámara ipwladi13
 

Viewers also liked (20)

Reglamento y protocolo uso de las tic institucion educativa el queremal dagu...
Reglamento y protocolo uso de las tic institucion  educativa el queremal dagu...Reglamento y protocolo uso de las tic institucion  educativa el queremal dagu...
Reglamento y protocolo uso de las tic institucion educativa el queremal dagu...
 
Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using android
 
Espina de pescado
Espina de pescadoEspina de pescado
Espina de pescado
 
KettlebellSportLifts
KettlebellSportLiftsKettlebellSportLifts
KettlebellSportLifts
 
Maquinas virtuales
Maquinas virtualesMaquinas virtuales
Maquinas virtuales
 
El eucalipto tr
El eucalipto trEl eucalipto tr
El eucalipto tr
 
Rain day
Rain dayRain day
Rain day
 
Swollen optic nerve_presentation_last_revision 103112 disregard all others
Swollen optic nerve_presentation_last_revision 103112 disregard all othersSwollen optic nerve_presentation_last_revision 103112 disregard all others
Swollen optic nerve_presentation_last_revision 103112 disregard all others
 
Vroegopsporing vkf
Vroegopsporing vkfVroegopsporing vkf
Vroegopsporing vkf
 
Testing shareslide
Testing shareslideTesting shareslide
Testing shareslide
 
Meet the ants
Meet the antsMeet the ants
Meet the ants
 
Bioética
BioéticaBioética
Bioética
 
Philidelphia
PhilidelphiaPhilidelphia
Philidelphia
 
Alemanha floresta negra-schwarzwald
Alemanha floresta negra-schwarzwaldAlemanha floresta negra-schwarzwald
Alemanha floresta negra-schwarzwald
 
Protest rallies are necessary to get JUSTICE
Protest rallies are necessary to get JUSTICEProtest rallies are necessary to get JUSTICE
Protest rallies are necessary to get JUSTICE
 
Profª elaine
Profª elaineProfª elaine
Profª elaine
 
GAF Nivel C
GAF   Nivel CGAF   Nivel C
GAF Nivel C
 
Microciclo de mourinho
Microciclo de mourinho Microciclo de mourinho
Microciclo de mourinho
 
Fuente de alimentación atx
Fuente de alimentación atxFuente de alimentación atx
Fuente de alimentación atx
 
Cámara ip
Cámara ipCámara ip
Cámara ip
 

Similar to Performance analysis of aodv with the constraints of

COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...ijrap
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsIAEME Publication
 
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORKA COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORKijcseit
 
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORKA COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORKijcseit
 
21 9 sep17 19jul 8001 8288-4-ed(edit)
21 9 sep17 19jul 8001 8288-4-ed(edit)21 9 sep17 19jul 8001 8288-4-ed(edit)
21 9 sep17 19jul 8001 8288-4-ed(edit)IAESIJEECS
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Abstract + Poster (MSc Thesis)
Abstract + Poster (MSc Thesis)Abstract + Poster (MSc Thesis)
Abstract + Poster (MSc Thesis)Louis Abalu
 
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...ijwmn
 
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...ijwmn
 
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...ijwmn
 
Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...IJECEIAES
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...ijp2p
 
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAIJITE
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...ijp2p
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...ijp2p
 
Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performanceGilles Samba
 

Similar to Performance analysis of aodv with the constraints of (20)

COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocols
 
Be31390392
Be31390392Be31390392
Be31390392
 
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORKA COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
 
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORKA COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
A COMPARATIVE ANALYSIS ON ROUTING PROTOCOLS OF MOBILE AD HOC NETWORK
 
21 9 sep17 19jul 8001 8288-4-ed(edit)
21 9 sep17 19jul 8001 8288-4-ed(edit)21 9 sep17 19jul 8001 8288-4-ed(edit)
21 9 sep17 19jul 8001 8288-4-ed(edit)
 
P01754110117
P01754110117P01754110117
P01754110117
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Abstract + Poster (MSc Thesis)
Abstract + Poster (MSc Thesis)Abstract + Poster (MSc Thesis)
Abstract + Poster (MSc Thesis)
 
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
PERFORMANCE COMPARISON AND ANALYSIS OF PROACTIVE, REACTIVE AND HYBRID ROUTING...
 
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
 
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
Performance Comparison and Analysis of Proactive, Reactive and Hybrid Routing...
 
Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performance
 
Jb2516071610
Jb2516071610Jb2516071610
Jb2516071610
 

More from Editor Jacotech

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

More from Editor Jacotech (20)

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

Performance analysis of aodv with the constraints of

  • 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.