SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 463
AODV and DSR Routing Protocol Performance Comparison in MANET
Using Network Simulator (NS2)
Vaibhavkumar Savkare1, Prof. N. M. Kazi2
1M.E Digital Electronics. SSBT COET Bambhori Jalgaon Maharashtra India
2Prof.N.M. Kazi SSBT COET Bambhori Jalgaon Maharashtra India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Mobile adhoc network (MANET) is a
infrastructure less wireless network which do nothave central
control, and where each mobile node behave as either sender
or receiver . The MANETsare dynamic networks because the
network topology keeps onchangingbecauseofthemobilityof
the nodes. There are multiple protocols that have been
designed to route the packet in these types of networks. There
are certain mobility model is designed with some other
network parameter. To get the effective routing in a given
network, we need to choose right protocol. The Network
Simulator 2 (NS2) is used as the simulate network parameter
and two MANET protocols namely wireless routing protocol
AODV with DSR protocol is evaluated. Our results
demonstrated the advantages of AODV; it gives better result,
As AODV is outperformed. On the basis of result, we show that
AODV is a better protocol for MANETs compared to DSR. The
same simulation platform could be used to test other
protocols.[1]
Key Words: MANET, AODV, DSR, Packet Delivery Ratio,
End to End Delay, Throughput, IETF
1. INTRODUCTION
During the 1980s, research on military applications was
extensively funded across the globe. Realizing the necessity
of open standards in this emerging area of computer
communication, a working group within the Internet
Engineering Task Force (IETF), termed the mobile ad hoc
networks (MANET) working group, was formed to
standardize the protocols and functional specificationsof ad
hoc wireless networks. The vision of the IETF effort in the
MANET working group is to provide improved standardized
routing functionality to support self-organizing mobile
networking infrastructure.
This is one of the first commercial realizations of ad hoc
wireless networking. Bluetooth standardizes the single-hop
point-to-point wireless link thathelpsinexchangingvoice or
data, and formation of piconets that are formed by a group of
nodes in a smaller geographical region where everynodecan
reach every other node in the group within a single-hop.
Multiple piconets can form a scatternet, which necessitates
the use of multi-hop routing protocols.
1.1 Cellular and Ad Hoc Wireless Networks
Figure 1 shows a representation of different wireless
networks. The current cellular wireless networks (depicted
in Figure 2) are classified as the infrastructure dependent
networks. The path setup for a call between two nodes, say,
node C to node E, is completed through the base station as
illustrated in Figure 2.
Fig -1: A cellular and ad hoc wireless networks.
Ad hoc wireless networks are defined as the category of
wireless networks that utilize multi-hop radio relaying and
are capable of operating without the support of any fixed
infrastructure (hence they are also called infrastructureless
networks). The absence of any central coordinator or base
Station makes the routing a complex one compared to
cellular networks.
Fig -2: A cellular network.
Ad hoc wireless network topology for the cellular network
shown in Figure 2 is illustrated in Figure 3. Note that in
Figure 3 the cell boundaries are shown purely for
comparison with the cellular network in Figure 2 and do not
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 464
carry any special significance. The path setup for a call
between two nodes, say, node C to node E, is completed
through the intermediate mobile node F, as illustrated in
Figure 3. Wireless mesh networks and wireless sensor
networks are specific examples of ad hoc wirelessnetworks.
Fig -3: An ad hoc wireless network.
The major differences between cellularnetworksandadhoc
wireless networks are summarized in Table 5.1. The
presence of base stations simplifies routing and resource
management in a cellular network as the routing decisions
are made in a centralized manner with more information
about the destination node.
But in an ad hoc wireless network, the routing and resource
management are done in a distributed manner in which all
nodes coordinate to enable communication among
themselves. This requireseachnodeto bemoreintelligentso
that it can function both as a network host for transmitting
and receiving data and as a network router for routing
packets from other nodes.
Hence the mobile nodes in ad hoc wireless networks are
more complex than their counterparts in cellular networks.
[2]
Table -1: Differences between cellular networks and ad
hoc wireless networks [2]
Cellular Networks Ad hoc Wireless Networks
Fixed infrastructure based Infrastructure less
Single hop wireless links Multi hop wireless link
Guaranteed bandwidth Shared radio signal
Circuit switched Packet switched
Seamless connectivity
Frequent path breaks due
to Mobility
High cost and time of
deployment
Quick and cost effective
deployment
Application domain civilian
and commercial
Application domain include
battlefield, emergency
search and rescue and
collaborative computing
Major goals to maximize the
call acceptance ratio and
minimize the call drop ratio
Main aim is to find paths
with minimum overhead
and also quick
reconfiguration of broken
paths.
2. SOFTWARE
Network Simulator (Version 2), generally known as NS2, is
just an occasion driven tool that is helpful in concentratethe
dynamic idea of correspondence systems. Recreation of
wired and in addition remote system capacities and
conventions (e.g., steering calculations, TCP, UDP)shouldbe
possible utilizing NS2. As a rule, NS2 gives clients a method
for indicating such system conventions and finding their
relating practices.
Fig. 4 shows the basic architecture of NS2. NS2 provides
users with an executable command “ns” which takes one
input argument, the name of a Tcl simulation scripting file.
In most cases, a simulation trace file is created and is used
to plot graph and/or to create animation.[3]
Fig -4: Basic Architecture of NS
After simulation, NS2 outputs either text-based simulation
results. To interpret these results graphically and
interactively, tools such as NAM (Network AniMator) and
XGraph are used. To analyze a particular behavior of the
network, users can extract a relevant subset of text-based
data and transform it to a more conceivable presentation.
3. Simulation and Result
As already outlined, we have taken two On-demand
(Reactive) routing protocols, namely Ad hoc On-Demand
Distance Vector Routing (AODV) and Dynamic Source
Routing (DSR). The mobility model used is Random
waypoint mobility model because it models the random
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 465
movement of the mobile nodes. For all the simulations, the
same movement models were used, the number of traffic
sources was fixed at 10, the maximum speed of the nodes
was set to 20m/s and the simulation time was varied as 10s,
15s, and 20s.
Table -2: Scenario 1 for implementation of AODV and DSR
Scenario 1 for implementation of AODV and DSR
Parameter Value
Number of nodes 10
Simulation Time 10 sec
Pause Time 5ms
Environment SIze 800x800
Transmission Range 250m
Traffic Size CBR
Packet Size 512 bytes
Packet Rate 5 packets/s
Maximum Speed 20 m/s
Queue Length 50
Simulator NS2
Mobility Model Random Waypoint
Antenna Type Omnidirectional
Ad hoc On-Demand Distance Vector Routing (AODV) and
Dynamic Source Routing (DSR). The mobility model used is
Random waypoint mobility model because it models the
random movement of the mobile nodes. For all the
simulations, the same movement models were used, the
number of traffic sources was fixed at 10, the maximum
speed of the nodes was set to 20m/s and the simulationtime
was varied as 10s, 15s, and 20s.
Fig -5: A Screenshot of nodes of AODV NAM – Network
animator.
Fig -6: A Screenshot of nodes of DSR NAM – Network
animator.
Fig -7: X Graph of 10 seconds simulation time of AODV
The Figure 7 shows the X graph of AODV. By the Figure we
see that as the simulation start the packet received and
packet loss is initially zero, because initially there is no CBR
connection and nodes taking their right place. As the CBR
connections establish between the nodes the number of
packet received increases but no packet loss is there, it
means all generated packets arebeingreceivedbythenodes.
But the packet loss increases substantially on thesimulation
time increases. Finally the packet received is more than the
packet loss.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 466
Fig -8: X Graph of 10 seconds simulation time of DSR
The Figure 8 shows the X graph of DSR. By the Figure we see
that as the simulation start the packet received and packet
loss is initially zero, because initially there is no CBR
connection and nodes taking their right place. As the CBR
connections establish the number of packet lost increases
very much as compare to packet received. It shows that
mostly generated packets are being dropped by the nodes.
But the packet loss decreases substantiallyonthesimulation
time increases, and number of packet received increases
substantially on the simulation time increases.
Similarly carrying out remaining two scenarios and
comparing results we concluded.
4. Conclusions
We have compared two On-demand routing protocols,
namely, Ad hoc On-DemandDistanceVectorRouting(AODV)
and Dynamic Source Routing (DSR). The simulation of these
protocols has been carried out using Ns-2 simulator on a
Atom, 2.0Ghz /RAM-2 GB /HDD- 120GB computer and
windows 7/ Ubuntu operating system.
Three different simulation scenarios are generated and the
simulation time has varied from 10sec, 15sec and 20 sec.
Other network parameters are kept constant during the
simulation.
It is observed that the packet loss is very less in case of
AODV, initially but it increases substantially on the
simulation time increases. In case of DSR simulation the
packet loss is very high initiallybutitdecreasessubstantially
on the simulation time increases.
So, we can conclude that if the MANET has to be setup for a
small amount of time then AODV should be preferduetolow
initial packet loss and DSR should not be prefer to setup a
MANET for a small amount of time because initially there is
packet loss is very high. If we have to use the MANET for a
longer duration then both theprotocolscanbeused,because
after sometimes both theprotocolshavesameratioofpacket
delivering. But AODV have very good packet receiving ratio
in comparison to DSR.
The two protocols Ad hoc On-Demand Distance Vector
Routing (AODV) and Dynamic Source Routing (DSR) have
been compared using simulation, it would be interesting to
note the behavior of these protocols on a real-life test bed.
In this work other network parameters such as number of
mobile nodes, traffic type-CBR, simulation area etc. are kept
constant. Whereas the simulation time is varied in the three
different simulation scenarios. It would be interesting to
observe the behavior of these two protocolsbyvaryingthese
network parameters.
REFERENCES
[1] Dipak Shrivastava. Vibhor Sharma. Dheresh Soni,
“Optimization of CSMA (Carrier Sense Multiple Access)
over AODV,DSR & WRP Routing protocol,” 978-1-7281-
1253-4 2019 IEEE
[2] C. Siva Ram Murthy and B. S. Manoj, “Ad Hoc Wireless
Networks”, chpt 5, pp. 206-210
[3] Isaariyakul, T., & Hossain, E. (n.d.). Introduction to
Network Simulator NS2 (Second ed.).
doi:10.1007/978-1-4614-1406-3

