SlideShare a Scribd company logo
www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962
126 Copyright © 2018. IJEMR. All Rights Reserved.
Volume-8, Issue-4, August 2018
International Journal of Engineering and Management Research
Page Number: 126-130
DOI: doi.org/10.31033/ijemr.8.4.15
The Impact of Signal Strength over Routing Protocols in Wireless
Networks
Dr. Reem Jafar Ismail
Assistant Professor, Department of Computer Science, Cihan University-Erbil, ERBIL-IRAQ
Corresponding Author: reem.jafar@cihanuniversity.edu.iq
ABSTRACT
In ad hoc routing protocols the source node
may need an intermediate nodes to transmit the packets into
the destination if the destination is not within transmission
range of the source. This paper studies the impact of signal
strength of nodes over ad hoc routing protocols and explains
an important effect of signal strength on ad hoc routing
protocols in four different directions including the routes and
the nodes. As a result the study give an important
improvement in ad hoc routing protocols when using signal
strength compared to other ad hoc routing protocols without
considering signal strength.
Keywords-- Signal strength, Ad hoc routing protocol, Link
reliability, Route optimization, Routing metric
I. INTRODUCTION
Ad hoc network has many mobile nodes that are
moved without specific topology this makes failure when
sending packets in ad hoc routing protocols. One of the
important parameters that has been considered in ad hoc
routing protocols is signal strength of the nodes in ad hoc
network. Many applications of ad hoc networks are based
on signal strength like: real time communication, security
and wireless sensor networks.
The following sections of the paper is organized
as follows. Section 2 describes related work, section 3
provides a detailed explanation of four important effect of
signal strength on ad hoc routing protocols and finally,
section 4 gives the conclusions of the study.
II. ELATED WORKS
Signal strength in ad hoc networks has been used
as metric in ad hoc routing protocols. In [1], Min-Gu and
Sunggu lee proposed a route selection based on
differentiated signal strength (DSS). DSS indicates
whether the nodes are getting closer or getting farther
apart. If the signal strength is getting stronger, the link is
considered to be stable and if the signal strength is getting
weaker in case of node moving away it is considered to be
unstable link.
According to [2] the route discovery for the
intermediate nodes use one parameters in order to replay
for the node that send the packet which is the signal
strength of the node that send the packet where it must be
more than threshold value.
In [3] the route discovery for the intermediate
nodes use two parameters in order to replay for the node
that send the packet:
 The first is the signal strength of the node that
send the packet where it must be more than
threshold value.
 The second is the energy level of the node that
send the packet where it must be more than
threshold value.
III. SIGNAL STRENGTH IN WIRELESS
AD HOC ROUTING PROTOCOL
In wireless ad hoc routing protocols the signal
strength is important to be considered in routing since it
effect on the rout discovery of nodes in the network.
According to the importance of signal strength we
recognize two main used of it related to the link between
node or the nodes itself. The following sections will
describe signal strength implementation in ad hoc routing
protocol.
3.1 Route Optimization
Route optimization work by eliminate flooding
storm of packets and control parameter. The (Dynamic
Source Routing) DSR protocol is a reactive routing
protocol used in multi hop wireless ad hoc networks. Two
www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962
127 Copyright © 2018. IJEMR. All Rights Reserved.
important mechanisms in DSR are Route Discovery and
Route Maintenance. Nodes discover and maintain routes
through the network using these mechanisms [4].
In route discovery phase, flooding of control
packets produces significant traffic load, wastage of
bandwidth and increase the number of collisions. In case
of high mobility and intensive topology changes flooding
can provoke broadcasting storm.
the proposed cross-layer ad hoc routing protocol
the search space in route discovery phase is optimized by
selecting partial neighbor nodes of the transmitting node
instead of selecting all neighbor nodes for broadcasting
ROUTE REQUEST messages according to the signal
strength of nodes [5]..
Then the procedure of Route Discovery Phase
will be:
Read the signal strength from the ROUTE
REQUEST message packet format that is send by the
sender node.
If Signal strength="low" or Signal strength="very low" or
Signal strength="excellent"
Then Drop ROUTE REQUEST Message
Else Forward ROUTE REQUEST Message
End If
Where the proposed protocol discards the
following neighbor nodes order to obtain reliable link:
 The neighbor nodes that have excellent signal
strength are too close to the transmitting node.
 The neighbor nodes that have low and very low
