SlideShare a Scribd company logo
1 of 6
Download to read offline
Gaurav J. Bhatt et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.92-97
www.ijera.com 92 | P a g e
Enhancing Route Maintenance in RS-AODV
Gaurav J. Bhatt*, Amit M. Lathigara**
*(CE Department, School of Engineering, RK University, Bhavnagar Road, Rajkot 360002, India
** (HOD CE Department, School of Engineering, RK University, Bhavnagar Road, Rajkot 360002, India
ABSTRACT
Mobile Ad hoc Networks (MANETs) are temporary formed, infrastructure-less networks. The performance
metrics degrades due to the unstable channel conditions, network connectivity, and mobility and resource
limitations. To improve different performance metrics, various cross-layering techniques are used where
different layers from protocol stack communications with each other via exchange of information. Ad hoc on
demand Routing Protocol (AODV) is a well reactive ad hoc routing protocol. We proposed RS-AODV (Route
Stability based AODV), a modified version of AODV routing protocol, based on route discovery by utilizing
Physical Layer information instead of the minimum hop count approach of the default distance vector algorithm.
Our research will also elaborate how the proposed model uses the received Signal Strength (RSSI) to find its
route. We will focus on parameters like traffic throughput, response, time, packet loss, delay, link stability,
optimal usage of battery resource to increase overall lifetime of a network. And also use novel approach “make
before break” that starts finding alternate route when it seems link failure due to mobility of node. Simulation
results show that RS-AODV has performance better that AODV routing protocol in terms of the metrics: End-
to-End delay, Packet Delivery Ratio, Network Routing Load and number of route repairs.
Keywords - AODV, Link Failure, MANET, NS2, Route Stability, RSSI.
I. Introduction
A mobile ad-hoc network (MANET) [1] is
composed of mobile nodes that form distributed
systems without any fixed infrastructure or
centralized administration. In these systems, nodes
can be freely and dynamically self organized into
arbitrary and temporary, “ad-hoc” network
topologies, nodes communicate with each other
directly or via intermediate nodes. Packets are
transferred to neighboring nodes along with the path
from the source node to the destination node is done
by intermediate nodes. In MANET each node works
as a router and autonomously performs mobile
functionality. The link connectivity changes
continuously due to mobility, to reflect this routing
information also needs to get changed continuously.
The performance of MANETs is related to efficiency
of routing protocols and efficiency depends on
several factors like convergence time after topology
changes, bandwidth overhead to enable proper
routing, power consumption. Efficient routing
protocols are needed for the network as the link
failure is high due to the dynamic network topology
and the packet drops as it travels through multiple
hops. Routing protocols for static network are not
suitable for MANET. Most of these protocols use
min-hop as the route selection metric. It is found that
shortest path route has short lifetime, especially in
highly dense ad hoc networks even with low
mobility; due to edge effect they do not address the
issue of reducing the path breakage during data
transmission. In most of the on-demand routing
algorithms it will take some time to detect the link
failure after which, route recovery procedures are
initiated. These procedures consumes substantial
amount of resources like bandwidth, power,
processing capacity at nodes and also introduce extra
delay. The efficiency of networks is greatly reduced
due to re-route discoveries.
Link stability is a measure of how stable the
link is. Stability based routing protocols tends to
select paths that will last longer. Signal strength, pilot
signals, relative speed between nodes are the
parameters used for the computation of link stability.
RS-AODV is an extension of AODV that integrates
route stability into route discovery. It ensures the
selected path to be valid for sufficiently longer period
and also extends the lifetime of the network. In this
work, we propose a novel "make-before-break"
mechanism, to enhance the route maintenance in RS-
AODV. This mechanism find an alternate route for
data transfer, when there seems any possibility for
link break due to mobility through cross layer
approach. Performance results show that RS-AODV
with route maintenance outperforms AODV in high
load and highly dynamic environment.
This paper is organized as follows. Section
II represents the related work on various stability
based routing and route maintenance approaches. In
section III, we describe the proposed RS-AODV with
"make before break" mechanism in detail. Section IV
depicts performance evaluation and comparison
results with similar protocols. Section V concludes
the proposed work and future work.
RESEARCH ARTICLE OPEN ACCESS
Gaurav J. Bhatt et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.92-97
www.ijera.com 93 | P a g e
II. Related Work
We expose relevant research work related to
stability based routing and route maintenance
approaches.
SQ-AODV [2] - authors proposed Stability-
based QoS-capable Ad-hoc On-demand Distance
Vector protocol, is an enhancement AODV protocol
in which residual node energy is used for route
selection and maintenance. It also proposed a novel
make- before-break mechanism that finds an alternate
route when energy of node goes below threshold. It
provides stable routes by accounting for the residual
life-time calculated using the current Average-
Energy-Drain-Rate (AEDR)) at intermediate nodes
and the duration of the session at the route selection
stage. This minimizes packet loss and session
disruptions. SQ-AODV proactively re-routes
sessions, without losing any packets, this provides
near-zero packet loss and superior QoS performance.
In [3] node measure the signal strength of
the link and send Route Request to other node, after
that intermediate node accept that packet compare the
signal strength value of the link with Route Request
packet, if it is less than packet value then its modified
the packet value with minimum value and forwarded
to other node until it reach to the destination, with the
help of this approach weak link of the route is
calculated ,after receiving Route Request by the
destination node ,its send the Route Reply with
minimum of the route to source then source node first
select earliest established path to forward packets,
then changes to the strongest signal strength path for
long transmissions.
In this paper [4] every node maintains the
RSSI table , RSSI table contain the signal strength
value of node’s neighbour, with the help of this RSSI
table node predict that his neighbour node is moving
away from us, after predicting the link failure it
performs following steps:
i) Dropping: If the quality of link is severely
damaged or the link is already broken, then this
method drops the packet.
ii) Relaying: In this technique, a node can become a
relay node when both sender and receiver are in its
neighbour table and forward the data between source
and destination, if the link is fail between source and
destination.
iii) Selective forwarding: In this technique, the
intermediate node drops the packet if it comes from
bad links.
LAER [5] – in this paper authors proposed
A link stability and energy aware routing (LAER)
protocol, which consider joint metric of link stability
and energy drain rate into route discovery, and on the
local topology knowledge, which results in reduced
control overhead and balanced traffic load. It
increases the link stability of the transmission. To
account the energy consumption and link stability of
mobile nodes, a bi-objective integer programming
(BIP) mode was formulated.
In [6] proposed model predict the lifetime of
a routing path, based on mobility and prediction
technique. It considers a probability model derived
through the subdivision into cells of the area where
mobile nodes move and on the observations of node
movements in these cells. Each connection between
a mobile node in a cell and the other mobile nodes
among its neighbour cells is considered as the state of
the wireless link. In this way, the wireless link
dynamic is determined between a mobile node and its
neighbours, permitting the calculation of the link
lifetime. After this, through the assumption of
independent link failure, the route breakage
probability is derived. More details can be found in.
Link life based routing protocol (LBR) [7] is
stability-based routing protocol. It converts signal
strength into distance using a free space propagation
model assumption. LBR estimates link lifetime based
on estimated distance and speed of nodes. When the
source node initiates a route request, each
intermediate node attaches its estimated link lifetime
to the route request message. When the destination
receives it, it starts calculating the path lifetime for
that path. So, the destination can select a path that is
expected to have the longest lifetime. In order to
react to path breakage, proactive and reactive
maintenance is proposed in LBR. In reactive
maintenance, the source node needs to reinitiate a
route request to the destination, which results in
increased delay and control overhead. In proactive
maintenance, a backup path is found prior to path
breakage. However, the estimated path lifetime is not
valid when a path is broken. Therefore, the backup
path may be unstable. The purpose of stable routing
should be not only reducing routing overhead but
also increasing packet delivery ratio.
We propose EBL (A Routing Protocol for
Extend network life time through the Residual
Battery and Link Stability in MANET) [8]. The EBL
considers distance among neighbour nodes, Residual
Battery Capacity and Link Stability. EBL considers
distance among neighbour nodes, Residual Battery
Capacity and Link Stability. EBL is able to increase
the Lifetime of Network through minimizing the
whole energy consumption and distribute the traffic
load. A route is selected in consideration of Residual
Battery Capacity, Link Stability and distance vector
to prevent unbalanced energy consumption of nodes.
In [9] Li et al. have proposed the link
prediction in the AODV routing protocol by
establishing a signal intensity threshold which is Pr-
THRESHOLD. If the received signal intensity is
lower than the threshold, the upstream node will
calculate the distance between it and the sending
node through the intensity of the received packet
signal, and estimate the relative velocity between it
Gaurav J. Bhatt et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.92-97
www.ijera.com 94 | P a g e
and the sending node through the time difference of
the neighbouring received data and the intensity of
the packet signal. Then, according to the relative
position and the relative velocity with the sending
node, a node can estimate when to send a RRER to
the sending node to warning it about a link failure.
When the source node received this RRER message,
it will start its restored process searching its routing
table and find another route to the destination.
In [10] Qin & Kunz have dealt with the
problem of link failure prediction by proposing an
equation to calculate the exact time that a link
breakage can occur. They named their method the
link breakage prediction algorithm. In their idea, each
node maintains a table that contains the previous hop
node address, the value of the received packet signal
power, and the time which this data packet has been
received. After receiving three data packets, a node
will calculate the link breakage time and compare it
with a fixed threshold. If the node predicted that the
link with its previous neighbour will have a link
breakage soon, it will send a warning message to the
source node of the active route to warn it about the
link breakage probability. If the source still needs the
route it will perform a route discovery process to
establish a new route to the destination. Their idea
has been implemented using DSR routing protocol.
In [11] Choi et al. has dealt with the problem
of link breakage prediction in vehicular ad hoc
network. They proposed an algorithm to predict a
link breakage possibility using the value of the RSSI
(Received Signal Strength Indicator). Each vehicle in
the network periodically scans the received signals
from its neighbours and uses the collected value to
calculate the distance, the velocity, and the
acceleration of its next hop which it receives data
packets from. By calculating these three values, the
node can predict if a link breakage will occur, and
can determine if the effected link can be maintained
or a new link is needed to be constructed. If the
effected vehicle found that a link breakage in the link
with its next hop will occur, it will use one of its
neighbours which has the highest value of RSSI with
(that means the one which is the nearest to it) to build
a new link with before the previous link with its other
neighbour becomes broken.
In [12] authors have proposed a stable,
weight-based, on-demand routing protocol. The
“weight” carried in the protocol messages used to
select stable routes is based on three components:
Route Expiration Time (RET), which is the predicted
time of link breakage between two nodes due to
mobility, Error Count (EC), which captures the
number of link failures due to mobility, and Hop
Count (HC). The authors have assumed that all nodes
are synchronized via a Global Positioning System
(GPS), so that two adjacent nodes may predict the
RET. While the proposed scheme may combat
against link breaks due to mobility, link breaks due to
the draining node energy is a factor that also must be
accounted for when computing weights for stable
routing.
In [13] the authors have proposed a stable
route selection scheme based on Link Expiration
Time Threshold (LETth). The Link Expiration Time
(LET) is computed based on a prediction of
neighbour mobility. LET computation needs to know
the position of the neighbours, and hence requires
periodic topology updates.
[14] Paper proposed a novel scheme to
enhance the route maintenance process in Route
Stability and Energy Aware Routing (RSEA-AODV)
protocol that keep track of stability and energy
metrics during route discovery, through cross layer
approach. In this work, we propose a novel "make-
before-break" mechanism, to enhance the route
maintenance in RSEAAODV. This mechanism finds
an alternate route for data transfer, when there seems
any possibility for link break due to mobility, energy
drain and congestion, through cross layer approach.
At some fixed interval it continuously check the
status of established route, if any node is in critical
battery state or receiving weaker signal or interface
queue length increases beyond the threshold then it
starts finding alternate route before it actually breaks.
This mechanism increases packet delivery ratio and
reduces the number of packet drops and delay
incurred.
In this paper [15] authors proposed a method
which measures signal strength between nodes and
compare with RSSI threshold values. If RSSI is
greater than threshold value then it is accepted for
further processing otherwise it is discarded. It
increases the lifetime of the network by selecting a
strong route to the destination can. Stable route in
MANETs is a route that is established for an
acceptable period for transmission.
III. Proposed Work
In the MANET, one of the major constraints
is unpredictable link failure. Major challenge of
routing protocol is to reduce the link failure due to
the mobility of node in the network. To achieve this,
stable route is required which is more flexible in
mobile networks. Stable route in MANETs is a route
that is established for an acceptable period for
transmission. So we propose a new model for routing
protocol that created routes have more stability, to
implement it we used received signal strength
indicator (RSSI) metric to find stable route from
source to destination. The following cases are used to
forward the data over the network.
3.1 Route Discovery
When a node needs to send packets to some
destination, it searches for route in its route cache. If
Gaurav J. Bhatt et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.92-97
www.ijera.com 95 | P a g e
route to the destination is not available, the source
will broadcast route request RREQ to its neighbors.
On receiving a RREQ packet, intermediate nodes
measure the strength at which it received the packet.
If the signal strength (RSSI) is above the threshold
value, it stores RSSI value into cache, and if RSSI is
less than threshold value then it drops the route
request.
Algorithm 1: Implemented in Intermediate Node
If (Node listen a RREQ) {
If (same as forwarded in near past) {
Discard;
}
Else //This is a new RREQ {
Calculate RSSI
If (RSSI < RSSI_Thr1) then
Drop packet P
Return
End If
Else
Entry for Reverse Route // (Route from node to
originator of this RREQ message) {
// update the sequence no. ,
// Set the valid flag for route,
// Change the life time for route to
originator.
Update the routing table entries for originator IP
address;
Increase the hop count by one in RREQ packet;
}
IF (TTL > 1) {
Decrease the TTL field by one;
If [(Node is Destination for this RREQ) OR
(Node has route to destination)] {
Send RREP;
Discard RREQ;
}
Else {
Broadcast RREQ;
}
}
}
}
3.2 Route Maintenance
After establishing route between source and
destination, each intermediate node continuously
monitors the established link status. On receiving
data packets, each intermediate node calculates RSSI
value from received packet at MAC layer and passes
it to the network layer. At network layer routing
protocol compare RSSI with RSSI Threshold
(RSSI_Thr2) value, if it is below Threshold then it
queued the received packet and send route error
message to the source and also intimate source to find
alternate route in order to continue communication.
Algorithm 3: Route Maintenance by Make-Before-
Break Mechanism
Input: A Data Packet P from neighbor node
Calculate RSSI
If (RSSI < RSSI_Thr2)
Queue packet into cache
Send RERR
Send Route Request to Source
Return
End if
IV. Simulation And Performance
evaluation
In this section, the performance of AODV
and RS-AODV are evaluated using NS2.
4.1 Calculation of RSSI value
The RSSI value is calculated with the help
of two ray ground model
(1)
Pr: Power received at distance d
Pt: Transmitted signal power
Gt: Transmitter gain (1.0 for all antennas)
Gr: Receiver gain (1.0 for all antennas)
ht: Transmitter antenna height (1.5 m for all antennas)
hr: Receiver antenna height (1.5 m for all antennas)
d: Distance from the transmitter
L: Path loss (1.0 for all antennas)
4.2 Performance Metrics
Packet Delivery Ratio: Packet Delivery
Ratio (PDR) is the ratio between the number of
packets transmitted by a traffic source and the
number of packets received by a traffic sink.
Normalized Control Overhead: It is the ratio of
control packets sent and the number of packets
delivered at the destinations.
End-End Delay: It is a measure of the
average time a data packet has taken to reach its
destination.
No. of Route Repairs: total number of local
route repairs.
4.3 Simulation Parameters
We have simulated it in NS 2.35. We used simulation
parameters, which are listed in the table.
Table: Simulation Parameters
Parameter
Name
Value
Topology 800×800, 1000×1000, 2450×2450
and 3500×3500 (m)
Gaurav J. Bhatt et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.92-97
www.ijera.com 96 | P a g e
No. of Nodes 50, 100, 250 and 500
Mobility Model Two Ray ground
Simulation
Time
50 Seconds
Pause Time 5
No. of
Connections
20
Buffer length 60
MAC Protocol IEEE 802.11
Packet Size 512 Bytes
Traffic Type Cbr
Mobility Speed 5 m/s
Traffic Rate 4 Packets/Second
4.4 Simulation Results
We simulated RS-AODV along with AODV
using NS2. In this section, we present the simulation
results and compare RS-AODV with AODV.
Fig. 1 End-To-End Delay versus Number of Nodes
Fig. 1 shows graph of end to end delivery
ratio vs. number of nodes. It shows that as the
number of node increases end to end delay also
increases. In AODV end to end delay increases
rapidly as compared with RS-AODV. Reason behind
the reduction in end to end delay is because of the
selective processing of signals. Weaker signals are
discarded at the routing layer after comparing the
RSSI with Signal threshold. This makes only selected
signals entering into further processing phase thus
reducing the end to end delay.
Fig. 2 Normalized routing Load versus Number of
Nodes
Fig. 2 shows graph of normalized routing
load vs. number of nodes. In that as the number of
nodes increases routing overhead also increases, RS-
AODV avoid unreliable mobile nodes from the route,
it requires less rerouting and leads to less control
overhead. So in large network RS-AODV perform
better than AODV.
Fig. 3 Packet Delivery Ratio versus Number of
Nodes
Fig. 3 shows graph of packet delivery ratio
vs. number of nodes. RS-AODV selects the most
reliable path so number of packet drop is also low as
compare to AODV. Make before break avoids link
failure due to node mobility, so the packet delivery
ratio is also better than AODV in denser network.
Fig. 4 No. of Route Repairs versus Number of Nodes
Fig. 4 shows graph of route repairs vs.
number of nodes. As number of nodes increases
number of route repairs also increases. RS-AODV
attempts less route repairs compare to AODV
because of make before break mechanism, which
finds alternate route before route breaks.
V. Conclusion and Future Work
This paper presented new routing protocol
RS-AODV which is extension of existing AODV
routing protocol. RS-AODV incorporates route
stability using received signal strength indication
parameter in the route discovery. Make-before-Break
mechanism enhances route maintenance approach
and reduces link failure. Simulation results showed
Gaurav J. Bhatt et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.92-97
www.ijera.com 97 | P a g e
that the proposed scheme significantly increased the
packet delivery ratio, reduced the control overhead,
end to end delay and number of route repairs incurred
due to unpredictable link breaks, by early alert
compare to traditional AODV. It shows considerably
better performance in highly dynamic networks. In
case of low or nil mobility, the proposed model
resulted in slightly high delay compared with AODV.
Improve protocol by considering more parameters
that might affects link failure like energy of node,
parameter queue length and signal-to-noise ratio are
left as part of our future work.
References
[1] C. E. Perkins and E. M. Royer, “Ad-hoc on-
demand distance vector routing,” in Proc.
IEEE Workshop on Mobile Comp. Sys.and
Apps., Feb. 1999, pp. 90-100.
[2] M. Veerayya, V. Sharma, "SQ-AODV: A
novel energy aware stability-based routing
protocol for enhanced QoS in wireless ad-
hoc networks", Military Communications
conference, 2008, MILCOM '08, IEEE.
[3] San-Yuan Wang; Jia-Yu Liu; Chun-Chien
Huang; Mao-Yuan Kao; Yi-Ho Li; , "Signal
strength-based routing protocol for mobile
ad hoc networks," Advanced Information
Networking and Applications, 2005. AINA
2005. 19th International Conference on,
vol.2, no., pp.17-20, vol.2, 28-30 March,
2005 doi:10.1109/AINA.2005.311.
[4] Choi, L.; Sang Hoon Lee; Hyohyun Choi; ,
"M-MAC: Mobility- Based Link
Management Protocol for Mobile Sensor
Networks," Future Dependable Distributed
Systems, 2009 Software Technologies for ,
vol., no., pp.210-214, 17-17 March2009doi:
10.1109/STFSSD.2009.47
[5] F.D. Rango, F. Guerriero, "Link Stability
and Energy Aware Routing Protocol in
Distributed Wireless Networks", IEEE
Trans. on Parallel and Distributed systems,
2012.
[6] M. Maleki, K. Dantu, and M. Pedram,
“Lifetime Prediction Routing in Mobile Ad
Hoc Networks,” Proc. IEEE Wireless
Comm. and Networking (WCNC ’03), pp.
1185-1190, Mar. 2003.
[7] B.S. Manoj, C. Siva Ram Murthy and R.
Ananthapadmanabha, “Link life Based
Routing Protocol for Ad hoc Wireless
Networks”, Proc. IEEE Conf. on Computer
Communications and networks, pp. 573–
576, Oct. 2001.
[8] G.W. Park, S. Lee, "A routing protocol for
Extent Network Lifetime through the
Residual Battery and Link Stability in
MANET", ACC '08, Istanbul, Turkey, 2008.
[9] Li, Q., Liu, c., and Jiang, H. “The routing
protocol AODV based on link failure
prediction”, ICSP IEEE. 2008.
[10] Qin, L., and Kunz, T., “Increasing packet
delivery ratio in DSR by link prediction”,
HICSS 03. IEEE. 2002. Hawaii.
[11] Hoi, W., Nam, J., and Choi, S. (2008). “Hop
state prediction method using distance
differential of RSSI on VANET”. NCM
2008. IEEE. 426- 431.
[12] N. Wang and J. Chen, “A Stable On-
Demand Routing Protocol for Mobile Ad
Hoc Networks withWeight-Based Strategy,”
IEEE PDCAT’06, pp. 166–169, Dec. 2006.
[13] J. Lian., L. Li., and X. Zhu., “A Multi-
Constraint QoS Routing Protocol with
Route-Request Selection Based on Mobile
Predictibg in MANET,” IEEE CISW’07, pp.
342–345, Dec. 2007.
[14] P. Srinivasan P. Kamalakkannan,
“Enhancing Route Maintenance in RSEA-
AODV for Mobile Ad Hoc Networks,” 978-
1-4673-4603-0/12/$31.00 ©2012 IEEE
[15] Nitin Manjhi and Nilesh Patel, “Signal
Strength Based Route Selection in
MANETs”, International Journal of
Computer Science and elecommunications
[Volume 3, Issue 7, July 2012]

