SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 104
GENETIC RELATED CLUSTERING FOR REDUCING ENERGY
CONSUMPTION IN WIRELESS SENSOR NETWORK
Shreya Patel1
, Jayesh Munjani2
1
Student, Electronics & Communication, CGPIT, Gujrat, India
2
Professor, Electronics & Communication, CGPIT, Gujrat, India
Abstract
A wireless sensor network is made up of large number of mote (sensor node). Mote has limited battery power. Mote need to
perform different type of task like monitor an area, sense the data, collect this data and send this data to base station. As mote
(sensor node) need to do such a task it requires more battery power.so it is necessary to save energy of mote by reducing energy
consumption.one can use clustering to reduce energy consumption. Clustering is grouping of mote. Energy consumption can be
reduced by using intelligent hierarchical techniques for clustering. Various artificial intelligent techniques can be integrated with
clustering better result can be achieved.
Key Words: Wireless sensor network, Genetic algorithm, Clustering
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Wireless sensor network is widely used in most of
application like military application, home application,
health application, Environment application. Mote has small
power, low cost and it is multi-functional. There are
different challenges like limited battery capability,
transmission media, robustness, topology etc. in wireless
sensor network. Battery power is necessary to keep wireless
sensor network in working condition. So it is require using
battery power very efficiently. For reducing battery power
we can work at task level, algorithm level, protocols level.
This paper concerns with hierarchical clustering strategy
that produce intelligent cluster.
Cluster is simply defined as group of node. In clustering all
nodes in cluster collect the data and send data to the cluster
head. Each cluster has one cluster head that receives a data
from its cluster member. Cluster head send this receives data
to base station. Objective of clustering are set to meet the
requirement for application. It is used in military
application, object tracking, detection of chemical or
biological agent threats, weather monitoring etc. Many
objectives are load balancing, Fault tolerance, increased
connectivity, reduced delay, minimal cluster count,
maximum network longevity, reduce energy consumption,
Scalability, localized control, reduce complexity and reduce
communication overhead [1].
Clustering is depends on application, it is also affected by
changes in connectivity of network; it also depends on
selection of cluster head as well as distribution of cluster
head. Clustering is need to be done in such way that network
should work if any node die due to environment condition or
due to some other reason. If any node may fail because of
some reason then entire network functionality should not
stop. Clustering need to be done in such way that it can
maximize whole network lifetime by utilizing energy of
network.
Fig -1: Basic clustering model
2.INTRODUCTION TO GENETIC ALGORITHM
Genetic algorithms are initiated and developed in early 1970
by John Holland. Genetic algorithms (GAs) are the main
paradigm of evolutionary computing. GAs is inspired by
Darwin's theory about evolution – the "survival of the
fittest"[2].
The normal nodes are represented as bits of a chromosome.
The cluster head and its member nodes are represented as 1s
and 0s respectively [3]. A population consists of many
chromosomes and the best chromosome is used to produce
the next population. The fitness of the chromosome is based
on the estimated energy consumption, which is determined
by several fitness parameters such as distance between
sensor node to sink node(Direct distance), distance between
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 105
sensor node and cluster head(Compactness), distance
between cluster head and sink node(CH distance), Total
energy( It is sum of Energy required to send data from
sensor node to cluster head, Aggregation energy and energy
consume for sending a data from Cluster head to Sink node),
Number of node remains in network(NT), Summation of
(Remaining energy/ Initial energy).
2.1 Operators of Genetic Algorithm
There are three main operators of genetic algorithm. They
are selection, cross over and mutation.
Selection: selection is used for creating next generation by
selecting individual from old generation [2].
Crossover: According to crossover probability, it creates
new generation by combining best characteristics of each
parent [2].
Mutation: According to mutation probability. It exchanges
a bit.
3.CLUSTERINGUSING GENETIC ALGORITHM
In clustering all member nodes send their data to their
respective cluster head and cluster head aggregate the data
and send that data to main location. in distance is reduce as
all node does not send data directly to base station. As
energy is directly proportional to distance, here distance is
reduced so energy consumption is also reduced. Here
intelligent technique is added with clustering. Genetic
algorithm is added in clustering.
[1]. Initialize Population If random number is less than
Optimal Election probability then assign value of
chromosome as 1 otherwise 0.Optimal Election
Probability of a node to become cluster headOptimal
Election Probability=(Kopt /Number Of Nodes) (1)
[2]. Fitness CalculationFor this calculation, it is necessary
to calculate
 distance between sensor node to sink node(Direct
distance)
 distance between sensor node and cluster
head(Compactness)
 distance between cluster head and sink node(CH
distance)
 Total energy( It is sum of Energy required to send data
from sensor node to cluster head, Aggregation energy
and energy consume for sending a data from Cluster
head to Sink node)
 Number of node remains in network(NT)
 Summation of (Remaining energy/ Initial energy)
