SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 404
Analysis of Energy Efficiency and Network Lifetime of Various
Clustering Protocol
Priyanka Sharma1, Deepika2
1Priyanka Sharma, Dept. of Computer Engineering, I.I.E.T Kinana, jind, Haryana, India
2Deepika, Dept. of Computer Engineering, I.I.E.T kinana, jind, Haryana, India
-------------------------------------------------------------------------***------------------------------------------------------------------------
Abstract - The clustering algorithm is a kind of basic
approach used to reduce energy consumption. It can increase
the scalability and lifetime of the network. Energy-efficient
clustering protocols should be designed for the characteristics
of heterogeneous wireless sensor networks. Here we will
discuss about various Distributed Energy-Efficient Clustering
(DEEC) protocols for heterogeneoussensornetworks. InDEEC,
the cluster-heads are selected by a probability dependent on
the ratio between residual energy of each node and the
average energy of the network. The nodeswithhigh initial and
residual energy will have more chancestobethecluster-heads
than the nodes with low energy. The DDEEC (Developed
Distributed Energy-Efficient Clustering) technique isbased on
changing the cluster head selection probability dynamically
and with more efficiency. The EDEEC (Enhanced Distributed
Energy-Efficient Clustering)techniqueworksforthreetypesof
nodes in prolonging the lifetime and stability of the network,
thus increasing the heterogeneity and energy level of the
network. Last but not the least the TDEEC (Threshold
Distributed Energy-Efficient Clustering) technique in which
the threshold value of a node is modified on which the node
decides to be a cluster head or not.
Key Words: Cluster Head, BaseStation,WirelessSensor
Network, ResidualEnergy,HeterogeneousEnvironment,
Energy-efficient
1. INTRODUCTION
Technological developments in the field of Micro
Electro Mechanical Sensors (MEMS) have enabled the
development of tiny, low power, low cost sensors having
limited processing, wireless communication and energy
resource capabilities. Here, we will study performance of
heterogeneous WSN protocols under three and multilevel
heterogeneous networks.WecompareperformanceofDEEC,
DDEEC, EDEEC and TDEEC for different scenarios of three
and multilevel heterogeneous WSNs. Three level
heterogeneous networkscomprisesofnormal,advanced and
super nodes where the energy of super nodes is higher as
compared to that of normal and advanced nodes.
We discriminate each protocol on the basis of prolonging
stability period, network life time of nodes alive during
rounds for numerous three level heterogeneousnetworks.It
is found that different protocols have different efficiency for
three level and multilevel heterogeneous WSNs in terms of
stability period, nodes alive and network lifetime.DEECand
DDEEC operate well under three level heterogeneous WSNs
comprising of high energy level difference between normal,
advanced and super nodes in terms of stability period.
However it lacks in performance as compared to EDEEC and
TDEEC in terms of network lifetime. Whereas, EDEEC and
TDEEC operate well under multi and three-level
heterogeneous WSNs comprising of low energy level
difference between normal, advanced and super nodes in
terms of both stability period and network lifetime.
2. Overview of Distributed Heterogeneous
Protocols
(i.) DEEC
DEEC is designed to deal with nodes of
heterogeneous WSNs. ForCHselection,DEECusesinitial and
residual energy level of nodes. Let denote the number of
rounds to be a CH for node istheoptimum number
of CHs in our network during each round. A CH selection
criterion in DEEC is based on energy level of nodes. As in
homogeneous network, when nodes have same amount of
energy during each epoch then choosing assures
that CHs during each round. InWSNs,nodes withhigh
energy are more probable to become CH than nodes with
low energy but the net value of CHs during each round is
equal to . is the probability for each node to
become CH, so, node with high energy has larger value of
as compared to the . denotes average energy of
network during round r which can be given as:
(1)
Probability for selecting CH in DEEC is presented as:
(2)
In DEEC the average total number ofCHduring eachroundis
given as:
(3)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 405
is probability of each node to become CH in a round.
Where G is the set of nodes eligible to become CH at round r.
If node becomes CH in currently previous rounds then it is
included in G. During each round each node chooses a
random number between 0 and 1. If number is less than
threshold, it is eligible to become a CH else not.
(4)
As is reference value of average probability .
In homogeneous networks, all nodes have same initial
energy so they use to be the reference energy for
probability However in heterogeneous networks, the
value of is different according totheinitial energyofthe
node. In two-level heterogeneous network the value of
is given as
(5)
Then use the above and instead of in Eq. 2
for two level heterogeneous networks as:
(6)
Above version can also be expanded to multi-level
heterogeneous network given below as:
(7)
Above in Eq. 2 instead of to get for
heterogeneous node, for the multilevel heterogeneous
network is given as:
(8)
In DEEC we consider the average energy E(r) of the network
for any round r as:
(9)
R denotes total rounds of network lifetime and is estimated
as follows:
(10)
is total energy of the network where is energy
expenditure during each round.
(ii.) DDEEC
DDEEC uses same technique for approximation of
average energy in the network and CH selection algorithm
that is based on residual energy as incorporated in DEEC.
Difference between DDEEC and DEEC is centered in
expression that defines probabilityfornormal andadvanced
nodes to be a CH as given in Eq. 6.
We realize that nodes with more residual energy at
round r are more likely to become CH, so, in this way node
having higher energy values or advanced nodes will become
CH more often as compared to the nodes with lower energy
or normal nodes. A point comes in a network where
advanced nodes having same residual energy like normal
nodes. Even though after this point DEEC continuously
penalize the advanced nodes so this is not ideal method for
distribution of energy because by using this method,,
advanced nodes are continuously a CH and they die more
rapidly than normal nodes. To avoid this unbalanced case,
DDEEC makes some changes in Eq. 6 to saveadvancednodes
from being punished over and again. DEEC introduces
threshold residual energy as:
(11)
When energy level of advanced and normal nodesfallsdown
to the limit of threshold residual energy then both type of
nodes use same probability to become cluster head.
Therefore, CH selection is balanced and more efficient.
Threshold residual energy Th is given as:
(12)
Average probability for CH selection used in DEEC is as
follows:
(13)
(iii.) EDEEC
EDEEC uses concept of three level heterogeneous
networks. It contains three types of nodes normal,advanced
and super nodes based on initial energy. is probability
used for CH selection and is reference for . EDEEC
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 406
considers distinct values for normal, advanced and
super nodes, so, value of in EDEEC is as follows:
(14)
Threshold for CH selection for all three types of node is as
follows:
(15)
(iv.) TDEEC
TDEEC implementssametechniqueforselectingthe
CH and average energy estimation as suggested in DEEC. At
each round, node decide whether to become a CH or not by
choosing a random number between 0 and 1. If number is
less than threshold as shown in Eq. 16 then nodes decide
to become a CH for the given round. In TDEEC, threshold
value is adjusted and based upon that value a node decides
whether to become a CH or not by introducing residual
energy and average energy of that round with respect to
optimum number of CHs. Threshold value proposed by
TDEEC is given as follows:
(16)
3. Performance Criteria
Performance specifications that are employedinjudgement
of clustering protocol for heterogeneous WSNs are lifetime
of heterogeneous Wireless Sensor Networks, number of
nodes alive during rounds and data packets sent to BS.
Lifetime is a parameter which shows that node of each type
has not yet consumed all of its energy.
Number of nodes alive is a parameter that reports number
of alive nodes during each round.
Data packets sent to the BS is the measure that how many
packets are received by BS for each round.
These specifications present stability period, instability
period, energy consumption, data sent to the BS, and data
received by BS and lifetime of Wireless Sensor Networks.
Stability period is the period from start of network until the
death of first node whereas, instability period is the period
from the death of the first node until the last one.
4. Comparison among Different Protocols
(i.) Number of Alive nodes
In this subsection is shown a comparison of the
number of alive nodes in DEEC, DDEEC, EDEEC and TDEEC.
The evaluated results are shown below:
(ii.) Number of Dead Nodes
In this subsection the following figure presents a
comparison of the rounds achieved by all the simulated
protocols when the all node dies.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 407
(iii.) Number of Packets Transmitted to Base Station
Besides network lifetime, another metric to judge
efficiency of a routing protocol is its throughput. A base
station receiving more data packets confirms the efficiency
of routing protocol. Throughput depends on network
lifetime in a sense but not always. Consideringthesimulated
results as shown in below figure, we deduce that, maximum
throughput is achieved by TDEEC.
(iv.) Number of Packets Transmitted to ClusterHead
In this subsection the following figure presents a
comparison of number of packets transmitted to the cluster
heads node through non-cluster head nodes by all the
simulated protocols. When non-cluster head nodestransmit
data to the cluster head nodes thenthetransmissioniscalled
intra cluster communication.
(v.) Number of Cluster Heads
The following subsection presents a comparison of
the total number of cluster heads present in the various
protocols.
5.CONCLUSION
DEEC, an energy-aware adaptive clustering protocol is
implemented in heterogeneous wirelesssensornetworks. In
DEEC, every sensor node independently elects itself as a
cluster-head based on its initial energy and residual energy.
To restraint the energy disbursement of nodes by means of
adaptive approach, DEEC use the average energy of the
network as the reference energy. DEEC does not requireany
global knowledge of energy at every election round. DDEEC
is a Developed Distributed Energy-Efficient clustering for
heterogeneous wireless sensor networks. It’s an energy-
aware adaptive clustering protocol and with an adaptive
approach which employ the average energy of the network
as the reference energy like in DEEC, when every sensor
node independently votes for itself as a cluster head based
on its initial and residual energy and without any universal
knowledge of energy at every election round. To increase
more the DEEC protocol performances, the DDEEC
implemented a balanced and dynamic way to distribute the
spent energy more equitably between nodes. These
refinements implemented expand better the performances
of our DDEEC protocol than the others. EDEEC brings the
concept of heterogeneity in the network by establishing the
super nodes having energy more than normal and advanced
nodes and respective probabilities. It extends the lifetime
and stability of the network. TDEEC protocol upgrades
stability and energy efficient property of the heterogeneous
wireless sensor network and results in increase of the
lifetime.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 408
REFERENCES:
[1] Akkaya, K. and Younis, M. (2005). A survey on routing
protocols for wireless sensor networks. Ad hoc networks,
3(3):325-349.
[2] Deng, S., Li, J., and Shen, L. (2011). Mobility-based
clustering protocol forwirelesssensornetworkswithmobile
nodes. IET wireless sensor systems, 1(1):39-47.
[3] Jindal, P. and Gupta, V. (2013). Study of energy efficient
routing protocols of wireless sensor networks and their
further researches: a survey. Energy, 2(2).
[4] Pantazis, N. A., Nikolidakis, S. A., and Vergados, D. D.
(2013). Energy-efficient routingprotocolsinwirelesssensor
networks: A survey. Communications Surveys & Tutorials,
IEEE, 15(2):551-591.
[5] W. R. Heinzelman, A. P. Chandrakasan, H. Balakrishnan,
Energy-efficient communication protocol for wireless
microsensor networks, in: Proceedings of the 33rd Hawaii
International Conference on System Sciences (HICSS-33),
January 2000.
[6] V. Mhatre, C. Rosenberg, Design guidelines for wireless
sensor networks: communication, clustering and
aggregation, Ad Hoc Network Journal 2 (1) (2004) 45-63.
[7] M. Ye, C. Li, G. Chen, J. Wu, EECS: an energy efficient
cluster scheme in wireless sensor networks, in: IEEE
International Workshop on Strategies for Energy Efficiency
in Ad Hoc and Sensor Networks (IEEE IWSEEASN2005),
Phoenix, Arizona, April 7-9, 2005.
[8] A. Depedri, A. Zanella, R. Verdone, An energy efficient
protocol for wireless sensor networks, in: Autonomous
Intelligent Networks and Systems (AINS 2003), Menlo Park,
CA, June 30-July 1, 2003.
[9] Jamal N. Al-KAraki and Ahmed E. Kamal, “Routing
techniques in wireless sensor networks: a survey,” IEEE
Wireless Communications, vol. 11, no. 6, pp. 6-28,Dec.2004.
[10] Parul; Saini, Ajay K. Sharma, “Energy Efficient Scheme
for Clustering Protocol Prolonging the Lifetime of
Heterogeneous Wireless Sensor Networks”, International
Journal of Computer Applications(09758887),Volume6 No.
2, September 2010.