More Related Content

What's hot

DETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2R
DETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2RDETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2R
DETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2R
ijujournal
 
Performance improvement of energy aware and adaptive routing protocols for ma...
Performance improvement of energy aware and adaptive routing protocols for ma...Performance improvement of energy aware and adaptive routing protocols for ma...
Performance improvement of energy aware and adaptive routing protocols for ma...
eSAT Publishing House
 
Cross layer design for power control and link
Cross layer design for power control and linkCross layer design for power control and link
Cross layer design for power control and link
IJCNCJournal
 

What's hot (18)

Rsaodv a route stability based ad hoc on demand distance vector routing prot...
Rsaodv  a route stability based ad hoc on demand distance vector routing prot...Rsaodv  a route stability based ad hoc on demand distance vector routing prot...
Rsaodv a route stability based ad hoc on demand distance vector routing prot...
 
DETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2R
DETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2RDETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2R
DETERMINING THE NETWORK THROUGHPUT AND FLOW RATE USING GSR AND AAL2R
 
A survey on energy aware routing issues and cross layering in mane ts
A survey on energy aware routing issues and cross layering in mane tsA survey on energy aware routing issues and cross layering in mane ts
A survey on energy aware routing issues and cross layering in mane ts
 
CONGESTION AWARE LINK COST ROUTING FOR MANETS
CONGESTION AWARE LINK COST ROUTING FOR MANETSCONGESTION AWARE LINK COST ROUTING FOR MANETS
CONGESTION AWARE LINK COST ROUTING FOR MANETS
 
