ArticlePDF Available

Abstract and Figures

In wireless network, comparison of the routing protocols for different network topologies plays very important role for evaluation of its performance .Performance is calculated by Quality of service(QoS) parameters. In this paper parameters like throughput, delay and fairness are studied with the help of NS2.34 network simulator software. Comparative evaluation of adhoc routing protocols like Adhoc on demand distance vector (AODV),dynamic source routing (DSR),DSDV and Adhoc on demand multipath distance vector (AOMDV) is done in different scenarios, ie one hop and two hops. It is observed that in 2 hops the throughput of AODV protocol is good but its delay is poor, throughput and delay of DSDV protocol is poor and throughput and delay for DSR is balanced one. In single hop fairness of AODV and AOMDV protocol is good, it is balanced in DSR and it is worst in DSDV.
Content may be subject to copyright.
International Journal of Advanced Engineering Technology E-ISSN 0976-3945
IJAET/Vol.III/ Issue I/January-March, 2012/13-17
Research Article
PERFORMANCE EVALUATION OF ROUTING PROTOCOLS FOR
WIRELESS ADHOC NETWORK
Sujata Agrawal
1
Dr. M.B. Daigavane
2
Dr. K.D.Kulat
3
Address for Correspondence
1
Asst Professor Electronics & Telecommunication SKNCOE Pune
2
Professor, Electronics & Power Electronics, SD College of Engg. Wardha
3
Professor, Electronics & Computer Science Dept. VNIT, Nagpur
ABSTRACT
In wireless network, comparison of the routing protocols for different network topologies plays very important role for evaluation
of its performance .Performance is calculated by Quality of service(QoS) parameters. In this paper parameters like throughput,
delay and fairness are studied with the help of NS2.34 network simulator software. Comparative evaluation of adhoc routing
protocols like Adhoc on demand distance vector (AODV),dynamic source routing (DSR),DSDV and Adhoc on demand
multipath distance vector (AOMDV) is done in different scenarios, ie one hop and two hops. It is observed that in 2 hops the
throughput of AODV protocol is good but its delay is poor, throughput and delay of DSDV protocol is poor and throughput and
delay for DSR is balanced one. In single hop fairness of AODV and AOMDV protocol is good, it is balanced in DSR and it is
worst in DSDV.
1. INTRODUCTION
A mobile ad-hoc network or MANET is a collection of
mobile nodes sharing a wireless channel without any
centralized control or established communication
backbone. They have no fixed routers with all nodes
capable of movement and arbitrarily dynamic. These
nodes can act as both end systems and routers at the
same time. When acting as routers, they discover and
maintain routes to other nodes in the network. The
topology of the ad-hoc network depends on the
transmission power of the nodes and the location of the
mobile nodes, which may change from time to time [1].
One of the main problems in ad-hoc networking is the
efficient delivery of data packets to the mobile nodes
where the topology is not pre-determined nor does the
network have centralized control. Hence, due to the
frequently changing topology, routing in ad-hoc
networks can be viewed as a challenge.
2. ADHOC ROUTING PROTOCOLS
A Mobile Ad-hoc Network (MANET) is a dynamic
wireless network that can be formed without the need
for any pre-existing infrastructure in which each node
can act as a router.
A fundamental assumption in ad-hoc networks is that
any node can be used to forward packets between
arbitrary sources and destinations. Some sort of routing
protocol is needed to make the routing decisions. A
wireless ad-hoc environment introduces many
problems such as mobility and limited bandwidth
which makes routing difficult.This paper compares the
different adhoc protocols on the basis of QoS
parameters like Throuput,Delay and Fairness.
2.1 Throughput:
It is the average rate of successful message delivery
over a communication channel. These data can be
delivered over a physical or logical link. It is measured
in bits per second.
2.2 Delay:
It is a time required for packets to reach to destination
node from source node.
2.3 Fairness:
Fairness reflects the ability of different users, nodes, or
applications to share the channel equally. It is an
important attribute in traditional voice or data
networks, since each user desires an equal opportunity
to send or receive data for their own applications. It is
the parameter for measuring the congestion in the
network. Fair network means less congestion.
There are three types of Adhoc Routing protocols.
They are pro-active protocols, active protocols and
hierarchical protocols.For comparison purpose we have
taken the few protocols from each type. They are
Dynamic Source routing Protocol (DSR), Destination
Sequenced Distance Vector (DSDV), Adhoc on
demand Distance vector protocol (AODV) and Ad-hoc
On-demand Multipath Distance Vector Routing
(AOMDV).
2.4 DSR Protocol
DSR is a reactive routing protocol i.e. determines the
proper route only when packet needs to be forwarded.
For restricting the bandwidth, the process to find a path
is only executed when a path is required by a node
(On-Demand Routing). In DSR the sender (source,
initiator) determines the whole path from the source to
the destination node (Source-Routing) and deposits the
addresses of the intermediate nodes of the route in the
packets. DSR is beacon-less which means that there
are no hello-messages used between the nodes to notify
their neighbours about their presence. DSR was
developed for MANETs with a small diameter between
5 and 10 hops and the nodes should only move around
at a moderate speed. DSR is based on the Link-State
Algorithms which mean that each node is capable to
save the best way to a destination. Also if a change
appears in the network topology, then the whole
network will get this information by flooding. The
DSR protocol is composed of two main mechanisms
that work together to allow discovery and maintenance
of source routes in MANET.
2.5 DSDV Protocol
It is a proactive protocol based on Bellman –Ford
Algorithm. Packets are transmitted according to the
International Journal of Advanced Engineering Technology E-ISSN 0976-3945
IJAET/Vol.III/ Issue I/January-March, 2012/13-17
routing table. Each node maintains routing table with
entry for each node in the network .DSDV protocol
guarantees loop free paths. DSDV maintains only the
best path instead of maintaining multiple paths to every
destination. With this, the amount of space in routing
table is reduced. It shows the freshness of the route, if
the node detects that a route to a destination has
broken, then its hop number is set to infinity and
sequence number is updated.
2.6 AODV Protocol
AODV is a very simple, efficient, and effective routing
protocol for Mobile Ad-hoc Networks which do not
have fixed topology. It does not require nodes to
maintain routes to destinations that are not actively
used. The protocol uses different messages to discover
and maintain links: Route Requests (RREQs), Route
Replies (RREPs), and Route Errors (RERRs). These
message types are received via UDP, and normal IP
header processing applies. This algorithm was
motivated by the limited bandwidth that is available in
the media that are used for wireless communications.
The on demand route discovery and route maintenance
from DSR and hop-by-hop routing, usage of node
sequence numbers from DSDV make the algorithm
cope up with topology and routing information.
Obtaining the routes purely on-demand makes AODV
a very useful and desired algorithm for MANETs.
2.7 AOMDV Protocol
Ad-hoc On-demand Multipath Distance Vector
Routing (AOMDV) protocol is an extension to the
AODV protocol for computing multiple loop-free and
linkdisjoint paths. The routing entries for each
destination contain a list of the next-hops along with
the corresponding hop counts. All the next hops have
the same sequence number. This helps in keeping track
of a route. For each destination, a node maintains the
advertised hop count, which is defined as the maximum
hop count for all the paths, which is used for sending
route advertisements of the destination. AOMDV can
be used to find node-disjoint or link-disjoint routes.
The advantage of using AOMDV is that it allows
intermediate nodes to reply to RREQs,[7]while still
selecting disjoint paths. But, AOMDV has more
message overheads during route discovery due to
increased flooding and since it is a multipath routing
protocol, the destination replies to the multiple RREQs
those results are in longer overhead.
3 PERFORMANCE EVALUATION
Implementation of wireless ad-hoc networks in the real
world is quite hard. Hence, the preferred alternative is
to use some simulation software which can mimic real-
life scenarios. Here, we have used network simulator
NS-2.34 for simulation purpose.
3.1 Methodology
To compare different ad-hoc routing protocol, it is best
to use identical simulation environments for their
performance evaluation.
3.1.1 Simulation of Adhoc routing Protocols:
This describes the simulation of different routing
Protocols in one hop and two hops scenarios. We make
use of ns-2.34 which has support for simulating a
multi-hop wireless ad-hoc environment completed with
physical, data link, and medium access control (MAC)
layer models on ns-2.
TABLE 2 NODE CONFIGURATION PARAMETERS
(IN BOTH SCENARIOS)
Type of channel Wireless channel
Network Interface Type Wireless Physical
Network Interface Type
ropagation Model
Two Ray Ground
MAC Protocol 802.11
Routing Protocol AODV, AOMDV, DSDV, DSR
Interface Queue Type Drop Tail Priority
Antenna Type Omni antenna
3.1.2 Scenario Details 1:
Fig.1 Scenario details for one hop
Here node placement is of one hop. Our evaluations are
based on the simulation of 13 wireless nodes forming
an adhoc network, moving about over a square of
(200m x 200m) flat space for 1000s of simulated time.
A square space is chosen to allow free movement of
nodes with equal density. Number of the sources are 12
i.e nodes 1 to 12.Node o is the sink node. All the nodes
are sending packets to node 0. Traffic Interval time is
kept 0.001 seconds. Transmission range is 250 meters.
The Quality of service parameters like throughput,
delay and fairness are calculated for different routing
protocols. To enable fair and direct comparisons
between the routing protocols, identical loads and
environmental conditions had to be maintained.
Measurement of Throughput
0
10
20
30
40
50
60
70
80
1 2 3 4 5 6 7 8 9 10 1 1 12
No of sources
Throu ghput (% )
AODV
AOMDV
DSR
DSDV
Fig:2 Throughput measurement in 1-hop topology
for AODV,AOMDV,DSR,DSDV
The figure 2 shows the measurement of total
throughput. This result show how the routing protocols
behaves when saturated with unicast traffic. As the
number of nodes increases the interference also
increases. The throughput varies with the number of
contenders, as the number of contenders increase the
throughput increases. It is observed that the throughput
of AODV routing protocol in one hop scenario is
International Journal of Advanced Engineering Technology E-ISSN 0976-3945
IJAET/Vol.III/ Issue I/January-March, 2012/13-17
maximum and it is minimum for DSDV .It is balanced
for AOMDV and DSR.
Measurement of Delay
0
0.5
1
1.5
2
2.5
1 2 3 4 5 6 7 8 9 10 11 12
No of sources
De aly (m s)
AODV
AOMDV
DSR
DSDV
Fig:3 Delay measurement in 1-hop topology for
AODV,AOMDV,DSR,DSDV
Fig 3.Shows that the delay is minimum in DSDV.
Delay for DSDV decreases as the number of sauces
increases. This is desirable parameter for DSDV
protocol. It is worst in AODV. And balanced in
AOMDV and DSR.
Measurement of Fairness
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
1 2 3 4 5 6 7 8 9 10 1 1 12
No of Sources
Fair nes s
AODV
AOMDV
DSR
DSDV
Fig:4 Fairness measurement in 1-hop and 2 hop
topology for AODV,AOMDV,DSR,DSDV
Fig.4 shows the comparison of AODV ,AOMDV DSR
and DSDV on the basis of fairness. Network becomes
more fair for AODV as number of sources are
increased. For DSDV it is worst. It is balanced in
AOMDV and DSR protocol.Fairness results are same
for one hop and two hop topologies.
Measurement of Throughput
0
20
40
60
80
100
120
0.001 0.0 1 0.1 1 10
Interval (s)
Throu gput (% )
AODV
AOMDV
DSR
DSDV
Figure 5: Throughput versus Inter arrival time for
AODV,AOMDV,DSR and DSDV in one hop
Scenario
Figure 5 shows that as the inter arrival time increases,
throughput for AOMDV is maximum. It is minimum
for DSDV.
Measurement of Delay
0
0.5
1
1.5
2
2.5
0.001 0 .01 0.1 1 10
Interval (s)
De lay (m s)
AODV
AOMDV
DSR
DSDV
Figure 6:Delay versus Inter arrival time for
AODV,AOMDV,DSR and DSDV in one hop
Scenario
Above figure shows that the delay is minimum for
DSDV protocol.
3.1.2 Scenario Details 2:
Figure 7: Two hop Scenario
Figure 5 shows the two hop scenario. Here Nodes are
placed in two hops, and total number of nodes taken
is 17.Node 0 is a sink node and outermost 8 nodes are
sources. Area of simulation is 1000m*1000m.
Number of packets generated by each source is 100.
Measurement of Throughput
0
10
20
30
40
50
60
70
80
90
1 2 3 4 5 6 7 8
No of sources
Th rou ghp ut (% )
AODV
AOMDV
DSR
DSDV
Fig:8 Throughput versus number of sources in 2-
hop topology for AODV,AOMDV,DSR,DSDV
Above figure shows that the throughput for AOMDV
protocol increases as number of sources increases .It is
least for DSDV protocol.
International Journal of Advanced Engineering Technology E-ISSN 0976-3945
IJAET/Vol.III/ Issue I/January-March, 2012/13-17
Measurement of Delay
0
0.5
1
1.5
2
2.5
1 2 3 4 5 6 7 8
No of sources
De lay (s )
AODV
AOMV
DSR
DSDV
Fig 9: Delay measurement in 2-hop topology for
AODV, AOMDV, DSR, DSDV
It is observed from the above figure that the delay is
least for DSDV protocol and maximum for AODV
protocol.
Measurement of Throughput
0
20
40
60
80
100
120
0.001 0.01 0.1 1 10
Interval (s)
Th rou gp ut (% )
AODV
AOMDV
DSR
DSDV
Figure 10:Throughput versus Interarrival time for
AODV AOMDV, DSR and DSDV in two hops
Scenerio
Above figure shows the comparison of AODV,
AOMDV, DSR and DSDV on the basis of throughput
for two hop scenario by changing the inter arrival time
.It is observed from the graphs that as the inter arrival
time increases throughput also increases. It is more for
AOMDV, DSR ,and AODV and is less for DSDV.
Measurement of Delay
0
0.5
1
1.5
2
2.5
0.001 0.0 1 0.1 1 10
Interval (s)
De lay (m s)
AODV
AOMDV
DSR
DSDV
Figure11: Delay versus Interarrival time for AODV,
AOMDV, DSR and DSDV in two hops Scenario
Figure 11 shows the comparison on the basis of delay.
For analysis purpose delay should be less. Here it is
observed that delay is good i.e. less for DSDV .It is
more in AODV and AOMDV, balanced in DSR.
5. CONCLUSION
This paper evaluated the performances of AODV,
AOMDV, DSR and DSDV using ns-2.34. Comparison
was based on throughput, delay and fairness in one hop
scenario by changing the number of sources and inter-
arrival time. Also in two hop scenario by changing the
changing the number of sources and inter-arrival time.
We conclude that throughput for AODV routing
protocol in one hop scenario by varying the number of
sources is maximum and it is minimum for DSDV .It is
balanced for AOMDV and DSR, delay is minimum in
DSDV. Delay for DSDV decreases as the number of
sauces and inter-arrival time increases. This is
desirable parameter for DSDV protocol. It is worst in
AODV. And balanced in AOMDV and DSR. Network
becomes more fair for AODV as number of sources are
increased. For DSDV it is worst. It is balanced in
AOMDV and DSR protocol. As the inter arrival time
increases, throughput for one hop in AOMDV is
maximum. It is minimum for DSDV.
Fairness results are same for one hop and two hop
topologies with increase in number of sources. Fairness
can not be observed by varying inter-arrival time.
For two hop scenario, the throughput for AOMDV
protocol increases as number of sources increases .It is
least for DSDV protocol. Delay is least for DSDV
protocol and maximum for AODV protocol, it is
observed from the graphs that as the inter arrival time
increases throughput also increases. It is more for
AOMDV, DSR, and AODV and is less for DSDV ,also
it is observed that delay is good i.e less for DSDV .It is
more in AODV and AOMDV, balanced in DSR.
Hence in conclusion we say that by varying the number
of sources and interarrival time throughput and fairness
for AODV is best and delay for DSDV is best in both
the scenarios. AODV is efficient based on throughput
and fairness and DSDV is efficient based on
delay.DSR and AOMDV protocols give the results in
between the AODV and DSDV protocols.
REFERENCES
1. Shaily Mittal Prabhjot Kaur “Performance comparison of
AODV, DSR and ZRP Routing Protocols in Manets”
International Conference on Advances in Computing,
Control, and Telecommunication Technologies, 2009
2. Juan-Carlos Cano, Pietro Manzoni, “A Performance
comparison of Energy Consumption for Mobile Ad Hoc
Network Routing Protocols” Departamento de
Informatica de Sistems y Computadores (DISCA) Escuela
de Informatica Universidad Polite’cnica de Valenci
3. F.Bertocchi,P.Bergamo,G.Mazzini, M.Zorzi“Performance
Comparison of Routing Protocols for Ad Hoc
Networks”DI,University of Ferrara,Italy.
4. Saniir R.Das, Cliarles E. Perkins,Elizabeth M.Roycr.
“Performance Comparison of Two On-demand Routing
Protocols for Ad Hoc Networks” IEEE INFOCOM 2000.
5. Rajendra V. Boppana, Anket Mathur, “Analysis of the
Dynamic Source Routing Protocol for Ad Hoc Networks
”CS Department ,UT San Antonio ,San Antonio,TX
78249,USA,2004
International Journal of Advanced Engineering Technology E-ISSN 0976-3945
IJAET/Vol.III/ Issue I/January-March, 2012/13-17
6. David B. Johnson David A. Maltz Josh Broch,“ DSR: The
Dynamic Source Routing protocol for Multi-Hop
Wireless ad Hoc networks” Computer Science
Department Carnegie Mellon University
Pittsburgh,PA,2000.
7. H.D.Trung, W.Benjapolakul, P.M.Duc, “Performance
evaluation andcomparison of different ad hoc routing
protocols”, Department of Electrical Engineering,
Chulalongkorn University, Bangkok, Thailand, May 2007
8. J.Broch, D.A.Maltz, D.B.Johnson, Y-C.Hu, J.Jetcheva,
“Aperformance comparison of multi-hop wireless ad hoc
network routing protocols”, Computer Science
Department, Carnegie Mellon University, Pittsburgh,
USA. http://www.monarch.cs.cmu.edu/
9. H.D.Trung, W.Benjapolakul, “Routing protocols in
mobile ad hoc networks”, in: Encyclopedia of W ireless
and Mobile Communications, CRC Press, Book Chapter,
in press.
10. S.R.Das, R.Casteneda, J.Yan, “Simulation based
performance evaluation of mobile, ad hoc network routing
protocols” in:ACM/Baltzer Mobile Networks and
Applications (MONET) Journal, July 2000.
11. C.E.Perkins, E.M.Belding-Royer and I.D.Chakeres, “Ad
hoc On- Demand Distance Vector (AODV) Routing”,
IETF Internet Draft, draft-perkins-manet-aodvbis-01.txt.
January 2004
12. L.B.Oliveira, I.G.Siqueira, A.A.F.Loureuro,”On the
performance of ad hoc routing protocols under a peer-to-
peer application”, Computer Science Department, Federal
University of Minas Gerais, Brazil, July 2005
13. T.Fujiwara, T.Watanbe, “An ad hoc networking scheme
in hybrid networks for emergency communication”,
Information Technology Lab, Eugene Co. Ltd,
Hamamatsu, Shizuoka, Japan
14. P.P.Pham, S.Perreau, “Increasing the network
performance using multi-path routing mechanism with
load balance”, Institute of Telecommunications Research,
University of South Australia, Australia, September 2003
15. M.K.Marina and S.R.Das, “On-Demand multipath
distance vector routing in ad hoc networks” in:
Proceedings of the 9th IEEE International Conference on
Network Protocols (ICNP), 2001
16. C.S.R.Murthy, B.S.Manoj, Ad hoc Wireless Networks,
Architecture and Protocols, 6th Edition The ns Manual,
formerly ns Notes and Documentation
... Sujata Agrawal et al. [5] presented a comparative evaluation of ad hoc routing protocols in one-hop and two-hop scenarios, including ad hoc On-Demand Distance Vector (AODV) routing, dynamic source routing (DSR), and ad hocon-demand multipath distance vector (AOMDV) routing. ...
Article
Full-text available
Mobile ad hoc networks use many different routing protocols to route data packets among nodes. Various routing protocols have been developed, and their usage depends on the application and network architecture. This study examined several different routing protocols, and evaluated the performance of three: the Ad Hoc On-Demand Distance Vector Protocol (AODV), the DestinationSequenced Distance-Vector Routing (DSDV), and the Dynamic Source Routing (DSR). These three protocols were evaluated on a network with nodes ranging from 50 to 300, using performance metrics such as average delay, jitter, normal overhead, packet delivery ratio, and throughput. These performance metrics were measured by changing various parameters of the network: queue length, speed, and the number of source nodes. AODV performed well in high mobility and high density scenarios, whereas DSDV performed well when mobility and the node density were low. DSR performed well in low-mobility scenarios. All the simulations were performed in NS2 simulator.
Article
Full-text available
An ad-hoc mobile network is a collection of mobile nodes that are dynamically and arbitrarily located in such a manner that the interconnections between nodes are capable of changing on a continual basis. Ad hoc nodes operating in a single path, single channel model might experience packet loss and high latency due to the congestion caused. Nodes along the heavy traffic path could reach the maximum bandwidth limit and experience undesirable amounts of packet drop. In Ad hoc networks the nodes are mobile and contain no infrastructure. Certain emergency messages have to be delivered with very low latency and high reliability. An efficient routing protocol should ensure reliable packet delivery in a timely manner. Our Proposed solution is to setup multiple optimal paths based on bandwidth and delay. It allows storing multiple optimal paths based on Bandwidth and delay. At time of link failure, it will switch to next available path. To set up multiple paths, we have used the information that we get in the RREQ packet and also send RREP packet to more than one path It reduces overhead of local route discovery at the time of link failure. We investigated the performance metrics namely Retransmission Attempt, Media Access Delay, Network Load by through OPNET simulation.
Article
Full-text available
This paper describes improvement in standard routing protocol AODV for mobile ad-hoc networks. Our mechanism setups multiple optimal paths based on bandwidth and delay. It allows to store multiple optimal paths based on Bandwidth and delay. At time of link failure, it will switch to next available path. To set up multiple paths, we have used the information that we get in the RREQ packet and also send RREP packet to more than one path. It reduces overhead of local route discovery at the time of link failure and because of this End to End Delay and Drop Ratio decreases. The main feature of our mechanism is that it is simple, efficient. We evaluate through simulations the performance of the AODV routing protocol including our scheme and we compare it with HLSMPRA (hot link split multi-path routing algorithm) Algorithm. Indeed, our scheme reduces routing load, End to End Delay, route error sent, and Packet drop ratio. The simulations have been performed using network simulator OPNET-14.0. The network simulator OPNET is discrete event simulation software for network simulations which means it simulates events such as sending, receiving, forwarding and dropping packets.
Conference Paper
Full-text available
achieving optimum performance over dynamic topologies like MANETs either topology based routing algorithms or position based routing algorithms were used. Location updates are essential for the latter’s perspective. Each node needs to refresh and maintain its location information at random intervals with respect to a neighborhood update (NU) and a certain distributed location server update(LSU) in the network. Location inaccuracies raise the application costs leading to alternative node mobility models. The location update decisions on NU and LSU can be independently carried out without loss of optimality using a Markov Decision Process (MDP) model. For practicality the location update problem is implemented using a low-complexity learning algorithm (LSPI) that achieves a near optimal solution. Using a single location server update (LSU) in the network is unlikely to scale to a large number of mobile nodes; it cannot allow multiple network partitions to function normally in their own partition; and nodes near to each other gain no advantages—they must contact a potentially distant location server in order to communicate locally. We propose to use a distributed Grid location service (GLS) that is designed to address these problems. GLS is fault-tolerant; and is not dependent on specially designated nodes. GLS supports large number of nodes.
Article
Full-text available
A Wireless Ad hoc Networks consists of mobile platforms (e.g., a router with multiple hosts and wireless communications devices) here in simply referred to as "nodes" which are free to move about arbitrarily; thus, the network topology which is typically multi-hop may change randomly and rapidly at unpredictable times, and may consist of both bidirectional and unidirectional links. So that the development of dynamic routing protocols that can efficiently find routes between two communications nodes when nodes are mobile is very challenging task. To accomplish this, a number of ad hoc routing protocols had been proposed and implemented. Performance evolution of the protocols is the key step before selecting a particular protocol. In this paper, the performance of Optimized Link State Routing (OLSR) and Source Tree Adaptive Routing (STAR) protocol has been compared with respect tp varying node density using Qualnet 5.0.2 simulator. The average jitter, end-to-end delay, throughput, First Packet Receive (FPR), Last Packet Receive (LPR), Total Bytes Receive (TBR), and Total Packet Receive (TPR) are the common measures used for the comparison of the performance of above protocols. The experimental results show that overall performance of OLSR routing protocol is better than STAR routing protocol as increase the node density in a particular area. Key words : OLSR, STAR, QualNet 5.0, Wireless Ad hoc Networks
Article
Full-text available
A central challenge in designing of wireless ad hoc networks is the development of dynamic routing protocols that can efficiently find routes between two communication nodes when nodes are mobile. To accomplish this, a number of ad hoc routing protocols had been proposed and implemented. In wireless ad hoc network the selected protocol should find best route which can insure packet delivery and packet integrity. Performance evolution of the protocols is the key step before selecting a particular protocol. In this paper, the performance is compared on Ad hoc On-demand Distance Vector (AODV) and Dynamic Source Routing (DSR) at application layer by varying the pause time and number of nodes using QualNet 5.0.2 simulator. The average jitter, end-to-end delay, throughput and packet delivery fraction (PDF) are the four common measures used for the comparison of the performance of above protocols. The experimental results show that DSR perform better in low load and high pause time but in case of high load and less pause time AODV outperform DSR.
Article
Full-text available
Mobile Adhoc NETwork (MANET) is an infrastructure less network which is setup on temporary basis for the regions where infrastructure network is of no mean. Mobile nodes are the building blocks of MANETs which moves in arbitrary directions and create random topology. In MANETs the nodes communicate with each other in peer to peer fashion without the involvement of any base station. Routing is one of the major challenges in MANETs. This paper presents the performance analysis of Adhoc On-Demand Multipath Distance Vector (AOMDV) routing protocol over Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) Traffic Pattern under several scenarios. The performance metrics used are throughput, average end to end delay (E2E delay), Packet Loss and Normalized Routing Load (NRL). The varied scenarios used in our simulation environment include number of nodes, pause time and node speed. The results show that AOMDV over TCP perform better than UDP in all cases and it is also concluded that AOMDV over both traffic pattern performs well both in low and high mobility.
Article
Full-text available
Present research work describes advancement in standard routing protocol AODV for mobile ad-hoc networks. Our mechanism sets up multiple optimal paths with the criteria of bandwidth and delay to store multiple optimal paths in the network. At time of link failure, it will switch to next available path. We have used the information that we get in the RREQ packet and also send RREP packet to more than one path, to set up multiple paths, It reduces overhead of local route discovery at the time of link failure and because of this End to End Delay and Drop Ratio decreases. The main feature of our mechanism is its simplicity and improved efficiency. This evaluates through simulations the performance of the AODV routing protocol including our scheme and we compare it with HLSMPRA (Hot Link Split Multi-Path Routing Algorithm) Algorithm. Indeed, our scheme reduces routing load of network, end to end delay, packet drop ratio, and route error sent. The simulations have been performed using network simulator OPNET. The network simulator OPNET is discrete event simulation software for network simulations which means it simulates events not only sending and receiving packets but also forwarding and dropping packets. This modified algorithm has improved efficiency, with more reliability than Previous Algorithm.
Article
Full-text available
This paper aims to compare performance of some routing protocols for Mobile Ad-Hoc networks (MANET’s). A Mobile Ad-Hoc Network (MANET) is a collection of wireless mobile nodes forming a temporary network without using any centralized access point, infrastructure, or centralized administration. Data transmission between two nodes in MANET’s , requires multiple hops as nodes transmission range is limited. Mobility of the different nodes makes the situation even more complicated. Multiple routing protocols especially for these conditions have been developed during the last years, to find optimized routes from a source to some destination. This paper presents performance evaluation of three different routing Protocols (AODV, DSR and ZRP) in variable pause times . We have used QualNet Simulator [1] from Scalable Networks to perform the simulations. Performance evaluation of AODV, DSR and ZRP is evaluated based on Average end to end delay, TTL based hop count and Packet delivery ratio.
Article
Full-text available
The Dynamic Source Routing (DSR) protocol is a simple and robust routing protocol designed for use in multi-hop wireless ad-hoc networks of mobile nodes. Several of the optimizations proposed in the protocol tend to hurt the performance, especially in the case of high node mobility and low traffic load. This issue has been studied extensively, and DSR is shown to perform better with certain optimizations turned off. In this paper, we show that DSR's performance is unsatisfactory even with these modifications. We suggest three simple and intuitive changes to the routing protocol. Using simulations, we show that the new techniques provide significant performance improvements for various network densities and traffic loads. To illustrate the relative significance of the proposed changes, traffic load and network density on the overall performance, we present 2 k factorial analyses of the simulation data. Based on the statistical analysis, we show that limiting replies by destination is the most beneficial change to the routing protocol and that network density has significant impact on performance in uncongested networks.
Article
Since devices used in wireless mobile ad hoc networks are generally supplied with limited autonomous resources, energy conservation is one of the most significant aspects in these networks. Recent studies show that the energy consumed for routing data-packets in mobile ad hoc networks can be significantly reduced compared with the min-hop full-power routing protocols. One of the promising mechanisms proposed in literature to reduce the energy consumption is the transmission power control. In this paper, we define new routing metrics to strike a balance between the required power minimisation and batteries freshness consideration. We also define a new technique which allows the distribution of the routing task over nodes. Using these metrics and techniques we derive from DSR [2] a new power-aware and power-efficient routing protocol, whose performance is analysed by simulation in different situations of mobility and network load.
Article
Mobile ad hoc networks (MANETs) and peer-to-peer (P2P) applications are emerging technologies based on the same paradigm: the P2P paradigm. Motivated, respectively, by the necessity of executing applications in environments with no previous infra-structure and the demand for applications that share files or distribute processing through the Internet, MANETs and P2P applications have received some interest from research community. As a characteristic of the distributed model, which they follow, such technologies face a difficult task of routing requests in a decentralized environment. In this paper, we conducted a detailed study of a Gnutella-like application running over a MANET where three different protocols were considered. The results show that each protocol that were analyzed performed well in under some conditions and for some metrics, while had drawbacks in others.
Article
Research on multi-path routing protocols to provide improved throughput and route resilience as compared with single-path routing has been explored in details in the context of wired networks. However, multi-path routing mechanisms have not been explored thoroughly in the domain of ad hoc networks. In this paper, we propose a new routing protocol which increases the network throughput. The protocol is a multi-path routing protocol with a load balance policy. The simulations show a significant improvement in terms of connection throughput and end-to-end delay, when compared to single-path routing. The second significant contribution of this paper is a theoretical analysis allowing to compare reactive single-path and multi-path routing with load balance mechanisms in ad hoc networks, in terms of overheads, traffic distribution and connection throughput. The results reveal that multi-path routing (using a load balance policy) provides better performance than reactive single-path routing in terms of congestion and connection throughput, provided that the average route length is smaller than certain upper bounds which are derived and depend on parameters specific to the network. These upper bounds are very crucial because they can be taken into account as constraints in the route discovery mechanism so that the multi-path routing protocol is guaranteed to lead to an increase performance than a simple single-path one. Also, our analysis provide some insight into choosing the right trade-off between increased overheads and better performance. We show in particular that for certain networks, a multi-path routing strategy is not worth considering.
Article
This paper describes an ad hoc networking scheme and routing protocol for emergency communications. The objective of the network is to collect damage assessment information quickly and stably in a disaster. The network is configured with a hybrid wireless network, combining ad hoc networks and a cellular network to maintain connectivity between a base station (BS) and nodes even in a disaster. In the event that a direct link between the BS and a node is disconnected due to damage or obstacles, the node switches to the ad hoc mode, and accesses the BS via neighboring nodes by multihopping. The routing protocol proposed in this paper discovers and builds a route by way of monitoring neighbors’ communications instead of broadcasting a route request packet. The network employs a dedicated medium access control protocol based on TDM (Time Division Multiplexing) for multihopping in ad hoc networks to maintain accessibility and to perform a short delay. Experiments showed that approximately 90% of nodes are capable of reaching the BS within a few hops, even in conditions where only 20% of nodes maintain direct connections to the BS. In addition, the results showed that it is feasible for the network to operate in a short delay for delivering a packet to the BS. However, throughput is not retrieved sufficiently due to the restriction of the access protocol, whereas reachability does improve sufficiently. Therefore, the network is suitable for collecting damage assessment information and transmitting urgent traffic quickly and stably, while the data is restricted to a small amount.