SlideShare a Scribd company logo
1 of 3
Download to read offline
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
195 NITTTR, Chandigarh EDIT-2015
A Survey of Routing Protocols for Structural
Health Monitoring
1
Kirandeep Kaur, 2
Amol P. Bhondekar
1
ME Scholar, Department of Electronics, NITTTR, Chandigarh, India
2
Principal Scientist, CSIR-CSIO, Chandigarh, India
kiran.saini90@gmail.com
Abstract: Wireless sensor networks have emerged in recent
years as a promising technology that can impact the field of
structural monitoring and infrastructure asset management.
Various routing protocols are used to define communication
among sensor nodes of the wireless sensor network for
purpose of disseminating information. These routing
protocols can be designed to improve the network
performance in terms of energy consumption, delay and
security issues. This paper discusses the requirements of
routing protocol for Structural health monitoring and
presents summary of various routing protocols used for
WSNs for Structural health monitoring.
Keywords: Wireless Sensor Networks, Structural Health
Monitoring, Routing protocols.
I. INTRODUCTION
Civil infrastructure, which includes bridges and buildings,
begin to deteriorate once they are built and used. Knowing
the integrity of the structure in terms of its age and usage,
and its level of safety to withstand infrequent high forces,
is important and necessary. The process of determining and
tracking structural integrity and assessing the nature of
damage in a structure is often referred to as health
monitoring. Ideally, health monitoring of civil
infrastructure consists of determining, by measured
parameters, the location and severity of damage in
buildings or bridges as they happen[1].
Wireless monitoring has emerged in recent years as a
promising technology that could greatly impact the field of
structural monitoring. Sensing devices are becoming
smaller, less expensive, more robust, and highly precise,
allowing collection of high-fidelity data with dense
instrumentation employing multi-metric sensors. Wireless
sensor networks (WSNs) leverage these advances to offer
the potential for dramatic improvements in the capability
to capture structural dynamic behavior and evaluate the
condition of structures.
II. REQUIREMENTS OF WSN FOR SHM
There are two categories of SHM techniques, local and
global. The local techniques detect the small defects in a
structure, whereas global techniques detect the significant
damages which can have large impact on the integrity of
the entire structure. Most global health monitoring
methods are centered on either finding shifts in resonant
frequencies or changes in structural mode shapes[1].
The structural health monitoring techniques poses a unique
set of requirements for the WSNs.
 Firstly, the association of sensor readings from large
number of sensor nodes which may be heterogeneous
or homogeneous.
 Secondly, reliable transmission of data is another
major requirement of SHM systems. These systems
need the data from all the sensors to calculate the
entire system response and hence are less tolerant to
the data loss[2].
 Thirdly, low powered sensor nodes are used for SHM,
