SlideShare ist ein Scribd-Unternehmen logo
1 von 3
Downloaden Sie, um offline zu lesen
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 174
Energy Efficient Cluster Routing Protocols in
Wireless Sensor Network – A Survey
Ankita Singla, Deepali
CS Department, Guru Nanak College, Budhlada, India
Abstract— Wireless sensor network (WSN) is the collection
of nodes which sense the environment conditions such as
temperature, air pollution, wind etc. and send this
information to base station for further processing. In
cluster based routing protocol, cluster head (CH) is elected
which act as intermediate between sensor nodes and base
station. In this paper, we compared the energy efficient
cluster routing protocols based on parameters.
Keywords—LEACH, ERA, I-LEACH ,E-LEACH, CELL-
LEACH, ID-LEACH
I. INTRODUCTION
WSN is the collection of nodes which sense the
environment conditions such as temperature, air
pollution, wind [1] etc. and send this information to base
station for further processing. But how the data should
transmit to base station by sensor nodes depends upon a
protocol. End user can access the data from base station
through internet or satellite as shown in fig 1:
Fig 1 WSN Architecture
In cluster routing protocol, we divide our network
area into number of clusters. In each cluster, one node -
is selected as cluster head which behaves as an
intermediate between other nodes of cluster head and
base station.
An outline of this paper is as follows. Section II
presents the Low Energy Adaptive Cluster Hierarchy
(LEACH) protocol. Section III presents the Energy
Residue Aware (ERA) protocol. Section IV presents the
I-LEACH protocol and Section V presents the E-
LEACH. Section VI presents the Cell-LEACH protocol
and Section VII presents the VLEACH protocol. Section
VIII presents comparison of routing protocols and
section IX describes the conclusion of the paper.
II. LEACH
In [2] author proposed LEACH protocol in CH is
elected based upon probability. Each node chooses a
random number between 0 an d 1. If chosen number is
lower than the threshold frequency is selected as CH.
And threshold is computed by:
T(n) =
P
1 − P ∗ (r mod
1
P
)
∈ Q
0, ℎ
(1)
Where,
P= percentage of maximum cluster heads in
network(5%)
r= current round
Q= set of nodes which have not become cluster
heads in last 1/p rounds.
Non-CH node will select cluster head based upon
signal strength. Non-CH nodes send their sensed
information to their respective CH. CH sends
aggregated data to base station.
III. ERA
In [3] author proposed an ERA protocol. The
election of CH is same as a LEACH. But non-CH
nodes select CH which has maximum total residual
energy of CH and residual energy of node.
Maximum Energy Residue Path =Energy Residue
Of
Cluster Head+ Energy Residue Of Node
(2)
Simulation results show that ERA is better than
LEACH protocol in terms of network lifetime and
energy distribution of nodes.
IV. I-LEACH
In [4] author proposed an Improved LEACH
protocol. In this protocol CH is elected based on
residual energy of node and distance of node from base
station. Each node generates a random number between
0 and 1 which is compared with threshold value. The
threshold value is computed based upon position of
node relative to base station. We divide network area
into four quadrants of equal size. If node and base
station lies in same quadrant we calculate threshold
value as:-
∗( )
α ∗ _
_
+ [(1 − α) ∗
d ] (3)
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
175 NITTTR, Chandigarh EDIT-2015
If node and base station lies in opposite quadrant we
calculate threshold value as:-
∗( )
(1 − α) ∗ _
_
+
[α ∗ d ] (4)
If node and base station lies in adjacent quadrant
then threshold value calculated as:-
∗( )
(α/2) ∗ _
_
+
[(α/2) ∗ d ] (5)
Where P is percentage of desired CH, r is current
round, α is constant having value 0.75, E _ is
remaining energy of node, E _ is initial energy of
node and d is distance between node and sink. Non-
CH nodes select CH based on signal strength.
Simulation results show that I-LEACH is better than
LEACH in terms of network lifetime.
V. E-LEACH
In [5] author proposed E-LEACH protocol. In the E-
LEACH algorithm, CH is not selected randomly as in
LEACH and the round time for the selection is fixed. In
the E-LEACH, minimum spanning tree between CH is
created and CH which has largest residual energy is
selected as the root node. So, it considers the remaining
energy of the sensor nodes in order to balance network
loads and changes the round time depends on the
optimal cluster size. In this the CH sends the final data
to the sink node by the minimum spanning tree. Results
show that proposed protocol increases network lifetime
at least by 40% when compared with the LEACH
algorithm.
Fig 2 E-LEACH Architecture
VI. CELL-LEACH
In [6] author proposed CELL-LEACH protocol. In
this protocol, network area is divided into sections which
are called cells. Each seven near cells form a cluster.
Every cell has a cell-head which can communicate with
CHs directly. Cell-head is based upon residual energy.
Node having highest residual energy in cell is selected as
cell-head. And node having highest residual energy in
cluster is selected as CH. Each cell-head allocates a limit
of time on the basis of time division multiplexing to
sensor nodes which have shown interest to transfer data.
Sensor nodes of cell should transfer their data to the cell-
head in designated time. After receiving information
cell-head aggregate their cell information and remove
redundant information. Cell-head send aggregates data to
CH. After receiving data from cell-heads, CH aggregates
the data and sends to sink either directly or through other
CHs. To send data from CH to sink, CH keeps the
location information of other clusters in its table. By
using this table, shortest path is selected for sending data
from CH to sink. This method is also used for
transferring data from cell-head to cluster-head.
Simulation results show that cell-LEACH is better than
LEACH and LEACH-C protocol in terms of network
lifetime.
VII. ID-LEACH
In [7] author proposed ID-LEACH protocol where
the election of CH is same as LEACH protocol. This
protocol forms a tree with base station as root node and
cluster heads as its child nodes and so on. Every node
calculates its distance and degree from its parent node.
Root node generates the binary number of the length
multiple of distance a
nd degree. Base station assigns a unique ID with binary
number to each of sensor nodes. As base station knows
ID of each node so base station sends data in single path
rather than multiple path which save energy and
prolongs network life time.
VIII. VLEACH
In [8] author proposed VLEACH protocol. In this
protocol, cluster contains CH which is responsible for
sending data that is received from cluster members to the
COMPARISON OF ROUTING PROTOCOLS IN MOBILE WSN
sink node. When CH dies, vice-CH takes the
responsibility of CH of cluster. In LEACH, CH node
dies earlier than non-CH nodes in cluster because of its
operation of receiving, sending and overhearing. When
CH die, the cluster will become useless because data
gathered by non-CH nodes will never reach the sink
node. So, new CH need to elected. In VLEACH, vice-
CHs will become a CH of cluster whenever CH dies.
Because of this, non-CH nodes data will always reach to
sink node. And there is no need to elect new CH each
time CH dies. This will increase the network lifetime of
network. In VLEACH, the selection of CH is based upon
minimum distance, maximum residual energy and
minimum transmission energy. Non-CH node determines
its CH based on signal strength. Because greater the
signal strength means shorter the distance between them
and if distance is less, it takes less energy for
transmission of data. Simulation results show that
VLEACH increases network lifetime than LEACH
protocol.
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 176
IX. PROTOCOL COMPARISON
The papers surveyed have common objective which is
to increase the network lifetime. Protocols discussed in
above section are compared and presented in Table 1
X. CONCLUSION
In clustering routing protocols, network is divided
REFERENCES
[1] I.F.Akyildiz,W. Su, Y. Sankarassubramaniam, E.Cayirci,
“Wireless Sensor Networks: a survey,” Computer
Networks(Elsevier), vol. 38, pp. 393-422, 2002.
[2] W.R.Heinzelman,“Energy-Efficient Communication Protocol
for Wireless Microsensor Networks,” Proc. of the 33rd
Hawaii
International Conference on System Sciences, pp. 1-10, 2000.
[3] H. Chen,C.S. Wu, Y.S. Chu,C.C. Cheng, L.K. Tsai, “Energy
residue aware(ERA) clustering algorithm for leach-based wireless
sensor networks,” Proc. of 2nd
International Conference on
Systems and Networks Communications, pp. 40-45, 2007.
[4] S.H.Gajjar, K.S.Dasgupta, S.N.Pradhan, K.M.Vala, “Lifetime
improvement of LEACH protocol for wireless sensor network,”
Proc. of the Nirma university Internationalconference on
Engineering,IEEE, pp. 1-6, 2012.
[5] J.Xu, N.Jin, X.Lou, T.Peng, Q.hou, Y.Chen, “improvement of
LEACH protocol for WSN,” Proceedings of 9th International
Conference on Fuzzy Systems and Knowledge Discovery (FSKD
2012), IEEE, pp. 2174-2177,2012.
[6] Y.Arezoo, F.Nabavi, A.Sarmast, “An “Improvement on
LEACH Protocol (Cell-LEACH),” Proceedings of 14th
International conference on ICACT, pp. 992-996,2012.
approach to improve VLEACH in WSN,” Proceedings of 3rd
International conference on Advanced Computing &
Communication Technologies, pp. 236-240,2013.
Protocol
Characteristics
Data
Transmissi
on
CH
Energy Efficiency
Election
Selectio
n
[2] Single-hop
Probabilit
y
Signal
Strength
Good
[3] Single-hop
Probabilit
y
Signal
Strength
Good
[4] Single-hop
Energy
and
distance
Signal
Strength
Very Good
[5] Multi-hop
Energy
Signal
Strength
Very Good
[6] Single-hop
Energy
Signal
Strength
Good
[7] Single-hop
Probabilit
y
Signal
Strength
Good
[8] Single-hop
Energy
and
distance
Signal
Strength
Very Good
into a number of clusters. We can choose
different criteria for electing and selecting CHs in
the network which influence the network lifetime of
network. In this paper, we presented the various we
compared the various energy efficient routing protocol
of WSN.
[7] V.Tortzaban, S.Rahmani, M.Dehghan. “An ID Based
Routing Protocol for WSN,” IEEE,2009.
[8] A.Ahlawat, V.Malik, “An Extended Vice-Cluster Selection