signal strength are too far to the transmitting
node.
The routing protocol need to have a new ROUTE
REQUEST message option format is constructed by
adding the "Signal Strength of the current Node" field in it,
as shown in figure (1).
Figure 1. The New ROUTE REQUEST Message Option Format
As a result, the optimized flooding percentage is
reduced to 22% -34% when compared to DSR routing
protocol. This percentage depends on the total number of
nodes in ad hoc network and the current topology of the
nodes which have different arrangement across the
network with different signal strength compared to the
transmitting node [5].
3.2 Routing Metric
Signal strength parameter has been used as link
quality metrics in many routing protocols for wireless
networks.
Punnoose et al. [6] convert the signal strength into
a link quality factor, which is then used to assign weights
to the links. For a route consisting of M hops, the link
quality factor of the route is estimated as L:
∏ ( (( ) )) …(1)
where Q(x) is the standard Q-function, is
the theoretically predicted power received by the ith
node
from the (i - 1)th
node, is the receiving threshold and σ
is the variance of signal variations, which are assumed to
be normally distributed.
The link quality factor is the product of
probabilities computed for each hop that at a certain time
in the future the signal level will be above the receiving
threshold. The theoretically predicted power is calculated
as follows: using linear position extrapolation based on the
input data from GPS positioning and velocity information,
estimates for the positions of all nodes one second in the
future are calculated. These positions, along with some
propagation model are used to obtain, while the default
values for the variance of signal is σ = 6 dB and for the
receiving threshold = 60 dBm [6].
3.3 Indicator of Link Reliability and Stability
Since the nodes in ad hoc network (MANET) is
mobile that makes topology constantly changing so the
nodes that are selected as route nodes are not stable and
have a high mobility, data transmission route is broken
quickly. Therefore, the method can be considered in the
routing that from the nodes are between source and
destination, nodes that are more stable, are selected as
intermediate nodes. In [7] propose a novel routing metric
for MANETs that is called Signal Strength Based
Reliability (SSBR), by measuring signal strength changes
of neighbor nodes, to identify nodes that have a lot of
mobility and can cause link failure. Thus, we don't select
them as route nodes. Advantage of this scheme is by
selecting reliable nodes we can create a stable route that it
has long lifetime.
Ad hoc On-demand Distance Vector Routing
(AODV) [8, 9, 10]. The Ad-hoc On-Demand Distance
Vector protocol is a very simple, efficient and effective
routing protocol for mobile Ad-hoc networks which do not
have fixed topology. All the node in the network will be a
router and the routes are obtained, which makes the
Option Type Opt. Data Len ID Target Address Signal Strength of the
Node
Path List
www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962
128 Copyright © 2018. IJEMR. All Rights Reserved.
network specified its structure. In this protocol the routing
will be on demand and does not require to obtain it
periodically by using the available bandwidth that will be
less compared to other protocols.
This protocol uses sequence number counter that
is maintained and increased by each node. The route
discovery process needs a route-request message (RREQ)
and this RREQ will be broadcasted to all other nodes in the
network. When the node has discovered a valid route to the
destination, it replies with a route-reply (RREP) message.
The destination node uses the reverse route entry in its
routing table starting from the last node, which contains
the number of hops to source node, address of the source
node, and the address of the node from which it receives
the message i.e. the next hop’s address. Coping up with
dynamic topology and broken links: When the nodes in the
network move from their places and the topology is
changed or the links in the active path are broken, the
intermediate node that discovers this link breakage
propagates an RERR packet and the source node starts the
path discovery again if it still desires the route. This
ensures quick response to broken links that happen in
routing.
SSBR schema is used in AODV, leading to
SSBR-AODV as a result routing control overhead is
decreased and packet delivery ratio is increased compared
to number of nodes in the networks as shown in figure 2
and figure 3, respectively [7].
Figure 2. Routing control overhead vs. number of nodes
Figure 3. Packet delivery ratio vs. number of nodes
3.4 Localize the Unknown Node
Signal strength in ad hoc networks can be used as
a parameter to measure distance between nodes in ad hoc
networks. In ad hoc routing protocol the connectivity of
the network will depend on available received signal
strength (RSS) measurements and a predefined RSS
threshold to find the location of the node.
DV-HOP (distance vector-hop), propose to have
anchors to localize the unknown node by exchanging hop-
count values between anchors and unknown nodes and
find the distance based on the computed average size of a
hop (hop-distance) [11, 12], as shown in figure 4.
www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962
129 Copyright © 2018. IJEMR. All Rights Reserved.
Figure 4. Performance of DV-HOP in practical environment
In order to localize unknown node in DV-HOP
must the network must be fully connected in which all
nodes can reach each other via a direct link and all
unknown nodes are 1-hop away from all anchors.
In [13] proposed a formula to determined the
signal strength threshold RSSth to ensure that all the nodes
in the network are connected means that every node in the
network is within the radio range of every other node,
where:
if RSS < RSSth (not connected)
if RSS ≥ RSSth (connected)
The formula is derived as a function of the total
number of nodes and the network size.
IV. CONCLUSION
The signal strength for the nodes in wireless
networks is important as indicator in route as optimization
and metric, and in nodes as stability and connectivity.
The performance of standard wireless routing protocols
like, DSR are increased when signal strength is consider as
a parameter in routing.
As a result the routing in wireless network had
prevented link breakages and routing failure so the packet
delivery increased.
REFERENCES
[1] Lee, M.-G. & Lee, S. (2006). A link stability model
and stable routing for mobile ad-hoc networks. In
Embedded and Ubiquitous Computing: International
Conference, EUC, Seoul, Korea, 904–913.
[2] Nitin Manjhi & Nilesh Patel. (2012). Signal strength
based route selection in MANETs. International Journal
of Computer Science and Telecommunications, 3(7), 27-
30.
[3] P. Srinivasan & K. Kamalakkannan (2012). Signal
strength and energy aware reliable route discovery in
MANET. International Journal of Communication
Network Security, 1(4), 55-59.
[4] C. Li, X. Wang, L. Yang, & W.-P. Zhu. (2011). Joint
sourceand-relay power allocation in multiple-input
multiple-output amplify-and-forward relay systems: A
nonconvex problem and its solution. IET Signal
Processing, 5(6), 612–622,
[5] Reem Jafar Ismail & Dr. Hilal Al-Qurashi. (2010).
Development of cross-layer ad hoc routing protocol.
Department of computer science, University of
Technology, Iraq, Ph. D dissertation.
[6] Georgios et al. (2006). Routing metrics for Wireless
Mesh Networks. chapter, Computer Engineering and
Networks Laboratory. Available at:
https://pdfs.semanticscholar.org/2f01/32fd549cbe4fdb0556
50e2b0516caeadcdbf.pdf.
[7] Yaser Taj & Karim Faez. (2010). Signal strength based
reliability: A novel routing metric in MANETs. Second
International Conference on Networks Security, Wireless
Communications and Trusted Computing, 37-40. DOI:
10.1109/NSWCTC.2010.17.
[8] Nikhil Kumar, Vishant Kumar, & Nitin Kumar. (2014).
Comparative study of reactive routing protocols AODV
and DSR for mobile ad hoc networks. International
Journal of Computer Science and Information
Technologies, 5(5), 6888-6891.
[9] Anuj K. Gupta, Harsh Sadawarti, & Anil K. Verma.
(2010). Performance analysis of AODV, DSR & TORA
Routing Protocols. IACSIT International Journal of
Engineering and Technology, 2(2), 226-231.
www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962
130 Copyright © 2018. IJEMR. All Rights Reserved.
[10] Neetendra Singh Dhakad & Anjana Goen. (2016).
Review on routing protocols of mobile ad-hoc network
MANET. International Journal of Advanced Research in
Electrical, Electronics and Instrumentation Engineering,
5(4), 2785-2790. DOI:10.15662/IJAREEIE.2016.0504116.
[11] Ming Jiang et al. (2015). An advanced DV-HOP
localization algorithm in wireless sensor network.
International Journal of Control and Automation, 8(3),
405-422.
[12] Huamin Yang, Qi Wang & Zhuang Liu. (2013). A
wireless sensor network DV-Hop localization algorithm.
International Conference on Information Science and
Computer Applications (ISCA 2013), 281-286.
[13] N.A.M. Maung & M. Kawai. (2014). Experimental
evaluations of RSS threshold based optimised DV-HOP
localisation for wireless ad-hoc networks. Electronics
Letters, 50(17), 1246–1248.