so it is necessary to conserve the energy of the node.
The use of data compression, cluster based topologies
at network and node level processing can significantly
reduce the power consumption of the network.
Apart from above mentioned issues latency and security of
communication, fair access to the medium and scalability
of the network are a few other requirements that should be
taken care of.
III. ROUTING PROTOCOLS FOR SHM BASED WSNs
Energy efficiency is a critical issue in WSNs. To minimize
energy consumption, most of the device components,
including the radio, should be switched off most of the
time. The main design goal of WSNs is not only to
transmit data from a source to a destination, but also to
increase the lifetime of the network. This can be achieved
by employing energy efficient routing protocols[3]. The
existing energy-efficient routing protocols often use
residual energy, transmission power, or link distance as
metrics to select an optimal path. In recent years a lot of
attention is given for developing energy efficient and
reliable routing protocols for WSNs dedicated to SHM.
The use of these type of protocols can significantly
increase the network lifetime. Different routing protocols
used for SHM are discussed in this paper.
MHop-CL: A novel energy-efficient clustering routing
protocol was proposed for WSN on the ZhengDian
Viaduct Bridge for strain data and structural acceleration
monitoring[4].MHop-CL uses the cluster head rotation
metric to select cluster head and group nodes into cluster
based on the nodes deployment information. Three timers
are used in MHop-CL protocol. The timer1 is used for
sending the message regarding the energy information
among the intra-cluster nodes. The nodes in the same
cluster level update the intra-cluster neighbor table and
record the energy value of the intra-cluster nodes, on
receiving this message. The timer 2 is used for initiating
new round for cluster head selection and the timer 3 is used
for triggering the sample data event. In MHop-CL, the
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 196
network is connected and nodes in each span take the role
as cluster head every three. The energy consumption
among the nodes is well-distributed.
EGAF: Energy-Saving Geographic Adaptive Fidelity
(EGAF) is a wireless routing protocol developed for bridge
monitoring [5]. Every node in network broadcasts to a
fixed radius. Each node will receive the broadcast
messages of others and get a view of the node density in its
neighborhood. The network is divided into adjacent cells
with equal size according to the actual demand. Each node
sends information regarding node density, its ID and
residual energy to the Base station. Based on this
information base station calculates minimum and
maximum node density, minimum, maximum and average
residual energy of the network. This information is
broadcasted to all nodes which help in cluster head
selection. For Cluster Head (CH) selection each node
broadcasts a message in a fixed radius with a delay
depending upon the probability of the node to become CH.
The probability depends upon the node density and
residual energy of the node. After CH selection the nodes
join the CH with the strongest signal. The cluster head
distributes the TDMA time slot to its member nodes. They
transfer the data to the cluster head in their TDMA time
slot directly.
GDWC: Grade diffusion algorithm with LZW
Compression is designed for WSNs used for applications
such as structural health monitoring for bridges and
tunnels, border surveillance, road condition monitoring[6].
The given algorithm improves the lifetime of the wireless
sensor network by efficient routing algorithm with
compression. The grade diffusion algorithm is used to
select the efficient routing path. GD algorithm creates
routing for each sensor node and identifies its neighbor to
reduce transmission load. Each sensor node can select a
sensor node from the set of neighbor nodes when its grade
table lacks a node which is unable to transmit .The GD
algorithm update the grade value, neighbor nodes for each
sensor node using the grade diffusion algorithm. Lempel-
Ziv-Welch (LZW) compression is a dictionary based
algorithm that replaces strings of characters with single
codes in the dictionary. The algorithm sequentially reads in
characters and finds the longest string that can be
recognized by the dictionary. Then it encodes s using the
corresponding codeword in the dictionary and adds string
s+c in the dictionary, where c is the character following
string s. This process continues until all characters are
encoded. GDWC requires replacing fewer sensor nodes
and the increasing the WSN lifetime.
CLUSTER BASED DAMAGE DETECTION:
The damage detection system is based on Auto Regressive
and Auto Regressive with eXogenous input [AR-ARX]
model[7]. Data compression is employed at each node to
reduce the transmitted data. Data from multiple nodes is
gathered in cluster head where principle component
analysis (PCA) is implemented to process data before AR-
ARX A clustering strategy is designed to forward data
form nodes to base station. Each CH calculates its trigger
points and broadcasts them to its member nodes as
reference data. All the nodes in the cluster perform the
averaging procedure by using their own data and the
reference data. An optimal clustering strategy is used to
minimize the system’s energy consumption which uses
genetic algorithm as its basis. Genetic algorithm is first
carried out in base station, and the wireless sensor nodes
are disjointed through the result.
ENERGY EFFICIENT CLUSTERING: In Energy Efficient
Clustering for WSN- based SHM, uses two centralized and
one distributed algorithm for optimal clustering. The
whole network is partitioned into a number of single-hop
clusters. A cluster head (CH) is selected in each cluster to
perform intra-cluster modal analysis using traditional
modal identification algorithms. The collected data in each
cluster is then assembled together to obtain the modal
parameters for the whole structure. Compared with the
centralized approach, the cluster based modal analysis
limits the number of sensor nodes and hop count in each
cluster, thus can be more energy efficient and scalable.
Compared with the distributed approach, classic modal
parameter identification techniques which use data-level
fusion can be used in each cluster to obtain more reliable
and accurate results. This cluster-based approach is
therefore suitable for WSN-based SHM systems[8].
MSFCP: Maximum Subtree First Collection Protocol is
designed for SHM which requires high throughput, bulk
data collection. MSFCP uses multichannel block transfer
and adopts Maximum Subtree First (MSF) scheduling to
reduce interference and enhance overall throughput.
MSFCP adopts MSF scheduling, which is unsynchronized
distributed scheduling based on node's own transmission
buffer information. The key idea is to schedule
transmission in parallel along multiple branches of the tree,
and to keep the sink as busy receiving as possible. The
nodes are aware of the number of nodes in each subtree.
The subtree of a node is defined as a tree that has the child
of the node as its root. All source nodes wait for their
parent’s request if their buffer is full. The sink chooses
subtrees whose roots have a full buffer, that is, subtrees
other than the subtree whose root previously sent a block
to the sink. This strategy can keep the sink as busy as
possible and enhance the overall throughput[10].
IV. CONCLUSION
Recent years have seen growing interest in SHM based on
wireless sensor networks (WSNs) due to their low
installation and maintenance expenses. WSNs permit a
dense deployment of measurement points on an existing
structure. But the centralized SHM system suffers from
large energy consumption and latencies. This paper
surveyed various routing protocols which are dedicated to
increase the overall lifetime and accuracy of the system.
The discussed protocols use multi-hop, compression,
clustering and geographic adaptive techniques to increase
the throughput of the system and lifecycle of the network.
REFERENCES
[1] P. C. Chang, A. Flatau, and S. C. Liu, “Review Paper: Health
Monitoring of Civil Infrastructure,” Structural Health Monitoring,
vol. 2, pp. 257–267, 2003.
[2] S. Wijetunge, U. Gunawardana, and R. Liyanapathirana, “Wireless
Sensor Networks for Structural Health Monitoring : Considerations
for Communication Protocol Design,” IEEE International
Conference on Telecommunications, pp. 694–699, 2010.
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
197 NITTTR, Chandigarh EDIT-2015
[3] S. Yessad, N. Tazarart, L. Bakli, L. Medjkoune-Bouallouche, and D.
Aissani, “Balanced energy efficient routing protocol for WSN,”
International Conference on Communications and Information
Technology, pp. 326–330, 2012.
[4] B. Wang, “MHop-CL : A Clustering Protocol for Bridge Structure
Health Monitoring System,” International Symposium on Computer
Network and Multimedia Technology, pp. 1–4, 2009.
[5] Weidong Zhang, Jun Wan, Bin Yang, Xiwen Zhang, “An
Energy Efficient Routing Protocol in Wireless Sensor
Network for Health Monitoring,” IEEE Symposium on
Electrical & Electronics Engineering, pp. 247–250,
2012.
[6] S.Prabu, R. Maheswari., “Improving Wireless Sensor Network
Lifespan By Efficient Routing Algorithm And LZW
Compression,” ICICES, pp. 0–4, 2014.
[7] P. Nie and B. Li, “A cluster-based data aggregation architecture
in WSN for Structural Health Monitoring,” IWCMC, pp.
546–552, 2011.
[8] X. Liu, J. Cao, S. Lai, C. Yang, H. Wu, and Y. L. Xu, “Energy
efficient clustering for WSN-based structural health
monitoring,” INFOCOM, Proceedings of IEEE pp.
2768–2776, 2011.
[9] T. Kuroiwa, M. Suzuki, Y. Yamashita, S. Saruwatari, T.
Nagayama, H. Morikawa, “A multi- channel bulk data
collection for structural health monitoring using
wireless sensor networks,”APCC, pp. 295–299,
2012.