More Related Content

What's hot

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
ambitlick
 
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
eeiej
 

What's hot (19)

IRJET- Enhancing Data Transmission and Protection in Wireless Sensor Node
IRJET- Enhancing Data Transmission and Protection in Wireless Sensor NodeIRJET- Enhancing Data Transmission and Protection in Wireless Sensor Node
IRJET- Enhancing Data Transmission and Protection in Wireless Sensor Node
 
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
 
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
 
A REVIEW OF ASYNCHRONOUS AD HOC NETWORK WITH WIRELESS ENERGY HARVESTING AND C...
A REVIEW OF ASYNCHRONOUS AD HOC NETWORK WITH WIRELESS ENERGY HARVESTING AND C...A REVIEW OF ASYNCHRONOUS AD HOC NETWORK WITH WIRELESS ENERGY HARVESTING AND C...
A REVIEW OF ASYNCHRONOUS AD HOC NETWORK WITH WIRELESS ENERGY HARVESTING AND C...
 
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR HET...
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR HET...MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR HET...
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR HET...
 
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
 
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
 
Review on variants of Power Aware AODV
Review on variants of Power Aware AODVReview on variants of Power Aware AODV
Review on variants of Power Aware AODV
 
Inter-trip links incorporated optimal protection coordination
Inter-trip links incorporated optimal protection coordination Inter-trip links incorporated optimal protection coordination
Inter-trip links incorporated optimal protection coordination
 