Performance improvement of energy aware and adaptive routing protocols for ma...
Performance improvement of energy aware and adaptive routing protocols for ma...Performance improvement of energy aware and adaptive routing protocols for ma...
Performance improvement of energy aware and adaptive routing protocols for ma...
 
Kz3618761878
Kz3618761878Kz3618761878
Kz3618761878
 
Load aware and load balancing using aomdv routing in manet
Load aware and load balancing using aomdv routing in manetLoad aware and load balancing using aomdv routing in manet
Load aware and load balancing using aomdv routing in manet
 
Paper id 71201928
Paper id 71201928Paper id 71201928
Paper id 71201928
 
A Performance Comparison of Routing Protocols for Ad Hoc Networks
A Performance Comparison of Routing Protocols for Ad Hoc NetworksA Performance Comparison of Routing Protocols for Ad Hoc Networks
A Performance Comparison of Routing Protocols for Ad Hoc Networks
 
Improvement of QoS Contained by AODV Routing Protocol On the Basis of Varying...
Improvement of QoS Contained by AODV Routing Protocol On the Basis of Varying...Improvement of QoS Contained by AODV Routing Protocol On the Basis of Varying...
Improvement of QoS Contained by AODV Routing Protocol On the Basis of Varying...
 
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
 
A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...
 
