SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 305
EFFECT OF MULTIPATH ROUTING IN AUTONOMOUS MOBILE
MESH NETWORKS
Sangheethaa S1
, Neethu Janardhanan2
1
Assistant Professor, Dept. of Electrical and Computer Engg, School of Engineering and Technology, Dilla
University, Dilla, Ethiopia
2
PG Scholar, Dept of Computer Science, Vimal Jyothi Engineering, Kannur University, Kerala, India
Abstract
Autonomous mobile mesh networks are a combination of mobile ad hoc networks and mesh networks. Mobile ad hoc networks are
temporarily formed for a specific purpose, without any fixed infrastructure. Mesh networks are fully connected networks with the
support of fixed infrastructure. Autonomous mobile mesh networks (AMMNET in short) [1], is the framework designed for
supporting mesh networks, which are mobile still expects connectivity as opposed to ad hoc networks. This paper proposes a
multipath routing technology for AMMNETs which provides better packet delivery ratio in AMMNETs. The simulations are done
in ns2. The results prove that, multipath routing technology works well with AMMNET framework.
Keywords: AMMNET, routing, multipath, ns2.
-------------------------------------------------------------------***-------------------------------------------------------------------
1. INTRODUCTION
Ad hoc networks [2] are temporary wireless networks
normally formed at emergency situations where there are no
centralized authorities like base station or access points. Ad
hoc networks have special characteristics. The routers are
free to move randomly and organize themselves arbitrarily;
thus, the network's wireless topology may change rapidly
and unpredictably. Ad Hoc networks are used for creating
temporary networks. The main application areas of Ad-hoc
networks are; Creation of instant infrastructure, Disaster
relief, network connection to remote areas where installation
of base station is not feasible. An ad hoc network consists of
nodes which are free to move. The nodes may be anywhere,
in airplane, ships, trucks, cars even on every people.
One important challenge in MANETs is to manage the
network partitions due to dynamic topology. This problem is
addressed in the paper [2] , and they have proposed a
framework called as AMMNET- autonomous mobile mesh
networks. In a standard mesh network, mesh nodes may be
mobile, but the mesh routers are stationary. In AMMNET,
the routers will move along with mobile mesh clients to
serve them in communication. We have conducted
simulations and understood that, when AMMNET is used
with multipath routing, better throughput and packet
delivery ratio can be achieved. In [2] the authors have used
AODV [3] . This paper is organized in to following sections.
Next section briefs some of the existing approaches related
to this paper. Section 3 discusses the AMMNET model in
detail. Section 4 explains the proposed multipath routing in
AMMNET. Section 5 gives simulation results and finally,
section 6 concludes the paper along with some future
research scopes.
2. RELATED WORK
Some literatures [4 ] [5] study on improving the network
topology in wireless mesh networks. But our paper deals
with mobile mesh networks where routers also moving.
Wireless sensor covering is another area related to our
paper. But in sensor networks, tracking of sensors become
easy because the deployment of sensors is fixed, and
location of them is already known. There is no much
dynamicity to be considered while tracking sensors. But
mobile mesh nodes will move dynamically and tracking
them is more challenging than sensor nodes. Localization
techniques [6],[7], [8], [9] are another area where mobile
clients’ location is tracked. But these are techniques to
exactly know where a client is. But our paper need just
whether mobile client is there are not, it does not need the
exact location of clients.
3. AMMNET
Autonomous mobile mesh network is the framework for
forwarding data between clients in a mobile mesh networks.
In normal mesh networks, routers will be stationary. But in
AMMNET, routers will have to move along with the mobile
mesh nodes in order to provide them seamless connectivity.
Mesh nodes are free to move, they broadcast beacon
messages periodically. On receiving this beacon messages,
the mesh router can detect presence of a mobile mesh node.
This framework assumes group mobility patterns among the
mobile clients. When a group leader moves in a particular
direction, all the clients in that group also starts moving in
that direction. Three types of mobile mesh nodes are defined
in [1] based on their rolls. Intra group routers, intergroup
routers and free routers. A mesh node is an intra group
router, if it could serve at least one mobile client by
detecting its beacon message. These are responsible for
communication and monitoring inside a particular group.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 306
Inter group router as the name suggest, are responsible for
communication between the groups. A node is called a free
router if it not intra group or inter group router.
Three algorithms are proposed in [1] to decide which node
will become intra, which will be inter and which one will be
a free router. Based on these algorithms, a free router may
become a intra group router, or inter and vice versa. The
main function of these routers will be to keep track of the
mobile clients in its range. When a mobile clients’ beacon is
missing at a particular time, the router has to take necessary
action to detect that moving client and make arrangements
for that client to be in the connected area. [1] also proposes
some optimization techniques to decide the number of intra
and inter group routers active at a time. Interested readers
can know more about these algorithms from [1].
Fig 3.1 Initial network with one intra group router
Fig 3.2 Network with 3 groups of nodes
The figure 3.1 shows an example for network with some
number of nodes. This is the initial network, where all nodes
start from the same location and one intra group router is
enough to support the entire network. The intra group router
is shown as a rectangle. The radio range of this router is
shown as the outer big circle. This means that entire network
is under one group.
Figure 3.2 shows the network with three groups. Each group
has a intra group router to help communication within a
group. Communication between groups is possible with the
help of inter group routers.
[1] deals intensively in how to track a mobile client. It is not
concentrating on increasing the throughput or increasing the
packet delivery ratio. It clearly mentions that the main
objective is to keep track of the clients, rather than thinking
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 307
whether data is delivered to correct destination or not. But
the ultimate aim of tracking should be communication.
AMMNET framework does not guarantee delivery of
packets to the correct destination. So this paper utilizes the
multipath routing concept to ensure that data is delivered to
the destination and thus increasing the throughput and
packet delivery ratio of AMMNET. Next section explains
the concept of multipath routing and its use in AMMNET.
4. MULTIPATH ROUTING IN AMMNET
Multipath routing [2] means routing the packets through
different available routes to the destination. Existing on-
demand protocols like AODV, DSR are giving shortest path
to the destination. They use route request message to find a
route. Route request is sent as a broadcast message by the
source which wants to send data. Intermediate nodes and/or
destination will give route reply. On receiving the first route
reply, or best route reply, the source starts transmission of
data. The source is actually receiving multiple route replies
from the intermediate nodes as well as from the destination.
So it would be better, if more than one route is used for
transmission of data to the destination.
Fig. 4.1: Example multiple paths to destination from source
AOMDV [10] is a multipath routing version of the Adhoc
on-demand routing protocol (AODV). It is proved in [10]
that AOMDV is superior to AODV and other existing
routing protocols. It utilizes all alternative paths, thus not
monopolizing any routes. It ensures delivery
of packets to the correct destination. Figure 5.1 gives an
example for two alternative paths to reach destination in
group 2 from a source in group 3 through different intra
group routers. Even though multiple paths are not available
outside the group, i.e the routes are through the same
intergroup routers, still inside a group, multiple paths are
available.
5. SIMULATION RESULTS
Simulations are done in ns2 [11] version 2.35. The
parameters set for simulation are given in table 5.1. The
parameters used for performance comparison are, Packet
delivery ratio and Throughput.
Table 5.1 Simulation parameters
S.No Parameter Values
01 Number of nodes 39
02 Speed of nodes 15 m/s
03 Simulation time 100 s
04 Initial Energy 500 joules
05 Type of traffic UDP
06 Number of connections 12
Figure 5.1 shows the packet delivery ratio achieved for
AMMNET and AMMNET with multi-path routing. From
the graph it is clear that, using multipath routing in
AMMNET increases the packet delivery ratio by 20 %.
When the traffic increases, AMMNET is not able to achieve
better packet delivery ratio, where as in AMMNET with
multi path routing, PDR increases. This is due to the fact
that data is transmitted over multiple available paths. Note
that AMMNET uses AODV for updating its routing table.
But multipath routing uses AOMDV.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 308
Fig 5.1 Packet Delivery ratio Vs. Simulation Time
Fig 5.2 Throughput Vs. Simulation Time
0
0.05
0.1
0.15
0.2
0.25
0.3
0.35
0.4
0.45
30 40 50 60 70 80 90 100
AMMNET
AMMNET with Multipath
routing
PacketDeliveryratio
Simulation time in seconds
0
5,00,000
10,00,000
15,00,000
20,00,000
25,00,000
30,00,000
35,00,000
40,00,000
45,00,000
10 20 30 40 50 60 70 80 90 100
AMMNET
AMMNET with multipath routing
Simulation time in seconds
Throughputinbitsperseconds
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 309
Figure 5.2 shows that the throughput is increased by 40% in
AMMNET with multipath routing, compared to AMMNET.
It is also due to data transmission over multiple available
paths. Thus from the graphs it is clear that, AMMNET when
used with multi path routing technology, improves PDR,
throughput and efficiency.
6. CONCLUSION
This paper has added multipath routing concept along with
AMMNET and proved that, using multipath routing in
AMMNET will increase the throughput as well as packet
delivery ratio. The simulations are done for just 39 nodes, In
future, the number of nodes can be increased and the effect
of multipath routing in AMMNET can be analyzed.
REFERENCES
[1]. Wei-Liang Shen, Chung-Shiuan Chen,Kate Ching-Ju
Lin, “Autonomous Mobile Mesh Networks“ IEEE
TRANSACTIONS ON MOBILE COMPUTING, VOL. 13,
NO. 2, FEBRUARY 2014
[2]. http://en.wikipedia.org/wiki/Wireless_ ad_hoc_network.
[3]. C. E. Perkins and E. M. Royer, “Ad hoc On-Demand
Distance Vector (AODV) routing,” RFC 3561, Jul. 2003.
[Online]. Available: http://www.ietf.org/rfc/rfc3561.txt
[4]. J. Tang, G. Xue, and W. Zhang, “Interference-Aware
Topology Control and QoS Routing in Multi-Channel
Wireless Mesh Networks,” Proc. ACM MobiHoc, 2005.
[5]. A. Naveed, S. Kanhere, and S. Jha, “Topology Control
and Channel Assignment in Multi-Radio Multi-Channel
Wireless Mesh Networks,” Proc. IEEE Int’l Conf. Mobile
Adhoc and Sensor Systems (MASS), 2007.
[6]. A. Savvides, C.-C. Han, and M.B. Strivastava,
“Dynamic Fine-Grained Localization in Ad-Hoc Networks
of Sensors,” Proc. ACM MobiCom, 2001.
[7]. C. Savarese, J.M. Rabaey, and K. Langendoen, “Robust
PositioningAlgorithms for Distributed Ad-Hoc Wireless
Sensor Networks,”Proc. USENIX Ann. Technical Conf.,
2002.
[8]. J. Liu, Y. Zhang, and F. Zhao, “Robust Distributed
Node Localization with Error Management,” Proc. ACM
MobiHoc, 2006.
[9]. H.T. Kung, C.-K. Lin, T.-H. Lin, and D. Vlah,
“Localization with Snap-Inducing Shaped Residuals (SISR):
Coping with Errors in Measurement,” Proc. ACM
MobiCom, 2009.
[10]. Mahesh K. Marina,Samir R. Das“ Ad hoc on-demand
multipath distance vector routing” in WIRELESS
COMMUNICATIONS AND MOBILE COMPUTING
Wirel. Commun. Mob. Comput.2006;6 :969–988 Published
online in Wiley InterScience (www.interscience.wiley.com).
DOI: 10.1002/wcm.432
[11]. Ns2- www.isi.edu/nsnam/ns/

