International Journal of Scientific & Engineering Research, Volume 4, Issue 6, June-2013 3067

ISSN 2229-5518

A Survey on Reliable Routing Protocols using

Received Signal Strength in MANET

Ms. Sonal Belani, Prof. Parmalik kumar, Prof. Hitesh Gupta

Abstract— A Mobile Ad Hoc Network is a collection of portable devices that establish communication without the help of any infrastructure such as base stations or access points. As the MANET is infrastructure less, it is having dynamic nature and random network topology. Due to random movement of nodes, the link between the nodes breaks repeatedly. W hen the link breaks MANET needs to find route again, which can increases the routing load of the network. Many efforts have been made to design reliable routing protocols that enhance route stability in network. Some of recently published papers consider received signal strength as an effective parameter to enhance route stability. In this paper, we survey on recently published papers which gives reliable routing protocols which uses received signal strength as a parameter to enhance the stability of route.

Index Terms— AODV, Routing, MANET, Stability, Signal strength, Cross-Layer, QOS

—————————— ——————————

1 INTRODUCTION

Mobile Ad Hoc Network (also called MANET) is a collection of portable devices that establish communi- cation without the help of any infrastructure or estab-
lished communication backbone [1]. Furthermore, Mobile Ad
hoc networks are easy to deploy and does not require any
back bone support. MANET is Useful in the absence of infra-
structure. MANET is used many applications, such as, Mili-
tary environments, Soldiers, tanks, planes, taxi cab network, Emergency operations, search, rescue, policing etc. Each de- vice in a MANET is free to move independently in any direc- tion, therefore change its links to other devices over and over again. Mobile Ad Hoc network are self-organizing, multi- hopping, mobile and scalable. Each node in MANET is equipped to continuously maintain the information regarding route. Topology of the ad-hoc network depends on the trans- mission power of the nodes and the location of the portable nodes, which may change from time to time [1].
The main goal of Ad Hoc routing is to send data packets among nodes distributed randomly in the network. Since mo- bile ad hoc networks have random topology, routing in such networks is a tough task. There is so much work has been done on routing in ad hoc networks [1].
Routing is the process of finding a path from a source to desti- nation. The broadcasting is usual and a common operation in ad-hoc network. It consists of diffusing a message from a

————————————————

Sonal Belani is currently pursuing masters degree program in CSE in

PCST, Ratibad, Bhopal, India, E-mail: belanisonal@gmail.com

Prof. Parmalik kumar is currently working as assistant prof. in PCST, CSE

dept., Ratibad, Bhopal, India.

Prof. Hitesh Gupta is H.O.D. in PCST, CSE dept., Ratibad, Bhopal, India.

source node to all the nodes in the network. Broadcast can be used to diffuse information to the whole network. It is also used for route discovery protocols in ad-hoc networks. The routing protocols are classified as follows on the basis of the way the network information is obtained in these routing pro- tocols.
1) Proactive (Table-Driven) Routing Protocol
2) Reactive (On-Demand) Routing Protocol
3) Hierarchical Routing Protocol
4) Hybrid Routing Protocol
Proactive (or Table-driven) routing protocols maintain routing information about each node in the network. The information is updated throughout the network periodically or when to- pology changes. Each node requires storing their routing in- formation. For example: Destination sequenced Distance vec- tor routing (DSDV) [10].
Reactive or On-demand routing protocols look for the routes
and are created as and when required. When a source wants to send to a destination, it invokes the route discovery mecha- nisms to find the path to the destination. For example:
Ad-Hoc On-demand Distance Vector (AODV) [9], Dynamic
Source Routing (DSR) [11]
In Hierarchical routing protocol Nodes are organized in clus- ters, Cluster head “controls” cluster, one or multiple levels of hierarchy
In Hybrid routing protocol, Proactive for neighborhood, Reac- tive for far away (Zone Routing Protocol), Proactive for long distance, Reactive for neighborhood (Safari)
The routing protocols for mobile ad hoc network are generally minimum hop based. These protocols try to find the route

IJSER © 2013

http://www.ijser.org

International Journal of Scientific & Engineering Research, Volume 4, Issue 6, June-2013 3068

ISSN 2229-5518

such that the route contains minimum number of intermediate node. The problem with minimum hop based route is that they tend to fail due to changing network conditions. The top- ological change in a mobile ad hoc network will take nodes out of each other’s transmission range and the route may break.
The minimum hop route found using routing protocol may have weak links so, after certain time interval the route tend to break. If the active route breaks then route discovery process is initiated which consist of broadcasting route request pack- ets. The route discovery procedure increases a routing over- head of routing protocol. If the discovered route is not stable then it will lead to multiple route discoveries this will affect the performance of the network. If we find a route that is sta- ble or whose life time is longer then there will be lesser route discoveries than usual and we may get good packet delivery ratio.
There are several approaches used to achieve stability in Ad Hoc Network routing protocols [2]. The different approaches used different parameters to achieve stability like node resid- ual energy, link expiration time , link available time, stability of nodes, node successful data transmission, received signal strength etc.
Kwan-Wu Chin et al. [3] have implemented MANET routing protocols. Using this implementation the authors have found out that the selected route using the AODV and DSDV proto- cols does not have a reliable link. The protocols normally se- lect closest neighbors but they do not check whether the link is reliable or not.
They proposed signal quality based route selection, in that way the resulting route is more stable and remain active for longer time. They suggested that the received signal strength could be a better parameter to achieve stability.
We surveyed the reliable routing protocols which are using received signal strength to improve the stability of the route. Following sections describes various protocols which find sta- ble path using received signal strength.