Fitness = Direct Distance + Compactness + CH distance +
Total Energy + NT + sum(Remaining energy/ Initial
energy) (2)
[1].Create a new population by repeating following steps
until the new population is complete.
[2].Selection
[3].Tournament selection is used. In this individual which
has minimum fitness is selected for next population.
[4].Crossover
[5].Two point crossover method is used. In GA
optimization, crossover operation is performed with two
randomly selected chromosomes decided by the
crossover probability.
[6].Mutation
[7].The mutation operation involves altering the value at a
randomly selected gene within the chromosome.
Similarly, a mutation probability is used. Different from
the crossover probability, the mutation probability is
usually fairly small. In this value of zero is replaced by
one.
[8].Again calculate fitness and minimum fitness value of
chromosome is selected as cluster head.
[9].Go to step 2
After completing this clustering, energy of node is
calculated by applying radio energy model.
4. RESULT AND DISCUSSION
Simulation has been done in MATLAB (2010 A) installed
on Intel(R),Core (TM),i3 CPU M350 @2.27 GHz having
3.00 GB RAM. Here for simulation 100×100 m area is
selected and 100 numbers of nodes are deployed in the
network. Results have been simulated for LEACH and
Genetic based clustering approach. Results also shown for
the number of dead node per round, number of alive node
per round, number of cluster head per round and total energy
consumption per round.
Table -1: Simulation Parameter
Simulation Parameter Value
Number of Nodes (N) 100
Network size 100*100 m
Base station location (50,50)
Node energy 2 J
Etx and Erx (Energy
for transmission and
reception)
50 * 10^(-9) J
10 * (10^(-12)) J
5 * (10^(-9)) J
1.3 * (10^(-15))
Data size 5000 byte
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 106
Fig -2: Location of Base station at (50,50) and sensor node
0 100 200 300 400 500 600 700 800
0
10
20
30
40
50
60
70
80
90
100
numbr of rounds
numberofdeadnode
Genetic Approach
LEACH
Fig -3: Number of dead node Vs Round
Figure 3 shows that first node is died after 33 round in
LEACH and in Genetic based clustering first node died after
366 round. In LEACH 10 % node die after 49 round and in
genetic based clustering 10 % node die after 408 round. Last
node die after 690 rounds in LEACH and 775 rounds in
Genetic based clustering.
0 100 200 300 400 500 600 700 800
0
10
20
30
40
50
60
70
80
90
100
number of rounds
numberofalivenode
Genetic Approach
LEACH
Fig -4: Number of alive node Vs Round
Figure 4 shows that 99 node is alive after 33 round in
LEACH and in Genetic based clustering 99 node remain
alive after 366 round.
0 100 200 300 400 500 600 700 800
-50
0
50
100
150
200
number of rounds
totalnetworkenergy
Genetic approach
LEACH
Fig -5: Total Network Energy Vs Round
Figure 5 shows that energy utilization is better in Genetic
based clustering and hence network lifetime is increase
using genetic approach. Genetic based Approach is better
than LEACH.
Table -2: Comparison of LEACH and Genetic Approach
Number of node die LEACH Genetic Approach
First node die 33 366
10 % node die 49 408
100 % node die 690 775
5. CONCLUSIONS
In genetic algorithm, the nodes are represented as bits of a
chromosome. The cluster head and its member nodes are
represented as 1s and 0s respectively. A population having
many chromosomes and the best chromosome is used to
generate the next population. The fitness of the chromosome
is based on the estimated energy consumption, which is
determined by several fitness parameters such as distance
between sensor node to sink node(Direct distance), distance
between sensor node and cluster head(Compactness),
distance between cluster head and sink node(CH distance),
Total energy. Based on the fitness, the population
transforms into the future generation.
In our topology Genetic based clustering is 12.31% better
than LEACH. Other intelligent technique can be added in
hierarchical clustering and can achieve a better result.
REFERENCES
[1]. Abbasi, A. A., & Younis, M. (2007).“A survey on
clustering algorithms for wireless sensor
networks”. Computer communications, 30(14), 2826-
2841.
[2]. S. Rajasekaran, G. A. Vijayalakshmi pai “Neural
networks, fuzzy logic and genetic algorithm”.
[3]. Ian F. Akyildiz, Mehmet Can Vuran, “Wireless Sensor
Networks” , Wiley Publication,2010.
[4]. Naeimi, S., Ghafghazi, H., Chow, C. O., & Ishii, H.
(2012). “A survey on the taxonomy of cluster-based
routing protocols for homogeneous wireless sensor
networks”. Sensors, 12(6), 7350-7409.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 107
[5]. Wang, J.; Zhang, Z.; Xia, F.; Yuan, W.; Lee, S. “An
Energy Efficient Stable Election-Based Routing
Algorithm for wirelesss sensor
Networks”. Sensors 2013, 13, 14301-14320.
[6]. W. R. Heinzelman, A. Chandrakasan, and H.
Balakrishnan, ”An Application-Specific Protocol
Architecture for Wireless Microsensor Networks”,
IEEE Transactions on Wireless Communications, Vol.
1, No. 4,October 2002, pp. 660-670.
[7]. Sajid Hussain, Abdul W. Matin. “Hierarchical Cluster-
based Routing in Wireless Sensor Networks”
[8]. Banimelhem, O.; Mowafi, M.; Taqieddin, E.; Awad,
F.; Al Rawabdeh, M., "An efficient clustering
approach using genetic algorithm and node mobility in
wireless sensor networks," Wireless Communications
Systems (ISWCS), 2014 11th International Symposium
on , vol., no., pp.858,862, 26-29 Aug. 2014
[9]. Mohamed Elhoseny, Xiaohui Yuan, “Balancing
Energy Consumption in Heterogeneous Wireless
Sensor Networks using Genetic Algorithm” IEEE
2013.
BIOGRAPHIES
Shreya Patel, completed Master of
Technology In Electronics & Communication
at Uka Tarsadia University, Bardoli, Surat