Contenu connexe

Tendances

Cooperative Black Hole Attack Prevention by Particle Swarm Optimization with ...
Cooperative Black Hole Attack Prevention by Particle Swarm Optimization with ...Cooperative Black Hole Attack Prevention by Particle Swarm Optimization with ...
Cooperative Black Hole Attack Prevention by Particle Swarm Optimization with ...IJARIIT
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
A framework for efficient routing protocol metrics for wireless mesh networ
A framework for efficient routing protocol metrics for wireless mesh networA framework for efficient routing protocol metrics for wireless mesh networ
A framework for efficient routing protocol metrics for wireless mesh networIAEME Publication
 
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...Yayah Zakaria
 
Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...
Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...
Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...IJECEIAES
 
Mitigation of packet loss with end-to-end delay in wireless body area network...
Mitigation of packet loss with end-to-end delay in wireless body area network...Mitigation of packet loss with end-to-end delay in wireless body area network...
Mitigation of packet loss with end-to-end delay in wireless body area network...IJECEIAES
 
Use of Hidden Markov Mobility Model for Location Based Services
Use of Hidden Markov Mobility Model for Location Based ServicesUse of Hidden Markov Mobility Model for Location Based Services
Use of Hidden Markov Mobility Model for Location Based ServicesIJERA Editor
 
