SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 688
Study on hierarchical cluster-based energy-efficient routing in
Wireless Sensor Networks
Indranil Ghosh
B.Tech Student, Department of Computer Science and Engineering, KIIT University, Bhubaneswar, Odisha, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The current technical developments in
communication and computation has overall led to a
development of low-cost, low-power, small in size,
multifunctional nodes in wireless sensor networks. As radio
broadcast and reception consumes lot of energy so one of the
important problems of wireless sensor network comprises
inadequate battery power and short life span. In order to
maximize the complete network performance, it is preferable
to dispense energy all over the network. Much research has
been done in the recent years, examining differentfeatureslike
low power protocols, routing protocols, network coverage
problems and network formations. There are various routing
protocols like location-aided, multi-path, data-centric, QoS
based, hierarchical routing, hybrid routing etc. which are
aimed to achieve ideal routing in the context of energy. In this
paper, the prime focus is mainly over the study on the energy-
efficient hierarchical cluster-based routing for WSN.
Key Words: Wireless Sensor Networks, Cluster Head,
Hierarchical clustering, Base Station, PEGASIS, TEEN
1. INTRODUCTION
With fast development in electronics industry, small cheap
battery-powered wirelesssensorshave nowstartedtomake
an influence on the communication with the physical world.
With the starting of micro-electronic mechanical systems
(MEMS)[8] and wireless communication technologies have
allowed the development of tiny, low-cost, low-power, and
multifunctional smart sensor nodes in a wireless sensor
network (WSN). These sensor nodes are positioned over a
wide area using a drone which are networked with wireless
connections. The wireless nodes were initially used first by
the military organisations for frontline surveillance [2].
A WSN generally comprisesof vast number of nodes(tensto
thousands) which are either mobile or static.Thesearesmall
devices which are implanted with microprocessors, radio
receivers and different components for computing,
communication and actuation. Any sensor node of that
property can be power-driven by a AA battery and can
continue for three years without failure with a 1% low duty
cycle mode.
However, these sensor nodes are very disposed to failures,
for that reason they are densely installed in large numbers
over a fixed area.
Figure 1 showsa diagram of a wireless sensornetwork.After
they are deployed, these nodes are accountable for self-
organizing in a suitable network architecture using several
network algorithms. Position can bepreciselyobtainedusing
global positioning systems (GPS) or positioning algorithms.
The information can be collected from all nodes across the
network and they are transported to the base station.
Fig -1: Schematic of a Wireless Sensor Network
Architecture
In an ideal case we can originate information from WSN by
giving queriesand gathering results from base stations(also
called sink nodes) which acts as an interface between users
and network. Hence, WSN is a distributed database.
The elementary goal of a WSN is to provideinformationfrom
raw sensed data by individual sensor node. The resource-
controlled nature of sensor nodes poses a great challenge to
the design of WSN. On the other hand, inadequate power
dictates, the design of energy-efficient communication
protocol.
Routing is also a very challenging job asthe nodescan either
be mobile or stationary which distinguishes it from mobile
ad-hoc networks 0. The sensor nodes have limits over
processing ability, transmission power, storage and on-
board energy and thus require careful resource
management. Researchers have found several protocols [4]
for communication, security and routing correct data to the
base station in WSN. All these protocolscan bedividedinto4
categories as shown in Table 1.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 689
Table -1: Different Routing Protocols
In this paper several hierarchical cluster-based routing
protocols for wireless sensor network are discussed and
compared. This paper is ordered into 3 sections. Insection2,
energy-efficient structures are discussed and in section 3,
various hierarchical cluster-based routing protocols are
discussed and compared.
2. ENERGY EFFICIENTCLUSTERINGSTRUCTURESIN
WSN
The main reason of clustering is to minimize the entire
transmission power over the nodes in a specified path, and
to sustain a balance of load among the nodes for extending
the network lifetime. Clustering is a sample of layered
protocols in which a network is made of several clusters of
sensors. As in Figure 2, each cluster is managed by a special
node called cluster head (CH), which acts a leader node and
is accountable for organizing the data transmissionactivities
of all sensors in its region. All sensors in a cluster
communicate with a cluster head for performing intra-
transmission arrangement and data aggregation. Cluster
heads in turn transmits the sensed data to the global sink.
The distance between the sensor to their cluster head is
much lesser than their respective distances to global sink.
Since a network is characterized by its inadequate wireless
channel bandwidth, it would be useful if the amount of data
transmitted to the sink can be reduced. To achieve this
objective, a local collaboration between the sensors in a
cluster is required to reduce bandwidth.
Fig -2: Clustering in WSN
2.1 Cluster-based Hierarchical Model
As shown in Figure 3, the hierarchical splits the entire
network into layers of clusters or hierarchies [5]. Nodes are
categorised into clusters which again forms bigger clusters
leading to tree-like structures. Data travels from the lowest
clustered layer to highest layer. Clustering thus offers
integral optimization abilities at the CHs. In the cluster-
based hierarchical model, data is first combined and
analysed in the cluster then sent to the higher-level cluster-
head. As it moves upwards from lower to higher level, it
covers greater distances, which in turn decreases the travel
time and latency. This model is better than any single-hopor
multi-hop models.
Fig -3: Cluster Based Hierarchical Model
A cluster-based hierarchy is very efficient as data moves
faster to base station from the cluster heads thus decreasing
latency than in a multi-hop model. Also, in cluster-based
model only cluster-heads are responsible for data
aggregation but in the multi-hop model every intermediate
node performs data aggregation. As a result, the cluster-
based model is more suitable for real-time applicationsthan
the multi-hop model. However, it has a majorproblem,i.e.,as
the distance between clustering level increases, the energy
spent is proportionate to the square of the distance. This
increases energy expenditure. Regardless of this pitfall, this
technique overshadows its disadvantage. A cluster-based
hierarchical model provides a better method to routing for
WSNs.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 690
3. ENERGY-EFFICIENT HIERARCHICAL CLUSTER
ROUTING TECHNIQUES
As discussed in [8], these techniques maximise the time
periodof a networkwith a huge numberof sensornodes.The
EEHC technique splits the entire WSN into clumps where
each clumphas a clusterhead andthe clusters areintheform
of a hierarchy. The CH gather the data from the adjacent
nodes and transfers it to the CHs of upper hierarchical levels
which eventually reaches the global sink or base station.
Numerous research projects in the past few years have
explored hierarchical clustering in WSN from different
perceptions. Various protocols have been proposed for
extending the life of WSN and for routing the exact data to
the base station. Some of them are LEACH, PEGASIS and
TEEN.
3.1 Low-Energy Adaptive Clustering Hierarchy
(LEACH)
[3] LEACH is the initial and the most powerful EEHC
technique for WSNs which was proposed for dropping
power consumption. In LEACH, based on time-interval the
nodes alternately perform the clustering. Each cluster head
(CH) directly communicate to relay the data to the base
station. It is an application-specificdatadistributionprotocol
that uses clusters to extend the life of the wireless sensor
network LEACH is based on an aggregation technique that
combines the original data into a smaller size meaningful
data to all individual sensors. LEACH splits the whole
network into several clusters of sensors, which are built by
using localized coordination and controlnotonlytodecrease
the amount of data that are transmitted to the sink, but also
to make routing and data distributionmoreavailable.Energy
dissipation of the sensor depends on the distance and the
data size to be transmitted. Hence, LEACH tries to transmit
data over short distances and reduce the number of
transmission and reception activities.LEACHusessingle-hop
routing where each node transmits directly to the cluster-
head and the sink. Therefore, it is not valid for networks
which are deployed in large areas. Also, LEACH clustering
terminates in a finite number of loops, but does not
guarantee good Cluster Head distribution.
3.2 Power-Efficient Gathering in Sensor
Information Systems (PEGASIS)
[7] PEGASIS can be called as a superset of LEACH protocol.It
forms multiple clusters and creates chains from sensor
nodes so that each node transmits and receives from a
neighbouring node and only one node is selected from that
chain to transmit to the base station. After the data is
collected and aggregated it moves from node to node and is
finally delivered to the base station. The chain creation is
performed using greedy approach. Unlike LEACH, PEGASIS
does use form cluster. However, it uses only one node in a
chain to transmit data to the base station instead of using
various nodes. A sensor transmits data to its adjacent nodes
in the data fusion phase without sending straightto itsCHas
in the case of LEACH. In PEGASIS routing technique, the
construction stage assumes that all the sensors have
information about all other nodes, mainly, the positions of
the sensors, and uses a greedy approach to calculate nodal
positions. Precisely, it begins with the farthest sensor from
sink to make sure that sensors which are very far apart from
the sink have adjacent nodes. If any sensor dies due to low
battery, the chain is formed using the greedy approach by
sidestepping the eliminated sensor. In each round, an
arbitrarily sensor node from the chain is chosen which
transmits the aggregated data to the BS, hence reducing the
per round energy expenditure ascompared to LEACH. Thus,
PEGASIS is an ideal chain-based protocol.
3.3 THRESHOLD SENSITIVE ENERGY EFFICIENT
SENSOR NETWORK PROTOCOL (TEEN)
[6] TEEN is a hierarchical clustering protocol, which groups
sensors into clumps each having a CH. All the sensors
forming a transfer their sensed data to the CH. The CH then
sends the collective form data to higher level CH till the data
reaches to the BS. Thus, the sensor network architecture in
TEEN is based on a series of hierarchies where closer nodes
make a cluster and this procedure goes on till the BS is
reached. TEEN is fit for applications where the users can
control a trade-off among energy efficiency, data accuracy,
and response time.
Salient featuresof TEEN comprise of its correctness for time
critical sensing applications. Also, since message
transmission uses additional energy than data sensing, so
the energy consumption in this system is less than the
proactive networks. The soft threshold can be varied. At
every cluster change time, new parameters are broadcasted
and so, the user can change them asneeded. However, TEEN
is not apt for sensing applications whereperiodicreportsare
needed since the user may not get any data at all if the
thresholds are untouched.
4. CONCLUSIONS
Due to the scarce energy resources of sensors, energy
efficiency is one of the key challenges in the design of
protocols for WSNs. The ultimate objective behind the
protocol design is to keep the sensors operating prolonged
time, therefore extending the network lifetime. In this paper
we have studied and summarized current research works
focused primarily on the energy efficient hierarchical
cluster-based routing protocols for WSNs. As this is a
comprehensivearea, this paper hasonlycoveredfewrouting
protocols. The protocols discussed in this paper have
individual advantages and drawbacks. Based on the
topology, the protocol and routing strategiescan be applied.
The factors affecting cluster formation and CH
communication are open topics for future research.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 691
Moreover, the processof data aggregation and fusionamong
clusters is also an fascinating problem to explore.
REFERENCES
[1] Akkaya, K., & Younis, M. (2005). A Survey on Routing
protocols for Wireless Sensor Networks. Elsevier, 325-
349.
[2] Chong, C., & Kumar, S. (2003). Sensor Networks :
Evolution oppurtunities, and Challenges. IEEE, vol 91,
no. 8, 1247-1256.
[3] Heinzelman, W., Chandrakasan, A., & Balakrishnan, H.
(2000). Energy-efficient Communication Protocol for
Wireless Microsensor Networks. Thirty Third Hawaii
International Conference on System Sciences.
Washington, DC: IEEE.
[4] Heinzelman, W., Chandrakasan, A., & Balakrishnan, H.
(2002). An Application-Specific Protocol Architecture
for Wireless Microsensor Networks. IEEE Tmnsactions
on Wireless Communications, 660-670.
[5] Ibriq, J., & Mahgoub, I. (2004). Cluster-Based Routingin
Wireless Sensor Networks: Issues and Challenges.
SPECTS 2004, 759-766.
[6] Manjeshwar, A., & Agrawal, D. (2001). TEEN:AProtocol
for Enhanced Efficiency in Wireless Sensor Networks.
1st International Workshop on Parallel and Distributed
Computing Issues in Wireless Networks and Mobile
Computing. San Francisco.
[7] Yueyang, L., Hong, J., & Guangxin, Y. (2006). An Energy-
Efficient PEGASIS-Based Enhanced Algorithm in
Wireless Sensor Networks. China Communications.
[8] Zheng, J., & Jamalipour, A. (2009). Wireless Sensor
Networks: A Networking Perspective. IEEE.