More Related Content

What's hot

Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...ijsrd.com
 
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksSecured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksAssociate Professor in VSB Coimbatore
 
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star TopologyA Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star TopologyIRJET Journal
 
Energy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSNEnergy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSNZubin Bhuyan
 
Wireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsmmjalbiaty
 
Energy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksEnergy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksijassn
 
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...ijcncs
 
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...IJCI JOURNAL
 
Routing protocolsin Wireless sensor network
Routing protocolsin Wireless sensor network Routing protocolsin Wireless sensor network
Routing protocolsin Wireless sensor network dilip pareek
 
Data-Centric Routing Protocols in Wireless Sensor Network: A survey
Data-Centric Routing Protocols in Wireless Sensor Network: A surveyData-Centric Routing Protocols in Wireless Sensor Network: A survey
Data-Centric Routing Protocols in Wireless Sensor Network: A surveyAli Habeeb
 
A Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
A Fault Tolerant Approach To Enhances WSN Lifetime In Star TopologyA Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
A Fault Tolerant Approach To Enhances WSN Lifetime In Star TopologyIRJET Journal
 
Data Centric Approach Based Protocol using Evolutionary Approach in WSN
Data Centric Approach Based Protocol using Evolutionary Approach in WSNData Centric Approach Based Protocol using Evolutionary Approach in WSN
Data Centric Approach Based Protocol using Evolutionary Approach in WSNijsrd.com
 
Performance Analysis of Routing Metrics for Wireless Sensor Networks
Performance Analysis of Routing Metrics for Wireless Sensor NetworksPerformance Analysis of Routing Metrics for Wireless Sensor Networks
Performance Analysis of Routing Metrics for Wireless Sensor NetworksIJMER
 
Dynamic Slot Allocation for Improving Traffic Performance in Wireless Sensor ...
Dynamic Slot Allocation for Improving Traffic Performance in Wireless Sensor ...Dynamic Slot Allocation for Improving Traffic Performance in Wireless Sensor ...
Dynamic Slot Allocation for Improving Traffic Performance in Wireless Sensor ...IRJET Journal
 
AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...
AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...
AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...cscpconf
 