Analyzing the Impact of Eaves on Energy Consumption of AODV Routing Protocol ...
Analyzing the Impact of Eaves on Energy Consumption of AODV Routing Protocol ...Analyzing the Impact of Eaves on Energy Consumption of AODV Routing Protocol ...
Analyzing the Impact of Eaves on Energy Consumption of AODV Routing Protocol ...ijwmn
 
SUBSIDING ROUTING MISBEHAVIOR IN MANET USING “MIRROR MODEL
SUBSIDING ROUTING MISBEHAVIOR IN MANET USING “MIRROR MODELSUBSIDING ROUTING MISBEHAVIOR IN MANET USING “MIRROR MODEL
SUBSIDING ROUTING MISBEHAVIOR IN MANET USING “MIRROR MODELcscpconf
 

Tendances (15)

Cooperative Black Hole Attack Prevention by Particle Swarm Optimization with ...
Cooperative Black Hole Attack Prevention by Particle Swarm Optimization with ...Cooperative Black Hole Attack Prevention by Particle Swarm Optimization with ...
Cooperative Black Hole Attack Prevention by Particle Swarm Optimization with ...
 
Opportunistic Routing in Delay Tolerant Network with Different Routing Algorithm
Opportunistic Routing in Delay Tolerant Network with Different Routing AlgorithmOpportunistic Routing in Delay Tolerant Network with Different Routing Algorithm
Opportunistic Routing in Delay Tolerant Network with Different Routing Algorithm
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Ijetcas14 488
Ijetcas14 488Ijetcas14 488
Ijetcas14 488
 
