SlideShare a Scribd company logo
1 of 5
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.122-126
www.ijera.com 122 | P a g e
A Review Paper on Route Maintenance in Stability Based Energy
Aware Routing Protocol In MANET
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. Due to the mobility in
nature of mobile nodes, limited battery, congestion, as well as noise, the problem of link failure causes. The
performance metrics degrades due to the unstable channel conditions, network connectivity, and mobility and
resource limitations. The goal of this paper is to review papers that finds most reliable and energy aware route
that is impervious to failures by topological changes by mobile node mobility or lack of energy and various
route maintenance approaches in order to establish stable, long lasting route and reduce link failure and packet
drops. Make before break mechanism used to achieve route maintenance that predicts link failure before it
actually breaks and find alternate route towards destination to avoid unpredictable link failure. Performance
increases by considering various parameters like signal strength, energy of node, congestion, noise instead of the
minimum hop count approach of the default distance vector algorithm.
Keywords - AODV, Energy, MANET, Stable Route, Routing Protocols.
I. Introduction
MANETs [1] are 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.
There are several paths from source to
destination. It is responsibility of routing protocols
find a route from source to destination and delivers
the packet. 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. In
MANET, there are three types of protocols viz.
proactive, reactive and hybrid. There are many
routing protocols for MANETS that are classified
into three different groups: global or proactive, on
demand or reactive, and hybrid.
In proactive routing, the routes are
automatically computed and stored in the routing
table when the network is configured and are
independent of communication. The routing tables
are periodically exchanged and update the routing
table accordingly. This increases the network
overhead. They are also known as table driven
routing. Another type of routing is reactive or on-
demand routing. It finds route on demand, whenever
a sender node wish to communicate, it starts finding
route towards the destination. On demand routing
protocol does not require the exchange of periodic
routing table update and it does not have a map of the
network. This reduces the network overhead.
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.
II. LITERATURE REVIEW
This section expose relevant research work
related to stability based routing and route
maintenance approaches.
Link life based routing protocol (LBR) [2] 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
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.122-126
www.ijera.com 123 | P a g e
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.
Qin & Kunz [3] 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 neighbor 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.
Goff et al. [4] have studied the link breakage
problem in the DSR routing protocol. They defined a
region they named it the preemptive region, and they
also defined a threshold which they named it the
preemptive threshold, they defined this threshold as
the signal power of the received packets at the edge
of the preemptive region. When a node enters the
preemptive region it will send a warning message to
the source node of the active route in order to inform
it that a link breakage will soon occur. So if the
source is still interesting with the route, it will
generate a route discovery process to establish a new
route without that soon to be broken link.
In [5] 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 [6], 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 neighbor
mobility. LET computation needs to know the
position of the neighbors, and hence requires periodic
topology updates.
In [7], N. Sharma and S. Nandi propose
route stability based QoS routing (RSQR) extension
of QoS routing with throughput and delay
constraints, in which the link and route stability are
measured using received signal strength. Based on
the threshold values the links are classified as stable
or unstable link. The signal strength based admission
control always enhances the performance of the
routing.
SQ-AODV [8]-- 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 SINR based [9] method protocol
maintains multiple path and calculate maximum
signal strength of each route when the source node
got the reply from destination then it select the route
which have maximum signal strength among the
multiple route. If the primary path is unavailable, the
next one of the alternate path is immediately used for
data transmission.
This paper proposed EBL (A Routing
Protocol for Extend network life time through the
Residual Battery and Link Stability in MANET) [10].
The EBL considers distance among neighbor nodes,
Residual Battery Capacity and Link Stability. EBL
considers distance among neighbor 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.
Li et al. [11] have studied 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 and the sending node
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.122-126
www.ijera.com 124 | P a g e
through the time difference of the neighboring
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 this paper [12] every node maintains the
RSSI table , RSSI table contain the signal strength
value of node’s neighbor, with the help of this RSSI
table node predict that his neighbor 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
neighbor 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.
In [13] authors 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. A link stability and energy aware routing
(LAER) proposed the model that reduces the energy
consumption of the node and also maximize 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.
This Paper proposed a novel scheme to
enhance the route maintenance process in Route
Stability and Energy Aware Routing (RSEA-AODV)
[14] 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.
In (Surya & Santhi, 2012) [16], a priority
energy aware routing protocol is proposed, it selects
the highest priority path based on energy, reliability
pair factor and distance, their proposed routing
protocol increases the speed of reliable data
transferring and decreases the end to end delay by
making an optimum balance in the energy consumed
by the mobile nodes.
Table: Performance comparison of various protocols
Name of
Protocol
Route
Selection
Route
Maintena
nce
Descript
ion
RSEA-
AODV[1
4]
Based on
Signal
Strength and
Residual
Energy, So,
stable and
energy
aware route
establishme
nt
Uses
make-
before-
break
approach
by
considerin
g signal
strength,
energy of
node and
congestio
n
parameter
s
Provides
better
performa
nce in
highly
dynamic
networks
. Slightly
high
delay In
case of
low or
nil
mobility.
SQ-
AODV
[8]
Stable route
by
accounting
residual life-
time and
duration of
session
Uses
make-
before-
break by
considerin
g energy
of node
Reduces
control
overhead
in the
network.
But it
does not
consider
effect of
mobility
and
fading
EBL[10] It considers
Residual
Battery,
Distance,
Signal
Strength in
route
establishme
nt
It reserves
alternate
route with
residual
battery
capacity
and
Increase
the
Lifetime
of
Network
through
minimizi
ng the
energy
consump
tion and
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.122-126
www.ijera.com 125 | P a g e
distribute
the
traffic
load
LBR [2] Stable route
by selecting
a path that
have the
longest
lifetime by
estimating
link lifetime
Uses
reactive
and
proactive
route
maintenan
ce
approach.
It
reduces
routing
overhead
and
increases
packet
delivery
ratio
LAER
[13]
Scalable
routing
based on
link stability
and energy
drain rate
Not
Considere
d
Outperfo
rms in
terms of
control
overhead
,
balanced
in traffic
load and
longer
link
duration
III. CONCLUSIONS AND FUTURE WORK
MANET suffers from unpredictable route
failure due to mobility, limited battery, congestion as
well as noise. It is responsibility of routing protocol
that stable and long lasting route and also maintain
route to avoid unpredictable link failure. AODV is
reactive routing protocol which considers minimum
hop count to established route between source and
destination. So possibility of link failure is more. So
by considering various parameters like received
signal strength, energy of nodes, queue length and
noise in route establishment as well as in route
maintenance, performance of MANET increases. It
reduces routing load, end to end delay, number of
packet drops and also increases packet delivery ratio.
Make before break mechanism reduces number of
packet drop by establishing new route before it
actually breaks. The future work includes designing
routing protocol that consider all parameters in route
establishment and route maintenance approach that
affects performance in MANET.
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] B.S. Manoj, R. Ananthapadmanabha and C.
Siva Ram Murthy, “Link life Based Routing
Protocol for Ad hoc Wireless Networks”,
Proc. IEEE Conf. on Computer
Communications, pp. 573–576, Oct. 2001.
[3] Qin, L., and Kunz, T. (2002). “Increasing
packet delivery ratio in DSR by link
prediction”. HICSS 03. IEEE. 2002. Hawaii.
[4] Goff, T., Abu-Ghazaleh, N., Phatak, D., and
Kahvecioglu, R. (2003). “Preemptive
routing in ad hoc networks”, Journal of
Parallel and Distributed Computing. 63
(2003), 123-140.
[5] 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.
[6] 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.
[7] Nityananda Sarma, Sukumar Nandi, Rakesh
Tripathi, 2008,” Enhancing Route Recovery
for QAODV Routing in Mobile Ad Hoc
Networks”, International Symposium on
Parallel Architectures Algorithms and
Networks.
[8] 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.
[9] JiwonPark; Moh, S.; Ilyong Chung; , "A
multipath AODV routing protocol in mobile
ad hoc networks with SINR-based route
selection," Wireless Communication
Systems. 2008. ISWCS '08. IEEE
International Symposium, vol., no., pp.682-
686, 21-24 Oct. 2008doi:10.1109/ ISWCS.
2008.4726143.
[10] 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.
[11] Li, Q., Liu, c., and Jiang, H. (2008).” The
routing protocol AODV based on link
failure prediction”, ICSP IEEE. 2008.
[12] 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
[13] F.D. Rango, F. Guerriero, "Link Stability
and Energy Aware Routing Protocol in
Distributed Wireless Networks", IEEE
Trans. on Parallel and Distributed systems,
2012.
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.122-126
www.ijera.com 126 | P a g e
[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 Telecommunications
[Volume 3, Issue 7, July 2012]
[16] G. Surya & K. Santhi, “An enhancement of
routing in mobile ad hoc networks for
increasing the speed of reliable data
transformation”, International journal of
computer science and management research,
vol. 1, issue 3, pp. 502-508, 2012.

More Related Content

What's hot

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 ...ijngnjournal
 
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
 
Gateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet ConnectivityGateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet Connectivityijsrd.com
 
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
 
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...ijwmn
 
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 manetijctet
 
Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)IISRT
 