More Related Content

What's hot

IRJET- Investigation on Electrochemical Machining of Inconel 718 Alloy
IRJET-  	  Investigation on Electrochemical Machining of Inconel 718 AlloyIRJET-  	  Investigation on Electrochemical Machining of Inconel 718 Alloy
IRJET- Investigation on Electrochemical Machining of Inconel 718 AlloyIRJET Journal
 
IRJET- Design, fabrication of Powder Compaction Die and Sintered behavior of ...
IRJET- Design, fabrication of Powder Compaction Die and Sintered behavior of ...IRJET- Design, fabrication of Powder Compaction Die and Sintered behavior of ...
IRJET- Design, fabrication of Powder Compaction Die and Sintered behavior of ...IRJET Journal
 
IRJET - Design and Fabrication of PVC Pipe Feeding and Cutting Machine
IRJET -  	  Design and Fabrication of PVC Pipe Feeding and Cutting MachineIRJET -  	  Design and Fabrication of PVC Pipe Feeding and Cutting Machine
IRJET - Design and Fabrication of PVC Pipe Feeding and Cutting MachineIRJET Journal
 
Multiresponse optimization of surface grinding operation of en19 alloy steel ...
Multiresponse optimization of surface grinding operation of en19 alloy steel ...Multiresponse optimization of surface grinding operation of en19 alloy steel ...
Multiresponse optimization of surface grinding operation of en19 alloy steel ...IAEME Publication
 