A framework for efficient routing protocol metrics for wireless mesh networ
A framework for efficient routing protocol metrics for wireless mesh networA framework for efficient routing protocol metrics for wireless mesh networ
A framework for efficient routing protocol metrics for wireless mesh networ
 
Eh33798804
Eh33798804Eh33798804
Eh33798804
 
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
 
H0261047055
H0261047055H0261047055
H0261047055
 
9517cnc03
9517cnc039517cnc03
9517cnc03
 
Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...
Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...
Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...
 
Mitigation of packet loss with end-to-end delay in wireless body area network...
Mitigation of packet loss with end-to-end delay in wireless body area network...Mitigation of packet loss with end-to-end delay in wireless body area network...
Mitigation of packet loss with end-to-end delay in wireless body area network...
 
Use of Hidden Markov Mobility Model for Location Based Services
Use of Hidden Markov Mobility Model for Location Based ServicesUse of Hidden Markov Mobility Model for Location Based Services
Use of Hidden Markov Mobility Model for Location Based Services
 
Analyzing the Impact of Eaves on Energy Consumption of AODV Routing Protocol ...
Analyzing the Impact of Eaves on Energy Consumption of AODV Routing Protocol ...Analyzing the Impact of Eaves on Energy Consumption of AODV Routing Protocol ...
Analyzing the Impact of Eaves on Energy Consumption of AODV Routing Protocol ...
 
L046027479
L046027479L046027479
L046027479
 
SUBSIDING ROUTING MISBEHAVIOR IN MANET USING “MIRROR MODEL
SUBSIDING ROUTING MISBEHAVIOR IN MANET USING “MIRROR MODELSUBSIDING ROUTING MISBEHAVIOR IN MANET USING “MIRROR MODEL
SUBSIDING ROUTING MISBEHAVIOR IN MANET USING “MIRROR MODEL
 

En vedette

Jerker Wilander - Fire portfolio, offering and challenges
Jerker Wilander - Fire portfolio, offering and challengesJerker Wilander - Fire portfolio, offering and challenges
Jerker Wilander - Fire portfolio, offering and challengesFire Conference 2010
 
Mario campolargo - FIRE in the general Future Internet Strategy
Mario campolargo - FIRE in the general Future Internet StrategyMario campolargo - FIRE in the general Future Internet Strategy
Mario campolargo - FIRE in the general Future Internet StrategyFire Conference 2010
 
Comparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodvComparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodveSAT Journals
 

En vedette (6)

Jerker Wilander - Fire portfolio, offering and challenges
Jerker Wilander - Fire portfolio, offering and challengesJerker Wilander - Fire portfolio, offering and challenges
Jerker Wilander - Fire portfolio, offering and challenges
 
Mario campolargo - FIRE in the general Future Internet Strategy
Mario campolargo - FIRE in the general Future Internet StrategyMario campolargo - FIRE in the general Future Internet Strategy
Mario campolargo - FIRE in the general Future Internet Strategy
 
3 julie marguerite
3   julie marguerite 3   julie marguerite
3 julie marguerite
 
Wim De Waele - Welcome
Wim De Waele - WelcomeWim De Waele - Welcome
Wim De Waele - Welcome
 
Christoph Heller - EADS for CREW
Christoph Heller - EADS for CREWChristoph Heller - EADS for CREW
Christoph Heller - EADS for CREW
 
Comparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodvComparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodv
 

Similaire à Effect of multipath routing in autonomous mobile mesh networks

Distance Based Cluster Formation for Enhancing the Network Life Time in Manets
Distance Based Cluster Formation for Enhancing the Network Life Time in ManetsDistance Based Cluster Formation for Enhancing the Network Life Time in Manets
Distance Based Cluster Formation for Enhancing the Network Life Time in ManetsIRJET Journal
 
The Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETThe Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETIRJET Journal
 
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks   Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks pijans
 