21 9149 simulation analysis for consistent path identification edit septian
21 9149 simulation analysis for consistent path identification edit septian21 9149 simulation analysis for consistent path identification edit septian
21 9149 simulation analysis for consistent path identification edit septianIAESIJEECS
 
INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...
INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...
INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...IJCNCJournal
 
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...IOSR Journals
 
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETSAN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETSIJCNCJournal
 
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...ijceronline
 
Distance’s quantification
Distance’s quantificationDistance’s quantification
Distance’s quantificationcsandit
 
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 ProtocolIRJET Journal
 
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETsA SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETspijans
 
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...ijwmn
 

What's hot (19)

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 ...
 
Position based Opportunistic routing in MANET
Position based Opportunistic routing in MANETPosition based Opportunistic routing in MANET
Position based Opportunistic routing in MANET
 
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...
 
Fy3111571162
Fy3111571162Fy3111571162
Fy3111571162
 
Gateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet ConnectivityGateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet Connectivity
 
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...
 
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...
 
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
 
Bh4103368374
Bh4103368374Bh4103368374
Bh4103368374
 
Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)
 
21 9149 simulation analysis for consistent path identification edit septian
21 9149 simulation analysis for consistent path identification edit septian21 9149 simulation analysis for consistent path identification edit septian
21 9149 simulation analysis for consistent path identification edit septian
 
INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...
INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...
INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...
 
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...
 
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETSAN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
 
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...
 
Distance’s quantification
Distance’s quantificationDistance’s quantification
Distance’s quantification
 
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
 
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETsA SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
 
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...
 

Viewers also liked

Learn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionLearn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionIn a Rocket
 
How to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanHow to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanPost Planner
 
SEO: Getting Personal
SEO: Getting PersonalSEO: Getting Personal
SEO: Getting PersonalKirsty Hulse
 
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika AldabaLightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldabaux singapore
 

Viewers also liked (7)

Vergangene zeiten
Vergangene zeiten Vergangene zeiten
Vergangene zeiten
 
Fun
FunFun
Fun
 
Learn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionLearn BEM: CSS Naming Convention
Learn BEM: CSS Naming Convention
 
How to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanHow to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media Plan
 
SEO: Getting Personal
SEO: Getting PersonalSEO: Getting Personal
SEO: Getting Personal
 
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika AldabaLightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
 
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job? Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
 

Similar to X04505122126

A New Theoretical Approach to Location Based Power Aware Routing
A New Theoretical Approach to Location Based Power Aware RoutingA New Theoretical Approach to Location Based Power Aware Routing
A New Theoretical Approach to Location Based Power Aware RoutingIOSR Journals
 
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...ijwmn
 
International Journal of Pharmaceutical Science Invention (IJPSI)
International Journal of Pharmaceutical Science Invention (IJPSI)International Journal of Pharmaceutical Science Invention (IJPSI)
International Journal of Pharmaceutical Science Invention (IJPSI)inventionjournals
 
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 ...IJNSA Journal
 
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 NETWORKIJCNCJournal
 
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...IOSR Journals
 
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 manetijctet
 
A New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewA New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewBRNSSPublicationHubI
 
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...IOSR Journals
 
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 ...ijmnct
 
Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...IJCNCJournal
 
SURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS
SURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKSSURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS
SURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKSgraphhoc
 
Multipath Fault Tolerant Routing Protocol in MANET
Multipath Fault Tolerant Routing Protocol in MANET  Multipath Fault Tolerant Routing Protocol in MANET
Multipath Fault Tolerant Routing Protocol in MANET pijans
 
Prediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection BreaksPrediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection BreaksIJCNCJournal
 
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)Narendra Singh Yadav
 
Bandwidth aware on demand multipath routing in manets
Bandwidth aware on demand multipath routing in manetsBandwidth aware on demand multipath routing in manets
Bandwidth aware on demand multipath routing in manetsijwmn
 
Congestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing ProtocolCongestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing ProtocolIOSR Journals
 
Congestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing ProtocolCongestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing ProtocolIOSR Journals
 

Similar to X04505122126 (20)

A New Theoretical Approach to Location Based Power Aware Routing
A New Theoretical Approach to Location Based Power Aware RoutingA New Theoretical Approach to Location Based Power Aware Routing
A New Theoretical Approach to Location Based Power Aware Routing
 
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...
 
International Journal of Pharmaceutical Science Invention (IJPSI)
International Journal of Pharmaceutical Science Invention (IJPSI)International Journal of Pharmaceutical Science Invention (IJPSI)
International Journal of Pharmaceutical Science Invention (IJPSI)
 
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 ...
 
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
 
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
 
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
 