More Related Content

What's hot

Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks
Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor NetworksHierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks
Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor NetworksCSCJournals
 
A review on energy efficient clustering routing
A review on energy efficient clustering routingA review on energy efficient clustering routing
A review on energy efficient clustering routingeSAT Publishing House
 
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
 
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...ijsrd.com
 
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- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET Journal
 
SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...
SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...
SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...IJCNCJournal
 
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
 
Vol 8 No 1 - December 2013
Vol 8 No 1 - December 2013Vol 8 No 1 - December 2013
Vol 8 No 1 - December 2013ijcsbi
 
Various Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor NetworkVarious Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor NetworkEditor IJCATR
 
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...IJCNCJournal
 
A seminar report on data aggregation in wireless sensor networks
A seminar report on data aggregation in wireless sensor networksA seminar report on data aggregation in wireless sensor networks
A seminar report on data aggregation in wireless sensor networkspraveen369
 
Energy Consumption Reduction in Wireless Sensor Network Based on Clustering
Energy Consumption Reduction in Wireless Sensor Network Based on ClusteringEnergy Consumption Reduction in Wireless Sensor Network Based on Clustering
Energy Consumption Reduction in Wireless Sensor Network Based on ClusteringIJCNCJournal
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...IJMIT JOURNAL
 

What's hot (18)

Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks
Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor NetworksHierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks
Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks
 