Weitere ähnliche Inhalte

Was ist angesagt?

Performance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimediaPerformance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimediaIAEME Publication
 
Enhanced Leach Protocol
Enhanced Leach ProtocolEnhanced Leach Protocol
Enhanced Leach Protocolijceronline
 
A PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORK
A PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORKA PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORK
A PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORKIJCNCJournal
 
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
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energyijp2p
 
Leach-Protocol
Leach-ProtocolLeach-Protocol
Leach-Protocolzhendong
 
Energy efficient communication techniques for wireless micro sensor networks
Energy efficient communication techniques for wireless micro sensor networksEnergy efficient communication techniques for wireless micro sensor networks
Energy efficient communication techniques for wireless micro sensor networksPushpita Biswas
 
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...ijsrd.com
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsnSamruddhi Gaikwad
 
Shortest path algorithm for data transmission in wireless ad hoc sensor networks
Shortest path algorithm for data transmission in wireless ad hoc sensor networksShortest path algorithm for data transmission in wireless ad hoc sensor networks
Shortest path algorithm for data transmission in wireless ad hoc sensor networksijasuc
 
Energy-Efficient Hybrid K-Means Algorithm for Clustered Wireless Sensor Netw...
Energy-Efficient Hybrid K-Means Algorithm for Clustered  Wireless Sensor Netw...Energy-Efficient Hybrid K-Means Algorithm for Clustered  Wireless Sensor Netw...
Energy-Efficient Hybrid K-Means Algorithm for Clustered Wireless Sensor Netw...IJECEIAES
 
