SlideShare a Scribd company logo
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/

More Related Content

PDF
50120140501004
PDF
A Multiparametric Reliable AODV Protocol using Alternate Routing in MANET’s u...
PDF
Credit risk value based detection of multiple selfish node attacks in cogniti...
PDF
A Novel Approach for Detection of Routes with Misbehaving Nodes in MANETs
PDF
Stability routing in fso manets
PDF
Route Stability in Mobile Ad-Hoc Networks
PDF
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
PDF
A NOVEL METHODOLOGY TO OVERCOME ROUTING MISBEHAVIOR IN MANET USING RETALIATIO...
50120140501004
A Multiparametric Reliable AODV Protocol using Alternate Routing in MANET’s u...
Credit risk value based detection of multiple selfish node attacks in cogniti...
A Novel Approach for Detection of Routes with Misbehaving Nodes in MANETs
Stability routing in fso manets
Route Stability in Mobile Ad-Hoc Networks
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
A NOVEL METHODOLOGY TO OVERCOME ROUTING MISBEHAVIOR IN MANET USING RETALIATIO...

What's hot (15)

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

Viewers also liked (6)

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

Similar to Effect of multipath routing in autonomous mobile mesh networks (20)

PDF
Analytical Study of Cluster Based Routing Protocols in MANET
PDF
Distance Based Cluster Formation for Enhancing the Network Life Time in Manets
PDF
Ds35676681
PDF
The Hybrid AODV routing protocol for path establishment in MANET
PDF
1. 8481 1-pb
PDF
Mobile ad hoc networks and its clustering scheme
PDF
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
PDF
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
PDF
Optimizing On Demand Weight -Based Clustering Using Trust Model for Mobile Ad...
PDF
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
PDF
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...
PDF
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
PDF
Efficient and stable route selection by using cross layer concept for highly...
PDF
An Efficient Routing Protocol for Mobile Ad Hoc Network for Secured Communica...
PDF
AN EFFICIENT ROUTING PROTOCOL FOR MOBILE AD HOC NETWORK FOR SECURED COMMUNICA...
PDF
3 a survey analysis on manet routing protocols and mobility models for variou...
PDF
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
PDF
Multi-Level Secret Sharing Scheme for Mobile Ad-Hoc Networks
PDF
Ijarcet vol-2-issue-3-875-880
PDF
IRJET- Efficient and Secure Communication In Vehicular AD HOC Network
Analytical Study of Cluster Based Routing Protocols in MANET
Distance Based Cluster Formation for Enhancing the Network Life Time in Manets
Ds35676681
The Hybrid AODV routing protocol for path establishment in MANET
1. 8481 1-pb
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
Optimizing On Demand Weight -Based Clustering Using Trust Model for Mobile Ad...
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS 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...
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...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Multi-Level Secret Sharing Scheme for Mobile Ad-Hoc Networks
Ijarcet vol-2-issue-3-875-880
IRJET- Efficient and Secure Communication In Vehicular AD HOC Network

More from eSAT Journals (20)

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

Recently uploaded (20)

PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Welding lecture in detail for understanding
PPTX
additive manufacturing of ss316l using mig welding
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Sustainable Sites - Green Building Construction
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Well-logging-methods_new................
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPT
Mechanical Engineering MATERIALS Selection
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Welding lecture in detail for understanding
additive manufacturing of ss316l using mig welding
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Sustainable Sites - Green Building Construction
R24 SURVEYING LAB MANUAL for civil enggi
UNIT 4 Total Quality Management .pptx
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Well-logging-methods_new................
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
Mechanical Engineering MATERIALS Selection
CYBER-CRIMES AND SECURITY A guide to understanding
Foundation to blockchain - A guide to Blockchain Tech
Embodied AI: Ushering in the Next Era of Intelligent Systems
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Automation-in-Manufacturing-Chapter-Introduction.pdf
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf

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/