A review on energy efficient clustering routing
A review on energy efficient clustering routingA review on energy efficient clustering routing
A review on energy efficient clustering routing
 
Aps 10june2020
Aps 10june2020Aps 10june2020
Aps 10june2020
 
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
 
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
 
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- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
 
SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...
SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...
SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...
 
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
 
Vol 8 No 1 - December 2013
Vol 8 No 1 - December 2013Vol 8 No 1 - December 2013
Vol 8 No 1 - December 2013
 
B05630814
B05630814B05630814
B05630814
 
Various Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor NetworkVarious Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor Network
 
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
 
A seminar report on data aggregation in wireless sensor networks
A seminar report on data aggregation in wireless sensor networksA seminar report on data aggregation in wireless sensor networks
A seminar report on data aggregation in wireless sensor networks
 
Ijetcas14 591
Ijetcas14 591Ijetcas14 591
Ijetcas14 591
 
Energy Consumption Reduction in Wireless Sensor Network Based on Clustering
Energy Consumption Reduction in Wireless Sensor Network Based on ClusteringEnergy Consumption Reduction in Wireless Sensor Network Based on Clustering
Energy Consumption Reduction in Wireless Sensor Network Based on Clustering
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
 

Similar to IRJET- Study on Hierarchical Cluster-Based Energy-Efficient Routing in Wireless Sensor Networks

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
 
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
 
Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2IAEME Publication
 
Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2IAEME Publication
 
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
 
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...IRJET Journal
 
