没有合适的资源?快使用搜索试试~ 我知道了~
Traffic aware load balancing in AOMDV for mobile Ad-hoc networks
0 下载量 166 浏览量
2021-01-20
03:36:49
上传
评论
收藏 2.37MB PDF 举报
温馨提示
The wireless networks have a very bright future in networks and communications because of which they have taken a high interest of the researchers. As the users increased the purpose to use MANETs, they also became more diverse and wide due to which better performance is needed in MANETs. QoS is needed for applications for an efficient communication and load balancing is a feature in the routing protocol that can help in a better use of the resources and can help to increase the performance of t
资源推荐
资源详情
资源评论
Journal of Communications and Information Networks
Vol.2, No.3, Sept. 2017
DOI: 10.1007/s41650-017-0012-z
Research paper
Traffic aware load balancing in AOMDV
for mobile Ad-hoc networks
Gaurav Pathak
1
, Krishan Kumar
2
1. Chandigarh University, Garuan, Punjab 140413, India
2. Punjab University, Chandigarh 160014, India
Abstract: The wireless networks have a very bright future in networks and communications because of
which they have taken a high interest of the researchers. As the users increased the purpose to use MANETs,
they also became more diverse and wide due to which better performance is needed in MANETs. QoS is
needed for applications for an efficient communication and load balancing is a feature in the routing protocol
that can help in a better use of the resources and can help to increase the performance of the network. We
propose a new approach for load balancing in AOMDV routing protocol for MANETs that can enhance
the network performance by selecting paths using the temporal load on the intermediate nodes and by
distributing the load amongst the free nodes while transmission of data, which is proved by simulations in NS-2.
Keywords: AOMDV, NS-2, load balancing, QoS, wireless networks, MANETs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Citation: G. Pathak, K. Kumar. Traffic aware load balancing in AOMDV for mobile Ad-hoc networks [J].
Journal of communications and information networks, 2017, 2(3): 123-130.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1 Introduction
MANET (Mobile Ad-hoc Network) is a collection of
mobile devices and is self configuring, dynamically
changing, multi-hop wireless network which forms a
communication network via multi hop wireless net-
work connection. It is a self-organizing network,
without any central control. Nodes in the network
communicate with another node only if it lies within
its transmission range. Mobile Ad-hoc networks have
potential applications in civilian and military envi-
ronments. The dynamic changes in the topology of
MANET make routing a challenging task, as the ex-
isting path is rendered inefficient and infeasible. The
major issues for mobile Ad-hoc networks are MAC
(Medium Access Control), routing, security and QoS
(Quality of Service) provisioning
[1]
, which is mainly
because of node mobility, link failure, limited avail-
able bandwidth. The routing challenge in MANETs
is to provide an optimal path in less amount of time
for data forwarding with limited power supply, pro-
cessing and memory resources
[2]
.
The problem in existing routing protocols is that
there is no fair distribution of the traffic amongst the
paths in the network the nodes that lie in more dense
areas are used more by different paths and hence are
exhausted and that leads to degradation in the per-
formance of the routing protocol. A load balancing
feature needs to be added in the existing protocols
to distribute the workload fairly in the network.
Using multipath routing protocols like AOMDV
can help in keeping backup routes in case of a route
breakage but still they are not providing any load
balancing feature because in case of less mobile con-
Manuscript received Jun. 29, 2016; accepted Nov. 10, 2016
124 Journal of Communications and Information Networks
ditions when route breakage is not there or less, it
uses only the primary path for the purpose of data
and other routes are not used
[3]
.
2 Routing in MANETs
Routing is the mechanism of forwarding packet to-
wards its destination using most efficient path.
In MANET routing is classified into two types ac-
cording to availability of route:
1) Pro-active routing: Nodes in a wireless Ad-hoc
network should keep track of routes to all possible
destinations so that when a packet needs to be for-
warded, the route is already known and can be used
immediately.
2) Re-active routing: When a node wants to send
packets to a destination but has no routes to the des-
tination, it initiates a route discovery process within
the network. Once a route is established, it is main-
tained by a route maintenance procedure until the
destination becomes inaccessible or until the route is
no longer needed.
3 AOMDV (Ad-hoc on Demand Mul-
tipath Distance Vector)
AOMDV shares various characteristics with AODV.
It is a distance vector based routing protocol. It
is an on-demand routing protocol. The difference
lies in the number of routes in each route discov-
ery. In AOMDV, RREQ propagation from the source
towards the destination establishes multiple reverse
paths both at intermediate nodes as well as the desti-
nation. Multiple RREPs traverse these reverse paths
to form multiple forward paths to the destination
and intermediate nodes. The main focus of AOMDV
is to find multiple paths to the destination which are
loop free and are disjoint in nature. AOMDV can
find two types of disjoints in the network “node dis-
joint” and “link disjoint”, in node disjoint paths, no
two paths for same destination can have a common
intermediate node. Similarly in link disjoint paths,
no two paths for same destination can have a com-
mon link in between the path. AOMDV relies on
routing information as much as possible as of AODV
for routing purpose. It does not use any extra con-
trol packets to find multiple paths to the destination
i.e. no extra overhead is added
[3]
. In Fig. 1, the
destination variable is for the destination address of
the path. Sequence number is used to tell the fresh-
ness of the path, higher the sequence number fresher
is the path. Advertised hop count is the maximum
hop count used in the previous paths that existed
for that destination. In the route list the next hop is
the address of the next node from the current node,
last hop is the node before the destination, hop count
carries the number of nodes in that path and timeout
is used to tell the lifetime of the path.
4 Related work
There have been many proposals for the purpose of
load balancing in routing of MANETs.
Lee et al. in Ref. [4] proposed DLAR (Dynamic
Load Aware Routing) protocol which considers the
load of the intermediate nodes as the main criteria
of selecting the routes and also monitors the con-
gestion status of active routes for the purpose of
path reconstruction. In DLAR the nodes piggyback
their load information in RREQ and then broadcast
it further to its neighbours. When destination re-
ceives the RREQ it waits for a while to receive max-
imum RREQs from different nodes, then it chooses
the least loaded path between them.
Tekaya et al.
[5]
presented a new multipath QoS
routing with load balancing. There are two main
proposals in this work. One is load balancing mech-
anism to fairly distribute the traffic on different ac-
tive routes, the other is route discovery mechanism
based on QoS parameter such as delay and through-
put. Firstly, they proposed a new multipath rout-
ing protocol called LB-AOMDV with a new metric
which is the buffer size of the less congested routes.
Then they add QoS to their proposal LB-AOMDV
protocol which includes delay and throughput pa-
rameters. It takes the advantage of the RREQ mes-
sage to exchange the essential information to achieve
the QoS requirements. Enabling a QoS constrained
剩余8页未读,继续阅读
资源评论
weixin_38716081
- 粉丝: 3
- 资源: 943
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功