Wireless Sensor Network over High Altitude Platform
Wireless Sensor Network over High Altitude PlatformWireless Sensor Network over High Altitude Platform
Wireless Sensor Network over High Altitude PlatformTELKOMNIKA JOURNAL
 
Magnify Network Lifetime in WSN by Reducing Data Aggregation Distance of Weak...
Magnify Network Lifetime in WSN by Reducing Data Aggregation Distance of Weak...Magnify Network Lifetime in WSN by Reducing Data Aggregation Distance of Weak...
Magnify Network Lifetime in WSN by Reducing Data Aggregation Distance of Weak...ijwmn
 
Study On Energy Efficient Centralized Routing Protocol For Wireless Sensor N...
Study On Energy Efficient Centralized Routing Protocol For Wireless Sensor  N...Study On Energy Efficient Centralized Routing Protocol For Wireless Sensor  N...
Study On Energy Efficient Centralized Routing Protocol For Wireless Sensor N...Al Imran, CISA
 

Was ist angesagt? (17)

Performance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimediaPerformance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimedia
 
Enhanced Leach Protocol
Enhanced Leach ProtocolEnhanced Leach Protocol
Enhanced Leach Protocol
 
A PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORK
A PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORKA PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORK
A PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORK
 
6 ijcse-01222-1
6 ijcse-01222-16 ijcse-01222-1
6 ijcse-01222-1
 
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
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energy
 