Optimizing On Demand Weight -Based Clustering Using Trust Model for Mobile Ad...
Optimizing On Demand Weight -Based Clustering Using Trust Model for Mobile Ad...Optimizing On Demand Weight -Based Clustering Using Trust Model for Mobile Ad...
Optimizing On Demand Weight -Based Clustering Using Trust Model for Mobile Ad...ijasuc
 
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
QoS Issues in MANET: A Comparative Study over Different Routing ProtocolsQoS Issues in MANET: A Comparative Study over Different Routing Protocols
QoS Issues in MANET: A Comparative Study over Different Routing Protocolsrahulmonikasharma
 
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...ijwmn
 
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...eSAT Journals
 
Efficient and stable route selection by using cross layer concept for highly...
 Efficient and stable route selection by using cross layer concept for highly... Efficient and stable route selection by using cross layer concept for highly...
Efficient and stable route selection by using cross layer concept for highly...Roopali Singh
 
AN EFFICIENT ROUTING PROTOCOL FOR MOBILE AD HOC NETWORK FOR SECURED COMMUNICA...
AN EFFICIENT ROUTING PROTOCOL FOR MOBILE AD HOC NETWORK FOR SECURED COMMUNICA...AN EFFICIENT ROUTING PROTOCOL FOR MOBILE AD HOC NETWORK FOR SECURED COMMUNICA...
AN EFFICIENT ROUTING PROTOCOL FOR MOBILE AD HOC NETWORK FOR SECURED COMMUNICA...pijans
 
3 a survey analysis on manet routing protocols and mobility models for variou...
3 a survey analysis on manet routing protocols and mobility models for variou...3 a survey analysis on manet routing protocols and mobility models for variou...
3 a survey analysis on manet routing protocols and mobility models for variou...INFOGAIN PUBLICATION
 
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...IAEME Publication
 
Multi-Level Secret Sharing Scheme for Mobile Ad-Hoc Networks
Multi-Level Secret Sharing Scheme for Mobile Ad-Hoc NetworksMulti-Level Secret Sharing Scheme for Mobile Ad-Hoc Networks
Multi-Level Secret Sharing Scheme for Mobile Ad-Hoc NetworksEswar Publications
 
Ijarcet vol-2-issue-3-875-880
Ijarcet vol-2-issue-3-875-880Ijarcet vol-2-issue-3-875-880
Ijarcet vol-2-issue-3-875-880Editor IJARCET
 
IRJET- Efficient and Secure Communication In Vehicular AD HOC Network
IRJET-	 Efficient and Secure Communication In Vehicular AD HOC NetworkIRJET-	 Efficient and Secure Communication In Vehicular AD HOC Network
IRJET- Efficient and Secure Communication In Vehicular AD HOC NetworkIRJET Journal
 
ANALYZING THE IMPACT OF EAVES ON ENERGY CONSUMPTION OF AODV ROUTING PROTOCOL ...
ANALYZING THE IMPACT OF EAVES ON ENERGY CONSUMPTION OF AODV ROUTING PROTOCOL ...ANALYZING THE IMPACT OF EAVES ON ENERGY CONSUMPTION OF AODV ROUTING PROTOCOL ...
ANALYZING THE IMPACT OF EAVES ON ENERGY CONSUMPTION OF AODV ROUTING PROTOCOL ...ijwmn
 
Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...
Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...
Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...IRJET Journal
 

Similaire à Effect of multipath routing in autonomous mobile mesh networks (20)

Analytical Study of Cluster Based Routing Protocols in MANET
Analytical Study of Cluster Based Routing Protocols in MANETAnalytical Study of Cluster Based Routing Protocols in MANET
Analytical Study of Cluster Based Routing Protocols in MANET
 
Distance Based Cluster Formation for Enhancing the Network Life Time in Manets
Distance Based Cluster Formation for Enhancing the Network Life Time in ManetsDistance Based Cluster Formation for Enhancing the Network Life Time in Manets
Distance Based Cluster Formation for Enhancing the Network Life Time in Manets
 
Ds35676681
Ds35676681Ds35676681
Ds35676681
 
The Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETThe Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANET
 
1. 8481 1-pb
1. 8481 1-pb1. 8481 1-pb
1. 8481 1-pb
 
Mobile ad hoc networks and its clustering scheme
Mobile ad hoc networks and its clustering schemeMobile ad hoc networks and its clustering scheme
Mobile ad hoc networks and its clustering scheme
 
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks   Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
 
