2014-04 A Comparative Study of MANET Routing Protocols-With-Cover-Page-V2
2014-04 A Comparative Study of MANET Routing Protocols-With-Cover-Page-V2
The Third International Conference on e-Technologies and Networks for Development (ICeND2014)
PERFORMANCE COMPARISON OF MOBILE AD HOC NET WORK ROUT ING PROT OCOLS
Paresh Acharekar
A Scalable-Adapt ive Snack Rout ing St rat egy (SRS) for Semi-Administ rat ed Mobile Ad Hoc Net works (…
Ahmed Saleh
A Comparative Study of MANET Routing Protocols
Abstract— Mobile Ad-Hoc Network (MANET) is a collection with an access point, such as a base station, which in
of wireless mobile hosts forming a temporary network without turn is connected to a fixed network infrastructure.
Infrastructure-less: MANETs belong to this type of
the aid of any stand-alone infrastructure or centralized
administration. Due to the mobility of the nodes in the network,
these nodes are self-organizing and self-configuring. Not only communication. It consists of a collection of wireless
they act as hosts, but also they function as routers. They direct dynamic nodes that form a network. The nodes
data to or from other nodes in the network. In MANETs, routing exchange information without using any pre-existing
protocols are necessary to find specific paths between the source fixed network infrastructure.
and the destination. The primary goal of any ad-hoc network
routing protocol is to meet the challenges of the dynamically In the infrastructure-less approach, all nodes cooperate with
changing topology. Therefore, an efficient route between any two each other to forward packets; thus extending the limited
nodes with minimum routing overhead and bandwidth transmission range of each node’s wireless network interface.
consumption should be established. The design of these routing Each node may forward traffic unrelated to its own use, and
protocols is challenging due to the mobility and the dynamic therefore be a router [2]. Each node in a MANET is free to
nature of the mobile ad-hoc networks. MANET routing protocols move independently in any direction, and therefore changes its
are categorized into two types: proactive and reactive. In this links to other devices frequently. Due to the dynamic nature of
paper, the MANET characteristics and challenges are the MANETs, routing protocols should be efficient enough to
highlighted. In addition, the previously mentioned categories of satisfy the network’s requirements.
routing protocols, proactive and reactive, are explored.
Moreover, a comparison is conducted between three protocols; This paper is organized as follows: Section 2 explores the
namely, DSDV, DSR and AODV in terms of both properties and background about MANETs. Section 3 enumerates MANETs
performance. Finally, a critical analysis is performed on some applications. Section 4 exposes the challenges faced in
papers that discussed routing in MANET. MANETs. Section 5 details the MANETs routing protocols.
Section 6 conducts a comparative study between the routing
Keywords— MANET; Proactive Routing; Reactive Routing; protocols in terms of their characteristics and performance.
DSDV; DSR; AODV Finally, Section 7 concludes the paper.
Emergency operations
source to a destination, it invokes the route discovery
procedure. The route remains valid till either the
Military battlefield
destination is reached or the route is no longer needed.
Civilian environments
Some of the existing on demand routing protocols are:
DSR and AODV.
Law enforcement activities This paper emphasizes on DSDV, DSR and AODV
Commercial projects
routing protocols since it was proven that these are the
best suited for Ad Hoc Networks. The next subsections
describe the basic features of these protocols.
IV. CHALLENGES IN MANETS
Routing: since the topology of the network is constantly A. Destination-Sequenced Distance-Vector (DSDV)
changing, the issue of routing packets between any pair The Destination-Sequenced Distance-Vector (DSDV)
of nodes becomes a challenging task. Furthermore, routing algorithm is an improvement of the classical Bellman-
multicast routing even imposes a bigger challenge Ford routing algorithm. The basic idea is that each mobile
because the multicast tree is no longer static. This is due station maintains a routing table that contains all available
to the random movement of nodes within the network. destinations, the corresponding number of hops to reach that
Routes between nodes may potentially contain multiple destination and a sequence number assigned by the destination
hops. Therefore, the design of the protocol becomes node. The sequence number is used to distinguish stale routes
even more complicated [1]. from new ones and thus avoid the formation of loops. So, the
Power Consumption: the routing protocol should take
update is both time-driven and event-driven. The routing table
may be updated either by a full dump or by an incremental
into consideration the limited power resource of the update. A full dump sends the whole routing table to the
mobile wireless nodes. In other words, the routing neighbors. Therefore, many packets may be spanned in such
protocol should be efficient and energy-aware [2]. update mode. On the other hand, only the entries that have a
Internetworking: a MANET may be interconnected metric change since the last update are broadcast. Accordingly,
with a fixed network. Therefore, the routing protocol such update must fit in a packet. If there is space in the
should take into consideration the coexistence of other incremental update packet then those entries may be included
routing protocols designed for fixed networks [3]. whose sequence number has changed. When the network is