2 RECEIVED SIGNAL STRENGTH BASED RELIABLE

ROUTING PROTOCOLS

2.1 Received Signal Strength-based Cross-layer designs for mobile ad-hoc network

B.Ramchandran and et al. [4] used received signal strength as a parameter in cross layer design. In a cross layer design the parameter received at a one layer can be communicated to other layer. The authors presented the design in which the Received signal strength measured at the physical layer is communicated to network and MAC layer.

The author indicates that using the received signal strength we can address various issues like energy conservation, unidirectional link rejection and reliable route formation. For reliable route dis- covery the RREQ (route request) packet is only forwarded to

the destination if it is having the received signal strength which is higher than some predefined Threshold. Thus the links on which the received signal strength is low will not par- ticipate in formation of route.
There are two types of threshold policies has been used in the paper which is
(1) Fixed threshold
(2) Adaptive threshold
In fixed threshold methodology the predefined threshold remains fixed for different speeds of mobile node while in Adaptive threshold policy the threshold value change accord- ing to the speed of mobile nodes. The adaptive threshold poli- cy also considers the moving direction of nodes.
In order to find the moving direction of mobile node the re-
ceived signal strength of RREQ packet is stored in the neigh-
bor table against the neighbor from which it is received.
Whenever any node receives RREQ from its neighbors the current received strength is compared with stored received signal strength , if current received signal strength is better than previous received signal strength then it indicates the nodes are approaching otherwise they are going away from each other.
If the nodes are approaching and even if their received sig- nal strength is less than threshold the RREQ packet is pro- cessed and forwarded to the next node.

2.2 Routing technique with cross layer approach in Ad- Hoc Network

Boumetjout et al. [5] had introduced a new routing protocol AodvPw which uses the received signal strength information to enhance the stability of ad hoc network.
In AodvPw protocol, the received signal strength information is used to compute path loss incurred to choose reliable links by monitoring the signal quality to judge which route is cho- sen in the route discovery process.
The aodv protocol has hop count as metric but AodvPw has path loss as metric experienced as,
Path loss= PT - PR (1) Where PR is Received Power and PT is Transmission Power.
The path loss metric is incorporated in Aodv protocol by add- ing a path loss field to the RReq and RRep Aodv packets to sum the path loss from the source to the destination and vice versa. Another field called Rt_puissloss is adding to the Aodv routing table to save the average path loss from the source to the destination node experienced as,
Rt_puissloss= path loss (from source to destination) /hop count (2)
Noted that the source node initialize the path loss field in the
RREQ Packet to 0.

IJSER © 2013 http://www.ijser.org

International Journal of Scientific & Engineering Research, Volume 4, Issue 6, June-2013 3069

ISSN 2229-5518

When a sending node broadcasting RREQ packet, it piggy backs its transmission power PT. On receiving the RREQ packet, the intended receiving node measures the received signal strength PR according to the using propagation model.
Hence the receiving node calculates the path loss using formu- la (1), adds it to the RREQ’s path loss field calculates the aver- age path loss using formula (2) and stores it in its routing ta- ble.
Even If the receiving node has already received this RREQ packet it verify if it has fresher sequence number than the one saving in its routing table or lesser average path loss with the same sequence number, if it’s the case it updates its routing table by fresh RREQ information such as sequence number, hop count and average path loss experienced by RREQ’s path loss / RREQ’s hop count. So the route selected to forward in-
formation is the one with lesser average path loss not the one
with lesser hop count from the source to destination.
The destination node sends the RREP packet with the adding field path loss to sum the path loss in the reverse route and updates the nod’s routing table by the average path loss of the selected path.

2.3 AODV-RSS

Ruay-Shiung Chang et al. [6] have illustrated about new pro- tocol AODV-RSS, which is a modified version of AODV pro- tocol. This protocol also utilizes cross layer design to achieve received signal strength information.
The aim of this protocol is to determine paths that are long lived means to find a route that can sustain for a longer time. The long-lived path routing algorithm uses the Received Sig- nal Strength RSS and Received Signal Strength changing rate Δ RSS to predict the link available time (LAT) between two mobile nodes. AODV-RSS can improve the route quality in route connection time, and route reestablishment frequency.

2.4 Signal Strength based Congestion control in

MANET