IRJET- Clustering Protocols in Wireless Sensor Network: A Review
IRJET-  	  Clustering Protocols in Wireless Sensor Network: A ReviewIRJET-  	  Clustering Protocols in Wireless Sensor Network: A Review
IRJET- Clustering Protocols in Wireless Sensor Network: A ReviewIRJET Journal
 

What's hot (19)

Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
 
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksSecured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
 
F04623943
F04623943F04623943
F04623943
 
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star TopologyA Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
 
Energy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSNEnergy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSN
 
Wireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraints
 
Energy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksEnergy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networks
 
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
 
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
 
Routing protocolsin Wireless sensor network
Routing protocolsin Wireless sensor network Routing protocolsin Wireless sensor network
Routing protocolsin Wireless sensor network
 
Data-Centric Routing Protocols in Wireless Sensor Network: A survey
Data-Centric Routing Protocols in Wireless Sensor Network: A surveyData-Centric Routing Protocols in Wireless Sensor Network: A survey
Data-Centric Routing Protocols in Wireless Sensor Network: A survey
 
Data aggregation in wireless sensor networks
Data aggregation in wireless sensor networksData aggregation in wireless sensor networks
Data aggregation in wireless sensor networks
 
A Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
A Fault Tolerant Approach To Enhances WSN Lifetime In Star TopologyA Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
A Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
 
Data Centric Approach Based Protocol using Evolutionary Approach in WSN
Data Centric Approach Based Protocol using Evolutionary Approach in WSNData Centric Approach Based Protocol using Evolutionary Approach in WSN
Data Centric Approach Based Protocol using Evolutionary Approach in WSN
 
Performance Analysis of Routing Metrics for Wireless Sensor Networks
Performance Analysis of Routing Metrics for Wireless Sensor NetworksPerformance Analysis of Routing Metrics for Wireless Sensor Networks
Performance Analysis of Routing Metrics for Wireless Sensor Networks
 
Dynamic Slot Allocation for Improving Traffic Performance in Wireless Sensor ...
Dynamic Slot Allocation for Improving Traffic Performance in Wireless Sensor ...Dynamic Slot Allocation for Improving Traffic Performance in Wireless Sensor ...
Dynamic Slot Allocation for Improving Traffic Performance in Wireless Sensor ...
 
AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...
AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...
AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...
 
IRJET- Clustering Protocols in Wireless Sensor Network: A Review
IRJET-  	  Clustering Protocols in Wireless Sensor Network: A ReviewIRJET-  	  Clustering Protocols in Wireless Sensor Network: A Review
IRJET- Clustering Protocols in Wireless Sensor Network: A Review
 
B05630814
B05630814B05630814
B05630814
 

Viewers also liked

TAHSA. Promoting a 'Clean Environment' at USP
TAHSA. Promoting a 'Clean Environment' at USPTAHSA. Promoting a 'Clean Environment' at USP
TAHSA. Promoting a 'Clean Environment' at USPArieta Bale
 
Class 9 & 10 accounting chapter 11_class_11
Class 9 & 10 accounting chapter 11_class_11Class 9 & 10 accounting chapter 11_class_11
Class 9 & 10 accounting chapter 11_class_11Cambriannews
 
Engenharia de Software - Unimep/Pronatec - Aula 14
Engenharia de Software - Unimep/Pronatec - Aula 14Engenharia de Software - Unimep/Pronatec - Aula 14
Engenharia de Software - Unimep/Pronatec - Aula 14André Phillip Bertoletti
 
Rolas en El Mañanero.
Rolas en El Mañanero.Rolas en El Mañanero.
Rolas en El Mañanero.Brozo Xmiswebs
 
Emperors and gladiators
Emperors and gladiators Emperors and gladiators
Emperors and gladiators Zeeshan Hassan
 
Joint Ease Glucosamine
Joint Ease GlucosamineJoint Ease Glucosamine
Joint Ease Glucosaminedonald292
 
Class 9 & 10 accounting chapter 11_class_8
Class 9 & 10 accounting chapter 11_class_8Class 9 & 10 accounting chapter 11_class_8
Class 9 & 10 accounting chapter 11_class_8Cambriannews
 
Thong Tin Ve Thuoc Jex
Thong Tin Ve Thuoc JexThong Tin Ve Thuoc Jex
Thong Tin Ve Thuoc Jexwaylon557
 
Viêm Khớp Ngón Chân
Viêm Khớp Ngón ChânViêm Khớp Ngón Chân
Viêm Khớp Ngón Chândann502
 
Dia Dem Cot Song Co
Dia Dem Cot Song CoDia Dem Cot Song Co
Dia Dem Cot Song Coaugustine191
 