Energy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor NetworksEnergy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor NetworksIRJET Journal
 
Hierarchical Routing Protocols in Wireless Sensor Networks: A Survey and its ...
Hierarchical Routing Protocols in Wireless Sensor Networks: A Survey and its ...Hierarchical Routing Protocols in Wireless Sensor Networks: A Survey and its ...
Hierarchical Routing Protocols in Wireless Sensor Networks: A Survey and its ...rahulmonikasharma
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
CBHRP: A Cluster Based Routing Protocol for Wireless Sensor Network
CBHRP: A Cluster Based Routing Protocol for Wireless Sensor NetworkCBHRP: A Cluster Based Routing Protocol for Wireless Sensor Network
CBHRP: A Cluster Based Routing Protocol for Wireless Sensor NetworkCSEIJJournal
 
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
 
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
 
IRJET- A Survey on Hierarchical-Based Routing Protocols for Wireless Sensor N...
IRJET- A Survey on Hierarchical-Based Routing Protocols for Wireless Sensor N...IRJET- A Survey on Hierarchical-Based Routing Protocols for Wireless Sensor N...
IRJET- A Survey on Hierarchical-Based Routing Protocols for Wireless Sensor N...IRJET Journal
 

Similar to IRJET- Study on Hierarchical Cluster-Based Energy-Efficient Routing in Wireless Sensor Networks (20)

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...
 
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
 
Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2
 
Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2
 
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...
 
D010332935
D010332935D010332935
D010332935
 
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
 
Energy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor NetworksEnergy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor Networks
 
Hierarchical Routing Protocols in Wireless Sensor Networks: A Survey and its ...
Hierarchical Routing Protocols in Wireless Sensor Networks: A Survey and its ...Hierarchical Routing Protocols in Wireless Sensor Networks: A Survey and its ...
Hierarchical Routing Protocols in Wireless Sensor Networks: A Survey and its ...
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
D035418024
D035418024D035418024
D035418024
 