29 ijaprr vol1-4-14-23kishor
29 ijaprr vol1-4-14-23kishor29 ijaprr vol1-4-14-23kishor
29 ijaprr vol1-4-14-23kishor
 
AN IMPROVED ROUTING PROTOCOL SCHEME IN ADHOC NETWORKS
AN IMPROVED ROUTING PROTOCOL SCHEME IN ADHOC NETWORKSAN IMPROVED ROUTING PROTOCOL SCHEME IN ADHOC NETWORKS
AN IMPROVED ROUTING PROTOCOL SCHEME IN ADHOC NETWORKS
 
The comparison between routing protocols based on lifetime of wireless sensor...
The comparison between routing protocols based on lifetime of wireless sensor...The comparison between routing protocols based on lifetime of wireless sensor...
The comparison between routing protocols based on lifetime of wireless sensor...
 
15 ijcse-01236
15 ijcse-0123615 ijcse-01236
15 ijcse-01236
 
Efficient power allocation method for non orthogonal multiple access 5G systems
Efficient power allocation method for non orthogonal multiple access 5G systemsEfficient power allocation method for non orthogonal multiple access 5G systems
Efficient power allocation method for non orthogonal multiple access 5G systems
 
Energy efficient clustering in heterogeneous
Energy efficient clustering in heterogeneousEnergy efficient clustering in heterogeneous
Energy efficient clustering in heterogeneous
 
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
 
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
 
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
 