IRJET- Multi-Objective Optimization of WEDM Process Parameters of Ti-Ni S...
IRJET-  	  Multi-Objective Optimization of WEDM Process Parameters of Ti-Ni S...IRJET-  	  Multi-Objective Optimization of WEDM Process Parameters of Ti-Ni S...
IRJET- Multi-Objective Optimization of WEDM Process Parameters of Ti-Ni S...IRJET Journal
 
IRJET- Tool Design for Injection Moulding with Basic Parameters
IRJET- Tool Design for Injection Moulding with Basic ParametersIRJET- Tool Design for Injection Moulding with Basic Parameters
IRJET- Tool Design for Injection Moulding with Basic ParametersIRJET Journal
 
Design Optimization of Display Unit Supporting Structure Under Static and Spe...
Design Optimization of Display Unit Supporting Structure Under Static and Spe...Design Optimization of Display Unit Supporting Structure Under Static and Spe...
Design Optimization of Display Unit Supporting Structure Under Static and Spe...IRJET Journal
 
IRJET- Manufacturing Technology: Optimization of Machining Performance in...
IRJET-  	  Manufacturing Technology: Optimization of Machining Performance in...IRJET-  	  Manufacturing Technology: Optimization of Machining Performance in...
IRJET- Manufacturing Technology: Optimization of Machining Performance in...IRJET Journal
 
IRJET- Experimental Study on Flexural Behaviour of Cold-Form Steel Section wi...
IRJET- Experimental Study on Flexural Behaviour of Cold-Form Steel Section wi...IRJET- Experimental Study on Flexural Behaviour of Cold-Form Steel Section wi...
IRJET- Experimental Study on Flexural Behaviour of Cold-Form Steel Section wi...IRJET Journal
 
IRJET- Design and Analysis of Composite Top Frame of Hydraulic Valve Test...
IRJET-  	  Design and Analysis of Composite Top Frame of Hydraulic Valve Test...IRJET-  	  Design and Analysis of Composite Top Frame of Hydraulic Valve Test...
IRJET- Design and Analysis of Composite Top Frame of Hydraulic Valve Test...IRJET Journal
 
Parametric Optimization of Graphite Plate by WEDM
Parametric Optimization of Graphite Plate by WEDMParametric Optimization of Graphite Plate by WEDM
Parametric Optimization of Graphite Plate by WEDMIRJET Journal
 
Study of elastic properties of RC beam under Static Load
Study of elastic properties of RC beam under Static LoadStudy of elastic properties of RC beam under Static Load
Study of elastic properties of RC beam under Static LoadIRJET Journal
 
Optimization of machining parameters in edm of cfrp composite using taguchi t...
Optimization of machining parameters in edm of cfrp composite using taguchi t...Optimization of machining parameters in edm of cfrp composite using taguchi t...
Optimization of machining parameters in edm of cfrp composite using taguchi t...IAEME Publication
 
IRJET- Taguchi Optimization of Cutting Parameters for Surface Roughness and M...
IRJET- Taguchi Optimization of Cutting Parameters for Surface Roughness and M...IRJET- Taguchi Optimization of Cutting Parameters for Surface Roughness and M...
IRJET- Taguchi Optimization of Cutting Parameters for Surface Roughness and M...IRJET Journal
 