Optimizing On Demand Weight -Based Clustering Using Trust Model for Mobile Ad...
Optimizing On Demand Weight -Based Clustering Using Trust Model for Mobile Ad...Optimizing On Demand Weight -Based Clustering Using Trust Model for Mobile Ad...
Optimizing On Demand Weight -Based Clustering Using Trust Model for Mobile Ad...
 
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
QoS Issues in MANET: A Comparative Study over Different Routing ProtocolsQoS Issues in MANET: A Comparative Study over Different Routing Protocols
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
 
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...
 
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
 
Efficient and stable route selection by using cross layer concept for highly...
 Efficient and stable route selection by using cross layer concept for highly... Efficient and stable route selection by using cross layer concept for highly...
Efficient and stable route selection by using cross layer concept for highly...
 
AN EFFICIENT ROUTING PROTOCOL FOR MOBILE AD HOC NETWORK FOR SECURED COMMUNICA...
AN EFFICIENT ROUTING PROTOCOL FOR MOBILE AD HOC NETWORK FOR SECURED COMMUNICA...AN EFFICIENT ROUTING PROTOCOL FOR MOBILE AD HOC NETWORK FOR SECURED COMMUNICA...
AN EFFICIENT ROUTING PROTOCOL FOR MOBILE AD HOC NETWORK FOR SECURED COMMUNICA...
 
3 a survey analysis on manet routing protocols and mobility models for variou...
3 a survey analysis on manet routing protocols and mobility models for variou...3 a survey analysis on manet routing protocols and mobility models for variou...
3 a survey analysis on manet routing protocols and mobility models for variou...
 
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
 
Multi-Level Secret Sharing Scheme for Mobile Ad-Hoc Networks
Multi-Level Secret Sharing Scheme for Mobile Ad-Hoc NetworksMulti-Level Secret Sharing Scheme for Mobile Ad-Hoc Networks
Multi-Level Secret Sharing Scheme for Mobile Ad-Hoc Networks
 
Ijarcet vol-2-issue-3-875-880
Ijarcet vol-2-issue-3-875-880Ijarcet vol-2-issue-3-875-880
Ijarcet vol-2-issue-3-875-880
 
IRJET- Efficient and Secure Communication In Vehicular AD HOC Network
IRJET-	 Efficient and Secure Communication In Vehicular AD HOC NetworkIRJET-	 Efficient and Secure Communication In Vehicular AD HOC Network
IRJET- Efficient and Secure Communication In Vehicular AD HOC Network
 
ANALYZING THE IMPACT OF EAVES ON ENERGY CONSUMPTION OF AODV ROUTING PROTOCOL ...
ANALYZING THE IMPACT OF EAVES ON ENERGY CONSUMPTION OF AODV ROUTING PROTOCOL ...ANALYZING THE IMPACT OF EAVES ON ENERGY CONSUMPTION OF AODV ROUTING PROTOCOL ...
ANALYZING THE IMPACT OF EAVES ON ENERGY CONSUMPTION OF AODV ROUTING PROTOCOL ...
 
Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...
Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...
Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...
 

Plus de eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

Plus de eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Dernier

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 

Dernier (20)

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 