More Related Content

What's hot

Edd clustering algorithm for
Edd clustering algorithm forEdd clustering algorithm for
Edd clustering algorithm forcsandit
 
Precision based data aggregation to extend life of wsn
Precision based data aggregation to extend life of wsnPrecision based data aggregation to extend life of wsn
Precision based data aggregation to extend life of wsnGaurang Rathod
 
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKSOPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKSZac Darcy
 
Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2IAEME Publication
 
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...Journal For Research
 
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...Simulation Time and Energy Test for Topology Construction Protocol in Wireles...
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...ijeei-iaes
 
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor NetworksParticle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networksijsrd.com
 
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...IJERA Editor
 
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...IRJET Journal
 
Presentation: Wind Speed Prediction using Radial Basis Function Neural Network
Presentation: Wind Speed Prediction using Radial Basis Function Neural NetworkPresentation: Wind Speed Prediction using Radial Basis Function Neural Network
Presentation: Wind Speed Prediction using Radial Basis Function Neural NetworkArzam Muzaffar Kotriwala
 
Short term load forecasting using hybrid neuro wavelet model
Short term load forecasting using hybrid neuro  wavelet modelShort term load forecasting using hybrid neuro  wavelet model
Short term load forecasting using hybrid neuro wavelet modelIAEME Publication
 

What's hot (18)

Edd clustering algorithm for
Edd clustering algorithm forEdd clustering algorithm for
Edd clustering algorithm for
 
B1804010610
B1804010610B1804010610
B1804010610
 
Precision based data aggregation to extend life of wsn
Precision based data aggregation to extend life of wsnPrecision based data aggregation to extend life of wsn
Precision based data aggregation to extend life of wsn
 
40120140501017
4012014050101740120140501017
40120140501017
 
40220140502004
4022014050200440220140502004
40220140502004
 
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKSOPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
 
Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2
 
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
 
La3518941898
La3518941898La3518941898
La3518941898
 
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...Simulation Time and Energy Test for Topology Construction Protocol in Wireles...
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...
 
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor NetworksParticle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
 
Artificial Intelligence Control Applied in Wind Energy Conversion System
Artificial Intelligence Control Applied in Wind Energy Conversion SystemArtificial Intelligence Control Applied in Wind Energy Conversion System
Artificial Intelligence Control Applied in Wind Energy Conversion System
 
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...
 
Presentation: Wind Speed Prediction using Radial Basis Function Neural Network
Presentation: Wind Speed Prediction using Radial Basis Function Neural NetworkPresentation: Wind Speed Prediction using Radial Basis Function Neural Network
Presentation: Wind Speed Prediction using Radial Basis Function Neural Network
 
H235055
H235055H235055
H235055
 
Short term load forecasting using hybrid neuro wavelet model
Short term load forecasting using hybrid neuro  wavelet modelShort term load forecasting using hybrid neuro  wavelet model
Short term load forecasting using hybrid neuro wavelet model
 

Viewers also liked

Microwave drying of spinacia oleracea
Microwave drying of spinacia oleraceaMicrowave drying of spinacia oleracea
Microwave drying of spinacia oleraceaeSAT Journals
 
Importance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentsImportance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentseSAT Journals
 
A survey on optimal route queries for road networks
A survey on optimal route queries for road networksA survey on optimal route queries for road networks
A survey on optimal route queries for road networkseSAT Journals
 
Study on negligence of quality assurance and proposing an effective framework...
Study on negligence of quality assurance and proposing an effective framework...Study on negligence of quality assurance and proposing an effective framework...
Study on negligence of quality assurance and proposing an effective framework...eSAT Journals
 
