SlideShare a Scribd company logo
1 of 8
Download to read offline
Natarajan Meghanathan et al. (Eds) : NeTCoM, CSIT, GRAPH-HOC, SPTM - 2014
pp. 97–104, 2014. © CS & IT-CSCP 2014 DOI : 10.5121/csit.2014.41308
EDD CLUSTERING ALGORITHM FOR
WIRELESS SENSOR NETWORKS
Awatef Ben Fradj Guiloufi, Salim El Khediri, Nejah Nasri
and Abdennaceur Kachouri
National Engineering School of Sfax, Sfax, Tunisia
benfradj_awatef@yahoo.fr
ABSTRACT
Power consumption is an important metric tool in the context of the wireless sensor networks
(WSNs). In this paper, we described a new Energy-Degree (EDD) Clustering Algorithm for the
WSNs. A node with higher residual energy and higher degree is more likely elected as a
clusterhead (CH). The intercluster and intracluster communications are realized on one hop.
The principal goal of our algorithm is to optimize the energy power and energy load among all
nodes. By comparing EDD clustering algorithm with LEACH algorithm, simulation results
have showen its effectiveness in saving energy.
KEYWORDS
wireless sensor networks (WSNs), clustering, clusterhead, energy, LEACH.
1. INTRODUCTION
A WSNs is a set of nodes called sensors which are able to detect a particular information and to
send it to the Base Station (BS). The sensors are inter-connected using a wireless radio
communication ([1] ,[2]).
The WSNs are characterized by an absence of infrastructure a resources constraints, an
heterogeneity and a dynamics structure. For that, it is important to design an auto-organized
virtual topology ([3] ,[4]).
For these virtual topology, several methods were defined in the literature such as clustering
algorithm and the dorsal structure [5].
The clustering procedure is to cut the structure in small zones (called cluster) which are managed
by a leader called Cluster Head (CH) ([6], [7]).
For clustering method, the WSNs architecture can be presented into three layers: a sensors nodes
which are the receivers of the data, the CHs, and the BS [3].
For WSNs, the important metric tool is generally energy consumption (network lifetime) [8]. In
fact, the lifetime is a fundamental parameter in the context of availability in the WSNs ([9] ,[10]).
98 Computer Science & Information Technology (CS & IT)
In this paper, we proposed an energy efficient clustering algorithm called EDD. The objective of
this algorithm is to minimize the energy consumption among all nodes. We propose also to
compare between the performances of dynamic clustering and static clustering.
The rest of this paper is organized as follows. Section 2 describes the model of the network.
Section 3 presents the proposed algorithm. The simulation results are described in the last section.
2. EDD CLUSTERING ALGORITHM
In this section, we define a new clustering algorithm called EDD (Energy-Degree) Clustering
Algorithm for WSNs of which the goal is the minimization of the energy consumption and the
maximization of network lifetime.
2.1. Energy Consumption Model
The energy consumption is generally the most important parameter for WSNs evaluation phase. It
depends in fact on the nodes’ characteristics (nature of data processing, transmitted power,
standby mode, …), and nodes role during the communication [11].
The consumed energy is defined by this equation [12]:
Εχχχχ = Ec/capture+Ec/treatment+Ec/communication (1)
Where:
• Ec/capture: is the consumed energy by a sensor during the capture unit activation.
• Ec/treatment: is the consumed energy by the sensor during the activation of its treatment unit.
• Ec/communication is the consumed energy by the sensor during the activation of its
communication unit.
The consumed power by the communication unit is generally very high than the consumed energy
by the treatment unit and the capture unit. In fact, the transfer of one bit can consume as much as
the execution of a thousands instructions [13]. For this, we can neglect the consumed energy of
the capture unit, and the treatment unit compared to the energy consumed by the communication
unit. In this case, the equation (1) will be thus:
Εχχχχ = Ec/communication (2)
The communication energy is equal to the sum of the emission energy and the reception energy:
Ec/communication = ETX+ERX (3)
Referring to [14], the transmission the energy and the reception energy can be defined as follows:
ETX(K,d) = Eelec * K + εamp * K * dλ
. (4)
ERX (K) = Eelec * K. (5)
Where:
• K: message length (bits).
• D: distance between transmitting node and receiving node (m).
Computer Science & Information Technology (CS & IT) 99
• λ: of way loss exhibitor, λ>=2.
• Eelec: emission /reception energy, Eelec = 50 nJ/bit.
• εamp: transmission amplification coefficient, εamp = 100 pJ/bit/m2
2.2. ClusterHeads election procedure
Step 1: Each sensor transmits a “hello” message to its neighbors, for the discovery of 1-hop
neighborhood.
Step 2: Sensors calculate their weights, the weight is defined as follows:
Weight(u) = Ec/com (u) + 1/ D(u) (6)
Step 3: The sensors distribute their weights to their neighbors.
Step 4: The sensor which has the weakest weight is declared as a CH, it puts its state = “CH” and
transmits a message “clusterhead_elected” (containing its ID) to its neighbors.
Step 5: These laters, after receiving this message, declare themselves like “Nm”, transmit to the
CH a message “clusterhead_accepted”, and note the identity of their CHs in their
databases.
The EDD clustering algotithm can be described by this organigram:
Figure 1. Organigram
100 Computer Science & Information Technology (CS & IT)
2.3. Dynamic clustering VS static clustering
There exist two method of clustering: dynamic clustering and static clustering. For the dynamic
clustering, the update of the cluster and CHs is done each round, in the other hands, the change
relates to the totality of the structure.
For the static cluster, the cluster are static and for each cluster, the change only relates to CH, in
this case, the number of clusters is always the same and CH of each cluster changes according
to its properties.
3. SIMULATION RESULTS
The simulation results are implemented using Matlab 7.0.1 tool. The WSNs is composed of a
number of nodes which varies between 10 and 200 nodes.
The simulation of the proposed algorithm was carried out during 10 deactivation intervals T
(standby mode) in a space of 150 m × 150 m and the range of the nodes (Tx-Arranges) is 40 m.
The size of a measured data package for sensors and send towards their clusterheads is 4000 bits.
Fig. 2 shows the communication structure of network with 30 nodes.
In Figure. 2, red o represent the CH, yellow triangle represent the ordinary sensor node, blue lines
represent the communication between CH and its members, and black * represent the BS.
Figure 2. Communication structure of network
Then, we suppose to make a comparison between the dynamic clustering method (DC) and the
static clustering method (SC) by applying the proposed clustering algorithm EDD.
Figure.3 represents the control traffic for both method: EDD- DC indicates that the update is
done in a dynamic way and EDD- SC indicates that the method of clustering is static.
We notice that the control traffic is higher for the dynamic method, more control packages are
transmitted during the cluster construction phase.
For the static method, control packages are transmitted only if there is a CH change procedure. A
higher control traffic can represent a cause of energy over consumption, but, the energy
consumption for the control traffic is generally negligible than that consumed during the
transmission of information.
Computer Science & Information Technology (CS & IT) 101
Figure 3. Control traffic
Figure.4 represents the average energy consumption for both methods. We notice that the
average energy consumption of the dynamic method is higher, this method consumes more
energy during the cluster head election phase and the clusters update phase.
Figure 4. Energy consumption
Figure. 5 represents the first node die for two methods. The best results are given by EDD- DC,
this method tends to balance the load of energy consumption between nodes, in this case the
network lifetime increases. EDD- SC set up of the static clusters and the update concerne only
the CHs. This method can involves the choice of CHs having a weak energy reserve, which
results the crushing of its battery.
102 Computer Science & Information Technology (CS & IT)
Figure 5. First node die
Among the most known clustering algorithms in literature, we distinguish, LEACH algorithm [8].
LEACH is a famous algorithm which the goal is the minimization of the energy consumption in
the WSNs.
We wish in this part to compare our algorithm with the LEACH clustering algorithm. Figure. 6
represents the energy consumption VS the network size. We can note that the values obtained by
our algorithm are rather low compared to those obtained by LEACH. These results indicate that
our algorithm is more effective and can prolong the network lifetime and ensure its good
performance.
Figure 6. EDD-DC VS LEACH
3. CONCLUSIONS
We presented in this paper a new clustering algorithm for the WSNs called EDD. The principal
goal of our algorithm is the prolongation of the network life time, two parameters were taken into
account for the choice of CHs: the nodes energy consumption and their degree.
The simulation results show that our algorithm is more effective in energy and increase the
network lifetime.
Computer Science & Information Technology (CS & IT) 103
REFERENCES
[1] C. Tidjane Kone, (2011) ‘’Conception de l’architecture d’un réseau de capteurs sans fil de grande
dimension,’’PHD, University of Henri Poincaré Nancy I.
[2] G. Chalhoub, (2010) ‘’Les réseaux de capteurs sans fil’’, Ph.D, University of Clermont, Auvergne.
[3] L. Samper, (2008) ‘‘Modélisations et analyses de Réseaux de capteurs’’, PHD, VERIMAG laboratory.
[4] R. Kacimi, (2009)’’Techniques de conservation d’énergie pour les réseaux de capteurs sans fil,’’ PHD,
TOULOUSE UNIVERSITY.
[5] M. Khan & J. Misic. (2009) ‘’On the lifetime of wireless sensor networks,’’ ACM Transactions on
Sensor Networks (TOSN), Vol, 5, No. 5.
[6] R. Kuntz, (2010) ‘‘Medium access control facing the dynamics of wireless sensor networks, ‘‘PHD,
University of Strasbourg.
[7] D. Kumar, D. Trilok, C. Aseri & R. B. Patel, (2009) ‘’EEHC : energy efficient heterogeneous
clustered scheme for wireless sensor networks,’’ Computer Communication., Vol. 32, No. 4, pp 662–
667.
[8] W. B. Heinzelman, (2000) ‘’Application-specific protocol architectures for wireless networks,’’ PHD,
B.S.Cornell University.
[9] Y. Ossama & S. Fahmy, (2004) ‘’HEED : A hybrid energy-efficient distributed clustering
approach for ad hoc sensor networks,’’ IEEE Transactions on Mobile Computing, Vol. 3, No. 4,
pp 366 – 379.
[10]Duan, Changmin & Hong Fan, (2007) ‘' A distributed energy balance clustering protocol for
heterogeneous wireless sensor neworks''. In : Proc. Int. Conf. Wireless Communications, Networking
and Mobile Computing WiCom. pp. 2469–2473.
[11]V. Raghunathan, C. Schurgers, S. Park & M.B. Srivastava, (2002) ‘’Energy- aware wireless micro-
sensor networks,’’ IEEE Signal Processing Magazine, Vol. 19, No. 2, pp 40 –50.
[12]Mitton, Nathalie, Busson, Anthony & Fleury, Eric. (2004) ‘’Self-organization in large scale adhoc
networks‘’. In : Mediterranean ad hoc Networking Workshop (Med-Hoc-Net’04). Bodrum, Turquie.
[13]Wendi Rabiner Heinzelman, Anantha Chandrakasan, & Hari Balakrishnan, (2000) “Energy-efficient
communication protocol for wireless microsensor networks,” In : Proc IEEE 33rd Hawaii International
Conference on System Sciences.
[14]G. J. Pottie & W. J. Kaiser, (2000) ‘’Wireless integrated network sensors,’’ Commun. ACM, Vol. 43,
No. 5, pp. 51-58.
AUTHORS
Awatef BENFRADJ was born in Gabes, Tunisia in 1983. She received the engineering
degree in Telecommunications and Networks from the University of Gabes, in 2007. In
2009, she obtained the master degree in Networks from Higher School of Communication
of Tunisia. Since 2011, she has been a researcher within the laboratory of electronics and
information technology, Sfax University.
Salim El Khediri, a Ph.D student at the National School of Engineers of Sfax, Tunisia
(Laboratory of Electrical and Information Technology) and in partnership collaboration
education with CEDRIC laboratory of CNAM (National Conservatory of Arts and Crafts ,
Paris). Since 2009 working in the capacity of assistant teacher of computer sciences at the
Faculty of Sciences Gafsa – Tunisia.
104 Computer Science & Information Technology (CS & IT)
Nejah NASRI was born in Menzel Bouzaienne Village, in 1981. He received the B.S.
and M.S. degrees in electronic engineering from the University of Sfax, in 2006 and the
Ph.D. degree in electronic and telecommunication engineering from Toulouse University,
France, in 2010. From 2006 to 2009, he was a Research Assistant with Higher Institute of
Computer and Communication Techniques (ISITCom), Hammam Sousse, Tunisia. Since
2010, he has been an Assistant Professor with the Informatics Engineering Department,
Gafsa University. He is the author of more than 50 articles. His research interests include
engineering of wireless sensors networks and wireless underwater communication.
Abdennaceur KACHOURI was born in Sfax, Tunisia, in 1954. He received the
engineering diploma from National school of Engineering of Sfax in 1981, a Master
degree in Measurement and Instrumentation from National school of Bordeaux
(ENSERB) of France in 1981, a Doctorate in Measurement and Instrumentation from
ENSERB, in 1983. He “works” on several cooperation with communication research
groups in Tunisia and France. Currently, he is Permanent Professor at ENIS School of
Engineering and member in the “LETI” Laboratory ENIS Sfax