Prof. Shitalkumar Jain et al. [7] have reviewed a signal strength based measurements to improve upon packet losses and retransmission of packets. Their goal was to improve TCP performance by using signal strength based cross layer ap- proach which obviously resolves the congestion. Node based and link based signal strength can be measured. If a link fails due to mobility, then signal strength measurement provides temporary higher transmission power to keep link alive. When a route is likely to fail due to weak signal strength of a node, it will find alternate path. Consequently avoids conges- tion. They made changes at MAC routing and routing layer to predict link failure. They have selected two routing protocols
AODV and DSR. Packet Delivery Ratio, Packet Drop, Throughput and end to end delay are the metrics used for performance analysis of the AODV routing protocols.
As a result of their studies, they found increase performance of TCP which automatically improves congestion. Cross layer approach, TCP performance, signal strength and mobility these four parameters can be used to improve congestion con- trol. They make a temporary increase in the transmit power level when a node moves out of range to temporarily reestab- lish the failed link. This would enable the TCP packets that are already in flight to traverse the link. Their algorithms can con- siderably reduce the number of packet losses. Consequently the number of TCP re-transmission time-outs is reduced and the TCP sources send more packets.

2.4 Route Stability Based QoS Routing in Mobile Adhoc

Networks

Nityananda Sarma et al. [8] have proposed a Route Stability based QoS Routing (RSQR) protocol in Mobile Ad Hoc Net- works (MANETs) which is an extension of QoS routing with throughput and delay constraints. In order to guarantee the suitable data path for adequate longer duration in MANET, they have proposed easy model for measuring the link stabil- ity and route stability depending on received signal strengths. Some additional fields in route request/ reply packets is taken into consideration so that the route stability information can be used to choose a route with increased stability when com- pared to all possible routes among existing source destination pair.

3 CONCLUSION

Majority of existing MANET routing protocols uses minimum hop approach to find the route. They broadcast route discov- ery packets in order to find a new route. The minimum hop path is selected as a route. If the selected path contains weak links then the route is prone to failure. Repeated failure of route may increase the number of route discovery, which will in turn increase the routing load of the network. There is a need to consider a parameter other than minimum hops in order to improve the stability of the route. Some of the recent papers suggest that received signal strength is a better param- eter to find a route. The route found by using received signal strength is more stable compared to the route found by some existing MANET routing protocols. The stable route remains active for a longer time which eliminates need for frequent route discovery. The use of received signal strength reduces routing overhead, improves packet delivery ratio and throughput of the network.

REFERENCES

[1] H.D.Trung, W.Benjapolakul,P.M.Duc, “Performance evaluation and Com- parison of different ad hoc routing protocols”, Department of Electrical Engi- neering, Chulalongkorn University, Bangkok, Thailand,May 2007.W.-K. Chen, Linear Networks and Systems. Belmont, Calif.: Wadsworth, pp.

123-135, 1993. (Book style)

IJSER © 2013 http://www.ijser.org

International Journal of Scientific & Engineering Research, Volume 4, Issue 6, June-2013 3070

ISSN 2229-5518

[2] Hadi Sargolzaey, Ayyoub Akbari Moghanjoughi and Sabira Khatun “A Review and Comparison of Reliable Unicast Routing Protocols For Mobile Ad Hoc Networks”, International Journal of Computer Science and Network Security (IJCSNS), VOL.9 No.1, January 2009

[3] Kwan-Wu Chin, John Judge, Aidan Williams and Roger Kermode, “Imple-

mentation Experience with MANET Routing Protocols”, ACM SIGCOMM Computer Communications Review, Volume 32, Number 5, November 2002.

[4] B.Ramchandran and S. shanmugavel, ”Received Signal Strength-based Cross-

layer design for Mobile Ad Hoc Networks”, IETE Technical Review, Volume

25, Issue 4, JUL-AUG 2008.

[5] Boumedjout Amel, Mekkakia Maaza Zoulikha, “Routing Technique with

Cross-layer Approach in Ad Hoc Network”, IEEE, 2009

[6] Ruay-Shiung Chang and Shing-Jiuan Leu, ”Long-lived Path Routing With Received Signal Strength for Ad Hoc Networks”, IEEE International Sympo- sium on Wireless Pervasive Computing, January 2006

[7] Prof. Shitalkumar Jain1 and Miss.Sunita I. Usturge, “Signal Strength Based Congestion Control in In MANET”, IISTE,Advances in Physics Theories and Applications, ISSN 2224-719X (Paper), ISSN 2225-0638 (Online), Vol 1, 2011

[8] Nityananda Sarma and Sukumar Nandi, “Route Stability Based QoS Routing

in Mobile Adhoc Networks”, Wireless Personal Communication, Vol-54, pp-

203-224, 2010.

[9] C. Perkins, E. Belding-Royer and S. Das "Ad hoc On-Demand Distance Vector

(AODV) routing," RFC3561, July 2003.

[10] C. E. Perkins and P. Bhagwat, "Highly dynamic destination-sequenced dis-

tance-vector routing (DSDV) for mobile computers," Proceedings of X the

SIGCOMM '94, August 1994, pp. 234-244.

[11] D. B. Johnson and D. A. Maltz, "Dynamic source routing in ad-hoc wireless

networks," Mobile Computing, ed. T. Imielinski and H. Korth, V. SKluwer

Academic Publishers, 1996,pp.153-181.

IJSER © 2013 http://www.ijser.org