Motion based action recognition using k nearest neighbor
Motion based action recognition using k nearest neighborMotion based action recognition using k nearest neighbor
Motion based action recognition using k nearest neighboreSAT Journals
 
Multi objective genetic algorithm for regression testing reduction
Multi objective genetic algorithm for regression testing reduction Multi objective genetic algorithm for regression testing reduction
Multi objective genetic algorithm for regression testing reduction eSAT Journals
 
Transport layer protocol for urgent data transmission in wsn
Transport layer protocol for urgent data transmission in wsnTransport layer protocol for urgent data transmission in wsn
Transport layer protocol for urgent data transmission in wsneSAT Journals
 
The shortest not necessarily the best. other path on the basis of the optimal...
The shortest not necessarily the best. other path on the basis of the optimal...The shortest not necessarily the best. other path on the basis of the optimal...
The shortest not necessarily the best. other path on the basis of the optimal...eSAT Journals
 
Effects of cryogenic treatment on tool steel aisi d6
Effects of cryogenic treatment on tool steel aisi d6Effects of cryogenic treatment on tool steel aisi d6
Effects of cryogenic treatment on tool steel aisi d6eSAT Journals
 
Design and development of pyrolysis batch reactor and characterization of tir...
Design and development of pyrolysis batch reactor and characterization of tir...Design and development of pyrolysis batch reactor and characterization of tir...
Design and development of pyrolysis batch reactor and characterization of tir...eSAT Journals
 
Study on utilization of moringa oleifera as coagulation
Study on utilization of moringa oleifera as coagulationStudy on utilization of moringa oleifera as coagulation
Study on utilization of moringa oleifera as coagulationeSAT Journals
 
Fuzzy controlled dtc fed by a four switch inverter for induction motor
Fuzzy controlled dtc fed by a four switch inverter for induction motorFuzzy controlled dtc fed by a four switch inverter for induction motor
Fuzzy controlled dtc fed by a four switch inverter for induction motoreSAT Journals
 
Anyalysis and design optimization of 8’’ 600# gate valve body using fea and ...
Anyalysis and design optimization of 8’’  600# gate valve body using fea and ...Anyalysis and design optimization of 8’’  600# gate valve body using fea and ...
Anyalysis and design optimization of 8’’ 600# gate valve body using fea and ...eSAT Journals
 
Numerical assessment of the backward facing steps nozzle
Numerical assessment of the backward facing steps nozzleNumerical assessment of the backward facing steps nozzle
Numerical assessment of the backward facing steps nozzleeSAT Journals
 
Numerical investigations on recycled aggregate rc beams
Numerical investigations on recycled aggregate rc beamsNumerical investigations on recycled aggregate rc beams
Numerical investigations on recycled aggregate rc beamseSAT Journals
 
Study of the effects of carbon and glass fibre reinforcement and other filler...
Study of the effects of carbon and glass fibre reinforcement and other filler...Study of the effects of carbon and glass fibre reinforcement and other filler...
Study of the effects of carbon and glass fibre reinforcement and other filler...eSAT Journals
 
Design and fabrication of automation for stapling of wooden supports to corru...
Design and fabrication of automation for stapling of wooden supports to corru...Design and fabrication of automation for stapling of wooden supports to corru...
Design and fabrication of automation for stapling of wooden supports to corru...eSAT Journals
 
Performance comparison of noise reduction in mammogram images
Performance comparison of noise reduction in mammogram imagesPerformance comparison of noise reduction in mammogram images
Performance comparison of noise reduction in mammogram imageseSAT Journals
 
Study on laminated rubber bearing base isolators for seismic protection of st...
Study on laminated rubber bearing base isolators for seismic protection of st...Study on laminated rubber bearing base isolators for seismic protection of st...
Study on laminated rubber bearing base isolators for seismic protection of st...eSAT Journals
 

Viewers also liked (19)

Microwave drying of spinacia oleracea
Microwave drying of spinacia oleraceaMicrowave drying of spinacia oleracea
Microwave drying of spinacia oleracea
 
Importance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentsImportance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documents
 
A survey on optimal route queries for road networks
A survey on optimal route queries for road networksA survey on optimal route queries for road networks
A survey on optimal route queries for road networks
 
Study on negligence of quality assurance and proposing an effective framework...
Study on negligence of quality assurance and proposing an effective framework...Study on negligence of quality assurance and proposing an effective framework...
Study on negligence of quality assurance and proposing an effective framework...
 
Motion based action recognition using k nearest neighbor
Motion based action recognition using k nearest neighborMotion based action recognition using k nearest neighbor
Motion based action recognition using k nearest neighbor
 
Multi objective genetic algorithm for regression testing reduction
Multi objective genetic algorithm for regression testing reduction Multi objective genetic algorithm for regression testing reduction
Multi objective genetic algorithm for regression testing reduction
 