More Related Content

What's hot

A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...IJCNCJournal
 
Computational Investigation of Asymmetric Coplanar Waveguides Using Neural Ne...
Computational Investigation of Asymmetric Coplanar Waveguides Using Neural Ne...Computational Investigation of Asymmetric Coplanar Waveguides Using Neural Ne...
Computational Investigation of Asymmetric Coplanar Waveguides Using Neural Ne...Konstantinos Karamichalis
 
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...acijjournal
 
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
 
3.a heuristic based_multi-22-33
3.a heuristic based_multi-22-333.a heuristic based_multi-22-33
3.a heuristic based_multi-22-33Alexander Decker
 
Data aggregation in wireless sensor network based on dynamic fuzzy clustering
Data aggregation in wireless sensor network based on dynamic fuzzy clusteringData aggregation in wireless sensor network based on dynamic fuzzy clustering
Data aggregation in wireless sensor network based on dynamic fuzzy clusteringcsandit
 
Routing management for mobile ad hoc networks
Routing management for mobile ad hoc networksRouting management for mobile ad hoc networks
Routing management for mobile ad hoc networksIAEME Publication
 
Energy efficiency in virtual machines allocation for cloud data centers with ...
Energy efficiency in virtual machines allocation for cloud data centers with ...Energy efficiency in virtual machines allocation for cloud data centers with ...
Energy efficiency in virtual machines allocation for cloud data centers with ...IJECEIAES
 