Leach-Protocol
Leach-ProtocolLeach-Protocol
Leach-Protocol
 
C04501027035
C04501027035C04501027035
C04501027035
 
Energy efficient communication techniques for wireless micro sensor networks
Energy efficient communication techniques for wireless micro sensor networksEnergy efficient communication techniques for wireless micro sensor networks
Energy efficient communication techniques for wireless micro sensor networks
 
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsn
 
M045077578
M045077578M045077578
M045077578
 
Shortest path algorithm for data transmission in wireless ad hoc sensor networks
Shortest path algorithm for data transmission in wireless ad hoc sensor networksShortest path algorithm for data transmission in wireless ad hoc sensor networks
Shortest path algorithm for data transmission in wireless ad hoc sensor networks
 
Energy-Efficient Hybrid K-Means Algorithm for Clustered Wireless Sensor Netw...
Energy-Efficient Hybrid K-Means Algorithm for Clustered  Wireless Sensor Netw...Energy-Efficient Hybrid K-Means Algorithm for Clustered  Wireless Sensor Netw...
Energy-Efficient Hybrid K-Means Algorithm for Clustered Wireless Sensor Netw...
 
Wireless Sensor Network over High Altitude Platform
Wireless Sensor Network over High Altitude PlatformWireless Sensor Network over High Altitude Platform
Wireless Sensor Network over High Altitude Platform
 
Magnify Network Lifetime in WSN by Reducing Data Aggregation Distance of Weak...
Magnify Network Lifetime in WSN by Reducing Data Aggregation Distance of Weak...Magnify Network Lifetime in WSN by Reducing Data Aggregation Distance of Weak...
Magnify Network Lifetime in WSN by Reducing Data Aggregation Distance of Weak...
 
Study On Energy Efficient Centralized Routing Protocol For Wireless Sensor N...
Study On Energy Efficient Centralized Routing Protocol For Wireless Sensor  N...Study On Energy Efficient Centralized Routing Protocol For Wireless Sensor  N...
Study On Energy Efficient Centralized Routing Protocol For Wireless Sensor N...
 

Ähnlich wie Energy Efficient Cluster Routing Protocols in Wireless Sensor Network – A Survey

PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...ijp2p
 
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...ijp2p
 
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...ijp2p
 
Modified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a surveyModified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a surveyIAEME Publication
 
Improved Performance of LEACH using Better CH Selection by Weighted Parameters
Improved Performance of LEACH using Better CH Selection by Weighted ParametersImproved Performance of LEACH using Better CH Selection by Weighted Parameters
Improved Performance of LEACH using Better CH Selection by Weighted Parametersijsrd.com
 
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...ijassn
 
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...inventionjournals
 
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
 