CBHRP: A Cluster Based Routing Protocol for Wireless Sensor Network
CBHRP: A Cluster Based Routing Protocol for Wireless Sensor NetworkCBHRP: A Cluster Based Routing Protocol for Wireless Sensor Network
CBHRP: A Cluster Based Routing Protocol for Wireless Sensor Network
 
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
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
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...
 
IRJET- A Survey on Hierarchical-Based Routing Protocols for Wireless Sensor N...
IRJET- A Survey on Hierarchical-Based Routing Protocols for Wireless Sensor N...IRJET- A Survey on Hierarchical-Based Routing Protocols for Wireless Sensor N...
IRJET- A Survey on Hierarchical-Based Routing Protocols for Wireless Sensor N...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
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
 

Recently uploaded (20)

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
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
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
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
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...
 

IRJET- Study on Hierarchical Cluster-Based Energy-Efficient Routing in Wireless Sensor Networks

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 688 Study on hierarchical cluster-based energy-efficient routing in Wireless Sensor Networks Indranil Ghosh B.Tech Student, Department of Computer Science and Engineering, KIIT University, Bhubaneswar, Odisha, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The current technical developments in communication and computation has overall led to a development of low-cost, low-power, small in size, multifunctional nodes in wireless sensor networks. As radio broadcast and reception consumes lot of energy so one of the important problems of wireless sensor network comprises inadequate battery power and short life span. In order to maximize the complete network performance, it is preferable to dispense energy all over the network. Much research has been done in the recent years, examining differentfeatureslike low power protocols, routing protocols, network coverage problems and network formations. There are various routing protocols like location-aided, multi-path, data-centric, QoS based, hierarchical routing, hybrid routing etc. which are aimed to achieve ideal routing in the context of energy. In this paper, the prime focus is mainly over the study on the energy- efficient hierarchical cluster-based routing for WSN. Key Words: Wireless Sensor Networks, Cluster Head, Hierarchical clustering, Base Station, PEGASIS, TEEN 1. INTRODUCTION With fast development in electronics industry, small cheap battery-powered wirelesssensorshave nowstartedtomake an influence on the communication with the physical world. With the starting of micro-electronic mechanical systems (MEMS)[8] and wireless communication technologies have allowed the development of tiny, low-cost, low-power, and multifunctional smart sensor nodes in a wireless sensor network (WSN). These sensor nodes are positioned over a wide area using a drone which are networked with wireless connections. The wireless nodes were initially used first by the military organisations for frontline surveillance [2]. A WSN generally comprisesof vast number of nodes(tensto thousands) which are either mobile or static.Thesearesmall devices which are implanted with microprocessors, radio receivers and different components for computing, communication and actuation. Any sensor node of that property can be power-driven by a AA battery and can continue for three years without failure with a 1% low duty cycle mode. However, these sensor nodes are very disposed to failures, for that reason they are densely installed in large numbers over a fixed area. Figure 1 showsa diagram of a wireless sensornetwork.After they are deployed, these nodes are accountable for self- organizing in a suitable network architecture using several network algorithms. Position can bepreciselyobtainedusing global positioning systems (GPS) or positioning algorithms. The information can be collected from all nodes across the network and they are transported to the base station. Fig -1: Schematic of a Wireless Sensor Network Architecture In an ideal case we can originate information from WSN by giving queriesand gathering results from base stations(also called sink nodes) which acts as an interface between users and network. Hence, WSN is a distributed database. The elementary goal of a WSN is to provideinformationfrom raw sensed data by individual sensor node. The resource- controlled nature of sensor nodes poses a great challenge to the design of WSN. On the other hand, inadequate power dictates, the design of energy-efficient communication protocol. Routing is also a very challenging job asthe nodescan either be mobile or stationary which distinguishes it from mobile ad-hoc networks 0. The sensor nodes have limits over processing ability, transmission power, storage and on- board energy and thus require careful resource management. Researchers have found several protocols [4] for communication, security and routing correct data to the base station in WSN. All these protocolscan bedividedinto4 categories as shown in Table 1.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 689 Table -1: Different Routing Protocols In this paper several hierarchical cluster-based routing protocols for wireless sensor network are discussed and compared. This paper is ordered into 3 sections. Insection2, energy-efficient structures are discussed and in section 3, various hierarchical cluster-based routing protocols are discussed and compared. 2. ENERGY EFFICIENTCLUSTERINGSTRUCTURESIN WSN The main reason of clustering is to minimize the entire transmission power over the nodes in a specified path, and to sustain a balance of load among the nodes for extending the network lifetime. Clustering is a sample of layered protocols in which a network is made of several clusters of sensors. As in Figure 2, each cluster is managed by a special node called cluster head (CH), which acts a leader node and is accountable for organizing the data transmissionactivities of all sensors in its region. All sensors in a cluster communicate with a cluster head for performing intra- transmission arrangement and data aggregation. Cluster heads in turn transmits the sensed data to the global sink. The distance between the sensor to their cluster head is much lesser than their respective distances to global sink. Since a network is characterized by its inadequate wireless channel bandwidth, it would be useful if the amount of data transmitted to the sink can be reduced. To achieve this objective, a local collaboration between the sensors in a cluster is required to reduce bandwidth. Fig -2: Clustering in WSN 2.1 Cluster-based Hierarchical Model As shown in Figure 3, the hierarchical splits the entire network into layers of clusters or hierarchies [5]. Nodes are categorised into clusters which again forms bigger clusters leading to tree-like structures. Data travels from the lowest clustered layer to highest layer. Clustering thus offers integral optimization abilities at the CHs. In the cluster- based hierarchical model, data is first combined and analysed in the cluster then sent to the higher-level cluster- head. As it moves upwards from lower to higher level, it covers greater distances, which in turn decreases the travel time and latency. This model is better than any single-hopor multi-hop models. Fig -3: Cluster Based Hierarchical Model A cluster-based hierarchy is very efficient as data moves faster to base station from the cluster heads thus decreasing latency than in a multi-hop model. Also, in cluster-based model only cluster-heads are responsible for data aggregation but in the multi-hop model every intermediate node performs data aggregation. As a result, the cluster- based model is more suitable for real-time applicationsthan the multi-hop model. However, it has a majorproblem,i.e.,as the distance between clustering level increases, the energy spent is proportionate to the square of the distance. This increases energy expenditure. Regardless of this pitfall, this technique overshadows its disadvantage. A cluster-based hierarchical model provides a better method to routing for WSNs.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 690 3. ENERGY-EFFICIENT HIERARCHICAL CLUSTER ROUTING TECHNIQUES As discussed in [8], these techniques maximise the time periodof a networkwith a huge numberof sensornodes.The EEHC technique splits the entire WSN into clumps where each clumphas a clusterhead andthe clusters areintheform of a hierarchy. The CH gather the data from the adjacent nodes and transfers it to the CHs of upper hierarchical levels which eventually reaches the global sink or base station. Numerous research projects in the past few years have explored hierarchical clustering in WSN from different perceptions. Various protocols have been proposed for extending the life of WSN and for routing the exact data to the base station. Some of them are LEACH, PEGASIS and TEEN. 3.1 Low-Energy Adaptive Clustering Hierarchy (LEACH) [3] LEACH is the initial and the most powerful EEHC technique for WSNs which was proposed for dropping power consumption. In LEACH, based on time-interval the nodes alternately perform the clustering. Each cluster head (CH) directly communicate to relay the data to the base station. It is an application-specificdatadistributionprotocol that uses clusters to extend the life of the wireless sensor network LEACH is based on an aggregation technique that combines the original data into a smaller size meaningful data to all individual sensors. LEACH splits the whole network into several clusters of sensors, which are built by using localized coordination and controlnotonlytodecrease the amount of data that are transmitted to the sink, but also to make routing and data distributionmoreavailable.Energy dissipation of the sensor depends on the distance and the data size to be transmitted. Hence, LEACH tries to transmit data over short distances and reduce the number of transmission and reception activities.LEACHusessingle-hop routing where each node transmits directly to the cluster- head and the sink. Therefore, it is not valid for networks which are deployed in large areas. Also, LEACH clustering terminates in a finite number of loops, but does not guarantee good Cluster Head distribution. 3.2 Power-Efficient Gathering in Sensor Information Systems (PEGASIS) [7] PEGASIS can be called as a superset of LEACH protocol.It forms multiple clusters and creates chains from sensor nodes so that each node transmits and receives from a neighbouring node and only one node is selected from that chain to transmit to the base station. After the data is collected and aggregated it moves from node to node and is finally delivered to the base station. The chain creation is performed using greedy approach. Unlike LEACH, PEGASIS does use form cluster. However, it uses only one node in a chain to transmit data to the base station instead of using various nodes. A sensor transmits data to its adjacent nodes in the data fusion phase without sending straightto itsCHas in the case of LEACH. In PEGASIS routing technique, the construction stage assumes that all the sensors have information about all other nodes, mainly, the positions of the sensors, and uses a greedy approach to calculate nodal positions. Precisely, it begins with the farthest sensor from sink to make sure that sensors which are very far apart from the sink have adjacent nodes. If any sensor dies due to low battery, the chain is formed using the greedy approach by sidestepping the eliminated sensor. In each round, an arbitrarily sensor node from the chain is chosen which transmits the aggregated data to the BS, hence reducing the per round energy expenditure ascompared to LEACH. Thus, PEGASIS is an ideal chain-based protocol. 3.3 THRESHOLD SENSITIVE ENERGY EFFICIENT SENSOR NETWORK PROTOCOL (TEEN) [6] TEEN is a hierarchical clustering protocol, which groups sensors into clumps each having a CH. All the sensors forming a transfer their sensed data to the CH. The CH then sends the collective form data to higher level CH till the data reaches to the BS. Thus, the sensor network architecture in TEEN is based on a series of hierarchies where closer nodes make a cluster and this procedure goes on till the BS is reached. TEEN is fit for applications where the users can control a trade-off among energy efficiency, data accuracy, and response time. Salient featuresof TEEN comprise of its correctness for time critical sensing applications. Also, since message transmission uses additional energy than data sensing, so the energy consumption in this system is less than the proactive networks. The soft threshold can be varied. At every cluster change time, new parameters are broadcasted and so, the user can change them asneeded. However, TEEN is not apt for sensing applications whereperiodicreportsare needed since the user may not get any data at all if the thresholds are untouched. 4. CONCLUSIONS Due to the scarce energy resources of sensors, energy efficiency is one of the key challenges in the design of protocols for WSNs. The ultimate objective behind the protocol design is to keep the sensors operating prolonged time, therefore extending the network lifetime. In this paper we have studied and summarized current research works focused primarily on the energy efficient hierarchical cluster-based routing protocols for WSNs. As this is a comprehensivearea, this paper hasonlycoveredfewrouting protocols. The protocols discussed in this paper have individual advantages and drawbacks. Based on the topology, the protocol and routing strategiescan be applied. The factors affecting cluster formation and CH communication are open topics for future research.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 691 Moreover, the processof data aggregation and fusionamong clusters is also an fascinating problem to explore. REFERENCES [1] Akkaya, K., & Younis, M. (2005). A Survey on Routing protocols for Wireless Sensor Networks. Elsevier, 325- 349. [2] Chong, C., & Kumar, S. (2003). Sensor Networks : Evolution oppurtunities, and Challenges. IEEE, vol 91, no. 8, 1247-1256. [3] Heinzelman, W., Chandrakasan, A., & Balakrishnan, H. (2000). Energy-efficient Communication Protocol for Wireless Microsensor Networks. Thirty Third Hawaii International Conference on System Sciences. Washington, DC: IEEE. [4] Heinzelman, W., Chandrakasan, A., & Balakrishnan, H. (2002). An Application-Specific Protocol Architecture for Wireless Microsensor Networks. IEEE Tmnsactions on Wireless Communications, 660-670. [5] Ibriq, J., & Mahgoub, I. (2004). Cluster-Based Routingin Wireless Sensor Networks: Issues and Challenges. SPECTS 2004, 759-766. [6] Manjeshwar, A., & Agrawal, D. (2001). TEEN:AProtocol for Enhanced Efficiency in Wireless Sensor Networks. 1st International Workshop on Parallel and Distributed Computing Issues in Wireless Networks and Mobile Computing. San Francisco. [7] Yueyang, L., Hong, J., & Guangxin, Y. (2006). An Energy- Efficient PEGASIS-Based Enhanced Algorithm in Wireless Sensor Networks. China Communications. [8] Zheng, J., & Jamalipour, A. (2009). Wireless Sensor Networks: A Networking Perspective. IEEE.