ENERGY EFFICIENCY IN AD HOC NETWORKS
ENERGY EFFICIENCY IN AD HOC NETWORKSENERGY EFFICIENCY IN AD HOC NETWORKS
ENERGY EFFICIENCY IN AD HOC NETWORKSijasuc
 
Neural network based energy efficient clustering and routing
Neural network based energy efficient clustering and routingNeural network based energy efficient clustering and routing
Neural network based energy efficient clustering and routingambitlick
 
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...IOSR Journals
 
Energy efficient load balanced routing protocol for wireless sensor networks
Energy efficient load balanced routing protocol for wireless sensor networksEnergy efficient load balanced routing protocol for wireless sensor networks
Energy efficient load balanced routing protocol for wireless sensor networkscsandit
 
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...IJECEIAES
 

What's hot (16)

A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
 
Computational Investigation of Asymmetric Coplanar Waveguides Using Neural Ne...
Computational Investigation of Asymmetric Coplanar Waveguides Using Neural Ne...Computational Investigation of Asymmetric Coplanar Waveguides Using Neural Ne...
Computational Investigation of Asymmetric Coplanar Waveguides Using Neural Ne...
 
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
 
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...
 
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...
 
3.a heuristic based_multi-22-33
3.a heuristic based_multi-22-333.a heuristic based_multi-22-33
3.a heuristic based_multi-22-33
 