A ROUTING PROTOCOL ORPHAN-LEACH TO JOIN ORPHAN NODES IN WIRELESS SENSOR NETWORK
A ROUTING PROTOCOL ORPHAN-LEACH TO JOIN ORPHAN NODES IN WIRELESS SENSOR NETWORKA ROUTING PROTOCOL ORPHAN-LEACH TO JOIN ORPHAN NODES IN WIRELESS SENSOR NETWORK
A ROUTING PROTOCOL ORPHAN-LEACH TO JOIN ORPHAN NODES IN WIRELESS SENSOR NETWORKcscpconf
 
A Routing Protocol Orphan-Leach to Join Orphan Nodes in Wireless Sensor Netwo...
A Routing Protocol Orphan-Leach to Join Orphan Nodes in Wireless Sensor Netwo...A Routing Protocol Orphan-Leach to Join Orphan Nodes in Wireless Sensor Netwo...
A Routing Protocol Orphan-Leach to Join Orphan Nodes in Wireless Sensor Netwo...csandit
 
Improved LEACH protocol for increasing the lifetime of WSNs
Improved LEACH protocol for increasing the lifetime of WSNsImproved LEACH protocol for increasing the lifetime of WSNs
Improved LEACH protocol for increasing the lifetime of WSNsIJECEIAES
 
Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...
Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...
Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...IJTET Journal
 
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
 
Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...
Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...
Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...Editor IJCATR
 
An enhanced energy-efficient routing protocol for wireless sensor network
An enhanced energy-efficient routing protocol for wireless sensor networkAn enhanced energy-efficient routing protocol for wireless sensor network
An enhanced energy-efficient routing protocol for wireless sensor networkIJECEIAES
 
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...IJEEE
 
Sensor Energy Optimization Using Fuzzy Logic in Wireless Sensor Networking
Sensor Energy Optimization Using Fuzzy Logic in Wireless Sensor NetworkingSensor Energy Optimization Using Fuzzy Logic in Wireless Sensor Networking
Sensor Energy Optimization Using Fuzzy Logic in Wireless Sensor NetworkingVIT-AP University
 
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)ijsrd.com
 
A Novel Clustering Algorithm For Coverage A Large Scale In Wireless Sensor Ne...
A Novel Clustering Algorithm For Coverage A Large Scale In Wireless Sensor Ne...A Novel Clustering Algorithm For Coverage A Large Scale In Wireless Sensor Ne...
A Novel Clustering Algorithm For Coverage A Large Scale In Wireless Sensor Ne...ijcsa
 
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 ...ijujournal
 

Ähnlich wie Energy Efficient Cluster Routing Protocols in Wireless Sensor Network – A Survey (20)

PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
 
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
 
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
PERFORMANCE EVALUATION OF ENERGY EFFICIENT CLUSTERING PROTOCOL FOR CLUSTER HE...
 
Modified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a surveyModified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a survey
 
Improved Performance of LEACH using Better CH Selection by Weighted Parameters
Improved Performance of LEACH using Better CH Selection by Weighted ParametersImproved Performance of LEACH using Better CH Selection by Weighted Parameters
Improved Performance of LEACH using Better CH Selection by Weighted Parameters
 
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...
 
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...
 
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...
 
A ROUTING PROTOCOL ORPHAN-LEACH TO JOIN ORPHAN NODES IN WIRELESS SENSOR NETWORK
A ROUTING PROTOCOL ORPHAN-LEACH TO JOIN ORPHAN NODES IN WIRELESS SENSOR NETWORKA ROUTING PROTOCOL ORPHAN-LEACH TO JOIN ORPHAN NODES IN WIRELESS SENSOR NETWORK
A ROUTING PROTOCOL ORPHAN-LEACH TO JOIN ORPHAN NODES IN WIRELESS SENSOR NETWORK
 
A Routing Protocol Orphan-Leach to Join Orphan Nodes in Wireless Sensor Netwo...
A Routing Protocol Orphan-Leach to Join Orphan Nodes in Wireless Sensor Netwo...A Routing Protocol Orphan-Leach to Join Orphan Nodes in Wireless Sensor Netwo...
A Routing Protocol Orphan-Leach to Join Orphan Nodes in Wireless Sensor Netwo...
 
