You are on page 1of 5

Efficient Cluster Head Selection in Wireless

Sensor Networks.
 where firstly instead of selecting the cluster head
randomly we can apply some algorithm where we can

Abstract— Wireless sensor network (WSN) refers to a


group of spatially dispersed and dedicated sensors for
monitoring and recording the physical conditions of the
environment and organizing the collected data at a
central location. Monitoring is common application of
WSN network. One can see large number of select the positive properties of the node and then
applications of WSN involves area monitoring, health instead of applying heuristic search we can apply
care monitoring, environmental monitoring like air classification algorithm to get better results. A small
pollution monitoring, forest fire detection, water quality effort is taken here, to group all algorithms for energy
monitoring, landslide detection etc. and industrial efficient cluster head selection.
monitoring like machine health monitoring, data center
monitoring, data logging etc.. Delivery of Sensor data Keywords— Wireless Sensor Networks, Cluster Head
must follow the time constraints so that appropriate Selection, Honey-Bee Mating Optimization.
observations can be made or actions taken. Very few
results exist who meet real time requirements in WSN.
I. INTRODUCTION
Most protocols either ignore real-time or simply
attempt to process as fast as possible ignoring data
fusion, data transmission, target and event detection Wireless Sensor Network is defined as a network
and classification, query processing, and security. In of devices that communicates all the information
wireless sensor network, certain areas are covered by gathered from a monitored field through wireless
large number of sensor nodes. Sensor nodes are small in links. The data is transmitted through multiple nodes
size with limited battery power, less processing power, and the data is connected to other networks through a
less bandwidth. Wireless sensor networks need to
gateway like Ethernet. It consists of base station and
minimize energy consumption to increase network
lifetime. Clustering sensors can save energy and hence multiple nodes. Depending on the type of
increase the lifetime of sensor nodes. Clustering sensors environment, Wireless sensor networks are divided
is one of the important methods to prolong the network into five types,
lifetime in wireless sensor networks. It includes 1. Terrestrial WSN’s: In this type, there are
grouping of sensor nodes and then electing one cluster hundreds and thousands of wireless sensor
head from each cluster to collect data from each node,
nodes connected to the base station in structured
aggregate the data and then forward the aggregated
data to base station. This helps in decreasing the energy or unstructured manner. Minimum battery
of sensor node and save it for further use. Hence power issue is achieved by using low duty cycle
selection of cluster head node is becoming more operations, minimizing delays and optimal
important in order to increase lifetime of network and routing.
remaining energy level. Honey-Bee Mating algorithm 2. Under-Ground WSN’s: Here, nodes are
executes faster in the process of cluster head selection
deployed underground to monitor conditions
and even is energy efficient. Particle Swarm
Optimization Algorithm is inefficient for cluster head occurring there and to relay the conditions there
selection. The Breeding Fish Swarm Optimization sink nodes are located above the ground. The
Algorithm and the Firefly Algorithm increases the limited battery power is difficult to recharge and
network lifetime whereas the Genetic algorithm hence creates a challenge of heavy loss of
increases the complexity. Naïve Bayes Classifier energy and signal loss.
algorithm used for selection of cluster head increases
3. Under-Water WSN’s: In this type, sensor nodes
the network lifetime but the actual clustering of sensor
nodes is not efficiently done. Modified Honey-Bee are deployed under water to gather data. This
Mating Optimization Algorithm can be made use of, creates long propagation delay, bandwidth and
sensor failures.
4. Multimedia WNS’s: These are enabled to track
and monitor the events in the form of
multimedia. Here, nodes are equipped with Localization: The problem of localization deals with
microphones and cameras. It consumes high learning the physical location of the deployed nodes.
energy, high bandwidth, data processing and Localization is performed with the help location
compressing techniques. discovery algorithms.
5. Mobile WSN’s: It is a collection of sensor Energy consumption is important in Wireless Sensor
nodes that move on their own and are connected Network using some algorithms and by doing some
in a physical environment. It includes better and hardware configurations for energy efficiency. There
improved coverage and is more energy efficient are various methods used to achieve energy
compared to others. efficiency in WSN. Following are various methods
Challenges of WSN are as follows: used:
Energy: Energy is consumed for node operations 1. Duty Cycling
such as sensing, data collection and network 2. Data Handling
operations like data communications via different 3. Reliable Routing Protocol and Overhead
communication protocols. Batteries are small and Reduction
need to be replaced or recharged, which is not always 4. Mobility
possible. 5. Fast communication and Energy Efficient
Harsh Environment Conditions: Due to harsh Forwarding Scheme
environment conditions, sensors can malfunction and 6. Topology Management
give inaccurate information to other nodes. 7. Energy Efficiency Based on QoS.
Self-Management: WSN consists of large number of Moving ahead with clustering,
sensor nodes generally deployed statically. But due to
failure of nodes WSN topology changes frequently. It II. LITERATURE SURVEY
is required that a sensor network system be adaptable As discussed in introduction, we will discuss the
to changing connectivity. research done on energy efficient cluster head
Hardware and Software Issues: Due to tiny size selection. Here, we will concentrate on all the
and limited amount of energy source, the nodes have algorithms that contribute to energy efficiency.
also restricted resources such as CPU performance, Jafarizadeh et. al. [1], has made use Naïve Bayes
memory, communication bandwidth and range. algorithm for classification to find cluster head node
Heterogeneity: Heterogeneity arises when two which is efficient and increases the network lifetime
completely different WSN communicate with each in wireless sensor network. The parameters used to
other. Heterogeneity can create new issues in create dataset to select cluster head node consists of
communications and network configuration. the position of cluster node, remaining energy/power
Data Freshness: Various WSN applications require level of node, distance from base station, and the
real time operations; to achieve this data should reach class. After dataset creation Naïve Bayes classifier is
to sink within the tolerable time limit. applied using MATLAB for simulation. Some default
Quality of Service (QoS): QoS is the measure for values and assumptions were made and the
competence of Sensor network in meeting application performance was evaluated. The results obtained led
to the conclusion that Naïve Bayes Classifier gave
specific requirements. QoS network perspective
better outcomes than LEACH.
refers to problem of effectively managing the energy
and bandwidth, along with satisfying application
Zahedi et. al. [2], has shown the effect of using
requirements. reservation to reduce message transmitting energy
Deployment: Deployment means implementing and dissipation. By using the reservation mechanism,
sensor nodes in real world scenarios. the number of communication messages can be
Operating System (OS): The OS of sensor must be reduced. Author has proposed reservation-based
capable of providing basic memory management and clustering approach, which shows significant
resource management features, but should be less difference in reduction of energy dissipation. By
complex as compared to general OS. adding reservation phase at start of network
Security: Confidentiality means nodes should configuration, it saves energy and lifetime of network
encrypt sensed data, prior to its transmission to relay at first. But, later the energy decreased and reduced
node or base station. the network’s control messages effectively.
Fault Tolerance: The property of fault tolerance
implies WSN should remain operational in case of K. Vijayalakshmi et. al. [3], has proposed a
faulty sensors and death of sensor nodes. method based on Particle Swarm Optimization and
Tabu Search algorithm. It has helped in routing the sensor nodes and the delay. It hybridized two
optimal path selection to increase the lifetime of the algorithms i.e., Firefly and Grey Wolf Optimization.
network. The results shown has improved the quality The performance of the algorithm was then compared
of cluster formation, percentage of live nodes and with Genetic Algorithm, Group Search Optimization,
reduced the rate of packet loss as well as the delay. Artificial Bee Colony, Fractional Artificial Bee
The comparison of proposed hybrid heuristic Colony, Firefly with Cyclic Randomization for
approach of Tabu Search and Particle Swarm Cluster head selection. The performance of all
Optimization algorithm was done with LEACH (Low algorithms was compared on basis of lifetime of
Energy Adaptive Clustering hierarchy) algorithm network, efficiency of energy, statistics of dead
proved that the Multi-hop LEACH protocol was nodes. The proposed algorithm proved the network
found to be inefficient. lifetime prolonged.

