You are on page 1of 3

A SURVEY ON ROUTING METRIC AND ROUTING

PROTOCOLS FOR MESHED NETWORKS


Abstract: Wireless Mesh Networks (WMNs) are an
emerging technology that could revolutionize the 2 Wireless Mesh Routing
way wireless network access is provided. Wireless WMN backbone routers use multihop communication
mesh networks (WMNs) are low cost access
similarly to ad hoc networks. On the other hand,
networks built on cooperative routing over a
backbone composed of stationary Wireless routers. mobile users connect to the backbone via mesh
WMNs must deal with the highly unstable wireless routers playing the role of access points. The
medium. Thus, routing metrics and protocols are backbone routers are typically stationary, which
evolving by designing algorithms that consider like permits routing metrics to model link quality instead
quality to choose the best routes. In this paper , of simply using the number of hops. Assuming that
metrics and routing protocols for wireless mesh the common-case application in WMNs is Internet
networks are discussed.
access, traffic is concentrated on links close to the
Keywords: Wireless mesh networks, routing gateways.
protocols, and routing metrics.

Introduction: Wireless networks are becoming


increasingly popular as they provide flexibility,
mobility support, and are easy to set up. Because of
the reduced wired infrastructure,more and more ISPs
offer wireless access, which will in the long term
result in ubiquitous Internet.
Infrastructure-based wireless networks, such as, IEEE
802.11 wireless distribution systems, limit the
coverage to users within the transmission range of
access points, In this case, access points are
connected to a wired network, which incurs high
infrastructure costs. Ad hoc networks [1] otherwise
have no infrastructure costs because they do not
require wires. On the other hand , ad-hoc networks
supply backhaul access and may become a collection Figure 1: A typical wireless mesh network.
of isolated networks due to user mobility. Choosing
the position of access points in wireless distribution 2.1 Routing Metrics
systems or predicting user location to avoid isolated Ad hoc networks usually use the hop count as a
areas is challenging. routing metric. This metric is appropriate for ad hoc
Wireless mesh networks (WMNs) [2] aim at networks because new paths must be rapidly found
guaranteeing connectivity. WMNs build a multihop whereas high-quality routes may not be found in due
wireless backbone to interconnect isolated LANs and time. This is important in ad hoc networks because of
to extend backhaul access to users not with range of user mobility. In WMNs the stationary topology
access points. Backbone routers are usually stationary benefits quality-aware routing metrics [3].
and mobile users roam among them. WMN routing The first metric proposed to WMNs is the Expected
considers link quality metrics, such as capacity or Transmission count (ETX) ETX is the expected
error probability. number of transmissions a node needs to successfully
transmit a packet to a neighbor. To compute ETX,
Different matrices and protocols are proposed to each node periodically broadcasts probes containing
improve wireless mesh routing. the number of receiving probes from each neighbor.
The number of received probes is calculated at the continuously update their outgoing –link metrics and
last T time internal in a sliding-window fashion. A disseminate them to other routers. The Link Quality
node A computes the ETX of the link to a node B by Resourcing (LQSR) protocol [4] combines like-state
using the delivery ratio of probes sent on the forward routing protocol, LQSR uses a complete view of the
(df) and reverse (dr) directions. These delivery ratios network topology to compute shortest paths.
are, respectively, the fraction of successfully received Nevertheless, LQSR uses a route discovery procedure
probes from A announced by B, and the fraction of as in reactive protocols to reduce routing overhead,
successfully received probes from B, at the same T which may become high because of medium
interval. The ETX of link AB is 1/ (df * dr). The instabilities and user mobility. During route
ETX computation considers both forward and reverse discovery, LQSR obtains up-to-date link state
directions because of data and ACK frame information of the traversed links, reducing the
1: Main routing metrics characteristics. periodicity of regular link-state advertisements.
Metric Q Data Packet SrcRR [6] is another ad-hoc-based protocol. It only
ua rate Size uses a discovery procedure similar to reactive
lit protocols to update the routing information of the
y- traversed links, reducing control overhead.
a Nevertheless, it computes routes using a reduced
w view of the network. Both LQSR and ScRR
ar implement route discovery procedures using source
e routing and ETX.
Hop    Physical -layer techniques are usually used to
improve the overall efficiency of routing protocols.
ETX    The Multi Radio LQSR (MR-LQSR) [4] adapts
LQSR to operate over multiple channels and multiple
interfaces, using the WCETT metric. Although
Routing Protocols WCETT does not guarantee minimum-cost paths,
Ad hoc routing protocols are usually proactive, MR-LQSR is loop-free because it uses route source
reactive, or hybrid. The proactive strategy operates routing.
like classic routing on wired network. Routers keep at Controlled-flooding protocols use algorithms
least one route to any destination in the network. designed to reduce control overhead. Flooding the
Reactive protocols, on the other hand, request route network with routing updates may produce scalability
to a destination only when a node has a data packet to issues, especially if frequent changes on medium
send to a particular destination, the node will never conditions are considered. We identify two baseline
request a route to it. approaches that reduce the routing overhead as
Many WMN routing protocols use similar strategies. compared to classical flooding the farther nodes
Nevertheless, they are adapted to the peculiarities of receive less precise or less detailed information from
WMNs, for example by using a quality-aware routing the source. In practice, the most protocols
metric. We propose a taxonomy for WMN routing disseminate local-scope routing information, using
protocols with four classes: ad-hoc-based, controlled- the temporal approach. The basic assumption is that
flooding, traffic-aware, and opportunistic. Each class flooding the network is not efficient because most
mainly differs on route discovery and maintenance communication in wireless networks are between
procedures. In WMNs most routing protocols near by nodes. Therefore there is no need to send
consider that network is only composed by wireless control packets to farther nodes as frequently as to
backbone nodes. If eventually a mobile device nearby ones. Another way to reduce overhead is to
operates as a backbone node, it must run the same limit the number of nodes responsible for flooding
routing protocol. the network, reducing redundancies. A common
WMN ad-hoc based protocols adapt ad hoc routing approach is to use algorithms which find the
protocols to deal with link-quality variations. Routers minimum set of nodes needed to forward routing
information to all destinations in the network.
The Localized On-demand Link state (LOLS) [9]
attributes a long-term cost and a short-term cost to
links. Long-term and short-term costs represent the
usual and the current cost of link, respectively. In
order to reduce control overhead, short-term costs are
frequently sent to the neighbors while long-term costs
are sent using longer periods. LOLS computes routes
using ETX or ETT. Another typical example is the
Mobile Mesh Routing Protocol (MMRP) developed
by the MITRE corporation. MMRP assigns an age to
routing messages like the OSPF protocol does.
Whenever a node sends a routing message, it Fig:2 University Campus
subtracts the age of the message by the estimated The mesh network deployed at some university
time needed to forward it. Upon age expiration, the campus consists of 9 mesh nodes labeled from ID0
message is dropped, preventing its retransmission. to ID8 deployed at the third and fourth floors of the
MMRP does not specify any routing metric. The engineering buildings of the university as shown in
Optimized Link State Routing (OLSR) is another Figure 2. Node IDs are numbered according to their
example of controlled-flooding protocol (RFC 3626). physical distance to node ID0. Wireless links
OLSR was adopted to use ETX as a link metric in connecting nodes were collected by monitoring the
WMNs. It uses the fraction of HELLO messages lost topology built by OLSR within each router, using a
in a given interval of time to calculate ETX. OLSR plug-in for the OLSR daemon. Dashed lines indicates
could also be classified as an ad-hoc-based protocol; low quality links with loss rates higher than 50%,
however, it uses Multi Point Relays (MPRs), a while continuous lines indicate better quality links.
controlled flooding technique. OLSR limits the The OLSR daemon natively implements Hop and
number of nodes in charge of disseminating control ETX metrics;
packets to reduce redundancies. Each node selects its 4 Conclusion
MRP set, which is composed of nodes responsible for In this paper , The main WMN routing metrics and
forwarding routing information from the selector protocols for wireless mesh networks is discussed .
node. Each node constructs an MPR set with the Routing protocols have been classified in four
minimum number of one-hop neighbors needed to categories: ad hoc based, traffic-aware, controlled
reach all two-hop neighbors. flooding, and opportunistic. All protocols aim at
3 Mesh Network better utilizing wireless medium resources but using
This section examines the performance of different different approaches, such as mixing reactive and
WMN routing metrics. Hop count, ETX metrics are proactive strategies
implemented and accessed using the OLSR routing
protocol. The link-state-based routing protocol OLSR
is being defined by the upcoming IEEE 802.11s
standard as the basis for future routing protocol
implementations defined at the link layer.

You might also like