A19 pengenalan cisco system (kemompol 19)
A19 pengenalan cisco system (kemompol 19)A19 pengenalan cisco system (kemompol 19)
A19 pengenalan cisco system (kemompol 19)Arwana Bayan
 
S3A1_ZAVALAB_SHEYLAALEJANDRA
S3A1_ZAVALAB_SHEYLAALEJANDRAS3A1_ZAVALAB_SHEYLAALEJANDRA
S3A1_ZAVALAB_SHEYLAALEJANDRAsheylazavala24
 

Viewers also liked (19)

Szupernova
SzupernovaSzupernova
Szupernova
 
WordPress Development Certificate
WordPress Development CertificateWordPress Development Certificate
WordPress Development Certificate
 
TAHSA. Promoting a 'Clean Environment' at USP
TAHSA. Promoting a 'Clean Environment' at USPTAHSA. Promoting a 'Clean Environment' at USP
TAHSA. Promoting a 'Clean Environment' at USP
 
School life
School lifeSchool life
School life
 
Class 9 & 10 accounting chapter 11_class_11
Class 9 & 10 accounting chapter 11_class_11Class 9 & 10 accounting chapter 11_class_11
Class 9 & 10 accounting chapter 11_class_11
 
Module 4
Module 4Module 4
Module 4
 
Engenharia de Software - Unimep/Pronatec - Aula 14
Engenharia de Software - Unimep/Pronatec - Aula 14Engenharia de Software - Unimep/Pronatec - Aula 14
Engenharia de Software - Unimep/Pronatec - Aula 14
 
Rolas en El Mañanero.
Rolas en El Mañanero.Rolas en El Mañanero.
Rolas en El Mañanero.
 
A agenda 21 do mercado de seguros brasileiro
A agenda 21 do mercado de seguros brasileiroA agenda 21 do mercado de seguros brasileiro
A agenda 21 do mercado de seguros brasileiro
 
Emperors and gladiators
Emperors and gladiators Emperors and gladiators
Emperors and gladiators
 
Back Pain | Buzzle.com
Back Pain | Buzzle.comBack Pain | Buzzle.com
Back Pain | Buzzle.com
 
Joint Ease Glucosamine
Joint Ease GlucosamineJoint Ease Glucosamine
Joint Ease Glucosamine
 
Class 9 & 10 accounting chapter 11_class_8
Class 9 & 10 accounting chapter 11_class_8Class 9 & 10 accounting chapter 11_class_8
Class 9 & 10 accounting chapter 11_class_8
 
Thong Tin Ve Thuoc Jex
Thong Tin Ve Thuoc JexThong Tin Ve Thuoc Jex
Thong Tin Ve Thuoc Jex
 
Viêm Khớp Ngón Chân
Viêm Khớp Ngón ChânViêm Khớp Ngón Chân
Viêm Khớp Ngón Chân
 
Dia Dem Cot Song Co
Dia Dem Cot Song CoDia Dem Cot Song Co
Dia Dem Cot Song Co
 
Migraine Relief
Migraine ReliefMigraine Relief
Migraine Relief
 
A19 pengenalan cisco system (kemompol 19)
A19 pengenalan cisco system (kemompol 19)A19 pengenalan cisco system (kemompol 19)
A19 pengenalan cisco system (kemompol 19)
 
S3A1_ZAVALAB_SHEYLAALEJANDRA
S3A1_ZAVALAB_SHEYLAALEJANDRAS3A1_ZAVALAB_SHEYLAALEJANDRA
S3A1_ZAVALAB_SHEYLAALEJANDRA
 

Similar to A Survey of Routing Protocols for Structural Health Monitoring

CLUSTERING-BASED ROUTING FOR WIRELESS SENSOR NETWORKS IN SMART GRID ENVIRONMENT
CLUSTERING-BASED ROUTING FOR WIRELESS SENSOR NETWORKS IN SMART GRID ENVIRONMENTCLUSTERING-BASED ROUTING FOR WIRELESS SENSOR NETWORKS IN SMART GRID ENVIRONMENT
CLUSTERING-BASED ROUTING FOR WIRELESS SENSOR NETWORKS IN SMART GRID ENVIRONMENTijassn
 
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...IOSR Journals
 
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...IJCNCJournal
 
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...IJCNCJournal
 
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...IJCSEA Journal
 
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A SurveyEnergy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Surveyijsrd.com
 
Modified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a surveyModified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a surveyIAEME Publication
 
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...IJSRED
 
Data gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesData gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesIJCNCJournal
 
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)ijsrd.com
 
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...cscpconf
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODijwmn
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODijwmn
 
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...IRJET Journal
 