Development of an ann model to predict surface
Development of an ann model to predict surfaceDevelopment of an ann model to predict surface
Development of an ann model to predict surfaceeSAT Publishing House
 
IRJET- Experimental Investigation and Optimization of Wear Characteristics of...
IRJET- Experimental Investigation and Optimization of Wear Characteristics of...IRJET- Experimental Investigation and Optimization of Wear Characteristics of...
IRJET- Experimental Investigation and Optimization of Wear Characteristics of...IRJET Journal
 

What's hot (20)

Deform 3d
Deform 3dDeform 3d
Deform 3d
 
IJRRA-02-04-26
IJRRA-02-04-26IJRRA-02-04-26
IJRRA-02-04-26
 
IRJET- Investigation on Electrochemical Machining of Inconel 718 Alloy
IRJET-  	  Investigation on Electrochemical Machining of Inconel 718 AlloyIRJET-  	  Investigation on Electrochemical Machining of Inconel 718 Alloy
IRJET- Investigation on Electrochemical Machining of Inconel 718 Alloy
 
IRJET- Design, fabrication of Powder Compaction Die and Sintered behavior of ...
IRJET- Design, fabrication of Powder Compaction Die and Sintered behavior of ...IRJET- Design, fabrication of Powder Compaction Die and Sintered behavior of ...
IRJET- Design, fabrication of Powder Compaction Die and Sintered behavior of ...
 
IRJET - Design and Fabrication of PVC Pipe Feeding and Cutting Machine
IRJET -  	  Design and Fabrication of PVC Pipe Feeding and Cutting MachineIRJET -  	  Design and Fabrication of PVC Pipe Feeding and Cutting Machine
IRJET - Design and Fabrication of PVC Pipe Feeding and Cutting Machine
 
Multiresponse optimization of surface grinding operation of en19 alloy steel ...
Multiresponse optimization of surface grinding operation of en19 alloy steel ...Multiresponse optimization of surface grinding operation of en19 alloy steel ...
Multiresponse optimization of surface grinding operation of en19 alloy steel ...
 
IRJET- Multi-Objective Optimization of WEDM Process Parameters of Ti-Ni S...
IRJET-  	  Multi-Objective Optimization of WEDM Process Parameters of Ti-Ni S...IRJET-  	  Multi-Objective Optimization of WEDM Process Parameters of Ti-Ni S...
IRJET- Multi-Objective Optimization of WEDM Process Parameters of Ti-Ni S...
 
IRJET- Tool Design for Injection Moulding with Basic Parameters
IRJET- Tool Design for Injection Moulding with Basic ParametersIRJET- Tool Design for Injection Moulding with Basic Parameters
IRJET- Tool Design for Injection Moulding with Basic Parameters
 
Design Optimization of Display Unit Supporting Structure Under Static and Spe...
Design Optimization of Display Unit Supporting Structure Under Static and Spe...Design Optimization of Display Unit Supporting Structure Under Static and Spe...
Design Optimization of Display Unit Supporting Structure Under Static and Spe...
 
IRJET- Manufacturing Technology: Optimization of Machining Performance in...
IRJET-  	  Manufacturing Technology: Optimization of Machining Performance in...IRJET-  	  Manufacturing Technology: Optimization of Machining Performance in...
IRJET- Manufacturing Technology: Optimization of Machining Performance in...
 
IRJET- Experimental Study on Flexural Behaviour of Cold-Form Steel Section wi...
IRJET- Experimental Study on Flexural Behaviour of Cold-Form Steel Section wi...IRJET- Experimental Study on Flexural Behaviour of Cold-Form Steel Section wi...
IRJET- Experimental Study on Flexural Behaviour of Cold-Form Steel Section wi...
 
Project_Report_433
Project_Report_433Project_Report_433
Project_Report_433
 
IRJET- Design and Analysis of Composite Top Frame of Hydraulic Valve Test...
IRJET-  	  Design and Analysis of Composite Top Frame of Hydraulic Valve Test...IRJET-  	  Design and Analysis of Composite Top Frame of Hydraulic Valve Test...
IRJET- Design and Analysis of Composite Top Frame of Hydraulic Valve Test...
 
Parametric Optimization of Graphite Plate by WEDM
Parametric Optimization of Graphite Plate by WEDMParametric Optimization of Graphite Plate by WEDM
Parametric Optimization of Graphite Plate by WEDM
 
Study of elastic properties of RC beam under Static Load
Study of elastic properties of RC beam under Static LoadStudy of elastic properties of RC beam under Static Load
Study of elastic properties of RC beam under Static Load
 
Optimization of machining parameters in edm of cfrp composite using taguchi t...
Optimization of machining parameters in edm of cfrp composite using taguchi t...Optimization of machining parameters in edm of cfrp composite using taguchi t...
Optimization of machining parameters in edm of cfrp composite using taguchi t...
 
IRJET- Taguchi Optimization of Cutting Parameters for Surface Roughness and M...
IRJET- Taguchi Optimization of Cutting Parameters for Surface Roughness and M...IRJET- Taguchi Optimization of Cutting Parameters for Surface Roughness and M...
IRJET- Taguchi Optimization of Cutting Parameters for Surface Roughness and M...
 