FTTCP: Fault Tolerant Two-level Clustering Protocol for WSN
FTTCP: Fault Tolerant Two-level Clustering Protocol for WSNFTTCP: Fault Tolerant Two-level Clustering Protocol for WSN
FTTCP: Fault Tolerant Two-level Clustering Protocol for WSN
 

Similar to IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clustering Protocol

Similar to IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clustering Protocol (20)

IRJET- An Enhanced Cluster (CH-LEACH) based Routing Scheme for Wireless Senso...
IRJET- An Enhanced Cluster (CH-LEACH) based Routing Scheme for Wireless Senso...IRJET- An Enhanced Cluster (CH-LEACH) based Routing Scheme for Wireless Senso...
IRJET- An Enhanced Cluster (CH-LEACH) based Routing Scheme for Wireless Senso...
 
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...
 
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...
 
Gateway Based Multi-Hop Distributed Energy Efficient Clustering Protocol for ...
Gateway Based Multi-Hop Distributed Energy Efficient Clustering Protocol for ...Gateway Based Multi-Hop Distributed Energy Efficient Clustering Protocol for ...
Gateway Based Multi-Hop Distributed Energy Efficient Clustering Protocol for ...
 
Gateway Based Multi-Hop Distributed Energy Efficient Clustering Protocol for ...
Gateway Based Multi-Hop Distributed Energy Efficient Clustering Protocol for ...Gateway Based Multi-Hop Distributed Energy Efficient Clustering Protocol for ...
Gateway Based Multi-Hop Distributed Energy Efficient Clustering Protocol for ...
 