A Review Paper On Communication Protocols For Wireless Sensor Networks
A Review Paper On Communication Protocols For Wireless Sensor NetworksA Review Paper On Communication Protocols For Wireless Sensor Networks
A Review Paper On Communication Protocols For Wireless Sensor NetworksBria Davis
 
An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNEswar Publications
 
Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)IISRT
 
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...IJERD Editor
 

Similar to A Survey of Routing Protocols for Structural Health Monitoring (20)

CLUSTERING-BASED ROUTING FOR WIRELESS SENSOR NETWORKS IN SMART GRID ENVIRONMENT
CLUSTERING-BASED ROUTING FOR WIRELESS SENSOR NETWORKS IN SMART GRID ENVIRONMENTCLUSTERING-BASED ROUTING FOR WIRELESS SENSOR NETWORKS IN SMART GRID ENVIRONMENT
CLUSTERING-BASED ROUTING FOR WIRELESS SENSOR NETWORKS IN SMART GRID ENVIRONMENT
 
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...
 
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
 
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
 
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
 
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A SurveyEnergy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
 
Modified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a surveyModified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a survey
 
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
 
D010332935
D010332935D010332935
D010332935
 
Data gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesData gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodes
 
Ijetcas14 591
Ijetcas14 591Ijetcas14 591
Ijetcas14 591
 
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
 
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
 
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
 
A Review Paper On Communication Protocols For Wireless Sensor Networks
A Review Paper On Communication Protocols For Wireless Sensor NetworksA Review Paper On Communication Protocols For Wireless Sensor Networks
A Review Paper On Communication Protocols For Wireless Sensor Networks
 
An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSN
 
Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)
 
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
 

More from IJEEE

A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...IJEEE
 
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...IJEEE
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoIJEEE
 
An Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemAn Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemIJEEE
 
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierAn Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierIJEEE
 
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...IJEEE
 
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...IJEEE
 
Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas IJEEE
 
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...IJEEE
 
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyDesign Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyIJEEE
 
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewCarbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewIJEEE
 
Routing Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyRouting Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyIJEEE
 
Layout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyLayout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyIJEEE
 
Codec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsCodec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsIJEEE
 
Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications IJEEE
 
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsDesign of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsIJEEE
 
Layout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyLayout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyIJEEE
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing IJEEE
 

More from IJEEE (20)

A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
 
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using Arduino
 
Id136
Id136Id136
Id136
 
Id135
Id135Id135
Id135
 
An Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemAn Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric System
 
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierAn Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
 
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
 
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
 
Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas
 
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
 
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyDesign Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
 
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewCarbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
 
Routing Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyRouting Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A Survey
 
Layout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyLayout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS Technology
 
Codec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsCodec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI Interconnects
 
Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications
 
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsDesign of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
 
Layout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyLayout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm Technology
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing
 

Recently uploaded

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