Fe36963967
Fe36963967Fe36963967
Fe36963967
 
Development of an ann model to predict surface
Development of an ann model to predict surfaceDevelopment of an ann model to predict surface
Development of an ann model to predict surface
 
IRJET- Experimental Investigation and Optimization of Wear Characteristics of...
IRJET- Experimental Investigation and Optimization of Wear Characteristics of...IRJET- Experimental Investigation and Optimization of Wear Characteristics of...
IRJET- Experimental Investigation and Optimization of Wear Characteristics of...
 

Similar to IRJET- AODV and DSR Routing Protocol Performance Comparison in MANET using Network Simulator (NS2)

IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2IRJET Journal
 
IRJET- Study of Wireless Sensor Network using a Matlab based Simulator
IRJET-  	  Study of Wireless Sensor Network using a Matlab based SimulatorIRJET-  	  Study of Wireless Sensor Network using a Matlab based Simulator
IRJET- Study of Wireless Sensor Network using a Matlab based SimulatorIRJET Journal
 
IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...
IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...
IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...IRJET Journal
 
IRJET- DOE to Minimize the Energy Consumption of RPL Routing Protocol in IoT ...
IRJET- DOE to Minimize the Energy Consumption of RPL Routing Protocol in IoT ...IRJET- DOE to Minimize the Energy Consumption of RPL Routing Protocol in IoT ...
IRJET- DOE to Minimize the Energy Consumption of RPL Routing Protocol in IoT ...IRJET Journal
 
IRJET- Review of Real Time Control of Launch Vehicles using Wireless Network
IRJET-  	  Review of Real Time Control of Launch Vehicles using Wireless NetworkIRJET-  	  Review of Real Time Control of Launch Vehicles using Wireless Network
IRJET- Review of Real Time Control of Launch Vehicles using Wireless NetworkIRJET Journal
 
Signal Classification and Identification for Cognitive Radio
Signal Classification and Identification for Cognitive RadioSignal Classification and Identification for Cognitive Radio
Signal Classification and Identification for Cognitive RadioIRJET Journal
 
Wireless adhoc multi access networks
Wireless adhoc multi access networksWireless adhoc multi access networks
Wireless adhoc multi access networksIJCNCJournal
 
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD CodeIRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD CodeIRJET Journal
 
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...IRJET Journal
 
IRJET- Analysis of 5G Mobile Technologies and DDOS Defense
IRJET- Analysis of 5G Mobile Technologies and DDOS DefenseIRJET- Analysis of 5G Mobile Technologies and DDOS Defense
IRJET- Analysis of 5G Mobile Technologies and DDOS DefenseIRJET Journal
 
Opnet based simulation and investigation of wimax network using different qo s
Opnet based simulation and investigation of wimax network using different qo sOpnet based simulation and investigation of wimax network using different qo s
Opnet based simulation and investigation of wimax network using different qo seSAT Publishing House
 
IRJET- Design and Implementation 4G Scenario on Qualnet 5.0.2
IRJET-  	  Design and Implementation 4G Scenario on Qualnet 5.0.2IRJET-  	  Design and Implementation 4G Scenario on Qualnet 5.0.2
IRJET- Design and Implementation 4G Scenario on Qualnet 5.0.2IRJET Journal
 
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOTPSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOTIRJET Journal
 
IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...
IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...
IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...IRJET Journal
 
EFFICIENT APPROACH FOR DESIGNING A PROTOCOL FOR IMPROVING THE CAPACITY OF ADH...
EFFICIENT APPROACH FOR DESIGNING A PROTOCOL FOR IMPROVING THE CAPACITY OF ADH...EFFICIENT APPROACH FOR DESIGNING A PROTOCOL FOR IMPROVING THE CAPACITY OF ADH...
EFFICIENT APPROACH FOR DESIGNING A PROTOCOL FOR IMPROVING THE CAPACITY OF ADH...IJCI JOURNAL
 
Evaluation and Design an Efficient Mobile WiMax Architecture Using Coded OFDM...
Evaluation and Design an Efficient Mobile WiMax Architecture Using Coded OFDM...Evaluation and Design an Efficient Mobile WiMax Architecture Using Coded OFDM...
Evaluation and Design an Efficient Mobile WiMax Architecture Using Coded OFDM...IRJET Journal
 
IRJET- A Review on Cluster-based Routing for Wireless Sensor Network
IRJET- A Review on Cluster-based Routing for Wireless Sensor NetworkIRJET- A Review on Cluster-based Routing for Wireless Sensor Network
IRJET- A Review on Cluster-based Routing for Wireless Sensor NetworkIRJET Journal
 
Performance analysis of voip over wired and wireless networks network impleme...
Performance analysis of voip over wired and wireless networks network impleme...Performance analysis of voip over wired and wireless networks network impleme...
Performance analysis of voip over wired and wireless networks network impleme...eSAT Journals
 