A02100108
A02100108A02100108
A02100108
 
Packet Transfer Rate & Robust Throughput for Mobile Adhoc Network
Packet Transfer Rate & Robust Throughput for Mobile Adhoc NetworkPacket Transfer Rate & Robust Throughput for Mobile Adhoc Network
Packet Transfer Rate & Robust Throughput for Mobile Adhoc Network
 
Kr2518691873
Kr2518691873Kr2518691873
Kr2518691873
 
IMPROVED QUALITY OF SERVICE PROTOCOL FOR REAL TIME TRAFFIC IN MANET
IMPROVED QUALITY OF SERVICE PROTOCOL FOR REAL TIME TRAFFIC IN MANETIMPROVED QUALITY OF SERVICE PROTOCOL FOR REAL TIME TRAFFIC IN MANET
IMPROVED QUALITY OF SERVICE PROTOCOL FOR REAL TIME TRAFFIC IN MANET
 
Cross layer design for power control and link
Cross layer design for power control and linkCross layer design for power control and link
Cross layer design for power control and link
 
Bh4103368374
Bh4103368374Bh4103368374
Bh4103368374
 

Viewers also liked

Ponderacions 2012
Ponderacions 2012Ponderacions 2012
Ponderacions 2012
CVA
 
5 B Estados Hipertensivos Durante El Embarazo 07 10 08
5 B   Estados Hipertensivos Durante El Embarazo 07 10 085 B   Estados Hipertensivos Durante El Embarazo 07 10 08
5 B Estados Hipertensivos Durante El Embarazo 07 10 08
Alumnos Ricardo Palma
 
CURRICULUM VITAE OLUREMI S core new
CURRICULUM VITAE        OLUREMI S core newCURRICULUM VITAE        OLUREMI S core new
CURRICULUM VITAE OLUREMI S core new
SAMUEL OLUREMI
 