Improved LEACH protocol for increasing the lifetime of WSNs
Improved LEACH protocol for increasing the lifetime of WSNsImproved LEACH protocol for increasing the lifetime of WSNs
Improved LEACH protocol for increasing the lifetime of WSNs
 
Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...
Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...
Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...
 
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...
 
Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...
Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...
Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...
 
An enhanced energy-efficient routing protocol for wireless sensor network
An enhanced energy-efficient routing protocol for wireless sensor networkAn enhanced energy-efficient routing protocol for wireless sensor network
An enhanced energy-efficient routing protocol for wireless sensor network
 
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
 
Sensor Energy Optimization Using Fuzzy Logic in Wireless Sensor Networking
Sensor Energy Optimization Using Fuzzy Logic in Wireless Sensor NetworkingSensor Energy Optimization Using Fuzzy Logic in Wireless Sensor Networking
Sensor Energy Optimization Using Fuzzy Logic in Wireless Sensor Networking
 
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
 
A Novel Clustering Algorithm For Coverage A Large Scale In Wireless Sensor Ne...
A Novel Clustering Algorithm For Coverage A Large Scale In Wireless Sensor Ne...A Novel Clustering Algorithm For Coverage A Large Scale In Wireless Sensor Ne...
A Novel Clustering Algorithm For Coverage A Large Scale In Wireless Sensor Ne...
 
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 ...
 

Mehr von IJEEE

Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...IJEEE
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoIJEEE
 
An Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemAn Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemIJEEE
 
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierAn Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierIJEEE
 
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...IJEEE
 
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...IJEEE
 
Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas IJEEE
 
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...IJEEE
 
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyDesign Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyIJEEE
 
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewCarbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewIJEEE
 
Routing Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyRouting Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyIJEEE
 
A Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringA Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringIJEEE
 
Layout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyLayout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyIJEEE
 
Codec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsCodec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsIJEEE
 
Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications IJEEE
 
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsDesign of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsIJEEE
 
Layout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyLayout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyIJEEE
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing IJEEE
 

Mehr von IJEEE (20)

Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using Arduino
 
Id136
Id136Id136
Id136
 
Id135
Id135Id135
Id135
 
An Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemAn Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric System
 
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierAn Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
 
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
 
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
 
Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas
 
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
 
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyDesign Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
 
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewCarbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
 
Routing Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyRouting Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A Survey
 
A Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringA Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health Monitoring
 
Layout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyLayout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS Technology
 
Codec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsCodec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI Interconnects
 
Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications
 
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsDesign of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
 
Layout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyLayout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm Technology
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing
 

Kürzlich hochgeladen

Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 

Kürzlich hochgeladen (20)

Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 