IRJET- Security Efficiency of Transfering the Data for Wireless Sensor Ne...
IRJET-  	  Security Efficiency of Transfering the Data for Wireless Sensor Ne...IRJET-  	  Security Efficiency of Transfering the Data for Wireless Sensor Ne...
IRJET- Security Efficiency of Transfering the Data for Wireless Sensor Ne...IRJET Journal
 

Similar to IRJET- AODV and DSR Routing Protocol Performance Comparison in MANET using Network Simulator (NS2) (20)

IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
 
IRJET- Study of Wireless Sensor Network using a Matlab based Simulator
IRJET-  	  Study of Wireless Sensor Network using a Matlab based SimulatorIRJET-  	  Study of Wireless Sensor Network using a Matlab based Simulator
IRJET- Study of Wireless Sensor Network using a Matlab based Simulator
 
IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...
IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...
IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...
 
IRJET- DOE to Minimize the Energy Consumption of RPL Routing Protocol in IoT ...
IRJET- DOE to Minimize the Energy Consumption of RPL Routing Protocol in IoT ...IRJET- DOE to Minimize the Energy Consumption of RPL Routing Protocol in IoT ...
IRJET- DOE to Minimize the Energy Consumption of RPL Routing Protocol in IoT ...
 
IRJET- Review of Real Time Control of Launch Vehicles using Wireless Network
IRJET-  	  Review of Real Time Control of Launch Vehicles using Wireless NetworkIRJET-  	  Review of Real Time Control of Launch Vehicles using Wireless Network
IRJET- Review of Real Time Control of Launch Vehicles using Wireless Network
 
Signal Classification and Identification for Cognitive Radio
Signal Classification and Identification for Cognitive RadioSignal Classification and Identification for Cognitive Radio
Signal Classification and Identification for Cognitive Radio
 
Wireless adhoc multi access networks
Wireless adhoc multi access networksWireless adhoc multi access networks
Wireless adhoc multi access networks
 
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD CodeIRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
 
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
 
IRJET- Analysis of 5G Mobile Technologies and DDOS Defense
IRJET- Analysis of 5G Mobile Technologies and DDOS DefenseIRJET- Analysis of 5G Mobile Technologies and DDOS Defense
IRJET- Analysis of 5G Mobile Technologies and DDOS Defense
 
Opnet based simulation and investigation of wimax network using different qo s
Opnet based simulation and investigation of wimax network using different qo sOpnet based simulation and investigation of wimax network using different qo s
Opnet based simulation and investigation of wimax network using different qo s
 
IRJET- Design and Implementation 4G Scenario on Qualnet 5.0.2
IRJET-  	  Design and Implementation 4G Scenario on Qualnet 5.0.2IRJET-  	  Design and Implementation 4G Scenario on Qualnet 5.0.2
IRJET- Design and Implementation 4G Scenario on Qualnet 5.0.2
 
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOTPSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
 
IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...
IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...
IRJET- Security and QoS Aware Dynamic Clustering (SQADC) Routing Protocol for...
 
EFFICIENT APPROACH FOR DESIGNING A PROTOCOL FOR IMPROVING THE CAPACITY OF ADH...
EFFICIENT APPROACH FOR DESIGNING A PROTOCOL FOR IMPROVING THE CAPACITY OF ADH...EFFICIENT APPROACH FOR DESIGNING A PROTOCOL FOR IMPROVING THE CAPACITY OF ADH...
EFFICIENT APPROACH FOR DESIGNING A PROTOCOL FOR IMPROVING THE CAPACITY OF ADH...
 
Evaluation and Design an Efficient Mobile WiMax Architecture Using Coded OFDM...
Evaluation and Design an Efficient Mobile WiMax Architecture Using Coded OFDM...Evaluation and Design an Efficient Mobile WiMax Architecture Using Coded OFDM...
Evaluation and Design an Efficient Mobile WiMax Architecture Using Coded OFDM...
 
Performance Evaluation of Iptv over Wimax Networks Under Different Terrain En...
Performance Evaluation of Iptv over Wimax Networks Under Different Terrain En...Performance Evaluation of Iptv over Wimax Networks Under Different Terrain En...
Performance Evaluation of Iptv over Wimax Networks Under Different Terrain En...
 
IRJET- A Review on Cluster-based Routing for Wireless Sensor Network
IRJET- A Review on Cluster-based Routing for Wireless Sensor NetworkIRJET- A Review on Cluster-based Routing for Wireless Sensor Network
IRJET- A Review on Cluster-based Routing for Wireless Sensor Network
 
Performance analysis of voip over wired and wireless networks network impleme...
Performance analysis of voip over wired and wireless networks network impleme...Performance analysis of voip over wired and wireless networks network impleme...
Performance analysis of voip over wired and wireless networks network impleme...
 
IRJET- Security Efficiency of Transfering the Data for Wireless Sensor Ne...
IRJET-  	  Security Efficiency of Transfering the Data for Wireless Sensor Ne...IRJET-  	  Security Efficiency of Transfering the Data for Wireless Sensor Ne...
IRJET- Security Efficiency of Transfering the Data for Wireless Sensor Ne...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 