A Survey of Routing Protocols for Structural Health Monitoring

  • 1. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 195 NITTTR, Chandigarh EDIT-2015 A Survey of Routing Protocols for Structural Health Monitoring 1 Kirandeep Kaur, 2 Amol P. Bhondekar 1 ME Scholar, Department of Electronics, NITTTR, Chandigarh, India 2 Principal Scientist, CSIR-CSIO, Chandigarh, India kiran.saini90@gmail.com Abstract: Wireless sensor networks have emerged in recent years as a promising technology that can impact the field of structural monitoring and infrastructure asset management. Various routing protocols are used to define communication among sensor nodes of the wireless sensor network for purpose of disseminating information. These routing protocols can be designed to improve the network performance in terms of energy consumption, delay and security issues. This paper discusses the requirements of routing protocol for Structural health monitoring and presents summary of various routing protocols used for WSNs for Structural health monitoring. Keywords: Wireless Sensor Networks, Structural Health Monitoring, Routing protocols. I. INTRODUCTION Civil infrastructure, which includes bridges and buildings, begin to deteriorate once they are built and used. Knowing the integrity of the structure in terms of its age and usage, and its level of safety to withstand infrequent high forces, is important and necessary. The process of determining and tracking structural integrity and assessing the nature of damage in a structure is often referred to as health monitoring. Ideally, health monitoring of civil infrastructure consists of determining, by measured parameters, the location and severity of damage in buildings or bridges as they happen[1]. Wireless monitoring has emerged in recent years as a promising technology that could greatly impact the field of structural monitoring. Sensing devices are becoming smaller, less expensive, more robust, and highly precise, allowing collection of high-fidelity data with dense instrumentation employing multi-metric sensors. Wireless sensor networks (WSNs) leverage these advances to offer the potential for dramatic improvements in the capability to capture structural dynamic behavior and evaluate the condition of structures. II. REQUIREMENTS OF WSN FOR SHM There are two categories of SHM techniques, local and global. The local techniques detect the small defects in a structure, whereas global techniques detect the significant damages which can have large impact on the integrity of the entire structure. Most global health monitoring methods are centered on either finding shifts in resonant frequencies or changes in structural mode shapes[1]. The structural health monitoring techniques poses a unique set of requirements for the WSNs.  Firstly, the association of sensor readings from large number of sensor nodes which may be heterogeneous or homogeneous.  Secondly, reliable transmission of data is another major requirement of SHM systems. These systems need the data from all the sensors to calculate the entire system response and hence are less tolerant to the data loss[2].  Thirdly, low powered sensor nodes are used for SHM, so it is necessary to conserve the energy of the node. The use of data compression, cluster based topologies at network and node level processing can significantly reduce the power consumption of the network. Apart from above mentioned issues latency and security of communication, fair access to the medium and scalability of the network are a few other requirements that should be taken care of. III. ROUTING PROTOCOLS FOR SHM BASED WSNs Energy efficiency is a critical issue in WSNs. To minimize energy consumption, most of the device components, including the radio, should be switched off most of the time. The main design goal of WSNs is not only to transmit data from a source to a destination, but also to increase the lifetime of the network. This can be achieved by employing energy efficient routing protocols[3]. The existing energy-efficient routing protocols often use residual energy, transmission power, or link distance as metrics to select an optimal path. In recent years a lot of attention is given for developing energy efficient and reliable routing protocols for WSNs dedicated to SHM. The use of these type of protocols can significantly increase the network lifetime. Different routing protocols used for SHM are discussed in this paper. MHop-CL: A novel energy-efficient clustering routing protocol was proposed for WSN on the ZhengDian Viaduct Bridge for strain data and structural acceleration monitoring[4].MHop-CL uses the cluster head rotation metric to select cluster head and group nodes into cluster based on the nodes deployment information. Three timers are used in MHop-CL protocol. The timer1 is used for sending the message regarding the energy information among the intra-cluster nodes. The nodes in the same cluster level update the intra-cluster neighbor table and record the energy value of the intra-cluster nodes, on receiving this message. The timer 2 is used for initiating new round for cluster head selection and the timer 3 is used for triggering the sample data event. In MHop-CL, the
  • 2. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 196 network is connected and nodes in each span take the role as cluster head every three. The energy consumption among the nodes is well-distributed. EGAF: Energy-Saving Geographic Adaptive Fidelity (EGAF) is a wireless routing protocol developed for bridge monitoring [5]. Every node in network broadcasts to a fixed radius. Each node will receive the broadcast messages of others and get a view of the node density in its neighborhood. The network is divided into adjacent cells with equal size according to the actual demand. Each node sends information regarding node density, its ID and residual energy to the Base station. Based on this information base station calculates minimum and maximum node density, minimum, maximum and average residual energy of the network. This information is broadcasted to all nodes which help in cluster head selection. For Cluster Head (CH) selection each node broadcasts a message in a fixed radius with a delay depending upon the probability of the node to become CH. The probability depends upon the node density and residual energy of the node. After CH selection the nodes join the CH with the strongest signal. The cluster head distributes the TDMA time slot to its member nodes. They transfer the data to the cluster head in their TDMA time slot directly. GDWC: Grade diffusion algorithm with LZW Compression is designed for WSNs used for applications such as structural health monitoring for bridges and tunnels, border surveillance, road condition monitoring[6]. The given algorithm improves the lifetime of the wireless sensor network by efficient routing algorithm with compression. The grade diffusion algorithm is used to select the efficient routing path. GD algorithm creates routing for each sensor node and identifies its neighbor to reduce transmission load. Each sensor node can select a sensor node from the set of neighbor nodes when its grade table lacks a node which is unable to transmit .The GD algorithm update the grade value, neighbor nodes for each sensor node using the grade diffusion algorithm. Lempel- Ziv-Welch (LZW) compression is a dictionary based algorithm that replaces strings of characters with single codes in the dictionary. The algorithm sequentially reads in characters and finds the longest string that can be recognized by the dictionary. Then it encodes s using the corresponding codeword in the dictionary and adds string s+c in the dictionary, where c is the character following string s. This process continues until all characters are encoded. GDWC requires replacing fewer sensor nodes and the increasing the WSN lifetime. CLUSTER BASED DAMAGE DETECTION: The damage detection system is based on Auto Regressive and Auto Regressive with eXogenous input [AR-ARX] model[7]. Data compression is employed at each node to reduce the transmitted data. Data from multiple nodes is gathered in cluster head where principle component analysis (PCA) is implemented to process data before AR- ARX A clustering strategy is designed to forward data form nodes to base station. Each CH calculates its trigger points and broadcasts them to its member nodes as reference data. All the nodes in the cluster perform the averaging procedure by using their own data and the reference data. An optimal clustering strategy is used to minimize the system’s energy consumption which uses genetic algorithm as its basis. Genetic algorithm is first carried out in base station, and the wireless sensor nodes are disjointed through the result. ENERGY EFFICIENT CLUSTERING: In Energy Efficient Clustering for WSN- based SHM, uses two centralized and one distributed algorithm for optimal clustering. The whole network is partitioned into a number of single-hop clusters. A cluster head (CH) is selected in each cluster to perform intra-cluster modal analysis using traditional modal identification algorithms. The collected data in each cluster is then assembled together to obtain the modal parameters for the whole structure. Compared with the centralized approach, the cluster based modal analysis limits the number of sensor nodes and hop count in each cluster, thus can be more energy efficient and scalable. Compared with the distributed approach, classic modal parameter identification techniques which use data-level fusion can be used in each cluster to obtain more reliable and accurate results. This cluster-based approach is therefore suitable for WSN-based SHM systems[8]. MSFCP: Maximum Subtree First Collection Protocol is designed for SHM which requires high throughput, bulk data collection. MSFCP uses multichannel block transfer and adopts Maximum Subtree First (MSF) scheduling to reduce interference and enhance overall throughput. MSFCP adopts MSF scheduling, which is unsynchronized distributed scheduling based on node's own transmission buffer information. The key idea is to schedule transmission in parallel along multiple branches of the tree, and to keep the sink as busy receiving as possible. The nodes are aware of the number of nodes in each subtree. The subtree of a node is defined as a tree that has the child of the node as its root. All source nodes wait for their parent’s request if their buffer is full. The sink chooses subtrees whose roots have a full buffer, that is, subtrees other than the subtree whose root previously sent a block to the sink. This strategy can keep the sink as busy as possible and enhance the overall throughput[10]. IV. CONCLUSION Recent years have seen growing interest in SHM based on wireless sensor networks (WSNs) due to their low installation and maintenance expenses. WSNs permit a dense deployment of measurement points on an existing structure. But the centralized SHM system suffers from large energy consumption and latencies. This paper surveyed various routing protocols which are dedicated to increase the overall lifetime and accuracy of the system. The discussed protocols use multi-hop, compression, clustering and geographic adaptive techniques to increase the throughput of the system and lifecycle of the network. REFERENCES [1] P. C. Chang, A. Flatau, and S. C. Liu, “Review Paper: Health Monitoring of Civil Infrastructure,” Structural Health Monitoring, vol. 2, pp. 257–267, 2003. [2] S. Wijetunge, U. Gunawardana, and R. Liyanapathirana, “Wireless Sensor Networks for Structural Health Monitoring : Considerations for Communication Protocol Design,” IEEE International Conference on Telecommunications, pp. 694–699, 2010.
  • 3. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 197 NITTTR, Chandigarh EDIT-2015 [3] S. Yessad, N. Tazarart, L. Bakli, L. Medjkoune-Bouallouche, and D. Aissani, “Balanced energy efficient routing protocol for WSN,” International Conference on Communications and Information Technology, pp. 326–330, 2012. [4] B. Wang, “MHop-CL : A Clustering Protocol for Bridge Structure Health Monitoring System,” International Symposium on Computer Network and Multimedia Technology, pp. 1–4, 2009. [5] Weidong Zhang, Jun Wan, Bin Yang, Xiwen Zhang, “An Energy Efficient Routing Protocol in Wireless Sensor Network for Health Monitoring,” IEEE Symposium on Electrical & Electronics Engineering, pp. 247–250, 2012. [6] S.Prabu, R. Maheswari., “Improving Wireless Sensor Network Lifespan By Efficient Routing Algorithm And LZW Compression,” ICICES, pp. 0–4, 2014. [7] P. Nie and B. Li, “A cluster-based data aggregation architecture in WSN for Structural Health Monitoring,” IWCMC, pp. 546–552, 2011. [8] X. Liu, J. Cao, S. Lai, C. Yang, H. Wu, and Y. L. Xu, “Energy efficient clustering for WSN-based structural health monitoring,” INFOCOM, Proceedings of IEEE pp. 2768–2776, 2011. [9] T. Kuroiwa, M. Suzuki, Y. Yamashita, S. Saruwatari, T. Nagayama, H. Morikawa, “A multi- channel bulk data collection for structural health monitoring using wireless sensor networks,”APCC, pp. 295–299, 2012.