Data aggregation in wireless sensor network based on dynamic fuzzy clustering
Data aggregation in wireless sensor network based on dynamic fuzzy clusteringData aggregation in wireless sensor network based on dynamic fuzzy clustering
Data aggregation in wireless sensor network based on dynamic fuzzy clustering
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
Routing management for mobile ad hoc networks
Routing management for mobile ad hoc networksRouting management for mobile ad hoc networks
Routing management for mobile ad hoc networks
 
Abitseminar
AbitseminarAbitseminar
Abitseminar
 
Energy efficiency in virtual machines allocation for cloud data centers with ...
Energy efficiency in virtual machines allocation for cloud data centers with ...Energy efficiency in virtual machines allocation for cloud data centers with ...
Energy efficiency in virtual machines allocation for cloud data centers with ...
 
ENERGY EFFICIENCY IN AD HOC NETWORKS
ENERGY EFFICIENCY IN AD HOC NETWORKSENERGY EFFICIENCY IN AD HOC NETWORKS
ENERGY EFFICIENCY IN AD HOC NETWORKS
 
Neural network based energy efficient clustering and routing
Neural network based energy efficient clustering and routingNeural network based energy efficient clustering and routing
Neural network based energy efficient clustering and routing
 
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
 
Energy efficient load balanced routing protocol for wireless sensor networks
Energy efficient load balanced routing protocol for wireless sensor networksEnergy efficient load balanced routing protocol for wireless sensor networks
Energy efficient load balanced routing protocol for wireless sensor networks
 
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
 

Similar to Edd clustering algorithm for

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...chokrio
 
DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...
DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...
DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...IJCNCJournal
 
ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...
ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...
ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...IJCNCJournal
 
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORKIMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORKIAEME Publication
 
WEIGHTED DYNAMIC DISTRIBUTED CLUSTERING PROTOCOL FOR HETEROGENEOUS WIRELESS S...
WEIGHTED DYNAMIC DISTRIBUTED CLUSTERING PROTOCOL FOR HETEROGENEOUS WIRELESS S...WEIGHTED DYNAMIC DISTRIBUTED CLUSTERING PROTOCOL FOR HETEROGENEOUS WIRELESS S...
WEIGHTED DYNAMIC DISTRIBUTED CLUSTERING PROTOCOL FOR HETEROGENEOUS WIRELESS S...ijwmn
 
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...IJCI JOURNAL
 