Hd3612761280
Hd3612761280Hd3612761280
Hd3612761280
 
A New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewA New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A Review
 
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...
 
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 ...
 
Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...
 
SURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS
SURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKSSURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS
SURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS
 
Multipath Fault Tolerant Routing Protocol in MANET
Multipath Fault Tolerant Routing Protocol in MANET  Multipath Fault Tolerant Routing Protocol in MANET
Multipath Fault Tolerant Routing Protocol in MANET
 
Prediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection BreaksPrediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection Breaks
 
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)
 
L0947075
L0947075L0947075
L0947075
 
Bandwidth aware on demand multipath routing in manets
Bandwidth aware on demand multipath routing in manetsBandwidth aware on demand multipath routing in manets
Bandwidth aware on demand multipath routing in manets
 
Congestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing ProtocolCongestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing Protocol
 
Congestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing ProtocolCongestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing Protocol
 

Recently uploaded

Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 

Recently uploaded (20)

Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 

X04505122126

  • 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.122-126 www.ijera.com 122 | P a g e A Review Paper on Route Maintenance in Stability Based Energy Aware Routing Protocol In MANET 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. Due to the mobility in nature of mobile nodes, limited battery, congestion, as well as noise, the problem of link failure causes. The performance metrics degrades due to the unstable channel conditions, network connectivity, and mobility and resource limitations. The goal of this paper is to review papers that finds most reliable and energy aware route that is impervious to failures by topological changes by mobile node mobility or lack of energy and various route maintenance approaches in order to establish stable, long lasting route and reduce link failure and packet drops. Make before break mechanism used to achieve route maintenance that predicts link failure before it actually breaks and find alternate route towards destination to avoid unpredictable link failure. Performance increases by considering various parameters like signal strength, energy of node, congestion, noise instead of the minimum hop count approach of the default distance vector algorithm. Keywords - AODV, Energy, MANET, Stable Route, Routing Protocols. I. Introduction MANETs [1] are 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. There are several paths from source to destination. It is responsibility of routing protocols find a route from source to destination and delivers the packet. 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. In MANET, there are three types of protocols viz. proactive, reactive and hybrid. There are many routing protocols for MANETS that are classified into three different groups: global or proactive, on demand or reactive, and hybrid. In proactive routing, the routes are automatically computed and stored in the routing table when the network is configured and are independent of communication. The routing tables are periodically exchanged and update the routing table accordingly. This increases the network overhead. They are also known as table driven routing. Another type of routing is reactive or on- demand routing. It finds route on demand, whenever a sender node wish to communicate, it starts finding route towards the destination. On demand routing protocol does not require the exchange of periodic routing table update and it does not have a map of the network. This reduces the network overhead. 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. II. LITERATURE REVIEW This section expose relevant research work related to stability based routing and route maintenance approaches. Link life based routing protocol (LBR) [2] 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 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.122-126 www.ijera.com 123 | P a g e 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. Qin & Kunz [3] 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 neighbor 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. Goff et al. [4] have studied the link breakage problem in the DSR routing protocol. They defined a region they named it the preemptive region, and they also defined a threshold which they named it the preemptive threshold, they defined this threshold as the signal power of the received packets at the edge of the preemptive region. When a node enters the preemptive region it will send a warning message to the source node of the active route in order to inform it that a link breakage will soon occur. So if the source is still interesting with the route, it will generate a route discovery process to establish a new route without that soon to be broken link. In [5] 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 [6], 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 neighbor mobility. LET computation needs to know the position of the neighbors, and hence requires periodic topology updates. In [7], N. Sharma and S. Nandi propose route stability based QoS routing (RSQR) extension of QoS routing with throughput and delay constraints, in which the link and route stability are measured using received signal strength. Based on the threshold values the links are classified as stable or unstable link. The signal strength based admission control always enhances the performance of the routing. SQ-AODV [8]-- 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 SINR based [9] method protocol maintains multiple path and calculate maximum signal strength of each route when the source node got the reply from destination then it select the route which have maximum signal strength among the multiple route. If the primary path is unavailable, the next one of the alternate path is immediately used for data transmission. This paper proposed EBL (A Routing Protocol for Extend network life time through the Residual Battery and Link Stability in MANET) [10]. The EBL considers distance among neighbor nodes, Residual Battery Capacity and Link Stability. EBL considers distance among neighbor 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. Li et al. [11] have studied 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 and the sending node
  • 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.122-126 www.ijera.com 124 | P a g e through the time difference of the neighboring 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 this paper [12] every node maintains the RSSI table , RSSI table contain the signal strength value of node’s neighbor, with the help of this RSSI table node predict that his neighbor 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 neighbor 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. In [13] authors 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. A link stability and energy aware routing (LAER) proposed the model that reduces the energy consumption of the node and also maximize 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. This Paper proposed a novel scheme to enhance the route maintenance process in Route Stability and Energy Aware Routing (RSEA-AODV) [14] 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. In (Surya & Santhi, 2012) [16], a priority energy aware routing protocol is proposed, it selects the highest priority path based on energy, reliability pair factor and distance, their proposed routing protocol increases the speed of reliable data transferring and decreases the end to end delay by making an optimum balance in the energy consumed by the mobile nodes. Table: Performance comparison of various protocols Name of Protocol Route Selection Route Maintena nce Descript ion RSEA- AODV[1 4] Based on Signal Strength and Residual Energy, So, stable and energy aware route establishme nt Uses make- before- break approach by considerin g signal strength, energy of node and congestio n parameter s Provides better performa nce in highly dynamic networks . Slightly high delay In case of low or nil mobility. SQ- AODV [8] Stable route by accounting residual life- time and duration of session Uses make- before- break by considerin g energy of node Reduces control overhead in the network. But it does not consider effect of mobility and fading EBL[10] It considers Residual Battery, Distance, Signal Strength in route establishme nt It reserves alternate route with residual battery capacity and Increase the Lifetime of Network through minimizi ng the energy consump tion and
  • 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.122-126 www.ijera.com 125 | P a g e distribute the traffic load LBR [2] Stable route by selecting a path that have the longest lifetime by estimating link lifetime Uses reactive and proactive route maintenan ce approach. It reduces routing overhead and increases packet delivery ratio LAER [13] Scalable routing based on link stability and energy drain rate Not Considere d Outperfo rms in terms of control overhead , balanced in traffic load and longer link duration III. CONCLUSIONS AND FUTURE WORK MANET suffers from unpredictable route failure due to mobility, limited battery, congestion as well as noise. It is responsibility of routing protocol that stable and long lasting route and also maintain route to avoid unpredictable link failure. AODV is reactive routing protocol which considers minimum hop count to established route between source and destination. So possibility of link failure is more. So by considering various parameters like received signal strength, energy of nodes, queue length and noise in route establishment as well as in route maintenance, performance of MANET increases. It reduces routing load, end to end delay, number of packet drops and also increases packet delivery ratio. Make before break mechanism reduces number of packet drop by establishing new route before it actually breaks. The future work includes designing routing protocol that consider all parameters in route establishment and route maintenance approach that affects performance in MANET. 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] B.S. Manoj, R. Ananthapadmanabha and C. Siva Ram Murthy, “Link life Based Routing Protocol for Ad hoc Wireless Networks”, Proc. IEEE Conf. on Computer Communications, pp. 573–576, Oct. 2001. [3] Qin, L., and Kunz, T. (2002). “Increasing packet delivery ratio in DSR by link prediction”. HICSS 03. IEEE. 2002. Hawaii. [4] Goff, T., Abu-Ghazaleh, N., Phatak, D., and Kahvecioglu, R. (2003). “Preemptive routing in ad hoc networks”, Journal of Parallel and Distributed Computing. 63 (2003), 123-140. [5] 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. [6] 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. [7] Nityananda Sarma, Sukumar Nandi, Rakesh Tripathi, 2008,” Enhancing Route Recovery for QAODV Routing in Mobile Ad Hoc Networks”, International Symposium on Parallel Architectures Algorithms and Networks. [8] 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. [9] JiwonPark; Moh, S.; Ilyong Chung; , "A multipath AODV routing protocol in mobile ad hoc networks with SINR-based route selection," Wireless Communication Systems. 2008. ISWCS '08. IEEE International Symposium, vol., no., pp.682- 686, 21-24 Oct. 2008doi:10.1109/ ISWCS. 2008.4726143. [10] 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. [11] Li, Q., Liu, c., and Jiang, H. (2008).” The routing protocol AODV based on link failure prediction”, ICSP IEEE. 2008. [12] 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 [13] F.D. Rango, F. Guerriero, "Link Stability and Energy Aware Routing Protocol in Distributed Wireless Networks", IEEE Trans. on Parallel and Distributed systems, 2012.
  • 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.122-126 www.ijera.com 126 | P a g e [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 Telecommunications [Volume 3, Issue 7, July 2012] [16] G. Surya & K. Santhi, “An enhancement of routing in mobile ad hoc networks for increasing the speed of reliable data transformation”, International journal of computer science and management research, vol. 1, issue 3, pp. 502-508, 2012.