Transport layer protocol for urgent data transmission in wsn
Transport layer protocol for urgent data transmission in wsnTransport layer protocol for urgent data transmission in wsn
Transport layer protocol for urgent data transmission in wsn
 
The shortest not necessarily the best. other path on the basis of the optimal...
The shortest not necessarily the best. other path on the basis of the optimal...The shortest not necessarily the best. other path on the basis of the optimal...
The shortest not necessarily the best. other path on the basis of the optimal...
 
Effects of cryogenic treatment on tool steel aisi d6
Effects of cryogenic treatment on tool steel aisi d6Effects of cryogenic treatment on tool steel aisi d6
Effects of cryogenic treatment on tool steel aisi d6
 
Design and development of pyrolysis batch reactor and characterization of tir...
Design and development of pyrolysis batch reactor and characterization of tir...Design and development of pyrolysis batch reactor and characterization of tir...
Design and development of pyrolysis batch reactor and characterization of tir...
 
Study on utilization of moringa oleifera as coagulation
Study on utilization of moringa oleifera as coagulationStudy on utilization of moringa oleifera as coagulation
Study on utilization of moringa oleifera as coagulation
 
Fuzzy controlled dtc fed by a four switch inverter for induction motor
Fuzzy controlled dtc fed by a four switch inverter for induction motorFuzzy controlled dtc fed by a four switch inverter for induction motor
Fuzzy controlled dtc fed by a four switch inverter for induction motor
 
Anyalysis and design optimization of 8’’ 600# gate valve body using fea and ...
Anyalysis and design optimization of 8’’  600# gate valve body using fea and ...Anyalysis and design optimization of 8’’  600# gate valve body using fea and ...
Anyalysis and design optimization of 8’’ 600# gate valve body using fea and ...
 
Numerical assessment of the backward facing steps nozzle
Numerical assessment of the backward facing steps nozzleNumerical assessment of the backward facing steps nozzle
Numerical assessment of the backward facing steps nozzle
 
Numerical investigations on recycled aggregate rc beams
Numerical investigations on recycled aggregate rc beamsNumerical investigations on recycled aggregate rc beams
Numerical investigations on recycled aggregate rc beams
 
Study of the effects of carbon and glass fibre reinforcement and other filler...
Study of the effects of carbon and glass fibre reinforcement and other filler...Study of the effects of carbon and glass fibre reinforcement and other filler...
Study of the effects of carbon and glass fibre reinforcement and other filler...
 
Design and fabrication of automation for stapling of wooden supports to corru...
Design and fabrication of automation for stapling of wooden supports to corru...Design and fabrication of automation for stapling of wooden supports to corru...
Design and fabrication of automation for stapling of wooden supports to corru...
 
Performance comparison of noise reduction in mammogram images
Performance comparison of noise reduction in mammogram imagesPerformance comparison of noise reduction in mammogram images
Performance comparison of noise reduction in mammogram images
 
Study on laminated rubber bearing base isolators for seismic protection of st...
Study on laminated rubber bearing base isolators for seismic protection of st...Study on laminated rubber bearing base isolators for seismic protection of st...
Study on laminated rubber bearing base isolators for seismic protection of st...
 

Similar to Genetic related clustering for reducing energy consumption in wireless sensor network

Power balancing optimal selective forwarding
Power balancing optimal selective forwardingPower balancing optimal selective forwarding
Power balancing optimal selective forwardingeSAT Publishing House
 
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
 
Cds based energy efficient topology control algorithm in wireless sensor net...
Cds  based energy efficient topology control algorithm in wireless sensor net...Cds  based energy efficient topology control algorithm in wireless sensor net...
Cds based energy efficient topology control algorithm in wireless sensor net...eSAT Journals
 
Distance based cluster head section in sensor networks for efficient energy u...
Distance based cluster head section in sensor networks for efficient energy u...Distance based cluster head section in sensor networks for efficient energy u...
Distance based cluster head section in sensor networks for efficient energy u...IAEME Publication
 
Dead node detection in teen protocol
Dead node detection in teen protocolDead node detection in teen protocol
Dead node detection in teen protocoleSAT Journals
 
Dead node detection in teen protocol survey
Dead node detection in teen protocol surveyDead node detection in teen protocol survey
Dead node detection in teen protocol surveyeSAT Publishing House
 
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
 
IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...
IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...
IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...IRJET Journal
 
Comparison of Energy Efficient WSN in Coverage and Connectivity
Comparison of Energy Efficient WSN in Coverage and ConnectivityComparison of Energy Efficient WSN in Coverage and Connectivity
Comparison of Energy Efficient WSN in Coverage and ConnectivityIRJET Journal
 
ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS
ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKSALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS
ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKSEditor IJCTER
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...eSAT Publishing House
 