Effect of multipath routing in autonomous mobile mesh networks

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 305 EFFECT OF MULTIPATH ROUTING IN AUTONOMOUS MOBILE MESH NETWORKS Sangheethaa S1 , Neethu Janardhanan2 1 Assistant Professor, Dept. of Electrical and Computer Engg, School of Engineering and Technology, Dilla University, Dilla, Ethiopia 2 PG Scholar, Dept of Computer Science, Vimal Jyothi Engineering, Kannur University, Kerala, India Abstract Autonomous mobile mesh networks are a combination of mobile ad hoc networks and mesh networks. Mobile ad hoc networks are temporarily formed for a specific purpose, without any fixed infrastructure. Mesh networks are fully connected networks with the support of fixed infrastructure. Autonomous mobile mesh networks (AMMNET in short) [1], is the framework designed for supporting mesh networks, which are mobile still expects connectivity as opposed to ad hoc networks. This paper proposes a multipath routing technology for AMMNETs which provides better packet delivery ratio in AMMNETs. The simulations are done in ns2. The results prove that, multipath routing technology works well with AMMNET framework. Keywords: AMMNET, routing, multipath, ns2. -------------------------------------------------------------------***------------------------------------------------------------------- 1. INTRODUCTION Ad hoc networks [2] are temporary wireless networks normally formed at emergency situations where there are no centralized authorities like base station or access points. Ad hoc networks have special characteristics. The routers are free to move randomly and organize themselves arbitrarily; thus, the network's wireless topology may change rapidly and unpredictably. Ad Hoc networks are used for creating temporary networks. The main application areas of Ad-hoc networks are; Creation of instant infrastructure, Disaster relief, network connection to remote areas where installation of base station is not feasible. An ad hoc network consists of nodes which are free to move. The nodes may be anywhere, in airplane, ships, trucks, cars even on every people. One important challenge in MANETs is to manage the network partitions due to dynamic topology. This problem is addressed in the paper [2] , and they have proposed a framework called as AMMNET- autonomous mobile mesh networks. In a standard mesh network, mesh nodes may be mobile, but the mesh routers are stationary. In AMMNET, the routers will move along with mobile mesh clients to serve them in communication. We have conducted simulations and understood that, when AMMNET is used with multipath routing, better throughput and packet delivery ratio can be achieved. In [2] the authors have used AODV [3] . This paper is organized in to following sections. Next section briefs some of the existing approaches related to this paper. Section 3 discusses the AMMNET model in detail. Section 4 explains the proposed multipath routing in AMMNET. Section 5 gives simulation results and finally, section 6 concludes the paper along with some future research scopes. 2. RELATED WORK Some literatures [4 ] [5] study on improving the network topology in wireless mesh networks. But our paper deals with mobile mesh networks where routers also moving. Wireless sensor covering is another area related to our paper. But in sensor networks, tracking of sensors become easy because the deployment of sensors is fixed, and location of them is already known. There is no much dynamicity to be considered while tracking sensors. But mobile mesh nodes will move dynamically and tracking them is more challenging than sensor nodes. Localization techniques [6],[7], [8], [9] are another area where mobile clients’ location is tracked. But these are techniques to exactly know where a client is. But our paper need just whether mobile client is there are not, it does not need the exact location of clients. 3. AMMNET Autonomous mobile mesh network is the framework for forwarding data between clients in a mobile mesh networks. In normal mesh networks, routers will be stationary. But in AMMNET, routers will have to move along with the mobile mesh nodes in order to provide them seamless connectivity. Mesh nodes are free to move, they broadcast beacon messages periodically. On receiving this beacon messages, the mesh router can detect presence of a mobile mesh node. This framework assumes group mobility patterns among the mobile clients. When a group leader moves in a particular direction, all the clients in that group also starts moving in that direction. Three types of mobile mesh nodes are defined in [1] based on their rolls. Intra group routers, intergroup routers and free routers. A mesh node is an intra group router, if it could serve at least one mobile client by detecting its beacon message. These are responsible for communication and monitoring inside a particular group.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 306 Inter group router as the name suggest, are responsible for communication between the groups. A node is called a free router if it not intra group or inter group router. Three algorithms are proposed in [1] to decide which node will become intra, which will be inter and which one will be a free router. Based on these algorithms, a free router may become a intra group router, or inter and vice versa. The main function of these routers will be to keep track of the mobile clients in its range. When a mobile clients’ beacon is missing at a particular time, the router has to take necessary action to detect that moving client and make arrangements for that client to be in the connected area. [1] also proposes some optimization techniques to decide the number of intra and inter group routers active at a time. Interested readers can know more about these algorithms from [1]. Fig 3.1 Initial network with one intra group router Fig 3.2 Network with 3 groups of nodes The figure 3.1 shows an example for network with some number of nodes. This is the initial network, where all nodes start from the same location and one intra group router is enough to support the entire network. The intra group router is shown as a rectangle. The radio range of this router is shown as the outer big circle. This means that entire network is under one group. Figure 3.2 shows the network with three groups. Each group has a intra group router to help communication within a group. Communication between groups is possible with the help of inter group routers. [1] deals intensively in how to track a mobile client. It is not concentrating on increasing the throughput or increasing the packet delivery ratio. It clearly mentions that the main objective is to keep track of the clients, rather than thinking
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 307 whether data is delivered to correct destination or not. But the ultimate aim of tracking should be communication. AMMNET framework does not guarantee delivery of packets to the correct destination. So this paper utilizes the multipath routing concept to ensure that data is delivered to the destination and thus increasing the throughput and packet delivery ratio of AMMNET. Next section explains the concept of multipath routing and its use in AMMNET. 4. MULTIPATH ROUTING IN AMMNET Multipath routing [2] means routing the packets through different available routes to the destination. Existing on- demand protocols like AODV, DSR are giving shortest path to the destination. They use route request message to find a route. Route request is sent as a broadcast message by the source which wants to send data. Intermediate nodes and/or destination will give route reply. On receiving the first route reply, or best route reply, the source starts transmission of data. The source is actually receiving multiple route replies from the intermediate nodes as well as from the destination. So it would be better, if more than one route is used for transmission of data to the destination. Fig. 4.1: Example multiple paths to destination from source AOMDV [10] is a multipath routing version of the Adhoc on-demand routing protocol (AODV). It is proved in [10] that AOMDV is superior to AODV and other existing routing protocols. It utilizes all alternative paths, thus not monopolizing any routes. It ensures delivery of packets to the correct destination. Figure 5.1 gives an example for two alternative paths to reach destination in group 2 from a source in group 3 through different intra group routers. Even though multiple paths are not available outside the group, i.e the routes are through the same intergroup routers, still inside a group, multiple paths are available. 5. SIMULATION RESULTS Simulations are done in ns2 [11] version 2.35. The parameters set for simulation are given in table 5.1. The parameters used for performance comparison are, Packet delivery ratio and Throughput. Table 5.1 Simulation parameters S.No Parameter Values 01 Number of nodes 39 02 Speed of nodes 15 m/s 03 Simulation time 100 s 04 Initial Energy 500 joules 05 Type of traffic UDP 06 Number of connections 12 Figure 5.1 shows the packet delivery ratio achieved for AMMNET and AMMNET with multi-path routing. From the graph it is clear that, using multipath routing in AMMNET increases the packet delivery ratio by 20 %. When the traffic increases, AMMNET is not able to achieve better packet delivery ratio, where as in AMMNET with multi path routing, PDR increases. This is due to the fact that data is transmitted over multiple available paths. Note that AMMNET uses AODV for updating its routing table. But multipath routing uses AOMDV.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 308 Fig 5.1 Packet Delivery ratio Vs. Simulation Time Fig 5.2 Throughput Vs. Simulation Time 0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 30 40 50 60 70 80 90 100 AMMNET AMMNET with Multipath routing PacketDeliveryratio Simulation time in seconds 0 5,00,000 10,00,000 15,00,000 20,00,000 25,00,000 30,00,000 35,00,000 40,00,000 45,00,000 10 20 30 40 50 60 70 80 90 100 AMMNET AMMNET with multipath routing Simulation time in seconds Throughputinbitsperseconds
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 01 | Jan-2015, Available @ http://www.ijret.org 309 Figure 5.2 shows that the throughput is increased by 40% in AMMNET with multipath routing, compared to AMMNET. It is also due to data transmission over multiple available paths. Thus from the graphs it is clear that, AMMNET when used with multi path routing technology, improves PDR, throughput and efficiency. 6. CONCLUSION This paper has added multipath routing concept along with AMMNET and proved that, using multipath routing in AMMNET will increase the throughput as well as packet delivery ratio. The simulations are done for just 39 nodes, In future, the number of nodes can be increased and the effect of multipath routing in AMMNET can be analyzed. REFERENCES [1]. Wei-Liang Shen, Chung-Shiuan Chen,Kate Ching-Ju Lin, “Autonomous Mobile Mesh Networks“ IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 13, NO. 2, FEBRUARY 2014 [2]. http://en.wikipedia.org/wiki/Wireless_ ad_hoc_network. [3]. C. E. Perkins and E. M. Royer, “Ad hoc On-Demand Distance Vector (AODV) routing,” RFC 3561, Jul. 2003. [Online]. Available: http://www.ietf.org/rfc/rfc3561.txt [4]. J. Tang, G. Xue, and W. Zhang, “Interference-Aware Topology Control and QoS Routing in Multi-Channel Wireless Mesh Networks,” Proc. ACM MobiHoc, 2005. [5]. A. Naveed, S. Kanhere, and S. Jha, “Topology Control and Channel Assignment in Multi-Radio Multi-Channel Wireless Mesh Networks,” Proc. IEEE Int’l Conf. Mobile Adhoc and Sensor Systems (MASS), 2007. [6]. A. Savvides, C.-C. Han, and M.B. Strivastava, “Dynamic Fine-Grained Localization in Ad-Hoc Networks of Sensors,” Proc. ACM MobiCom, 2001. [7]. C. Savarese, J.M. Rabaey, and K. Langendoen, “Robust PositioningAlgorithms for Distributed Ad-Hoc Wireless Sensor Networks,”Proc. USENIX Ann. Technical Conf., 2002. [8]. J. Liu, Y. Zhang, and F. Zhao, “Robust Distributed Node Localization with Error Management,” Proc. ACM MobiHoc, 2006. [9]. H.T. Kung, C.-K. Lin, T.-H. Lin, and D. Vlah, “Localization with Snap-Inducing Shaped Residuals (SISR): Coping with Errors in Measurement,” Proc. ACM MobiCom, 2009. [10]. Mahesh K. Marina,Samir R. Das“ Ad hoc on-demand multipath distance vector routing” in WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput.2006;6 :969–988 Published online in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/wcm.432 [11]. Ns2- www.isi.edu/nsnam/ns/