Energy Efficient Cluster Routing Protocols in Wireless Sensor Network – A Survey

  • 1. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 174 Energy Efficient Cluster Routing Protocols in Wireless Sensor Network – A Survey Ankita Singla, Deepali CS Department, Guru Nanak College, Budhlada, India Abstract— Wireless sensor network (WSN) is the collection of nodes which sense the environment conditions such as temperature, air pollution, wind etc. and send this information to base station for further processing. In cluster based routing protocol, cluster head (CH) is elected which act as intermediate between sensor nodes and base station. In this paper, we compared the energy efficient cluster routing protocols based on parameters. Keywords—LEACH, ERA, I-LEACH ,E-LEACH, CELL- LEACH, ID-LEACH I. INTRODUCTION WSN is the collection of nodes which sense the environment conditions such as temperature, air pollution, wind [1] etc. and send this information to base station for further processing. But how the data should transmit to base station by sensor nodes depends upon a protocol. End user can access the data from base station through internet or satellite as shown in fig 1: Fig 1 WSN Architecture In cluster routing protocol, we divide our network area into number of clusters. In each cluster, one node - is selected as cluster head which behaves as an intermediate between other nodes of cluster head and base station. An outline of this paper is as follows. Section II presents the Low Energy Adaptive Cluster Hierarchy (LEACH) protocol. Section III presents the Energy Residue Aware (ERA) protocol. Section IV presents the I-LEACH protocol and Section V presents the E- LEACH. Section VI presents the Cell-LEACH protocol and Section VII presents the VLEACH protocol. Section VIII presents comparison of routing protocols and section IX describes the conclusion of the paper. II. LEACH In [2] author proposed LEACH protocol in CH is elected based upon probability. Each node chooses a random number between 0 an d 1. If chosen number is lower than the threshold frequency is selected as CH. And threshold is computed by: T(n) = P 1 − P ∗ (r mod 1 P ) ∈ Q 0, ℎ (1) Where, P= percentage of maximum cluster heads in network(5%) r= current round Q= set of nodes which have not become cluster heads in last 1/p rounds. Non-CH node will select cluster head based upon signal strength. Non-CH nodes send their sensed information to their respective CH. CH sends aggregated data to base station. III. ERA In [3] author proposed an ERA protocol. The election of CH is same as a LEACH. But non-CH nodes select CH which has maximum total residual energy of CH and residual energy of node. Maximum Energy Residue Path =Energy Residue Of Cluster Head+ Energy Residue Of Node (2) Simulation results show that ERA is better than LEACH protocol in terms of network lifetime and energy distribution of nodes. IV. I-LEACH In [4] author proposed an Improved LEACH protocol. In this protocol CH is elected based on residual energy of node and distance of node from base station. Each node generates a random number between 0 and 1 which is compared with threshold value. The threshold value is computed based upon position of node relative to base station. We divide network area into four quadrants of equal size. If node and base station lies in same quadrant we calculate threshold value as:- ∗( ) α ∗ _ _ + [(1 − α) ∗ d ] (3)
  • 2. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 175 NITTTR, Chandigarh EDIT-2015 If node and base station lies in opposite quadrant we calculate threshold value as:- ∗( ) (1 − α) ∗ _ _ + [α ∗ d ] (4) If node and base station lies in adjacent quadrant then threshold value calculated as:- ∗( ) (α/2) ∗ _ _ + [(α/2) ∗ d ] (5) Where P is percentage of desired CH, r is current round, α is constant having value 0.75, E _ is remaining energy of node, E _ is initial energy of node and d is distance between node and sink. Non- CH nodes select CH based on signal strength. Simulation results show that I-LEACH is better than LEACH in terms of network lifetime. V. E-LEACH In [5] author proposed E-LEACH protocol. In the E- LEACH algorithm, CH is not selected randomly as in LEACH and the round time for the selection is fixed. In the E-LEACH, minimum spanning tree between CH is created and CH which has largest residual energy is selected as the root node. So, it considers the remaining energy of the sensor nodes in order to balance network loads and changes the round time depends on the optimal cluster size. In this the CH sends the final data to the sink node by the minimum spanning tree. Results show that proposed protocol increases network lifetime at least by 40% when compared with the LEACH algorithm. Fig 2 E-LEACH Architecture VI. CELL-LEACH In [6] author proposed CELL-LEACH protocol. In this protocol, network area is divided into sections which are called cells. Each seven near cells form a cluster. Every cell has a cell-head which can communicate with CHs directly. Cell-head is based upon residual energy. Node having highest residual energy in cell is selected as cell-head. And node having highest residual energy in cluster is selected as CH. Each cell-head allocates a limit of time on the basis of time division multiplexing to sensor nodes which have shown interest to transfer data. Sensor nodes of cell should transfer their data to the cell- head in designated time. After receiving information cell-head aggregate their cell information and remove redundant information. Cell-head send aggregates data to CH. After receiving data from cell-heads, CH aggregates the data and sends to sink either directly or through other CHs. To send data from CH to sink, CH keeps the location information of other clusters in its table. By using this table, shortest path is selected for sending data from CH to sink. This method is also used for transferring data from cell-head to cluster-head. Simulation results show that cell-LEACH is better than LEACH and LEACH-C protocol in terms of network lifetime. VII. ID-LEACH In [7] author proposed ID-LEACH protocol where the election of CH is same as LEACH protocol. This protocol forms a tree with base station as root node and cluster heads as its child nodes and so on. Every node calculates its distance and degree from its parent node. Root node generates the binary number of the length multiple of distance a nd degree. Base station assigns a unique ID with binary number to each of sensor nodes. As base station knows ID of each node so base station sends data in single path rather than multiple path which save energy and prolongs network life time. VIII. VLEACH In [8] author proposed VLEACH protocol. In this protocol, cluster contains CH which is responsible for sending data that is received from cluster members to the COMPARISON OF ROUTING PROTOCOLS IN MOBILE WSN sink node. When CH dies, vice-CH takes the responsibility of CH of cluster. In LEACH, CH node dies earlier than non-CH nodes in cluster because of its operation of receiving, sending and overhearing. When CH die, the cluster will become useless because data gathered by non-CH nodes will never reach the sink node. So, new CH need to elected. In VLEACH, vice- CHs will become a CH of cluster whenever CH dies. Because of this, non-CH nodes data will always reach to sink node. And there is no need to elect new CH each time CH dies. This will increase the network lifetime of network. In VLEACH, the selection of CH is based upon minimum distance, maximum residual energy and minimum transmission energy. Non-CH node determines its CH based on signal strength. Because greater the signal strength means shorter the distance between them and if distance is less, it takes less energy for transmission of data. Simulation results show that VLEACH increases network lifetime than LEACH protocol.
  • 3. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 176 IX. PROTOCOL COMPARISON The papers surveyed have common objective which is to increase the network lifetime. Protocols discussed in above section are compared and presented in Table 1 X. CONCLUSION In clustering routing protocols, network is divided REFERENCES [1] I.F.Akyildiz,W. Su, Y. Sankarassubramaniam, E.Cayirci, “Wireless Sensor Networks: a survey,” Computer Networks(Elsevier), vol. 38, pp. 393-422, 2002. [2] W.R.Heinzelman,“Energy-Efficient Communication Protocol for Wireless Microsensor Networks,” Proc. of the 33rd Hawaii International Conference on System Sciences, pp. 1-10, 2000. [3] H. Chen,C.S. Wu, Y.S. Chu,C.C. Cheng, L.K. Tsai, “Energy residue aware(ERA) clustering algorithm for leach-based wireless sensor networks,” Proc. of 2nd International Conference on Systems and Networks Communications, pp. 40-45, 2007. [4] S.H.Gajjar, K.S.Dasgupta, S.N.Pradhan, K.M.Vala, “Lifetime improvement of LEACH protocol for wireless sensor network,” Proc. of the Nirma university Internationalconference on Engineering,IEEE, pp. 1-6, 2012. [5] J.Xu, N.Jin, X.Lou, T.Peng, Q.hou, Y.Chen, “improvement of LEACH protocol for WSN,” Proceedings of 9th International Conference on Fuzzy Systems and Knowledge Discovery (FSKD 2012), IEEE, pp. 2174-2177,2012. [6] Y.Arezoo, F.Nabavi, A.Sarmast, “An “Improvement on LEACH Protocol (Cell-LEACH),” Proceedings of 14th International conference on ICACT, pp. 992-996,2012. approach to improve VLEACH in WSN,” Proceedings of 3rd International conference on Advanced Computing & Communication Technologies, pp. 236-240,2013. Protocol Characteristics Data Transmissi on CH Energy Efficiency Election Selectio n [2] Single-hop Probabilit y Signal Strength Good [3] Single-hop Probabilit y Signal Strength Good [4] Single-hop Energy and distance Signal Strength Very Good [5] Multi-hop Energy Signal Strength Very Good [6] Single-hop Energy Signal Strength Good [7] Single-hop Probabilit y Signal Strength Good [8] Single-hop Energy and distance Signal Strength Very Good into a number of clusters. We can choose different criteria for electing and selecting CHs in the network which influence the network lifetime of network. In this paper, we presented the various we compared the various energy efficient routing protocol of WSN. [7] V.Tortzaban, S.Rahmani, M.Dehghan. “An ID Based Routing Protocol for WSN,” IEEE,2009. [8] A.Ahlawat, V.Malik, “An Extended Vice-Cluster Selection