Recently uploaded (20)

Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 

IRJET- AODV and DSR Routing Protocol Performance Comparison in MANET using Network Simulator (NS2)

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 463 AODV and DSR Routing Protocol Performance Comparison in MANET Using Network Simulator (NS2) Vaibhavkumar Savkare1, Prof. N. M. Kazi2 1M.E Digital Electronics. SSBT COET Bambhori Jalgaon Maharashtra India 2Prof.N.M. Kazi SSBT COET Bambhori Jalgaon Maharashtra India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Mobile adhoc network (MANET) is a infrastructure less wireless network which do nothave central control, and where each mobile node behave as either sender or receiver . The MANETsare dynamic networks because the network topology keeps onchangingbecauseofthemobilityof the nodes. There are multiple protocols that have been designed to route the packet in these types of networks. There are certain mobility model is designed with some other network parameter. To get the effective routing in a given network, we need to choose right protocol. The Network Simulator 2 (NS2) is used as the simulate network parameter and two MANET protocols namely wireless routing protocol AODV with DSR protocol is evaluated. Our results demonstrated the advantages of AODV; it gives better result, As AODV is outperformed. On the basis of result, we show that AODV is a better protocol for MANETs compared to DSR. The same simulation platform could be used to test other protocols.[1] Key Words: MANET, AODV, DSR, Packet Delivery Ratio, End to End Delay, Throughput, IETF 1. INTRODUCTION During the 1980s, research on military applications was extensively funded across the globe. Realizing the necessity of open standards in this emerging area of computer communication, a working group within the Internet Engineering Task Force (IETF), termed the mobile ad hoc networks (MANET) working group, was formed to standardize the protocols and functional specificationsof ad hoc wireless networks. The vision of the IETF effort in the MANET working group is to provide improved standardized routing functionality to support self-organizing mobile networking infrastructure. This is one of the first commercial realizations of ad hoc wireless networking. Bluetooth standardizes the single-hop point-to-point wireless link thathelpsinexchangingvoice or data, and formation of piconets that are formed by a group of nodes in a smaller geographical region where everynodecan reach every other node in the group within a single-hop. Multiple piconets can form a scatternet, which necessitates the use of multi-hop routing protocols. 1.1 Cellular and Ad Hoc Wireless Networks Figure 1 shows a representation of different wireless networks. The current cellular wireless networks (depicted in Figure 2) are classified as the infrastructure dependent networks. The path setup for a call between two nodes, say, node C to node E, is completed through the base station as illustrated in Figure 2. Fig -1: A cellular and ad hoc wireless networks. Ad hoc wireless networks are defined as the category of wireless networks that utilize multi-hop radio relaying and are capable of operating without the support of any fixed infrastructure (hence they are also called infrastructureless networks). The absence of any central coordinator or base Station makes the routing a complex one compared to cellular networks. Fig -2: A cellular network. Ad hoc wireless network topology for the cellular network shown in Figure 2 is illustrated in Figure 3. Note that in Figure 3 the cell boundaries are shown purely for comparison with the cellular network in Figure 2 and do not
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 464 carry any special significance. The path setup for a call between two nodes, say, node C to node E, is completed through the intermediate mobile node F, as illustrated in Figure 3. Wireless mesh networks and wireless sensor networks are specific examples of ad hoc wirelessnetworks. Fig -3: An ad hoc wireless network. The major differences between cellularnetworksandadhoc wireless networks are summarized in Table 5.1. The presence of base stations simplifies routing and resource management in a cellular network as the routing decisions are made in a centralized manner with more information about the destination node. But in an ad hoc wireless network, the routing and resource management are done in a distributed manner in which all nodes coordinate to enable communication among themselves. This requireseachnodeto bemoreintelligentso that it can function both as a network host for transmitting and receiving data and as a network router for routing packets from other nodes. Hence the mobile nodes in ad hoc wireless networks are more complex than their counterparts in cellular networks. [2] Table -1: Differences between cellular networks and ad hoc wireless networks [2] Cellular Networks Ad hoc Wireless Networks Fixed infrastructure based Infrastructure less Single hop wireless links Multi hop wireless link Guaranteed bandwidth Shared radio signal Circuit switched Packet switched Seamless connectivity Frequent path breaks due to Mobility High cost and time of deployment Quick and cost effective deployment Application domain civilian and commercial Application domain include battlefield, emergency search and rescue and collaborative computing Major goals to maximize the call acceptance ratio and minimize the call drop ratio Main aim is to find paths with minimum overhead and also quick reconfiguration of broken paths. 2. SOFTWARE Network Simulator (Version 2), generally known as NS2, is just an occasion driven tool that is helpful in concentratethe dynamic idea of correspondence systems. Recreation of wired and in addition remote system capacities and conventions (e.g., steering calculations, TCP, UDP)shouldbe possible utilizing NS2. As a rule, NS2 gives clients a method for indicating such system conventions and finding their relating practices. Fig. 4 shows the basic architecture of NS2. NS2 provides users with an executable command “ns” which takes one input argument, the name of a Tcl simulation scripting file. In most cases, a simulation trace file is created and is used to plot graph and/or to create animation.[3] Fig -4: Basic Architecture of NS After simulation, NS2 outputs either text-based simulation results. To interpret these results graphically and interactively, tools such as NAM (Network AniMator) and XGraph are used. To analyze a particular behavior of the network, users can extract a relevant subset of text-based data and transform it to a more conceivable presentation. 3. Simulation and Result As already outlined, we have taken two On-demand (Reactive) routing protocols, namely Ad hoc On-Demand Distance Vector Routing (AODV) and Dynamic Source Routing (DSR). The mobility model used is Random waypoint mobility model because it models the random
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 465 movement of the mobile nodes. For all the simulations, the same movement models were used, the number of traffic sources was fixed at 10, the maximum speed of the nodes was set to 20m/s and the simulation time was varied as 10s, 15s, and 20s. Table -2: Scenario 1 for implementation of AODV and DSR Scenario 1 for implementation of AODV and DSR Parameter Value Number of nodes 10 Simulation Time 10 sec Pause Time 5ms Environment SIze 800x800 Transmission Range 250m Traffic Size CBR Packet Size 512 bytes Packet Rate 5 packets/s Maximum Speed 20 m/s Queue Length 50 Simulator NS2 Mobility Model Random Waypoint Antenna Type Omnidirectional Ad hoc On-Demand Distance Vector Routing (AODV) and Dynamic Source Routing (DSR). The mobility model used is Random waypoint mobility model because it models the random movement of the mobile nodes. For all the simulations, the same movement models were used, the number of traffic sources was fixed at 10, the maximum speed of the nodes was set to 20m/s and the simulationtime was varied as 10s, 15s, and 20s. Fig -5: A Screenshot of nodes of AODV NAM – Network animator. Fig -6: A Screenshot of nodes of DSR NAM – Network animator. Fig -7: X Graph of 10 seconds simulation time of AODV The Figure 7 shows the X graph of AODV. By the Figure we see that as the simulation start the packet received and packet loss is initially zero, because initially there is no CBR connection and nodes taking their right place. As the CBR connections establish between the nodes the number of packet received increases but no packet loss is there, it means all generated packets arebeingreceivedbythenodes. But the packet loss increases substantially on thesimulation time increases. Finally the packet received is more than the packet loss.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 466 Fig -8: X Graph of 10 seconds simulation time of DSR The Figure 8 shows the X graph of DSR. By the Figure we see that as the simulation start the packet received and packet loss is initially zero, because initially there is no CBR connection and nodes taking their right place. As the CBR connections establish the number of packet lost increases very much as compare to packet received. It shows that mostly generated packets are being dropped by the nodes. But the packet loss decreases substantiallyonthesimulation time increases, and number of packet received increases substantially on the simulation time increases. Similarly carrying out remaining two scenarios and comparing results we concluded. 4. Conclusions We have compared two On-demand routing protocols, namely, Ad hoc On-DemandDistanceVectorRouting(AODV) and Dynamic Source Routing (DSR). The simulation of these protocols has been carried out using Ns-2 simulator on a Atom, 2.0Ghz /RAM-2 GB /HDD- 120GB computer and windows 7/ Ubuntu operating system. Three different simulation scenarios are generated and the simulation time has varied from 10sec, 15sec and 20 sec. Other network parameters are kept constant during the simulation. It is observed that the packet loss is very less in case of AODV, initially but it increases substantially on the simulation time increases. In case of DSR simulation the packet loss is very high initiallybutitdecreasessubstantially on the simulation time increases. So, we can conclude that if the MANET has to be setup for a small amount of time then AODV should be preferduetolow initial packet loss and DSR should not be prefer to setup a MANET for a small amount of time because initially there is packet loss is very high. If we have to use the MANET for a longer duration then both theprotocolscanbeused,because after sometimes both theprotocolshavesameratioofpacket delivering. But AODV have very good packet receiving ratio in comparison to DSR. The two protocols Ad hoc On-Demand Distance Vector Routing (AODV) and Dynamic Source Routing (DSR) have been compared using simulation, it would be interesting to note the behavior of these protocols on a real-life test bed. In this work other network parameters such as number of mobile nodes, traffic type-CBR, simulation area etc. are kept constant. Whereas the simulation time is varied in the three different simulation scenarios. It would be interesting to observe the behavior of these two protocolsbyvaryingthese network parameters. REFERENCES [1] Dipak Shrivastava. Vibhor Sharma. Dheresh Soni, “Optimization of CSMA (Carrier Sense Multiple Access) over AODV,DSR & WRP Routing protocol,” 978-1-7281- 1253-4 2019 IEEE [2] C. Siva Ram Murthy and B. S. Manoj, “Ad Hoc Wireless Networks”, chpt 5, pp. 206-210 [3] Isaariyakul, T., & Hossain, E. (n.d.). Introduction to Network Simulator NS2 (Second ed.). doi:10.1007/978-1-4614-1406-3