Servant-ModLeach Energy Efficient Cluster Base Routing Protocol for Large Sca...
Servant-ModLeach Energy Efficient Cluster Base Routing Protocol for Large Sca...Servant-ModLeach Energy Efficient Cluster Base Routing Protocol for Large Sca...
Servant-ModLeach Energy Efficient Cluster Base Routing Protocol for Large Sca...
 
Energy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor NetworksEnergy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor Networks
 
IRJET-Comparative Study of Leach, Sep,Teen,Deec, and Pegasis in Wireless Sens...
IRJET-Comparative Study of Leach, Sep,Teen,Deec, and Pegasis in Wireless Sens...IRJET-Comparative Study of Leach, Sep,Teen,Deec, and Pegasis in Wireless Sens...
IRJET-Comparative Study of Leach, Sep,Teen,Deec, and Pegasis in Wireless Sens...
 
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSNIRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
 
EDD CLUSTERING ALGORITHM FOR WIRELESS SENSOR NETWORKS
EDD CLUSTERING ALGORITHM FOR WIRELESS SENSOR NETWORKSEDD CLUSTERING ALGORITHM FOR WIRELESS SENSOR NETWORKS
EDD CLUSTERING ALGORITHM FOR WIRELESS SENSOR NETWORKS
 
Edd clustering algorithm for
Edd clustering algorithm forEdd clustering algorithm for
Edd clustering algorithm for
 
IRJET- Modified SIMPLE Protocol for Wireless Body Area Networks
IRJET-  	  Modified SIMPLE Protocol for Wireless Body Area NetworksIRJET-  	  Modified SIMPLE Protocol for Wireless Body Area Networks
IRJET- Modified SIMPLE Protocol for Wireless Body Area Networks
 
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
 
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
 
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
 
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...
 
E NERGY D EGREE D ISTANCE C LUSTERING A LGORITHM FOR W Sns
E NERGY D EGREE D ISTANCE C LUSTERING A LGORITHM FOR W SnsE NERGY D EGREE D ISTANCE C LUSTERING A LGORITHM FOR W Sns
E NERGY D EGREE D ISTANCE C LUSTERING A LGORITHM FOR W Sns
 
AN IMPROVED ROUTING PROTOCOL SCHEME IN ADHOC NETWORKS
AN IMPROVED ROUTING PROTOCOL SCHEME IN ADHOC NETWORKSAN IMPROVED ROUTING PROTOCOL SCHEME IN ADHOC NETWORKS
AN IMPROVED ROUTING PROTOCOL SCHEME IN ADHOC NETWORKS
 
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...
 
Energy Efficient Cluster Routing Protocols in Wireless Sensor Network – A Sur...
Energy Efficient Cluster Routing Protocols in Wireless Sensor Network – A Sur...Energy Efficient Cluster Routing Protocols in Wireless Sensor Network – A Sur...
Energy Efficient Cluster Routing Protocols in Wireless Sensor Network – A Sur...
 

More from IRJET Journal

More from IRJET Journal (20)

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

Recently uploaded

Artificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfArtificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdf
Kira Dess
 
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
c3384a92eb32
 
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
A
 

Recently uploaded (20)

Dynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxDynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptx
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
 
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdfInstruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Station
 
Artificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfArtificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdf
 
History of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationHistory of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & Modernization
 
handbook on reinforce concrete and detailing
handbook on reinforce concrete and detailinghandbook on reinforce concrete and detailing
handbook on reinforce concrete and detailing
 