Viewers also liked (20)

G1 u3 t2_aa2 oswaldo q m
G1 u3 t2_aa2 oswaldo q mG1 u3 t2_aa2 oswaldo q m
G1 u3 t2_aa2 oswaldo q m
 
Tony O'Connor: Integrating Marketing Data into Decision Making, 30 June 2014
Tony O'Connor: Integrating Marketing Data into Decision Making, 30 June 2014Tony O'Connor: Integrating Marketing Data into Decision Making, 30 June 2014
Tony O'Connor: Integrating Marketing Data into Decision Making, 30 June 2014
 
Eletrot tarefa 10
Eletrot tarefa 10Eletrot tarefa 10
Eletrot tarefa 10
 
O gavião falcão
O gavião falcãoO gavião falcão
O gavião falcão
 
V04506119123
V04506119123V04506119123
V04506119123
 
Regione Lazio: costruire un Lazio 'creativo'
Regione Lazio: costruire un Lazio 'creativo'Regione Lazio: costruire un Lazio 'creativo'
Regione Lazio: costruire un Lazio 'creativo'
 
V04503123128
V04503123128V04503123128
V04503123128
 
Ponderacions 2012
Ponderacions 2012Ponderacions 2012
Ponderacions 2012
 
5 B Estados Hipertensivos Durante El Embarazo 07 10 08
5 B   Estados Hipertensivos Durante El Embarazo 07 10 085 B   Estados Hipertensivos Durante El Embarazo 07 10 08
5 B Estados Hipertensivos Durante El Embarazo 07 10 08
 
Seres vivos
Seres vivosSeres vivos
Seres vivos
 
Fotosgenerales Dos
Fotosgenerales DosFotosgenerales Dos
Fotosgenerales Dos
 
14 Proyecto5 2
14 Proyecto5 214 Proyecto5 2
14 Proyecto5 2
 
Devemos agradecer nossos sofrimentos
Devemos agradecer nossos sofrimentosDevemos agradecer nossos sofrimentos
Devemos agradecer nossos sofrimentos
 
Vivia Servicios Interactivos
Vivia Servicios InteractivosVivia Servicios Interactivos
Vivia Servicios Interactivos
 
Estudo de caso sobre retrospectivas ágeis no indt i nd-t
Estudo de caso sobre retrospectivas ágeis no indt  i nd-tEstudo de caso sobre retrospectivas ágeis no indt  i nd-t
Estudo de caso sobre retrospectivas ágeis no indt i nd-t
 
Wallpainting
WallpaintingWallpainting
Wallpainting
 
Lessons 3 & 4
Lessons 3 & 4Lessons 3 & 4
Lessons 3 & 4
 
Matematica1
Matematica1Matematica1
Matematica1
 
CURRICULUM VITAE OLUREMI S core new
CURRICULUM VITAE        OLUREMI S core newCURRICULUM VITAE        OLUREMI S core new
CURRICULUM VITAE OLUREMI S core new
 
Doc sl
Doc slDoc sl
Doc sl
 

Similar to R045059297

IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD Editor
 

Similar to R045059297 (20)

IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 
Quality of Service Routing in Mobile Ad Hoc Networks Using Location and Energ...
Quality of Service Routing in Mobile Ad Hoc Networks Using Location and Energ...Quality of Service Routing in Mobile Ad Hoc Networks Using Location and Energ...
Quality of Service Routing in Mobile Ad Hoc Networks Using Location and Energ...
 
QUALITY OF SERVICE ROUTING IN MOBILE AD HOC NETWORKS USING LOCATION AND ENERG...
QUALITY OF SERVICE ROUTING IN MOBILE AD HOC NETWORKS USING LOCATION AND ENERG...QUALITY OF SERVICE ROUTING IN MOBILE AD HOC NETWORKS USING LOCATION AND ENERG...
QUALITY OF SERVICE ROUTING IN MOBILE AD HOC NETWORKS USING LOCATION AND ENERG...
 
AN EFFICIENT AND STABLE ROUTING ALGORITHM IN MOBILE AD HOC NETWORK
AN EFFICIENT AND STABLE ROUTING ALGORITHM IN MOBILE AD HOC NETWORKAN EFFICIENT AND STABLE ROUTING ALGORITHM IN MOBILE AD HOC NETWORK
AN EFFICIENT AND STABLE ROUTING ALGORITHM IN MOBILE AD HOC NETWORK
 
IRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing ProtocolIRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing Protocol
 
Quality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
Quality of service Routing Using Stable Nodes in Mobile Ad hoc NetworksQuality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
Quality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
 
Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)
 
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
 
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
 
IRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
IRJET- Energy Efficient Reactive Routing to Enhance QOS of ManetsIRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
IRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
 
Multipath qos aware routing protocol
Multipath qos aware routing protocolMultipath qos aware routing protocol
Multipath qos aware routing protocol
 
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETSSNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
 
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETSSNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
 
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
 
L0947075
L0947075L0947075
L0947075
 
Performance comparison of mobile ad hoc network routing protocols
Performance comparison of mobile ad hoc network routing protocolsPerformance comparison of mobile ad hoc network routing protocols
Performance comparison of mobile ad hoc network routing protocols
 
Quality of Service Routing in Mobile Ad hoc Networks Using Node Mobility and ...
Quality of Service Routing in Mobile Ad hoc Networks Using Node Mobility and ...Quality of Service Routing in Mobile Ad hoc Networks Using Node Mobility and ...
Quality of Service Routing in Mobile Ad hoc Networks Using Node Mobility and ...
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Link Stability and Energy Aware routing Protocol for Mobile Adhoc Network
Link Stability and Energy Aware routing Protocol for Mobile Adhoc NetworkLink Stability and Energy Aware routing Protocol for Mobile Adhoc Network
Link Stability and Energy Aware routing Protocol for Mobile Adhoc Network
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Recently uploaded (20)

CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