Design of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingDesign of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingeSAT Publishing House
 
Design of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modelDesign of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modeleSAT Journals
 
An efficient routing approach for aggregated data transmission along with per...
An efficient routing approach for aggregated data transmission along with per...An efficient routing approach for aggregated data transmission along with per...
An efficient routing approach for aggregated data transmission along with per...eSAT Publishing House
 
Application of ann for ultimate shear strength of fly ash concrete beams
Application of ann for ultimate shear strength of fly ash concrete beamsApplication of ann for ultimate shear strength of fly ash concrete beams
Application of ann for ultimate shear strength of fly ash concrete beamseSAT Journals
 
Application of ann for ultimate shear strength of fly
Application of ann for ultimate shear strength of flyApplication of ann for ultimate shear strength of fly
Application of ann for ultimate shear strength of flyeSAT Publishing House
 
Application of ann for ultimate shear strength of fly ash concrete beams
Application of ann for ultimate shear strength of fly ash concrete beamsApplication of ann for ultimate shear strength of fly ash concrete beams
Application of ann for ultimate shear strength of fly ash concrete beamseSAT Journals
 
Pilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdmaPilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdmaeSAT Publishing House
 
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...IJMIT JOURNAL
 
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEYDATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEYijasuc
 

Similar to Genetic related clustering for reducing energy consumption in wireless sensor network (20)

Power balancing optimal selective forwarding
Power balancing optimal selective forwardingPower balancing optimal selective forwarding
Power balancing optimal selective forwarding
 
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
 
Cds based energy efficient topology control algorithm in wireless sensor net...
Cds  based energy efficient topology control algorithm in wireless sensor net...Cds  based energy efficient topology control algorithm in wireless sensor net...
Cds based energy efficient topology control algorithm in wireless sensor net...
 
Distance based cluster head section in sensor networks for efficient energy u...
Distance based cluster head section in sensor networks for efficient energy u...Distance based cluster head section in sensor networks for efficient energy u...
Distance based cluster head section in sensor networks for efficient energy u...
 
Dead node detection in teen protocol
Dead node detection in teen protocolDead node detection in teen protocol
Dead node detection in teen protocol
 
Dead node detection in teen protocol survey
Dead node detection in teen protocol surveyDead node detection in teen protocol survey
Dead node detection in teen protocol survey
 
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...
 
IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...
IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...
IRJET-Structure less Efficient Data Aggregation and Data Integrity in Sensor ...
 
Comparison of Energy Efficient WSN in Coverage and Connectivity
Comparison of Energy Efficient WSN in Coverage and ConnectivityComparison of Energy Efficient WSN in Coverage and Connectivity
Comparison of Energy Efficient WSN in Coverage and Connectivity
 
ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS
ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKSALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS
ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
 
Design of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingDesign of c slotted microstrip antenna using
Design of c slotted microstrip antenna using
 
Design of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modelDesign of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network model
 
An efficient routing approach for aggregated data transmission along with per...
An efficient routing approach for aggregated data transmission along with per...An efficient routing approach for aggregated data transmission along with per...
An efficient routing approach for aggregated data transmission along with per...
 
Application of ann for ultimate shear strength of fly ash concrete beams
Application of ann for ultimate shear strength of fly ash concrete beamsApplication of ann for ultimate shear strength of fly ash concrete beams
Application of ann for ultimate shear strength of fly ash concrete beams
 
Application of ann for ultimate shear strength of fly
Application of ann for ultimate shear strength of flyApplication of ann for ultimate shear strength of fly
Application of ann for ultimate shear strength of fly
 
Application of ann for ultimate shear strength of fly ash concrete beams
Application of ann for ultimate shear strength of fly ash concrete beamsApplication of ann for ultimate shear strength of fly ash concrete beams
Application of ann for ultimate shear strength of fly ash concrete beams
 
Pilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdmaPilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdma
 
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
 
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEYDATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
(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
 
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
 
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
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 

Recently uploaded (20)

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(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...
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
(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
 
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 )
 
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
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 

Genetic related clustering for reducing energy consumption in wireless sensor network

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 104 GENETIC RELATED CLUSTERING FOR REDUCING ENERGY CONSUMPTION IN WIRELESS SENSOR NETWORK Shreya Patel1 , Jayesh Munjani2 1 Student, Electronics & Communication, CGPIT, Gujrat, India 2 Professor, Electronics & Communication, CGPIT, Gujrat, India Abstract A wireless sensor network is made up of large number of mote (sensor node). Mote has limited battery power. Mote need to perform different type of task like monitor an area, sense the data, collect this data and send this data to base station. As mote (sensor node) need to do such a task it requires more battery power.so it is necessary to save energy of mote by reducing energy consumption.one can use clustering to reduce energy consumption. Clustering is grouping of mote. Energy consumption can be reduced by using intelligent hierarchical techniques for clustering. Various artificial intelligent techniques can be integrated with clustering better result can be achieved. Key Words: Wireless sensor network, Genetic algorithm, Clustering --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Wireless sensor network is widely used in most of application like military application, home application, health application, Environment application. Mote has small power, low cost and it is multi-functional. There are different challenges like limited battery capability, transmission media, robustness, topology etc. in wireless sensor network. Battery power is necessary to keep wireless sensor network in working condition. So it is require using battery power very efficiently. For reducing battery power we can work at task level, algorithm level, protocols level. This paper concerns with hierarchical clustering strategy that produce intelligent cluster. Cluster is simply defined as group of node. In clustering all nodes in cluster collect the data and send data to the cluster head. Each cluster has one cluster head that receives a data from its cluster member. Cluster head send this receives data to base station. Objective of clustering are set to meet the requirement for application. It is used in military application, object tracking, detection of chemical or biological agent threats, weather monitoring etc. Many objectives are load balancing, Fault tolerance, increased connectivity, reduced delay, minimal cluster count, maximum network longevity, reduce energy consumption, Scalability, localized control, reduce complexity and reduce communication overhead [1]. Clustering is depends on application, it is also affected by changes in connectivity of network; it also depends on selection of cluster head as well as distribution of cluster head. Clustering is need to be done in such way that network should work if any node die due to environment condition or due to some other reason. If any node may fail because of some reason then entire network functionality should not stop. Clustering need to be done in such way that it can maximize whole network lifetime by utilizing energy of network. Fig -1: Basic clustering model 2.INTRODUCTION TO GENETIC ALGORITHM Genetic algorithms are initiated and developed in early 1970 by John Holland. Genetic algorithms (GAs) are the main paradigm of evolutionary computing. GAs is inspired by Darwin's theory about evolution – the "survival of the fittest"[2]. The normal nodes are represented as bits of a chromosome. The cluster head and its member nodes are represented as 1s and 0s respectively [3]. A population consists of many chromosomes and the best chromosome is used to produce the next population. The fitness of the chromosome is based on the estimated energy consumption, which is determined by several fitness parameters such as distance between sensor node to sink node(Direct distance), distance between
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 105 sensor node and cluster head(Compactness), distance between cluster head and sink node(CH distance), Total energy( It is sum of Energy required to send data from sensor node to cluster head, Aggregation energy and energy consume for sending a data from Cluster head to Sink node), Number of node remains in network(NT), Summation of (Remaining energy/ Initial energy). 2.1 Operators of Genetic Algorithm There are three main operators of genetic algorithm. They are selection, cross over and mutation. Selection: selection is used for creating next generation by selecting individual from old generation [2]. Crossover: According to crossover probability, it creates new generation by combining best characteristics of each parent [2]. Mutation: According to mutation probability. It exchanges a bit. 3.CLUSTERINGUSING GENETIC ALGORITHM In clustering all member nodes send their data to their respective cluster head and cluster head aggregate the data and send that data to main location. in distance is reduce as all node does not send data directly to base station. As energy is directly proportional to distance, here distance is reduced so energy consumption is also reduced. Here intelligent technique is added with clustering. Genetic algorithm is added in clustering. [1]. Initialize Population If random number is less than Optimal Election probability then assign value of chromosome as 1 otherwise 0.Optimal Election Probability of a node to become cluster headOptimal Election Probability=(Kopt /Number Of Nodes) (1) [2]. Fitness CalculationFor this calculation, it is necessary to calculate  distance between sensor node to sink node(Direct distance)  distance between sensor node and cluster head(Compactness)  distance between cluster head and sink node(CH distance)  Total energy( It is sum of Energy required to send data from sensor node to cluster head, Aggregation energy and energy consume for sending a data from Cluster head to Sink node)  Number of node remains in network(NT)  Summation of (Remaining energy/ Initial energy) Fitness = Direct Distance + Compactness + CH distance + Total Energy + NT + sum(Remaining energy/ Initial energy) (2) [1].Create a new population by repeating following steps until the new population is complete. [2].Selection [3].Tournament selection is used. In this individual which has minimum fitness is selected for next population. [4].Crossover [5].Two point crossover method is used. In GA optimization, crossover operation is performed with two randomly selected chromosomes decided by the crossover probability. [6].Mutation [7].The mutation operation involves altering the value at a randomly selected gene within the chromosome. Similarly, a mutation probability is used. Different from the crossover probability, the mutation probability is usually fairly small. In this value of zero is replaced by one. [8].Again calculate fitness and minimum fitness value of chromosome is selected as cluster head. [9].Go to step 2 After completing this clustering, energy of node is calculated by applying radio energy model. 4. RESULT AND DISCUSSION Simulation has been done in MATLAB (2010 A) installed on Intel(R),Core (TM),i3 CPU M350 @2.27 GHz having 3.00 GB RAM. Here for simulation 100×100 m area is selected and 100 numbers of nodes are deployed in the network. Results have been simulated for LEACH and Genetic based clustering approach. Results also shown for the number of dead node per round, number of alive node per round, number of cluster head per round and total energy consumption per round. Table -1: Simulation Parameter Simulation Parameter Value Number of Nodes (N) 100 Network size 100*100 m Base station location (50,50) Node energy 2 J Etx and Erx (Energy for transmission and reception) 50 * 10^(-9) J 10 * (10^(-12)) J 5 * (10^(-9)) J 1.3 * (10^(-15)) Data size 5000 byte
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 106 Fig -2: Location of Base station at (50,50) and sensor node 0 100 200 300 400 500 600 700 800 0 10 20 30 40 50 60 70 80 90 100 numbr of rounds numberofdeadnode Genetic Approach LEACH Fig -3: Number of dead node Vs Round Figure 3 shows that first node is died after 33 round in LEACH and in Genetic based clustering first node died after 366 round. In LEACH 10 % node die after 49 round and in genetic based clustering 10 % node die after 408 round. Last node die after 690 rounds in LEACH and 775 rounds in Genetic based clustering. 0 100 200 300 400 500 600 700 800 0 10 20 30 40 50 60 70 80 90 100 number of rounds numberofalivenode Genetic Approach LEACH Fig -4: Number of alive node Vs Round Figure 4 shows that 99 node is alive after 33 round in LEACH and in Genetic based clustering 99 node remain alive after 366 round. 0 100 200 300 400 500 600 700 800 -50 0 50 100 150 200 number of rounds totalnetworkenergy Genetic approach LEACH Fig -5: Total Network Energy Vs Round Figure 5 shows that energy utilization is better in Genetic based clustering and hence network lifetime is increase using genetic approach. Genetic based Approach is better than LEACH. Table -2: Comparison of LEACH and Genetic Approach Number of node die LEACH Genetic Approach First node die 33 366 10 % node die 49 408 100 % node die 690 775 5. CONCLUSIONS In genetic algorithm, the nodes are represented as bits of a chromosome. The cluster head and its member nodes are represented as 1s and 0s respectively. A population having many chromosomes and the best chromosome is used to generate the next population. The fitness of the chromosome is based on the estimated energy consumption, which is determined by several fitness parameters such as distance between sensor node to sink node(Direct distance), distance between sensor node and cluster head(Compactness), distance between cluster head and sink node(CH distance), Total energy. Based on the fitness, the population transforms into the future generation. In our topology Genetic based clustering is 12.31% better than LEACH. Other intelligent technique can be added in hierarchical clustering and can achieve a better result. REFERENCES [1]. Abbasi, A. A., & Younis, M. (2007).“A survey on clustering algorithms for wireless sensor networks”. Computer communications, 30(14), 2826- 2841. [2]. S. Rajasekaran, G. A. Vijayalakshmi pai “Neural networks, fuzzy logic and genetic algorithm”. [3]. Ian F. Akyildiz, Mehmet Can Vuran, “Wireless Sensor Networks” , Wiley Publication,2010. [4]. Naeimi, S., Ghafghazi, H., Chow, C. O., & Ishii, H. (2012). “A survey on the taxonomy of cluster-based routing protocols for homogeneous wireless sensor networks”. Sensors, 12(6), 7350-7409.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 107 [5]. Wang, J.; Zhang, Z.; Xia, F.; Yuan, W.; Lee, S. “An Energy Efficient Stable Election-Based Routing Algorithm for wirelesss sensor Networks”. Sensors 2013, 13, 14301-14320. [6]. W. R. Heinzelman, A. Chandrakasan, and H. Balakrishnan, ”An Application-Specific Protocol Architecture for Wireless Microsensor Networks”, IEEE Transactions on Wireless Communications, Vol. 1, No. 4,October 2002, pp. 660-670. [7]. Sajid Hussain, Abdul W. Matin. “Hierarchical Cluster- based Routing in Wireless Sensor Networks” [8]. Banimelhem, O.; Mowafi, M.; Taqieddin, E.; Awad, F.; Al Rawabdeh, M., "An efficient clustering approach using genetic algorithm and node mobility in wireless sensor networks," Wireless Communications Systems (ISWCS), 2014 11th International Symposium on , vol., no., pp.858,862, 26-29 Aug. 2014 [9]. Mohamed Elhoseny, Xiaohui Yuan, “Balancing Energy Consumption in Heterogeneous Wireless Sensor Networks using Genetic Algorithm” IEEE 2013. BIOGRAPHIES Shreya Patel, completed Master of Technology In Electronics & Communication at Uka Tarsadia University, Bardoli, Surat