More Related Content

PDF
rupali published paper
PDF
A novel approach of hybrid multipath routing protocol for manets using receiv...
PPTX
MANET Routing Protocols , a case study
PDF
Analysis of FSR, LANMAR and DYMO under MANET
PDF
Destination Aware APU Strategy for Geographic Routing in MANET
PDF
Position based Opportunistic routing in MANET
PDF
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
PDF
G1063841
rupali published paper
A novel approach of hybrid multipath routing protocol for manets using receiv...
MANET Routing Protocols , a case study
Analysis of FSR, LANMAR and DYMO under MANET
Destination Aware APU Strategy for Geographic Routing in MANET
Position based Opportunistic routing in MANET
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
G1063841

What's hot (15)

PDF
10.1.1.258.7234
PDF
Quality of Service Routing in Mobile Ad hoc Networks Using Node Mobility and ...
PDF
IMPROVED NETWORK CONNECTIVITY IN MANETS
PDF
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
PDF
E010322531
PDF
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
PDF
ENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATION
PDF
Fo35991995
PDF
Progressive Routing Protocol using Hybrid Analysis for MANETs
PDF
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PDF
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
PDF
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...
PDF
Iisrt aarthi ravindran (networks)
PDF
Tree Based Proactive Source Routing Protocol for MANETs
PDF
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
10.1.1.258.7234
Quality of Service Routing in Mobile Ad hoc Networks Using Node Mobility and ...
IMPROVED NETWORK CONNECTIVITY IN MANETS
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
E010322531
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
ENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATION
Fo35991995
Progressive Routing Protocol using Hybrid Analysis for MANETs
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...
Iisrt aarthi ravindran (networks)
Tree Based Proactive Source Routing Protocol for MANETs
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
Ad