CBHRP: A Cluster Based Routing Protocol for Wireless Sensor Network
CBHRP: A Cluster Based Routing Protocol for Wireless Sensor NetworkCBHRP: A Cluster Based Routing Protocol for Wireless Sensor Network
CBHRP: A Cluster Based Routing Protocol for Wireless Sensor NetworkCSEIJJournal
 
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...IJECEIAES
 
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...IJCSIT Journal
 
IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clus...
IRJET-  	  Analysis of Energy Efficiency and Network Lifetime of Various Clus...IRJET-  	  Analysis of Energy Efficiency and Network Lifetime of Various Clus...
IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clus...IRJET Journal
 
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...IJECEIAES
 
9.distributive energy efficient adaptive clustering protocol for wireless sen...
9.distributive energy efficient adaptive clustering protocol for wireless sen...9.distributive energy efficient adaptive clustering protocol for wireless sen...
9.distributive energy efficient adaptive clustering protocol for wireless sen...Chính Cao
 
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...IJCNCJournal
 
34 9141 it ns2-tentative route selection approach for edit septian
34 9141 it  ns2-tentative route selection approach for edit septian34 9141 it  ns2-tentative route selection approach for edit septian
34 9141 it ns2-tentative route selection approach for edit septianIAESIJEECS
 
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...IAEME Publication
 
Energy efficient clustering in heterogeneous
Energy efficient clustering in heterogeneousEnergy efficient clustering in heterogeneous
Energy efficient clustering in heterogeneousIJCNCJournal
 
Lifetime enhanced energy efficient wireless sensor networks using renewable e...
Lifetime enhanced energy efficient wireless sensor networks using renewable e...Lifetime enhanced energy efficient wireless sensor networks using renewable e...
Lifetime enhanced energy efficient wireless sensor networks using renewable e...IJECEIAES
 
Data Dissemination in Wireless Sensor Networks: A State-of-the Art Survey
Data Dissemination in Wireless Sensor Networks: A State-of-the Art SurveyData Dissemination in Wireless Sensor Networks: A State-of-the Art Survey
Data Dissemination in Wireless Sensor Networks: A State-of-the Art SurveyCSCJournals
 
energy efficiency routing protocol for ws ns
energy efficiency routing protocol for ws nsenergy efficiency routing protocol for ws ns
energy efficiency routing protocol for ws nsINFOGAIN PUBLICATION
 

Similar to Edd clustering algorithm for (20)

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
 
2. 8482 1-pb
2. 8482 1-pb2. 8482 1-pb
2. 8482 1-pb
 
DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...
DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...
DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...
 
ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...
ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...
ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...
 
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORKIMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
 
WEIGHTED DYNAMIC DISTRIBUTED CLUSTERING PROTOCOL FOR HETEROGENEOUS WIRELESS S...
WEIGHTED DYNAMIC DISTRIBUTED CLUSTERING PROTOCOL FOR HETEROGENEOUS WIRELESS S...WEIGHTED DYNAMIC DISTRIBUTED CLUSTERING PROTOCOL FOR HETEROGENEOUS WIRELESS S...
WEIGHTED DYNAMIC DISTRIBUTED CLUSTERING PROTOCOL FOR HETEROGENEOUS WIRELESS S...
 
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
 
CBHRP: A Cluster Based Routing Protocol for Wireless Sensor Network
CBHRP: A Cluster Based Routing Protocol for Wireless Sensor NetworkCBHRP: A Cluster Based Routing Protocol for Wireless Sensor Network
CBHRP: A Cluster Based Routing Protocol for Wireless Sensor Network
 
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
 
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
 
IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clus...
IRJET-  	  Analysis of Energy Efficiency and Network Lifetime of Various Clus...IRJET-  	  Analysis of Energy Efficiency and Network Lifetime of Various Clus...
IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clus...
 
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
 
9.distributive energy efficient adaptive clustering protocol for wireless sen...
9.distributive energy efficient adaptive clustering protocol for wireless sen...9.distributive energy efficient adaptive clustering protocol for wireless sen...
9.distributive energy efficient adaptive clustering protocol for wireless sen...
 
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
 
34 9141 it ns2-tentative route selection approach for edit septian
34 9141 it  ns2-tentative route selection approach for edit septian34 9141 it  ns2-tentative route selection approach for edit septian
34 9141 it ns2-tentative route selection approach for edit septian
 
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
 
Energy efficient clustering in heterogeneous
Energy efficient clustering in heterogeneousEnergy efficient clustering in heterogeneous
Energy efficient clustering in heterogeneous
 