DBMS-Report on Student management system.pptx
DBMS-Report on Student management system.pptxDBMS-Report on Student management system.pptx
DBMS-Report on Student management system.pptx
 
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas SachpazisSeismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
What is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, FunctionsWhat is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, Functions
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
 
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
 
Adsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptAdsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) ppt
 
Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdf
 
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
 
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
 
Databricks Generative AI FoundationCertified.pdf
Databricks Generative AI FoundationCertified.pdfDatabricks Generative AI FoundationCertified.pdf
Databricks Generative AI FoundationCertified.pdf
 

IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clustering Protocol

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 404 Analysis of Energy Efficiency and Network Lifetime of Various Clustering Protocol Priyanka Sharma1, Deepika2 1Priyanka Sharma, Dept. of Computer Engineering, I.I.E.T Kinana, jind, Haryana, India 2Deepika, Dept. of Computer Engineering, I.I.E.T kinana, jind, Haryana, India -------------------------------------------------------------------------***------------------------------------------------------------------------ Abstract - The clustering algorithm is a kind of basic approach used to reduce energy consumption. It can increase the scalability and lifetime of the network. Energy-efficient clustering protocols should be designed for the characteristics of heterogeneous wireless sensor networks. Here we will discuss about various Distributed Energy-Efficient Clustering (DEEC) protocols for heterogeneoussensornetworks. InDEEC, the cluster-heads are selected by a probability dependent on the ratio between residual energy of each node and the average energy of the network. The nodeswithhigh initial and residual energy will have more chancestobethecluster-heads than the nodes with low energy. The DDEEC (Developed Distributed Energy-Efficient Clustering) technique isbased on changing the cluster head selection probability dynamically and with more efficiency. The EDEEC (Enhanced Distributed Energy-Efficient Clustering)techniqueworksforthreetypesof nodes in prolonging the lifetime and stability of the network, thus increasing the heterogeneity and energy level of the network. Last but not the least the TDEEC (Threshold Distributed Energy-Efficient Clustering) technique in which the threshold value of a node is modified on which the node decides to be a cluster head or not. Key Words: Cluster Head, BaseStation,WirelessSensor Network, ResidualEnergy,HeterogeneousEnvironment, Energy-efficient 1. INTRODUCTION Technological developments in the field of Micro Electro Mechanical Sensors (MEMS) have enabled the development of tiny, low power, low cost sensors having limited processing, wireless communication and energy resource capabilities. Here, we will study performance of heterogeneous WSN protocols under three and multilevel heterogeneous networks.WecompareperformanceofDEEC, DDEEC, EDEEC and TDEEC for different scenarios of three and multilevel heterogeneous WSNs. Three level heterogeneous networkscomprisesofnormal,advanced and super nodes where the energy of super nodes is higher as compared to that of normal and advanced nodes. We discriminate each protocol on the basis of prolonging stability period, network life time of nodes alive during rounds for numerous three level heterogeneousnetworks.It is found that different protocols have different efficiency for three level and multilevel heterogeneous WSNs in terms of stability period, nodes alive and network lifetime.DEECand DDEEC operate well under three level heterogeneous WSNs comprising of high energy level difference between normal, advanced and super nodes in terms of stability period. However it lacks in performance as compared to EDEEC and TDEEC in terms of network lifetime. Whereas, EDEEC and TDEEC operate well under multi and three-level heterogeneous WSNs comprising of low energy level difference between normal, advanced and super nodes in terms of both stability period and network lifetime. 2. Overview of Distributed Heterogeneous Protocols (i.) DEEC DEEC is designed to deal with nodes of heterogeneous WSNs. ForCHselection,DEECusesinitial and residual energy level of nodes. Let denote the number of rounds to be a CH for node istheoptimum number of CHs in our network during each round. A CH selection criterion in DEEC is based on energy level of nodes. As in homogeneous network, when nodes have same amount of energy during each epoch then choosing assures that CHs during each round. InWSNs,nodes withhigh energy are more probable to become CH than nodes with low energy but the net value of CHs during each round is equal to . is the probability for each node to become CH, so, node with high energy has larger value of as compared to the . denotes average energy of network during round r which can be given as: (1) Probability for selecting CH in DEEC is presented as: (2) In DEEC the average total number ofCHduring eachroundis given as: (3)
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 405 is probability of each node to become CH in a round. Where G is the set of nodes eligible to become CH at round r. If node becomes CH in currently previous rounds then it is included in G. During each round each node chooses a random number between 0 and 1. If number is less than threshold, it is eligible to become a CH else not. (4) As is reference value of average probability . In homogeneous networks, all nodes have same initial energy so they use to be the reference energy for probability However in heterogeneous networks, the value of is different according totheinitial energyofthe node. In two-level heterogeneous network the value of is given as (5) Then use the above and instead of in Eq. 2 for two level heterogeneous networks as: (6) Above version can also be expanded to multi-level heterogeneous network given below as: (7) Above in Eq. 2 instead of to get for heterogeneous node, for the multilevel heterogeneous network is given as: (8) In DEEC we consider the average energy E(r) of the network for any round r as: (9) R denotes total rounds of network lifetime and is estimated as follows: (10) is total energy of the network where is energy expenditure during each round. (ii.) DDEEC DDEEC uses same technique for approximation of average energy in the network and CH selection algorithm that is based on residual energy as incorporated in DEEC. Difference between DDEEC and DEEC is centered in expression that defines probabilityfornormal andadvanced nodes to be a CH as given in Eq. 6. We realize that nodes with more residual energy at round r are more likely to become CH, so, in this way node having higher energy values or advanced nodes will become CH more often as compared to the nodes with lower energy or normal nodes. A point comes in a network where advanced nodes having same residual energy like normal nodes. Even though after this point DEEC continuously penalize the advanced nodes so this is not ideal method for distribution of energy because by using this method,, advanced nodes are continuously a CH and they die more rapidly than normal nodes. To avoid this unbalanced case, DDEEC makes some changes in Eq. 6 to saveadvancednodes from being punished over and again. DEEC introduces threshold residual energy as: (11) When energy level of advanced and normal nodesfallsdown to the limit of threshold residual energy then both type of nodes use same probability to become cluster head. Therefore, CH selection is balanced and more efficient. Threshold residual energy Th is given as: (12) Average probability for CH selection used in DEEC is as follows: (13) (iii.) EDEEC EDEEC uses concept of three level heterogeneous networks. It contains three types of nodes normal,advanced and super nodes based on initial energy. is probability used for CH selection and is reference for . EDEEC
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 406 considers distinct values for normal, advanced and super nodes, so, value of in EDEEC is as follows: (14) Threshold for CH selection for all three types of node is as follows: (15) (iv.) TDEEC TDEEC implementssametechniqueforselectingthe CH and average energy estimation as suggested in DEEC. At each round, node decide whether to become a CH or not by choosing a random number between 0 and 1. If number is less than threshold as shown in Eq. 16 then nodes decide to become a CH for the given round. In TDEEC, threshold value is adjusted and based upon that value a node decides whether to become a CH or not by introducing residual energy and average energy of that round with respect to optimum number of CHs. Threshold value proposed by TDEEC is given as follows: (16) 3. Performance Criteria Performance specifications that are employedinjudgement of clustering protocol for heterogeneous WSNs are lifetime of heterogeneous Wireless Sensor Networks, number of nodes alive during rounds and data packets sent to BS. Lifetime is a parameter which shows that node of each type has not yet consumed all of its energy. Number of nodes alive is a parameter that reports number of alive nodes during each round. Data packets sent to the BS is the measure that how many packets are received by BS for each round. These specifications present stability period, instability period, energy consumption, data sent to the BS, and data received by BS and lifetime of Wireless Sensor Networks. Stability period is the period from start of network until the death of first node whereas, instability period is the period from the death of the first node until the last one. 4. Comparison among Different Protocols (i.) Number of Alive nodes In this subsection is shown a comparison of the number of alive nodes in DEEC, DDEEC, EDEEC and TDEEC. The evaluated results are shown below: (ii.) Number of Dead Nodes In this subsection the following figure presents a comparison of the rounds achieved by all the simulated protocols when the all node dies.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 407 (iii.) Number of Packets Transmitted to Base Station Besides network lifetime, another metric to judge efficiency of a routing protocol is its throughput. A base station receiving more data packets confirms the efficiency of routing protocol. Throughput depends on network lifetime in a sense but not always. Consideringthesimulated results as shown in below figure, we deduce that, maximum throughput is achieved by TDEEC. (iv.) Number of Packets Transmitted to ClusterHead In this subsection the following figure presents a comparison of number of packets transmitted to the cluster heads node through non-cluster head nodes by all the simulated protocols. When non-cluster head nodestransmit data to the cluster head nodes thenthetransmissioniscalled intra cluster communication. (v.) Number of Cluster Heads The following subsection presents a comparison of the total number of cluster heads present in the various protocols. 5.CONCLUSION DEEC, an energy-aware adaptive clustering protocol is implemented in heterogeneous wirelesssensornetworks. In DEEC, every sensor node independently elects itself as a cluster-head based on its initial energy and residual energy. To restraint the energy disbursement of nodes by means of adaptive approach, DEEC use the average energy of the network as the reference energy. DEEC does not requireany global knowledge of energy at every election round. DDEEC is a Developed Distributed Energy-Efficient clustering for heterogeneous wireless sensor networks. It’s an energy- aware adaptive clustering protocol and with an adaptive approach which employ the average energy of the network as the reference energy like in DEEC, when every sensor node independently votes for itself as a cluster head based on its initial and residual energy and without any universal knowledge of energy at every election round. To increase more the DEEC protocol performances, the DDEEC implemented a balanced and dynamic way to distribute the spent energy more equitably between nodes. These refinements implemented expand better the performances of our DDEEC protocol than the others. EDEEC brings the concept of heterogeneity in the network by establishing the super nodes having energy more than normal and advanced nodes and respective probabilities. It extends the lifetime and stability of the network. TDEEC protocol upgrades stability and energy efficient property of the heterogeneous wireless sensor network and results in increase of the lifetime.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 408 REFERENCES: [1] Akkaya, K. and Younis, M. (2005). A survey on routing protocols for wireless sensor networks. Ad hoc networks, 3(3):325-349. [2] Deng, S., Li, J., and Shen, L. (2011). Mobility-based clustering protocol forwirelesssensornetworkswithmobile nodes. IET wireless sensor systems, 1(1):39-47. [3] Jindal, P. and Gupta, V. (2013). Study of energy efficient routing protocols of wireless sensor networks and their further researches: a survey. Energy, 2(2). [4] Pantazis, N. A., Nikolidakis, S. A., and Vergados, D. D. (2013). Energy-efficient routingprotocolsinwirelesssensor networks: A survey. Communications Surveys & Tutorials, IEEE, 15(2):551-591. [5] W. R. Heinzelman, A. P. Chandrakasan, H. Balakrishnan, Energy-efficient communication protocol for wireless microsensor networks, in: Proceedings of the 33rd Hawaii International Conference on System Sciences (HICSS-33), January 2000. [6] V. Mhatre, C. Rosenberg, Design guidelines for wireless sensor networks: communication, clustering and aggregation, Ad Hoc Network Journal 2 (1) (2004) 45-63. [7] M. Ye, C. Li, G. Chen, J. Wu, EECS: an energy efficient cluster scheme in wireless sensor networks, in: IEEE International Workshop on Strategies for Energy Efficiency in Ad Hoc and Sensor Networks (IEEE IWSEEASN2005), Phoenix, Arizona, April 7-9, 2005. [8] A. Depedri, A. Zanella, R. Verdone, An energy efficient protocol for wireless sensor networks, in: Autonomous Intelligent Networks and Systems (AINS 2003), Menlo Park, CA, June 30-July 1, 2003. [9] Jamal N. Al-KAraki and Ahmed E. Kamal, “Routing techniques in wireless sensor networks: a survey,” IEEE Wireless Communications, vol. 11, no. 6, pp. 6-28,Dec.2004. [10] Parul; Saini, Ajay K. Sharma, “Energy Efficient Scheme for Clustering Protocol Prolonging the Lifetime of Heterogeneous Wireless Sensor Networks”, International Journal of Computer Applications(09758887),Volume6 No. 2, September 2010.