Similar to The Impact of Signal Strength over Routing Protocols in Wireless Networks (20)

PDF
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
PDF
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
PDF
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
PDF
M010226367
PDF
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
PDF
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
PDF
Quality of Service Routing in Mobile Ad Hoc Networks Using Location and Energ...
PDF
Modified Route Request Broadcasting for Improving Multipath Routing Scheme Pe...
PDF
Modified Route Request Broadcasting for Improving Multipath Routing Scheme Pe...
PDF
Quality of Service Routing in Mobile Ad hoc Networks Using Node Mobility and ...
PDF
V.KARTHIKEYAN PUBLISHED ARTICLE AA
PDF
QUALITY OF SERVICE ROUTING IN MOBILE AD HOC NETWORKS USING LOCATION AND ENERG...
PDF
Quality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
PDF
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
PDF
IRJET- Optimum Routing Algorithm for MANET
PDF
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
PDF
Improved aodv based on energy strength and dropping ratio
PDF
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
PDF
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
SNR/RP Aware Routing Algorithm: Cross-Layer Design for MANETS
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
M010226367
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Quality of Service Routing in Mobile Ad Hoc Networks Using Location and Energ...
Modified Route Request Broadcasting for Improving Multipath Routing Scheme Pe...
Modified Route Request Broadcasting for Improving Multipath Routing Scheme Pe...
Quality of Service Routing in Mobile Ad hoc Networks Using Node Mobility and ...
V.KARTHIKEYAN PUBLISHED ARTICLE AA
QUALITY OF SERVICE ROUTING IN MOBILE AD HOC NETWORKS USING LOCATION AND ENERG...
Quality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
IRJET- Optimum Routing Algorithm for MANET
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
Improved aodv based on energy strength and dropping ratio
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Ad

More from Dr. Amarjeet Singh (20)

PDF
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
PDF
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
PDF
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
PDF
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
PDF
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
PDF
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
PDF
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
PDF
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
PDF
A Study on Derivative Market in India
PDF
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
PDF
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
PDF
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
PDF
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
PDF
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
PDF
Role of Indians in the Battle of 1857
PDF
Haryana's Honour Killings: A Social and Legal Point of View
PDF
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
PDF
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
PDF
Capacity Expansion Banes in Indian Steel Industry
PDF
Metamorphosing Indian Blockchain Ecosystem
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
A Study on Derivative Market in India
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Role of Indians in the Battle of 1857
Haryana's Honour Killings: A Social and Legal Point of View
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Capacity Expansion Banes in Indian Steel Industry
Metamorphosing Indian Blockchain Ecosystem

Recently uploaded (20)

PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
DOCX
573137875-Attendance-Management-System-original
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
Sustainable Sites - Green Building Construction
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
composite construction of structures.pdf
PPTX
additive manufacturing of ss316l using mig welding
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Lecture Notes Electrical Wiring System Components
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPT
Project quality management in manufacturing
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Foundation to blockchain - A guide to Blockchain Tech
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
573137875-Attendance-Management-System-original
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Sustainable Sites - Green Building Construction
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Embodied AI: Ushering in the Next Era of Intelligent Systems
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
composite construction of structures.pdf
additive manufacturing of ss316l using mig welding
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Lecture Notes Electrical Wiring System Components
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Project quality management in manufacturing
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
bas. eng. economics group 4 presentation 1.pptx
Model Code of Practice - Construction Work - 21102022 .pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Foundation to blockchain - A guide to Blockchain Tech

The Impact of Signal Strength over Routing Protocols in Wireless Networks

  • 1. www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962 126 Copyright © 2018. IJEMR. All Rights Reserved. Volume-8, Issue-4, August 2018 International Journal of Engineering and Management Research Page Number: 126-130 DOI: doi.org/10.31033/ijemr.8.4.15 The Impact of Signal Strength over Routing Protocols in Wireless Networks Dr. Reem Jafar Ismail Assistant Professor, Department of Computer Science, Cihan University-Erbil, ERBIL-IRAQ Corresponding Author: reem.jafar@cihanuniversity.edu.iq ABSTRACT In ad hoc routing protocols the source node may need an intermediate nodes to transmit the packets into the destination if the destination is not within transmission range of the source. This paper studies the impact of signal strength of nodes over ad hoc routing protocols and explains an important effect of signal strength on ad hoc routing protocols in four different directions including the routes and the nodes. As a result the study give an important improvement in ad hoc routing protocols when using signal strength compared to other ad hoc routing protocols without considering signal strength. Keywords-- Signal strength, Ad hoc routing protocol, Link reliability, Route optimization, Routing metric I. INTRODUCTION Ad hoc network has many mobile nodes that are moved without specific topology this makes failure when sending packets in ad hoc routing protocols. One of the important parameters that has been considered in ad hoc routing protocols is signal strength of the nodes in ad hoc network. Many applications of ad hoc networks are based on signal strength like: real time communication, security and wireless sensor networks. The following sections of the paper is organized as follows. Section 2 describes related work, section 3 provides a detailed explanation of four important effect of signal strength on ad hoc routing protocols and finally, section 4 gives the conclusions of the study. II. ELATED WORKS Signal strength in ad hoc networks has been used as metric in ad hoc routing protocols. In [1], Min-Gu and Sunggu lee proposed a route selection based on differentiated signal strength (DSS). DSS indicates whether the nodes are getting closer or getting farther apart. If the signal strength is getting stronger, the link is considered to be stable and if the signal strength is getting weaker in case of node moving away it is considered to be unstable link. According to [2] the route discovery for the intermediate nodes use one parameters in order to replay for the node that send the packet which is the signal strength of the node that send the packet where it must be more than threshold value. In [3] the route discovery for the intermediate nodes use two parameters in order to replay for the node that send the packet:  The first is the signal strength of the node that send the packet where it must be more than threshold value.  The second is the energy level of the node that send the packet where it must be more than threshold value. III. SIGNAL STRENGTH IN WIRELESS AD HOC ROUTING PROTOCOL In wireless ad hoc routing protocols the signal strength is important to be considered in routing since it effect on the rout discovery of nodes in the network. According to the importance of signal strength we recognize two main used of it related to the link between node or the nodes itself. The following sections will describe signal strength implementation in ad hoc routing protocol. 3.1 Route Optimization Route optimization work by eliminate flooding storm of packets and control parameter. The (Dynamic Source Routing) DSR protocol is a reactive routing protocol used in multi hop wireless ad hoc networks. Two
  • 2. www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962 127 Copyright © 2018. IJEMR. All Rights Reserved. important mechanisms in DSR are Route Discovery and Route Maintenance. Nodes discover and maintain routes through the network using these mechanisms [4]. In route discovery phase, flooding of control packets produces significant traffic load, wastage of bandwidth and increase the number of collisions. In case of high mobility and intensive topology changes flooding can provoke broadcasting storm. the proposed cross-layer ad hoc routing protocol the search space in route discovery phase is optimized by selecting partial neighbor nodes of the transmitting node instead of selecting all neighbor nodes for broadcasting ROUTE REQUEST messages according to the signal strength of nodes [5].. Then the procedure of Route Discovery Phase will be: Read the signal strength from the ROUTE REQUEST message packet format that is send by the sender node. If Signal strength="low" or Signal strength="very low" or Signal strength="excellent" Then Drop ROUTE REQUEST Message Else Forward ROUTE REQUEST Message End If Where the proposed protocol discards the following neighbor nodes order to obtain reliable link:  The neighbor nodes that have excellent signal strength are too close to the transmitting node.  The neighbor nodes that have low and very low signal strength are too far to the transmitting node. The routing protocol need to have a new ROUTE REQUEST message option format is constructed by adding the "Signal Strength of the current Node" field in it, as shown in figure (1). Figure 1. The New ROUTE REQUEST Message Option Format As a result, the optimized flooding percentage is reduced to 22% -34% when compared to DSR routing protocol. This percentage depends on the total number of nodes in ad hoc network and the current topology of the nodes which have different arrangement across the network with different signal strength compared to the transmitting node [5]. 3.2 Routing Metric Signal strength parameter has been used as link quality metrics in many routing protocols for wireless networks. Punnoose et al. [6] convert the signal strength into a link quality factor, which is then used to assign weights to the links. For a route consisting of M hops, the link quality factor of the route is estimated as L: ∏ ( (( ) )) …(1) where Q(x) is the standard Q-function, is the theoretically predicted power received by the ith node from the (i - 1)th node, is the receiving threshold and σ is the variance of signal variations, which are assumed to be normally distributed. The link quality factor is the product of probabilities computed for each hop that at a certain time in the future the signal level will be above the receiving threshold. The theoretically predicted power is calculated as follows: using linear position extrapolation based on the input data from GPS positioning and velocity information, estimates for the positions of all nodes one second in the future are calculated. These positions, along with some propagation model are used to obtain, while the default values for the variance of signal is σ = 6 dB and for the receiving threshold = 60 dBm [6]. 3.3 Indicator of Link Reliability and Stability Since the nodes in ad hoc network (MANET) is mobile that makes topology constantly changing so the nodes that are selected as route nodes are not stable and have a high mobility, data transmission route is broken quickly. Therefore, the method can be considered in the routing that from the nodes are between source and destination, nodes that are more stable, are selected as intermediate nodes. In [7] propose a novel routing metric for MANETs that is called Signal Strength Based Reliability (SSBR), by measuring signal strength changes of neighbor nodes, to identify nodes that have a lot of mobility and can cause link failure. Thus, we don't select them as route nodes. Advantage of this scheme is by selecting reliable nodes we can create a stable route that it has long lifetime. Ad hoc On-demand Distance Vector Routing (AODV) [8, 9, 10]. The Ad-hoc On-Demand Distance Vector protocol is a very simple, efficient and effective routing protocol for mobile Ad-hoc networks which do not have fixed topology. All the node in the network will be a router and the routes are obtained, which makes the Option Type Opt. Data Len ID Target Address Signal Strength of the Node Path List
  • 3. www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962 128 Copyright © 2018. IJEMR. All Rights Reserved. network specified its structure. In this protocol the routing will be on demand and does not require to obtain it periodically by using the available bandwidth that will be less compared to other protocols. This protocol uses sequence number counter that is maintained and increased by each node. The route discovery process needs a route-request message (RREQ) and this RREQ will be broadcasted to all other nodes in the network. When the node has discovered a valid route to the destination, it replies with a route-reply (RREP) message. The destination node uses the reverse route entry in its routing table starting from the last node, which contains the number of hops to source node, address of the source node, and the address of the node from which it receives the message i.e. the next hop’s address. Coping up with dynamic topology and broken links: When the nodes in the network move from their places and the topology is changed or the links in the active path are broken, the intermediate node that discovers this link breakage propagates an RERR packet and the source node starts the path discovery again if it still desires the route. This ensures quick response to broken links that happen in routing. SSBR schema is used in AODV, leading to SSBR-AODV as a result routing control overhead is decreased and packet delivery ratio is increased compared to number of nodes in the networks as shown in figure 2 and figure 3, respectively [7]. Figure 2. Routing control overhead vs. number of nodes Figure 3. Packet delivery ratio vs. number of nodes 3.4 Localize the Unknown Node Signal strength in ad hoc networks can be used as a parameter to measure distance between nodes in ad hoc networks. In ad hoc routing protocol the connectivity of the network will depend on available received signal strength (RSS) measurements and a predefined RSS threshold to find the location of the node. DV-HOP (distance vector-hop), propose to have anchors to localize the unknown node by exchanging hop- count values between anchors and unknown nodes and find the distance based on the computed average size of a hop (hop-distance) [11, 12], as shown in figure 4.
  • 4. www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962 129 Copyright © 2018. IJEMR. All Rights Reserved. Figure 4. Performance of DV-HOP in practical environment In order to localize unknown node in DV-HOP must the network must be fully connected in which all nodes can reach each other via a direct link and all unknown nodes are 1-hop away from all anchors. In [13] proposed a formula to determined the signal strength threshold RSSth to ensure that all the nodes in the network are connected means that every node in the network is within the radio range of every other node, where: if RSS < RSSth (not connected) if RSS ≥ RSSth (connected) The formula is derived as a function of the total number of nodes and the network size. IV. CONCLUSION The signal strength for the nodes in wireless networks is important as indicator in route as optimization and metric, and in nodes as stability and connectivity. The performance of standard wireless routing protocols like, DSR are increased when signal strength is consider as a parameter in routing. As a result the routing in wireless network had prevented link breakages and routing failure so the packet delivery increased. REFERENCES [1] Lee, M.-G. & Lee, S. (2006). A link stability model and stable routing for mobile ad-hoc networks. In Embedded and Ubiquitous Computing: International Conference, EUC, Seoul, Korea, 904–913. [2] Nitin Manjhi & Nilesh Patel. (2012). Signal strength based route selection in MANETs. International Journal of Computer Science and Telecommunications, 3(7), 27- 30. [3] P. Srinivasan & K. Kamalakkannan (2012). Signal strength and energy aware reliable route discovery in MANET. International Journal of Communication Network Security, 1(4), 55-59. [4] C. Li, X. Wang, L. Yang, & W.-P. Zhu. (2011). Joint sourceand-relay power allocation in multiple-input multiple-output amplify-and-forward relay systems: A nonconvex problem and its solution. IET Signal Processing, 5(6), 612–622, [5] Reem Jafar Ismail & Dr. Hilal Al-Qurashi. (2010). Development of cross-layer ad hoc routing protocol. Department of computer science, University of Technology, Iraq, Ph. D dissertation. [6] Georgios et al. (2006). Routing metrics for Wireless Mesh Networks. chapter, Computer Engineering and Networks Laboratory. Available at: https://pdfs.semanticscholar.org/2f01/32fd549cbe4fdb0556 50e2b0516caeadcdbf.pdf. [7] Yaser Taj & Karim Faez. (2010). Signal strength based reliability: A novel routing metric in MANETs. Second International Conference on Networks Security, Wireless Communications and Trusted Computing, 37-40. DOI: 10.1109/NSWCTC.2010.17. [8] Nikhil Kumar, Vishant Kumar, & Nitin Kumar. (2014). Comparative study of reactive routing protocols AODV and DSR for mobile ad hoc networks. International Journal of Computer Science and Information Technologies, 5(5), 6888-6891. [9] Anuj K. Gupta, Harsh Sadawarti, & Anil K. Verma. (2010). Performance analysis of AODV, DSR & TORA Routing Protocols. IACSIT International Journal of Engineering and Technology, 2(2), 226-231.
  • 5. www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962 130 Copyright © 2018. IJEMR. All Rights Reserved. [10] Neetendra Singh Dhakad & Anjana Goen. (2016). Review on routing protocols of mobile ad-hoc network MANET. International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, 5(4), 2785-2790. DOI:10.15662/IJAREEIE.2016.0504116. [11] Ming Jiang et al. (2015). An advanced DV-HOP localization algorithm in wireless sensor network. International Journal of Control and Automation, 8(3), 405-422. [12] Huamin Yang, Qi Wang & Zhuang Liu. (2013). A wireless sensor network DV-Hop localization algorithm. International Conference on Information Science and Computer Applications (ISCA 2013), 281-286. [13] N.A.M. Maung & M. Kawai. (2014). Experimental evaluations of RSS threshold based optimised DV-HOP localisation for wireless ad-hoc networks. Electronics Letters, 50(17), 1246–1248.