Lifetime enhanced energy efficient wireless sensor networks using renewable e...
Lifetime enhanced energy efficient wireless sensor networks using renewable e...Lifetime enhanced energy efficient wireless sensor networks using renewable e...
Lifetime enhanced energy efficient wireless sensor networks using renewable e...
 
Data Dissemination in Wireless Sensor Networks: A State-of-the Art Survey
Data Dissemination in Wireless Sensor Networks: A State-of-the Art SurveyData Dissemination in Wireless Sensor Networks: A State-of-the Art Survey
Data Dissemination in Wireless Sensor Networks: A State-of-the Art Survey
 
energy efficiency routing protocol for ws ns
energy efficiency routing protocol for ws nsenergy efficiency routing protocol for ws ns
energy efficiency routing protocol for ws ns
 

Recently uploaded

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
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
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
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
 
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
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
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
 

Recently uploaded (20)

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.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
 
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)
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
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...
 
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...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
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
 

Edd clustering algorithm for

  • 1. Natarajan Meghanathan et al. (Eds) : NeTCoM, CSIT, GRAPH-HOC, SPTM - 2014 pp. 97–104, 2014. © CS & IT-CSCP 2014 DOI : 10.5121/csit.2014.41308 EDD CLUSTERING ALGORITHM FOR WIRELESS SENSOR NETWORKS Awatef Ben Fradj Guiloufi, Salim El Khediri, Nejah Nasri and Abdennaceur Kachouri National Engineering School of Sfax, Sfax, Tunisia benfradj_awatef@yahoo.fr ABSTRACT Power consumption is an important metric tool in the context of the wireless sensor networks (WSNs). In this paper, we described a new Energy-Degree (EDD) Clustering Algorithm for the WSNs. A node with higher residual energy and higher degree is more likely elected as a clusterhead (CH). The intercluster and intracluster communications are realized on one hop. The principal goal of our algorithm is to optimize the energy power and energy load among all nodes. By comparing EDD clustering algorithm with LEACH algorithm, simulation results have showen its effectiveness in saving energy. KEYWORDS wireless sensor networks (WSNs), clustering, clusterhead, energy, LEACH. 1. INTRODUCTION A WSNs is a set of nodes called sensors which are able to detect a particular information and to send it to the Base Station (BS). The sensors are inter-connected using a wireless radio communication ([1] ,[2]). The WSNs are characterized by an absence of infrastructure a resources constraints, an heterogeneity and a dynamics structure. For that, it is important to design an auto-organized virtual topology ([3] ,[4]). For these virtual topology, several methods were defined in the literature such as clustering algorithm and the dorsal structure [5]. The clustering procedure is to cut the structure in small zones (called cluster) which are managed by a leader called Cluster Head (CH) ([6], [7]). For clustering method, the WSNs architecture can be presented into three layers: a sensors nodes which are the receivers of the data, the CHs, and the BS [3]. For WSNs, the important metric tool is generally energy consumption (network lifetime) [8]. In fact, the lifetime is a fundamental parameter in the context of availability in the WSNs ([9] ,[10]).
  • 2. 98 Computer Science & Information Technology (CS & IT) In this paper, we proposed an energy efficient clustering algorithm called EDD. The objective of this algorithm is to minimize the energy consumption among all nodes. We propose also to compare between the performances of dynamic clustering and static clustering. The rest of this paper is organized as follows. Section 2 describes the model of the network. Section 3 presents the proposed algorithm. The simulation results are described in the last section. 2. EDD CLUSTERING ALGORITHM In this section, we define a new clustering algorithm called EDD (Energy-Degree) Clustering Algorithm for WSNs of which the goal is the minimization of the energy consumption and the maximization of network lifetime. 2.1. Energy Consumption Model The energy consumption is generally the most important parameter for WSNs evaluation phase. It depends in fact on the nodes’ characteristics (nature of data processing, transmitted power, standby mode, …), and nodes role during the communication [11]. The consumed energy is defined by this equation [12]: Εχχχχ = Ec/capture+Ec/treatment+Ec/communication (1) Where: • Ec/capture: is the consumed energy by a sensor during the capture unit activation. • Ec/treatment: is the consumed energy by the sensor during the activation of its treatment unit. • Ec/communication is the consumed energy by the sensor during the activation of its communication unit. The consumed power by the communication unit is generally very high than the consumed energy by the treatment unit and the capture unit. In fact, the transfer of one bit can consume as much as the execution of a thousands instructions [13]. For this, we can neglect the consumed energy of the capture unit, and the treatment unit compared to the energy consumed by the communication unit. In this case, the equation (1) will be thus: Εχχχχ = Ec/communication (2) The communication energy is equal to the sum of the emission energy and the reception energy: Ec/communication = ETX+ERX (3) Referring to [14], the transmission the energy and the reception energy can be defined as follows: ETX(K,d) = Eelec * K + εamp * K * dλ . (4) ERX (K) = Eelec * K. (5) Where: • K: message length (bits). • D: distance between transmitting node and receiving node (m).
  • 3. Computer Science & Information Technology (CS & IT) 99 • λ: of way loss exhibitor, λ>=2. • Eelec: emission /reception energy, Eelec = 50 nJ/bit. • εamp: transmission amplification coefficient, εamp = 100 pJ/bit/m2 2.2. ClusterHeads election procedure Step 1: Each sensor transmits a “hello” message to its neighbors, for the discovery of 1-hop neighborhood. Step 2: Sensors calculate their weights, the weight is defined as follows: Weight(u) = Ec/com (u) + 1/ D(u) (6) Step 3: The sensors distribute their weights to their neighbors. Step 4: The sensor which has the weakest weight is declared as a CH, it puts its state = “CH” and transmits a message “clusterhead_elected” (containing its ID) to its neighbors. Step 5: These laters, after receiving this message, declare themselves like “Nm”, transmit to the CH a message “clusterhead_accepted”, and note the identity of their CHs in their databases. The EDD clustering algotithm can be described by this organigram: Figure 1. Organigram
  • 4. 100 Computer Science & Information Technology (CS & IT) 2.3. Dynamic clustering VS static clustering There exist two method of clustering: dynamic clustering and static clustering. For the dynamic clustering, the update of the cluster and CHs is done each round, in the other hands, the change relates to the totality of the structure. For the static cluster, the cluster are static and for each cluster, the change only relates to CH, in this case, the number of clusters is always the same and CH of each cluster changes according to its properties. 3. SIMULATION RESULTS The simulation results are implemented using Matlab 7.0.1 tool. The WSNs is composed of a number of nodes which varies between 10 and 200 nodes. The simulation of the proposed algorithm was carried out during 10 deactivation intervals T (standby mode) in a space of 150 m × 150 m and the range of the nodes (Tx-Arranges) is 40 m. The size of a measured data package for sensors and send towards their clusterheads is 4000 bits. Fig. 2 shows the communication structure of network with 30 nodes. In Figure. 2, red o represent the CH, yellow triangle represent the ordinary sensor node, blue lines represent the communication between CH and its members, and black * represent the BS. Figure 2. Communication structure of network Then, we suppose to make a comparison between the dynamic clustering method (DC) and the static clustering method (SC) by applying the proposed clustering algorithm EDD. Figure.3 represents the control traffic for both method: EDD- DC indicates that the update is done in a dynamic way and EDD- SC indicates that the method of clustering is static. We notice that the control traffic is higher for the dynamic method, more control packages are transmitted during the cluster construction phase. For the static method, control packages are transmitted only if there is a CH change procedure. A higher control traffic can represent a cause of energy over consumption, but, the energy consumption for the control traffic is generally negligible than that consumed during the transmission of information.
  • 5. Computer Science & Information Technology (CS & IT) 101 Figure 3. Control traffic Figure.4 represents the average energy consumption for both methods. We notice that the average energy consumption of the dynamic method is higher, this method consumes more energy during the cluster head election phase and the clusters update phase. Figure 4. Energy consumption Figure. 5 represents the first node die for two methods. The best results are given by EDD- DC, this method tends to balance the load of energy consumption between nodes, in this case the network lifetime increases. EDD- SC set up of the static clusters and the update concerne only the CHs. This method can involves the choice of CHs having a weak energy reserve, which results the crushing of its battery.
  • 6. 102 Computer Science & Information Technology (CS & IT) Figure 5. First node die Among the most known clustering algorithms in literature, we distinguish, LEACH algorithm [8]. LEACH is a famous algorithm which the goal is the minimization of the energy consumption in the WSNs. We wish in this part to compare our algorithm with the LEACH clustering algorithm. Figure. 6 represents the energy consumption VS the network size. We can note that the values obtained by our algorithm are rather low compared to those obtained by LEACH. These results indicate that our algorithm is more effective and can prolong the network lifetime and ensure its good performance. Figure 6. EDD-DC VS LEACH 3. CONCLUSIONS We presented in this paper a new clustering algorithm for the WSNs called EDD. The principal goal of our algorithm is the prolongation of the network life time, two parameters were taken into account for the choice of CHs: the nodes energy consumption and their degree. The simulation results show that our algorithm is more effective in energy and increase the network lifetime.
  • 7. Computer Science & Information Technology (CS & IT) 103 REFERENCES [1] C. Tidjane Kone, (2011) ‘’Conception de l’architecture d’un réseau de capteurs sans fil de grande dimension,’’PHD, University of Henri Poincaré Nancy I. [2] G. Chalhoub, (2010) ‘’Les réseaux de capteurs sans fil’’, Ph.D, University of Clermont, Auvergne. [3] L. Samper, (2008) ‘‘Modélisations et analyses de Réseaux de capteurs’’, PHD, VERIMAG laboratory. [4] R. Kacimi, (2009)’’Techniques de conservation d’énergie pour les réseaux de capteurs sans fil,’’ PHD, TOULOUSE UNIVERSITY. [5] M. Khan & J. Misic. (2009) ‘’On the lifetime of wireless sensor networks,’’ ACM Transactions on Sensor Networks (TOSN), Vol, 5, No. 5. [6] R. Kuntz, (2010) ‘‘Medium access control facing the dynamics of wireless sensor networks, ‘‘PHD, University of Strasbourg. [7] D. Kumar, D. Trilok, C. Aseri & R. B. Patel, (2009) ‘’EEHC : energy efficient heterogeneous clustered scheme for wireless sensor networks,’’ Computer Communication., Vol. 32, No. 4, pp 662– 667. [8] W. B. Heinzelman, (2000) ‘’Application-specific protocol architectures for wireless networks,’’ PHD, B.S.Cornell University. [9] Y. Ossama & S. Fahmy, (2004) ‘’HEED : A hybrid energy-efficient distributed clustering approach for ad hoc sensor networks,’’ IEEE Transactions on Mobile Computing, Vol. 3, No. 4, pp 366 – 379. [10]Duan, Changmin & Hong Fan, (2007) ‘' A distributed energy balance clustering protocol for heterogeneous wireless sensor neworks''. In : Proc. Int. Conf. Wireless Communications, Networking and Mobile Computing WiCom. pp. 2469–2473. [11]V. Raghunathan, C. Schurgers, S. Park & M.B. Srivastava, (2002) ‘’Energy- aware wireless micro- sensor networks,’’ IEEE Signal Processing Magazine, Vol. 19, No. 2, pp 40 –50. [12]Mitton, Nathalie, Busson, Anthony & Fleury, Eric. (2004) ‘’Self-organization in large scale adhoc networks‘’. In : Mediterranean ad hoc Networking Workshop (Med-Hoc-Net’04). Bodrum, Turquie. [13]Wendi Rabiner Heinzelman, Anantha Chandrakasan, & Hari Balakrishnan, (2000) “Energy-efficient communication protocol for wireless microsensor networks,” In : Proc IEEE 33rd Hawaii International Conference on System Sciences. [14]G. J. Pottie & W. J. Kaiser, (2000) ‘’Wireless integrated network sensors,’’ Commun. ACM, Vol. 43, No. 5, pp. 51-58. AUTHORS Awatef BENFRADJ was born in Gabes, Tunisia in 1983. She received the engineering degree in Telecommunications and Networks from the University of Gabes, in 2007. In 2009, she obtained the master degree in Networks from Higher School of Communication of Tunisia. Since 2011, she has been a researcher within the laboratory of electronics and information technology, Sfax University. Salim El Khediri, a Ph.D student at the National School of Engineers of Sfax, Tunisia (Laboratory of Electrical and Information Technology) and in partnership collaboration education with CEDRIC laboratory of CNAM (National Conservatory of Arts and Crafts , Paris). Since 2009 working in the capacity of assistant teacher of computer sciences at the Faculty of Sciences Gafsa – Tunisia.
  • 8. 104 Computer Science & Information Technology (CS & IT) Nejah NASRI was born in Menzel Bouzaienne Village, in 1981. He received the B.S. and M.S. degrees in electronic engineering from the University of Sfax, in 2006 and the Ph.D. degree in electronic and telecommunication engineering from Toulouse University, France, in 2010. From 2006 to 2009, he was a Research Assistant with Higher Institute of Computer and Communication Techniques (ISITCom), Hammam Sousse, Tunisia. Since 2010, he has been an Assistant Professor with the Informatics Engineering Department, Gafsa University. He is the author of more than 50 articles. His research interests include engineering of wireless sensors networks and wireless underwater communication. Abdennaceur KACHOURI was born in Sfax, Tunisia, in 1954. He received the engineering diploma from National school of Engineering of Sfax in 1981, a Master degree in Measurement and Instrumentation from National school of Bordeaux (ENSERB) of France in 1981, a Doctorate in Measurement and Instrumentation from ENSERB, in 1983. He “works” on several cooperation with communication research groups in Tunisia and France. Currently, he is Permanent Professor at ENIS School of Engineering and member in the “LETI” Laboratory ENIS Sfax