R045059297

  • 1. Gaurav J. Bhatt et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.92-97 www.ijera.com 92 | P a g e Enhancing Route Maintenance in RS-AODV Gaurav J. Bhatt*, Amit M. Lathigara** *(CE Department, School of Engineering, RK University, Bhavnagar Road, Rajkot 360002, India ** (HOD CE Department, School of Engineering, RK University, Bhavnagar Road, Rajkot 360002, India ABSTRACT Mobile Ad hoc Networks (MANETs) are temporary formed, infrastructure-less networks. The performance metrics degrades due to the unstable channel conditions, network connectivity, and mobility and resource limitations. To improve different performance metrics, various cross-layering techniques are used where different layers from protocol stack communications with each other via exchange of information. Ad hoc on demand Routing Protocol (AODV) is a well reactive ad hoc routing protocol. We proposed RS-AODV (Route Stability based AODV), a modified version of AODV routing protocol, based on route discovery by utilizing Physical Layer information instead of the minimum hop count approach of the default distance vector algorithm. Our research will also elaborate how the proposed model uses the received Signal Strength (RSSI) to find its route. We will focus on parameters like traffic throughput, response, time, packet loss, delay, link stability, optimal usage of battery resource to increase overall lifetime of a network. And also use novel approach “make before break” that starts finding alternate route when it seems link failure due to mobility of node. Simulation results show that RS-AODV has performance better that AODV routing protocol in terms of the metrics: End- to-End delay, Packet Delivery Ratio, Network Routing Load and number of route repairs. Keywords - AODV, Link Failure, MANET, NS2, Route Stability, RSSI. I. Introduction A mobile ad-hoc network (MANET) [1] is composed of mobile nodes that form distributed systems without any fixed infrastructure or centralized administration. In these systems, nodes can be freely and dynamically self organized into arbitrary and temporary, “ad-hoc” network topologies, nodes communicate with each other directly or via intermediate nodes. Packets are transferred to neighboring nodes along with the path from the source node to the destination node is done by intermediate nodes. In MANET each node works as a router and autonomously performs mobile functionality. The link connectivity changes continuously due to mobility, to reflect this routing information also needs to get changed continuously. The performance of MANETs is related to efficiency of routing protocols and efficiency depends on several factors like convergence time after topology changes, bandwidth overhead to enable proper routing, power consumption. Efficient routing protocols are needed for the network as the link failure is high due to the dynamic network topology and the packet drops as it travels through multiple hops. Routing protocols for static network are not suitable for MANET. Most of these protocols use min-hop as the route selection metric. It is found that shortest path route has short lifetime, especially in highly dense ad hoc networks even with low mobility; due to edge effect they do not address the issue of reducing the path breakage during data transmission. In most of the on-demand routing algorithms it will take some time to detect the link failure after which, route recovery procedures are initiated. These procedures consumes substantial amount of resources like bandwidth, power, processing capacity at nodes and also introduce extra delay. The efficiency of networks is greatly reduced due to re-route discoveries. Link stability is a measure of how stable the link is. Stability based routing protocols tends to select paths that will last longer. Signal strength, pilot signals, relative speed between nodes are the parameters used for the computation of link stability. RS-AODV is an extension of AODV that integrates route stability into route discovery. It ensures the selected path to be valid for sufficiently longer period and also extends the lifetime of the network. In this work, we propose a novel "make-before-break" mechanism, to enhance the route maintenance in RS- AODV. This mechanism find an alternate route for data transfer, when there seems any possibility for link break due to mobility through cross layer approach. Performance results show that RS-AODV with route maintenance outperforms AODV in high load and highly dynamic environment. This paper is organized as follows. Section II represents the related work on various stability based routing and route maintenance approaches. In section III, we describe the proposed RS-AODV with "make before break" mechanism in detail. Section IV depicts performance evaluation and comparison results with similar protocols. Section V concludes the proposed work and future work. RESEARCH ARTICLE OPEN ACCESS
  • 2. Gaurav J. Bhatt et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.92-97 www.ijera.com 93 | P a g e II. Related Work We expose relevant research work related to stability based routing and route maintenance approaches. SQ-AODV [2] - authors proposed Stability- based QoS-capable Ad-hoc On-demand Distance Vector protocol, is an enhancement AODV protocol in which residual node energy is used for route selection and maintenance. It also proposed a novel make- before-break mechanism that finds an alternate route when energy of node goes below threshold. It provides stable routes by accounting for the residual life-time calculated using the current Average- Energy-Drain-Rate (AEDR)) at intermediate nodes and the duration of the session at the route selection stage. This minimizes packet loss and session disruptions. SQ-AODV proactively re-routes sessions, without losing any packets, this provides near-zero packet loss and superior QoS performance. In [3] node measure the signal strength of the link and send Route Request to other node, after that intermediate node accept that packet compare the signal strength value of the link with Route Request packet, if it is less than packet value then its modified the packet value with minimum value and forwarded to other node until it reach to the destination, with the help of this approach weak link of the route is calculated ,after receiving Route Request by the destination node ,its send the Route Reply with minimum of the route to source then source node first select earliest established path to forward packets, then changes to the strongest signal strength path for long transmissions. In this paper [4] every node maintains the RSSI table , RSSI table contain the signal strength value of node’s neighbour, with the help of this RSSI table node predict that his neighbour node is moving away from us, after predicting the link failure it performs following steps: i) Dropping: If the quality of link is severely damaged or the link is already broken, then this method drops the packet. ii) Relaying: In this technique, a node can become a relay node when both sender and receiver are in its neighbour table and forward the data between source and destination, if the link is fail between source and destination. iii) Selective forwarding: In this technique, the intermediate node drops the packet if it comes from bad links. LAER [5] – in this paper authors proposed A link stability and energy aware routing (LAER) protocol, which consider joint metric of link stability and energy drain rate into route discovery, and on the local topology knowledge, which results in reduced control overhead and balanced traffic load. It increases the link stability of the transmission. To account the energy consumption and link stability of mobile nodes, a bi-objective integer programming (BIP) mode was formulated. In [6] proposed model predict the lifetime of a routing path, based on mobility and prediction technique. It considers a probability model derived through the subdivision into cells of the area where mobile nodes move and on the observations of node movements in these cells. Each connection between a mobile node in a cell and the other mobile nodes among its neighbour cells is considered as the state of the wireless link. In this way, the wireless link dynamic is determined between a mobile node and its neighbours, permitting the calculation of the link lifetime. After this, through the assumption of independent link failure, the route breakage probability is derived. More details can be found in. Link life based routing protocol (LBR) [7] is stability-based routing protocol. It converts signal strength into distance using a free space propagation model assumption. LBR estimates link lifetime based on estimated distance and speed of nodes. When the source node initiates a route request, each intermediate node attaches its estimated link lifetime to the route request message. When the destination receives it, it starts calculating the path lifetime for that path. So, the destination can select a path that is expected to have the longest lifetime. In order to react to path breakage, proactive and reactive maintenance is proposed in LBR. In reactive maintenance, the source node needs to reinitiate a route request to the destination, which results in increased delay and control overhead. In proactive maintenance, a backup path is found prior to path breakage. However, the estimated path lifetime is not valid when a path is broken. Therefore, the backup path may be unstable. The purpose of stable routing should be not only reducing routing overhead but also increasing packet delivery ratio. We propose EBL (A Routing Protocol for Extend network life time through the Residual Battery and Link Stability in MANET) [8]. The EBL considers distance among neighbour nodes, Residual Battery Capacity and Link Stability. EBL considers distance among neighbour nodes, Residual Battery Capacity and Link Stability. EBL is able to increase the Lifetime of Network through minimizing the whole energy consumption and distribute the traffic load. A route is selected in consideration of Residual Battery Capacity, Link Stability and distance vector to prevent unbalanced energy consumption of nodes. In [9] Li et al. have proposed the link prediction in the AODV routing protocol by establishing a signal intensity threshold which is Pr- THRESHOLD. If the received signal intensity is lower than the threshold, the upstream node will calculate the distance between it and the sending node through the intensity of the received packet signal, and estimate the relative velocity between it
  • 3. Gaurav J. Bhatt et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.92-97 www.ijera.com 94 | P a g e and the sending node through the time difference of the neighbouring received data and the intensity of the packet signal. Then, according to the relative position and the relative velocity with the sending node, a node can estimate when to send a RRER to the sending node to warning it about a link failure. When the source node received this RRER message, it will start its restored process searching its routing table and find another route to the destination. In [10] Qin & Kunz have dealt with the problem of link failure prediction by proposing an equation to calculate the exact time that a link breakage can occur. They named their method the link breakage prediction algorithm. In their idea, each node maintains a table that contains the previous hop node address, the value of the received packet signal power, and the time which this data packet has been received. After receiving three data packets, a node will calculate the link breakage time and compare it with a fixed threshold. If the node predicted that the link with its previous neighbour will have a link breakage soon, it will send a warning message to the source node of the active route to warn it about the link breakage probability. If the source still needs the route it will perform a route discovery process to establish a new route to the destination. Their idea has been implemented using DSR routing protocol. In [11] Choi et al. has dealt with the problem of link breakage prediction in vehicular ad hoc network. They proposed an algorithm to predict a link breakage possibility using the value of the RSSI (Received Signal Strength Indicator). Each vehicle in the network periodically scans the received signals from its neighbours and uses the collected value to calculate the distance, the velocity, and the acceleration of its next hop which it receives data packets from. By calculating these three values, the node can predict if a link breakage will occur, and can determine if the effected link can be maintained or a new link is needed to be constructed. If the effected vehicle found that a link breakage in the link with its next hop will occur, it will use one of its neighbours which has the highest value of RSSI with (that means the one which is the nearest to it) to build a new link with before the previous link with its other neighbour becomes broken. In [12] authors have proposed a stable, weight-based, on-demand routing protocol. The “weight” carried in the protocol messages used to select stable routes is based on three components: Route Expiration Time (RET), which is the predicted time of link breakage between two nodes due to mobility, Error Count (EC), which captures the number of link failures due to mobility, and Hop Count (HC). The authors have assumed that all nodes are synchronized via a Global Positioning System (GPS), so that two adjacent nodes may predict the RET. While the proposed scheme may combat against link breaks due to mobility, link breaks due to the draining node energy is a factor that also must be accounted for when computing weights for stable routing. In [13] the authors have proposed a stable route selection scheme based on Link Expiration Time Threshold (LETth). The Link Expiration Time (LET) is computed based on a prediction of neighbour mobility. LET computation needs to know the position of the neighbours, and hence requires periodic topology updates. [14] Paper proposed a novel scheme to enhance the route maintenance process in Route Stability and Energy Aware Routing (RSEA-AODV) protocol that keep track of stability and energy metrics during route discovery, through cross layer approach. In this work, we propose a novel "make- before-break" mechanism, to enhance the route maintenance in RSEAAODV. This mechanism finds an alternate route for data transfer, when there seems any possibility for link break due to mobility, energy drain and congestion, through cross layer approach. At some fixed interval it continuously check the status of established route, if any node is in critical battery state or receiving weaker signal or interface queue length increases beyond the threshold then it starts finding alternate route before it actually breaks. This mechanism increases packet delivery ratio and reduces the number of packet drops and delay incurred. In this paper [15] authors proposed a method which measures signal strength between nodes and compare with RSSI threshold values. If RSSI is greater than threshold value then it is accepted for further processing otherwise it is discarded. It increases the lifetime of the network by selecting a strong route to the destination can. Stable route in MANETs is a route that is established for an acceptable period for transmission. III. Proposed Work In the MANET, one of the major constraints is unpredictable link failure. Major challenge of routing protocol is to reduce the link failure due to the mobility of node in the network. To achieve this, stable route is required which is more flexible in mobile networks. Stable route in MANETs is a route that is established for an acceptable period for transmission. So we propose a new model for routing protocol that created routes have more stability, to implement it we used received signal strength indicator (RSSI) metric to find stable route from source to destination. The following cases are used to forward the data over the network. 3.1 Route Discovery When a node needs to send packets to some destination, it searches for route in its route cache. If
  • 4. Gaurav J. Bhatt et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.92-97 www.ijera.com 95 | P a g e route to the destination is not available, the source will broadcast route request RREQ to its neighbors. On receiving a RREQ packet, intermediate nodes measure the strength at which it received the packet. If the signal strength (RSSI) is above the threshold value, it stores RSSI value into cache, and if RSSI is less than threshold value then it drops the route request. Algorithm 1: Implemented in Intermediate Node If (Node listen a RREQ) { If (same as forwarded in near past) { Discard; } Else //This is a new RREQ { Calculate RSSI If (RSSI < RSSI_Thr1) then Drop packet P Return End If Else Entry for Reverse Route // (Route from node to originator of this RREQ message) { // update the sequence no. , // Set the valid flag for route, // Change the life time for route to originator. Update the routing table entries for originator IP address; Increase the hop count by one in RREQ packet; } IF (TTL > 1) { Decrease the TTL field by one; If [(Node is Destination for this RREQ) OR (Node has route to destination)] { Send RREP; Discard RREQ; } Else { Broadcast RREQ; } } } } 3.2 Route Maintenance After establishing route between source and destination, each intermediate node continuously monitors the established link status. On receiving data packets, each intermediate node calculates RSSI value from received packet at MAC layer and passes it to the network layer. At network layer routing protocol compare RSSI with RSSI Threshold (RSSI_Thr2) value, if it is below Threshold then it queued the received packet and send route error message to the source and also intimate source to find alternate route in order to continue communication. Algorithm 3: Route Maintenance by Make-Before- Break Mechanism Input: A Data Packet P from neighbor node Calculate RSSI If (RSSI < RSSI_Thr2) Queue packet into cache Send RERR Send Route Request to Source Return End if IV. Simulation And Performance evaluation In this section, the performance of AODV and RS-AODV are evaluated using NS2. 4.1 Calculation of RSSI value The RSSI value is calculated with the help of two ray ground model (1) Pr: Power received at distance d Pt: Transmitted signal power Gt: Transmitter gain (1.0 for all antennas) Gr: Receiver gain (1.0 for all antennas) ht: Transmitter antenna height (1.5 m for all antennas) hr: Receiver antenna height (1.5 m for all antennas) d: Distance from the transmitter L: Path loss (1.0 for all antennas) 4.2 Performance Metrics Packet Delivery Ratio: Packet Delivery Ratio (PDR) is the ratio between the number of packets transmitted by a traffic source and the number of packets received by a traffic sink. Normalized Control Overhead: It is the ratio of control packets sent and the number of packets delivered at the destinations. End-End Delay: It is a measure of the average time a data packet has taken to reach its destination. No. of Route Repairs: total number of local route repairs. 4.3 Simulation Parameters We have simulated it in NS 2.35. We used simulation parameters, which are listed in the table. Table: Simulation Parameters Parameter Name Value Topology 800×800, 1000×1000, 2450×2450 and 3500×3500 (m)
  • 5. Gaurav J. Bhatt et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.92-97 www.ijera.com 96 | P a g e No. of Nodes 50, 100, 250 and 500 Mobility Model Two Ray ground Simulation Time 50 Seconds Pause Time 5 No. of Connections 20 Buffer length 60 MAC Protocol IEEE 802.11 Packet Size 512 Bytes Traffic Type Cbr Mobility Speed 5 m/s Traffic Rate 4 Packets/Second 4.4 Simulation Results We simulated RS-AODV along with AODV using NS2. In this section, we present the simulation results and compare RS-AODV with AODV. Fig. 1 End-To-End Delay versus Number of Nodes Fig. 1 shows graph of end to end delivery ratio vs. number of nodes. It shows that as the number of node increases end to end delay also increases. In AODV end to end delay increases rapidly as compared with RS-AODV. Reason behind the reduction in end to end delay is because of the selective processing of signals. Weaker signals are discarded at the routing layer after comparing the RSSI with Signal threshold. This makes only selected signals entering into further processing phase thus reducing the end to end delay. Fig. 2 Normalized routing Load versus Number of Nodes Fig. 2 shows graph of normalized routing load vs. number of nodes. In that as the number of nodes increases routing overhead also increases, RS- AODV avoid unreliable mobile nodes from the route, it requires less rerouting and leads to less control overhead. So in large network RS-AODV perform better than AODV. Fig. 3 Packet Delivery Ratio versus Number of Nodes Fig. 3 shows graph of packet delivery ratio vs. number of nodes. RS-AODV selects the most reliable path so number of packet drop is also low as compare to AODV. Make before break avoids link failure due to node mobility, so the packet delivery ratio is also better than AODV in denser network. Fig. 4 No. of Route Repairs versus Number of Nodes Fig. 4 shows graph of route repairs vs. number of nodes. As number of nodes increases number of route repairs also increases. RS-AODV attempts less route repairs compare to AODV because of make before break mechanism, which finds alternate route before route breaks. V. Conclusion and Future Work This paper presented new routing protocol RS-AODV which is extension of existing AODV routing protocol. RS-AODV incorporates route stability using received signal strength indication parameter in the route discovery. Make-before-Break mechanism enhances route maintenance approach and reduces link failure. Simulation results showed
  • 6. Gaurav J. Bhatt et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.92-97 www.ijera.com 97 | P a g e that the proposed scheme significantly increased the packet delivery ratio, reduced the control overhead, end to end delay and number of route repairs incurred due to unpredictable link breaks, by early alert compare to traditional AODV. It shows considerably better performance in highly dynamic networks. In case of low or nil mobility, the proposed model resulted in slightly high delay compared with AODV. Improve protocol by considering more parameters that might affects link failure like energy of node, parameter queue length and signal-to-noise ratio are left as part of our future work. References [1] C. E. Perkins and E. M. Royer, “Ad-hoc on- demand distance vector routing,” in Proc. IEEE Workshop on Mobile Comp. Sys.and Apps., Feb. 1999, pp. 90-100. [2] M. Veerayya, V. Sharma, "SQ-AODV: A novel energy aware stability-based routing protocol for enhanced QoS in wireless ad- hoc networks", Military Communications conference, 2008, MILCOM '08, IEEE. [3] San-Yuan Wang; Jia-Yu Liu; Chun-Chien Huang; Mao-Yuan Kao; Yi-Ho Li; , "Signal strength-based routing protocol for mobile ad hoc networks," Advanced Information Networking and Applications, 2005. AINA 2005. 19th International Conference on, vol.2, no., pp.17-20, vol.2, 28-30 March, 2005 doi:10.1109/AINA.2005.311. [4] Choi, L.; Sang Hoon Lee; Hyohyun Choi; , "M-MAC: Mobility- Based Link Management Protocol for Mobile Sensor Networks," Future Dependable Distributed Systems, 2009 Software Technologies for , vol., no., pp.210-214, 17-17 March2009doi: 10.1109/STFSSD.2009.47 [5] F.D. Rango, F. Guerriero, "Link Stability and Energy Aware Routing Protocol in Distributed Wireless Networks", IEEE Trans. on Parallel and Distributed systems, 2012. [6] M. Maleki, K. Dantu, and M. Pedram, “Lifetime Prediction Routing in Mobile Ad Hoc Networks,” Proc. IEEE Wireless Comm. and Networking (WCNC ’03), pp. 1185-1190, Mar. 2003. [7] B.S. Manoj, C. Siva Ram Murthy and R. Ananthapadmanabha, “Link life Based Routing Protocol for Ad hoc Wireless Networks”, Proc. IEEE Conf. on Computer Communications and networks, pp. 573– 576, Oct. 2001. [8] G.W. Park, S. Lee, "A routing protocol for Extent Network Lifetime through the Residual Battery and Link Stability in MANET", ACC '08, Istanbul, Turkey, 2008. [9] Li, Q., Liu, c., and Jiang, H. “The routing protocol AODV based on link failure prediction”, ICSP IEEE. 2008. [10] Qin, L., and Kunz, T., “Increasing packet delivery ratio in DSR by link prediction”, HICSS 03. IEEE. 2002. Hawaii. [11] Hoi, W., Nam, J., and Choi, S. (2008). “Hop state prediction method using distance differential of RSSI on VANET”. NCM 2008. IEEE. 426- 431. [12] N. Wang and J. Chen, “A Stable On- Demand Routing Protocol for Mobile Ad Hoc Networks withWeight-Based Strategy,” IEEE PDCAT’06, pp. 166–169, Dec. 2006. [13] J. Lian., L. Li., and X. Zhu., “A Multi- Constraint QoS Routing Protocol with Route-Request Selection Based on Mobile Predictibg in MANET,” IEEE CISW’07, pp. 342–345, Dec. 2007. [14] P. Srinivasan P. Kamalakkannan, “Enhancing Route Maintenance in RSEA- AODV for Mobile Ad Hoc Networks,” 978- 1-4673-4603-0/12/$31.00 ©2012 IEEE [15] Nitin Manjhi and Nilesh Patel, “Signal Strength Based Route Selection in MANETs”, International Journal of Computer Science and elecommunications [Volume 3, Issue 7, July 2012]