Selvi et. al. [4], has made use of the Honey Bee Banakar Vinodkumar et al. [9], considers the
Optimization technique in order to increase the cost of sending as well as processing, therefore they
network lifetime and throughput and gives better use short distance path as well as compression of the
performance related to node’s scalability, quality and data to reduce the power consumption. A robust
energy efficiency. The technique used finds an TARF (trust-aware routing framework) for dynamic
optimal path that has a low cost to reduce energy WSNs is designed and implemented. TARF provides
consumption. Hence construction of energy clusters trustworthy and energy-efficient route without tight
was done from the inspiration of biologically time synchronization or known geographic
efficient Bee Colony approach. But after information, TARF proves effective against those
implementation the packet delivery rate was found to harmful attacks developed out of identity deception.
be higher than other approaches.
Priyanka Y Shah and et al [10] concludes that in
Sengottuvelen et. al. [5], proposed an improved wireless sensor network energy is a scarce resource.
Artificial Fish Swarm Optimization algorithm in Concentration of data traffic towards sink causes
which the cluster head selection was done in the nearby nodes to deplete their batteries quicker than
optimized way. The results that were obtained had other nodes, and leaves sink stranded. This problem
fast convergence, better fault tolerance capability and can be solved by keeping the sink node mobile.
did better local search for optimization. The proposed Mobile sink saves more energy compared to
algorithm reduced packet loss and the network stationary sink node by moving and collecting
lifetime was also improved. information from the field. Authors also proposed
rendezvous node rotation to avoid over utilization of
Daflapurkar et. al. [6], proposed a method rendezvous nodes.
consisting of three steps viz., construction of hop tree
from end to end in sensor nodes cluster head Kritika Varma and Sahil Dalwal [11] optimized
selection and formation of clusters as well. The goal energy in WSN using hybrid BSA + LEACH. Results
was to design and simulate novel tree-based of test performed proved that the proposed algorithm
distribution for efficient energy and aggregation of all surpasses and gives way better results than
data collected from the sensors. The working was WSNCABC, LEACH, and PEGASIS and proved to
based on Shortest path tree method for routing. The be an energy efficient algorithm.
obtained results outperformed the existing energy
efficient routing solutions. Indu and Sunita Dixit [12] enlist the challenges
and issues confronted by WSN, in which one of the
Jha et. al. [7], implementation of different important constraints is energy optimization. The
variations of Genetic algorithm was implemented for paper also states the importance of WSN and its
data communication on energy models in order to applications.
obtain optimal energy consumption. Battery life of
sensor nodes was extended by the obtained energy Tarun Bala and et al [13] concludes that for
values making use of the parameters during data practical implementation of WSN, energy saving is
communication. major concern in the resource constraint
environment. In terms of hardware, sensor network
Murugan et. al. [8], proposed Firefly Cyclic Grey must be scalable, and capable of fulfilling QoS
Wolf Optimization for optimal cluster head selection requirement, on software front the algorithms and
simulation. The main focus was on energy protocols used should be energy efficient. WSN has
stabilization, minimization of distance between two emerged as an active research area, involving various
challenging topics such energy consumption, routing energy
algorithms, deployment and localization problems. efficiency
and data
aggregatio
III. OPEN ISSUES n in WSN
Algorith Publicati Findings Limitations outperform
m Used on ed existing
algorithms.
Naïve Springer Use of In this, the
Bayes Naïve clustering Genetic Springe The results Complexity of
Bayes operation was Algorith r obtained inter-cluster
Algorithm not carried m extension communicatio
to out. in battery n increased.
determine life usage.
Cluster Firefly Int. J. Selection Network
Head and Grey Wireles of cluster lifetime
prolonged Wolf s and head prolonged.
the Optimiza Mobile Optimally,
Network tion Compu minimizati
Lifetime. ting on od
LEACH Springe Reduction Increade in distance
r in message energy between
message comspumtion nodes and
transmissio due to addition minimizati
n and of reservation on of
energy phase. delay.
dissipation TARF Int. J. trustworth
Tabu Springe The of y and
Search, r algorithms Compu energy-
Particle were ter efficient,
Swarm proposed Science increases
Optimiza to optimize and throughput
tion the routing Mobile
in WSN. Compu
ting
Honey IEEE Building Packet
Bee the energy delivery rate is Mobile IJAER selection The no. of
Optimiza clusters higher than sink D of capable rendezvous
tion from the rest approach nodes so nodes at each
inspiration algorithms. that all round remains
of nodes are same as old
biological fairly rendezvous
honey bee utilized node, so load
colony balancing is
approach. disturbed
Breeding Springe Optimized Packet loss BSA + IJIRCC Highest Complications
Artificial r cluster reduction and LEACH E level of of system
Fish head improved energy increased,
Swarm selection. network optimizatio unable to save
Optimiza lifetime. n is WSN from
tion achieved attackers
during steady
Tree IEEE The results Reinforcement
phase
Based obtained learning for
Distributi after tree- cluster head
on based selection was
distributio introduced.
n for
IV. CONCLUSION AND FUTURE SCOPE for Optimal Cluster Head Selection in
Clustering sensors is one of the important Wireless Sensor Networks” , Springer
methods to prolong the network lifetime in wireless 2016.
sensor networks. It includes grouping of sensor nodes [6] Pradnya M.Daflapurkar, Dr. Meera Gandhi
and then electing one cluster head from each cluster , Dr.Bhagwan Patil, “Tree based
to collect data from each node, aggregate the data and Distributed Clustering Routing Scheme for
then forward the aggregated data to base station. This Energy Efficiency in Wireless Sensor
helps in decreasing the energy of sensor node and Networks”, IEEE Conference , 2017.
save it for further use. Hence selection of cluster head [7] Sunil Kr. Jha,Egbe Michael Eyong, “An
node is becoming more important in order to increase energy optimization in wireless sensor
lifetime of network and remaining energy level. networks by using genetic algorithm”
Naïve Bayes Classifier algorithm used for ,Springer , 2017.
selection of cluster head increases the network [8] T. Senthil Murugan and Amit Sarkar,
lifetime but the actual clustering of sensor nodes is “Optimal cluster head selection by
not efficiently done. Modified Honey-Bee Mating hybridisation of firefly and grey wolf
Optimization Algorithm can be made use of, where optimisation”,Int. J. Wireless and Mobile
firstly instead of selecting the cluster head randomly Computing, 2018.
we can apply some algorithm where we can select the [9] Banakar Vinodkumar, Mrs. Geetha N B,
positive properties of the node and then instead of Mohamed Rafi, “Energy Optimization in
applying heuristic search we can apply classification Wireless Sensor Networks”, International
algorithm to get better results. Journal of Computer Science and Mobile
Computing, 2015
V. REFERENCES [10] Priyanka Y Shah, Samir D Trapasiya,
“Energy Optimization In Wireless Sensor
[1] Vahid Jafarizadeh,Amin Keshavarzi, Network Using Mobile Sink Approach”,
Tajedin Derikvand, “Efficient cluster head International Journal of Advance
selection using Naive Bayes classifier for Engineering and Research Development,
wireless sensor networks”, Springer , 2016. 2015
[2] Abdulhamid Zahedi, Mahdi Arghavani, [11] Kritika Varma, Sahil Dalwal, “An
Fariborz Parandin,Abbas Arghavani, Approach to Energy Optimization in WSN
“Energy Efficient Reservation-Based Using Hybrid Leach and Bird Swarm
Cluster Head Selection in WSNs”, Algorithm”, International Journal of
Springer , 2018. Innovative Research in Computer and
[3] K. Vijayalakshmi,P. Anandan , “A multi Communication Engineering, 2018
objective Tabu particle swarm optimization [12] Indu, Sunita Dixit, “Wireless Sensor
for effective cluster head selection in Networks: Issues & Challenges”,
WSN” , Springer , 2018. International Journal of Computer Science
[4] Selvi M,Nandhini C ,Thangaramya K and Mobile Computing, 2014.
,Kulothungan K, Kannan A , “HBO Based [13] Tarun Bala, Varsha Bhatia, Sunita
Clustering and Energy Optimized Routing Kumawat, Vivek Jaglan, “A survey: issues
Algorithm for WSN” , IEEE Eighth and challenges in wireless sensor
International Conference, 2016.. network”, International Journal of
[5] P. Sengottuvelan ,N. Prasath , “BAFSA: Engineering & Technology, 2018
Breeding Artificial Fish Swarm Algorithm

You might also like