SlideShare a Scribd company logo
1 of 4
Download to read offline
ISSN (e): 2250 – 3005 || Volume, 05 || Issue, 05 || May – 2015 ||
International Journal of Computational Engineering Research (IJCER)
www.ijceronline.com Open Access Journal Page 31
Enhanced Leach Protocol
1
Girish Prabhu, 2
Dr.G.R.Udupi
1,2
Dept of Electronics and Communication, Gogte Institute of Technology, Belgaum,India,
I. Introduction
A Wireless Sensor Networks (WSN) is a set of thousands of micro sensor nodes that are capable of
sensing, communicating between each other and performing computational and processing operations. Wireless
Sensor Networks can provide great advantages with respect to low-power, low-cost and fast deployment for
many applications without human supervision[1]. Energy efficiency is one of the most important issues while
designing protocols which are lifetime critical. Sensor nodes are equipped with tiny batteries with limited
power. They can be randomly dropped or deployed manually. Organizing the wireless network in efficient and
scalable manner is by using the clusters. Cluster head (CH) is responsible for information gathering by the nodes
of its cluster and may aggregate and compress the data before transmission to sink. However, this results in a
higher rate of energy utilization by cluster heads. The most popular clustering method is LEACH, which
addresses clustering energy problem by probabilistically changing the role of cluster head among all nodes. The
probability of becoming a cluster head should be selected wisely to increase the performance of the network.
The main focus of this paper is to address energy problem and developing a method for selection of cluster head
with the optimal probability from the point of minimizing the energy consumption [2].
II. Literature review
Firstly sensor networks were mainly used by military applications but later have been considered for the
applications such as environmental monitoring, health monitoring etc. A sensor network design is motivated by
many factors, which include Fault Tolerant Communication, Scalability, Power Consumption, Data Delivery
Models, Data Aggregation/Data Fusion, Node Deployment. LEACH is the network protocol used to increase
the lifetime of the network by using hierarchical routing for wireless sensor. All the nodes in a network
formulate themselves into local clusters, with one node performing as the cluster-head. All non-cluster-head
nodes transmit their data to the cluster-head. While the cluster-head node performs data processing like data
aggregation and then transmits data to the remote base station. Therefore, cluster-head node is much more
energy-intensive than other nodes of cluster. Thus, when a cluster-head node dies all the nodes that cluster lose
communication ability with base station. LEACH incorporates probabilistic rotation of the high-energy cluster-
head in order to avoid exhausting the battery of any one sensor in the cluster. In this way, the energy load of a
cluster-head is evenly distributed among the nodes of the cluster. Since the cluster-head knows all the member
nodes, it will create a TDMA schedule for each node, which tells the nodes exactly when to transmit its data.
Using a TDMA for data transfer avoids intra-cluster collisions. The cluster head is responsible for the transfer of
the data to the base station.
Abstract:
Technological advances in wireless sensor networks have made impact on everyday life. In
wireless sensor networks energy is main concern & it is considered while designing sensor
networks. We use hierarchical routing protocols based on clustering because of balanced
energy consumption and scalability. The efficient usage of energy in a sensor node is most
important parameter to increase the life time of wireless sensor network. In this paper we
analyze the design issues constructing the cluster in the wireless sensor networks and detail
working of LEACH (Low Energy Adaptive Clustering Hierarchy) protocol and its
SIMULATION .The results reveal the measure for performance of sensor networks.
Keywords: Cluster head, Data aggregation, Energy efficient, Hierarchical routing, LEACH,
Life time, Wireless sensor network
Enhanced Leach…
www.ijceronline.com Open Access Journal Page 32
III. Leach protocol
Low Energy Adaptive Clustering Hierarchy (LEACH) protocol for sensor networks is proposed by W.
R. Heinzelman which tries to minimize energy dissipation in wireless sensor networks. The arrangement of
clusters is done depending on the of the received signal strength. The main purpose of LEACH protocol is to
provide data aggregation for sensor networks. In LEACH protocol the total nodes are divided into many small
groups called clusters for proportional distribution of power consumption inside the network. The cluster
formation will be done as shown in the figure1 [3]
Figure 1 Cluster formation
The cluster head can be selected randomly and then rotate this role probabilistically to evenly distribute the
energy load among the sensors in the cluster. The node n chooses a random number between 0 and 1 and the
nodes becomes a cluster head for the current round if the number is less than the threshold T (n).
Where, p- the desired percentage of cluster heads (e.g. 0.05),
r - the current round
G- the set of nodes that have not been cluster heads in last 1/p rounds.
There is only 5% of the nodes need to act as cluster head which act as a router to the base station.
The cluster head (CH) nodes receives the data and compress all the data coming from nodes that belong to the
respective cluster, and sends an aggregate data to the base station. Data aggregation is performed to minimize
the amount of information that must be transmitted to the base station. Data aggregation is performed local to
the cluster[4]. This protocol is divided into rounds and each round consists of two phases:
A. Setup phase
1. Advertisement phase
2. Cluster Set-up phase
B. Steady phase
1. Schedule creation
2. Data transmission
The setup consists of three steps. In Step 1 (advertisement step), nodes independently and probabilistically
decide whether or not to become a CH for the current round .The nodes sends a broadcast message as
indication of becoming CH, the message can heard by everyone in the network. To avoid collision, a carrier
sense multiple access protocol is used. In Step 2 (cluster joining step), the remaining nodes join a cluster based
on the largest received signal strength of an advertisement message, and inform their intention to join cluster by
sending a join request message. Once the CHs receive all the join requests, Step 3 (confirmation step) the CHs
broadcasts a message informing time slot schedule to be used by their cluster member nodes for
communication. Once the clusters are set up, the network goes to steady-state phase, where actual
communication between sensor nodes and the BS takes place. Each node knows its time slot, to transmit
information. The CHs combines the messages from all their cluster members, aggregates the information and
sends the result to the BS. The steady-state phase comprises of multiple reporting cycles, and will be of much
longer time compared to the setup phase [5].
When n k-bit of messages has gathered by cluster head in its cluster then it compresses the data to a µ (n * k) –
bit message and sends this message to base station, where µ≤1 is the compression coefficient [6].
Enhanced Leach…
www.ijceronline.com Open Access Journal Page 33
Figure 2 Time line of leach protocol
Figure 3 Cluster formation process
IV. Analysis of simulation and results
The simulation shows performance evaluation of LEACH protocol in terms of number of dead nodes.
With this simulation results the life time of LEACH protocol can be studied. The graph in the fig.5 shows the
number of alive nodes in the network. Initially there were zero dead nodes in the network. But when
transmission starts the number of dead nodes increases immediately. The energy consumption by the nodes
increases and finally attains zero.
Figure 4 Field distribution
Figure 5 shows the initial field distribution of the network implementation. A 100m*100m field has been
considered and nodes are randomly placed in the field. The base station, which is denoted by a ×, is placed at the
center of the field. Here, the cluster head are shown by a plus symbol (+) and other nodes by a circle. All the
nodes are alive in the network.
Enhanced Leach…
www.ijceronline.com Open Access Journal Page 34
Figure 5 Simulation result – alive nodes
V. Conclusion
In this paper we analyze the LEACH protocol, an existing protocol architecture for wireless sensor
networks that incorporates the concepts of energy efficient cluster based routing together with data aggregation
to achieve required performance. We can implement LEACH protocol on both ns2 and MATLAB platform to
evaluate the performance of LEACH protocol.
References
[1]. Wikipedia,"Wireless Sensor Networks , ”http://en.wikipedia.org/wiki/Wireless_sensor_network
[2]. Dr. R. R. Mudholkar, Dr. S. R. Sawant, V. C. Patil, Rjshree. V. Biradar “Classification & Comparison of Routing Protocols in
WSN” UbiCC Journal- Vol 4
[3]. Ian F. Akyildiz, Weilian Su, Yogesh Sankarasubramaniam, Erdal Cayirci: “ A Survey on Sensor Networks”, IEEE
Communication Magazine, pp. 102-114(August 2002)
[4]. Amrinder Kaur,Sunil Saini, “Simulation of Low Energy Adaptive Clustering Hierarchy Protocol for Wireless Sensor Network”
[5]. Sunil Pariyani, Rajesh Patel, Vijay Ukani,” Energy and Throughput Analysis of Hierarchical Routing Protocol(LEACH) for
Wireless Sensor Networks”, International Journal of Computer Applications Volume 20- No. 4 (April 2011)
[6]. Yuh Ren Tsai, “Coverage Preserving Routing Protocols for Randomly Distributed Wireless Sensor Networks”, IEEE
Transactions on Wireless Communications, Volume 6- No. 4 (April 2007)

More Related Content

What's hot

Various Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor NetworkVarious Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor NetworkEditor IJCATR
 
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
 
Energy efficient cluster head selection in LEACH protocol
Energy efficient cluster head selection in LEACH protocolEnergy efficient cluster head selection in LEACH protocol
Energy efficient cluster head selection in LEACH protocolARUNP116
 
Cluster Head Selection for in Wireless Sensor Networks
Cluster Head Selection for in Wireless Sensor NetworksCluster Head Selection for in Wireless Sensor Networks
Cluster Head Selection for in Wireless Sensor Networkseditor1knowledgecuddle
 
Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)IJCNCJournal
 
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor NetworksEnhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor NetworksAssociate Professor in VSB Coimbatore
 
Energy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSNEnergy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSNZubin Bhuyan
 
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
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsnSamruddhi Gaikwad
 
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
 
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...IJCSIT Journal
 
Leach-Protocol
Leach-ProtocolLeach-Protocol
Leach-Protocolzhendong
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODijwmn
 
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...IJMIT JOURNAL
 
Iaetsd survey on wireless sensor networks routing
Iaetsd survey on wireless sensor networks routingIaetsd survey on wireless sensor networks routing
Iaetsd survey on wireless sensor networks routingIaetsd Iaetsd
 
An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNEswar Publications
 

What's hot (20)

Thesis-Final-slide
Thesis-Final-slideThesis-Final-slide
Thesis-Final-slide
 
Various Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor NetworkVarious Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor Network
 
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)
 
Energy efficient cluster head selection in LEACH protocol
Energy efficient cluster head selection in LEACH protocolEnergy efficient cluster head selection in LEACH protocol
Energy efficient cluster head selection in LEACH protocol
 
Cluster Head Selection for in Wireless Sensor Networks
Cluster Head Selection for in Wireless Sensor NetworksCluster Head Selection for in Wireless Sensor Networks
Cluster Head Selection for in Wireless Sensor Networks
 
Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)
 
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor NetworksEnhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
 
Energy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSNEnergy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSN
 
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
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsn
 
eeca
eecaeeca
eeca
 
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...
 
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
 
Bn36386389
Bn36386389Bn36386389
Bn36386389
 
Leach-Protocol
Leach-ProtocolLeach-Protocol
Leach-Protocol
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
 
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
 
Iaetsd survey on wireless sensor networks routing
Iaetsd survey on wireless sensor networks routingIaetsd survey on wireless sensor networks routing
Iaetsd survey on wireless sensor networks routing
 
D031202018023
D031202018023D031202018023
D031202018023
 
An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSN
 

Viewers also liked

Boom boom incentive
Boom boom incentiveBoom boom incentive
Boom boom incentivegmtareq
 
Redes
RedesRedes
Redessaul
 
Energy balanced improved leach routing protocol for wireless sensor networks
Energy balanced improved leach routing protocol for wireless sensor networksEnergy balanced improved leach routing protocol for wireless sensor networks
Energy balanced improved leach routing protocol for wireless sensor networkscsandit
 
020 limites de funciones
020 limites de funciones020 limites de funciones
020 limites de funcionesAlex Perez
 
Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...
Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...
Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...Majid Hajibaba
 
Mobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud ComputingMobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud ComputingVineet Garg
 

Viewers also liked (10)

Boom boom incentive
Boom boom incentiveBoom boom incentive
Boom boom incentive
 
Memorimemoria tecnica
Memorimemoria tecnica Memorimemoria tecnica
Memorimemoria tecnica
 
Redes
RedesRedes
Redes
 
Ex1 4eso
Ex1 4esoEx1 4eso
Ex1 4eso
 
quem_foi_maria.pps
quem_foi_maria.ppsquem_foi_maria.pps
quem_foi_maria.pps
 
Energy balanced improved leach routing protocol for wireless sensor networks
Energy balanced improved leach routing protocol for wireless sensor networksEnergy balanced improved leach routing protocol for wireless sensor networks
Energy balanced improved leach routing protocol for wireless sensor networks
 
020 limites de funciones
020 limites de funciones020 limites de funciones
020 limites de funciones
 
Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...
Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...
Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...
 
NGN & IMS
NGN & IMSNGN & IMS
NGN & IMS
 
Mobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud ComputingMobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud Computing
 

Similar to Enhanced Leach Protocol

INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...ijwmn
 
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...ijwmn
 
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...ijwmn
 
Simulation Based Analysis of Cluster-Based Protocol in Wireless Sensor Network
Simulation Based Analysis of Cluster-Based Protocol in Wireless Sensor NetworkSimulation Based Analysis of Cluster-Based Protocol in Wireless Sensor Network
Simulation Based Analysis of Cluster-Based Protocol in Wireless Sensor Networkjosephjonse
 
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
 
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
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODijwmn
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
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
 
Review of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor NetworkReview of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor Networkijsrd.com
 
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A SurveyEnergy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Surveyijsrd.com
 
IRJET- Study on Hierarchical Cluster-Based Energy-Efficient Routing in Wi...
IRJET-  	  Study on Hierarchical Cluster-Based Energy-Efficient Routing in Wi...IRJET-  	  Study on Hierarchical Cluster-Based Energy-Efficient Routing in Wi...
IRJET- Study on Hierarchical Cluster-Based Energy-Efficient Routing in Wi...IRJET Journal
 
Analysis of Packet Loss Rate in Wireless Sensor Network using LEACH Protocol
Analysis of Packet Loss Rate in Wireless Sensor Network using LEACH ProtocolAnalysis of Packet Loss Rate in Wireless Sensor Network using LEACH Protocol
Analysis of Packet Loss Rate in Wireless Sensor Network using LEACH ProtocolIJTET Journal
 
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACHBased on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACHijsrd.com
 
Data gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesData gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesIJCNCJournal
 
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
 
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...IOSRJECE
 

Similar to Enhanced Leach Protocol (20)

INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
 
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
 
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
INCREASE THE LIFETIME OF WIRELESS SENSOR NETWORKS USING HIERARCHICAL CLUSTERI...
 
Simulation Based Analysis of Cluster-Based Protocol in Wireless Sensor Network
Simulation Based Analysis of Cluster-Based Protocol in Wireless Sensor NetworkSimulation Based Analysis of Cluster-Based Protocol in Wireless Sensor Network
Simulation Based Analysis of Cluster-Based Protocol in Wireless Sensor Network
 
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...
 
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)
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
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...
 
Review of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor NetworkReview of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor Network
 
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A SurveyEnergy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
 
IRJET- Study on Hierarchical Cluster-Based Energy-Efficient Routing in Wi...
IRJET-  	  Study on Hierarchical Cluster-Based Energy-Efficient Routing in Wi...IRJET-  	  Study on Hierarchical Cluster-Based Energy-Efficient Routing in Wi...
IRJET- Study on Hierarchical Cluster-Based Energy-Efficient Routing in Wi...
 
Analysis of Packet Loss Rate in Wireless Sensor Network using LEACH Protocol
Analysis of Packet Loss Rate in Wireless Sensor Network using LEACH ProtocolAnalysis of Packet Loss Rate in Wireless Sensor Network using LEACH Protocol
Analysis of Packet Loss Rate in Wireless Sensor Network using LEACH Protocol
 
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACHBased on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
 
Data gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesData gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodes
 
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
 
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
 

Recently uploaded

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...apidays
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 

Recently uploaded (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 

Enhanced Leach Protocol

  • 1. ISSN (e): 2250 – 3005 || Volume, 05 || Issue, 05 || May – 2015 || International Journal of Computational Engineering Research (IJCER) www.ijceronline.com Open Access Journal Page 31 Enhanced Leach Protocol 1 Girish Prabhu, 2 Dr.G.R.Udupi 1,2 Dept of Electronics and Communication, Gogte Institute of Technology, Belgaum,India, I. Introduction A Wireless Sensor Networks (WSN) is a set of thousands of micro sensor nodes that are capable of sensing, communicating between each other and performing computational and processing operations. Wireless Sensor Networks can provide great advantages with respect to low-power, low-cost and fast deployment for many applications without human supervision[1]. Energy efficiency is one of the most important issues while designing protocols which are lifetime critical. Sensor nodes are equipped with tiny batteries with limited power. They can be randomly dropped or deployed manually. Organizing the wireless network in efficient and scalable manner is by using the clusters. Cluster head (CH) is responsible for information gathering by the nodes of its cluster and may aggregate and compress the data before transmission to sink. However, this results in a higher rate of energy utilization by cluster heads. The most popular clustering method is LEACH, which addresses clustering energy problem by probabilistically changing the role of cluster head among all nodes. The probability of becoming a cluster head should be selected wisely to increase the performance of the network. The main focus of this paper is to address energy problem and developing a method for selection of cluster head with the optimal probability from the point of minimizing the energy consumption [2]. II. Literature review Firstly sensor networks were mainly used by military applications but later have been considered for the applications such as environmental monitoring, health monitoring etc. A sensor network design is motivated by many factors, which include Fault Tolerant Communication, Scalability, Power Consumption, Data Delivery Models, Data Aggregation/Data Fusion, Node Deployment. LEACH is the network protocol used to increase the lifetime of the network by using hierarchical routing for wireless sensor. All the nodes in a network formulate themselves into local clusters, with one node performing as the cluster-head. All non-cluster-head nodes transmit their data to the cluster-head. While the cluster-head node performs data processing like data aggregation and then transmits data to the remote base station. Therefore, cluster-head node is much more energy-intensive than other nodes of cluster. Thus, when a cluster-head node dies all the nodes that cluster lose communication ability with base station. LEACH incorporates probabilistic rotation of the high-energy cluster- head in order to avoid exhausting the battery of any one sensor in the cluster. In this way, the energy load of a cluster-head is evenly distributed among the nodes of the cluster. Since the cluster-head knows all the member nodes, it will create a TDMA schedule for each node, which tells the nodes exactly when to transmit its data. Using a TDMA for data transfer avoids intra-cluster collisions. The cluster head is responsible for the transfer of the data to the base station. Abstract: Technological advances in wireless sensor networks have made impact on everyday life. In wireless sensor networks energy is main concern & it is considered while designing sensor networks. We use hierarchical routing protocols based on clustering because of balanced energy consumption and scalability. The efficient usage of energy in a sensor node is most important parameter to increase the life time of wireless sensor network. In this paper we analyze the design issues constructing the cluster in the wireless sensor networks and detail working of LEACH (Low Energy Adaptive Clustering Hierarchy) protocol and its SIMULATION .The results reveal the measure for performance of sensor networks. Keywords: Cluster head, Data aggregation, Energy efficient, Hierarchical routing, LEACH, Life time, Wireless sensor network
  • 2. Enhanced Leach… www.ijceronline.com Open Access Journal Page 32 III. Leach protocol Low Energy Adaptive Clustering Hierarchy (LEACH) protocol for sensor networks is proposed by W. R. Heinzelman which tries to minimize energy dissipation in wireless sensor networks. The arrangement of clusters is done depending on the of the received signal strength. The main purpose of LEACH protocol is to provide data aggregation for sensor networks. In LEACH protocol the total nodes are divided into many small groups called clusters for proportional distribution of power consumption inside the network. The cluster formation will be done as shown in the figure1 [3] Figure 1 Cluster formation The cluster head can be selected randomly and then rotate this role probabilistically to evenly distribute the energy load among the sensors in the cluster. The node n chooses a random number between 0 and 1 and the nodes becomes a cluster head for the current round if the number is less than the threshold T (n). Where, p- the desired percentage of cluster heads (e.g. 0.05), r - the current round G- the set of nodes that have not been cluster heads in last 1/p rounds. There is only 5% of the nodes need to act as cluster head which act as a router to the base station. The cluster head (CH) nodes receives the data and compress all the data coming from nodes that belong to the respective cluster, and sends an aggregate data to the base station. Data aggregation is performed to minimize the amount of information that must be transmitted to the base station. Data aggregation is performed local to the cluster[4]. This protocol is divided into rounds and each round consists of two phases: A. Setup phase 1. Advertisement phase 2. Cluster Set-up phase B. Steady phase 1. Schedule creation 2. Data transmission The setup consists of three steps. In Step 1 (advertisement step), nodes independently and probabilistically decide whether or not to become a CH for the current round .The nodes sends a broadcast message as indication of becoming CH, the message can heard by everyone in the network. To avoid collision, a carrier sense multiple access protocol is used. In Step 2 (cluster joining step), the remaining nodes join a cluster based on the largest received signal strength of an advertisement message, and inform their intention to join cluster by sending a join request message. Once the CHs receive all the join requests, Step 3 (confirmation step) the CHs broadcasts a message informing time slot schedule to be used by their cluster member nodes for communication. Once the clusters are set up, the network goes to steady-state phase, where actual communication between sensor nodes and the BS takes place. Each node knows its time slot, to transmit information. The CHs combines the messages from all their cluster members, aggregates the information and sends the result to the BS. The steady-state phase comprises of multiple reporting cycles, and will be of much longer time compared to the setup phase [5]. When n k-bit of messages has gathered by cluster head in its cluster then it compresses the data to a µ (n * k) – bit message and sends this message to base station, where µ≤1 is the compression coefficient [6].
  • 3. Enhanced Leach… www.ijceronline.com Open Access Journal Page 33 Figure 2 Time line of leach protocol Figure 3 Cluster formation process IV. Analysis of simulation and results The simulation shows performance evaluation of LEACH protocol in terms of number of dead nodes. With this simulation results the life time of LEACH protocol can be studied. The graph in the fig.5 shows the number of alive nodes in the network. Initially there were zero dead nodes in the network. But when transmission starts the number of dead nodes increases immediately. The energy consumption by the nodes increases and finally attains zero. Figure 4 Field distribution Figure 5 shows the initial field distribution of the network implementation. A 100m*100m field has been considered and nodes are randomly placed in the field. The base station, which is denoted by a ×, is placed at the center of the field. Here, the cluster head are shown by a plus symbol (+) and other nodes by a circle. All the nodes are alive in the network.
  • 4. Enhanced Leach… www.ijceronline.com Open Access Journal Page 34 Figure 5 Simulation result – alive nodes V. Conclusion In this paper we analyze the LEACH protocol, an existing protocol architecture for wireless sensor networks that incorporates the concepts of energy efficient cluster based routing together with data aggregation to achieve required performance. We can implement LEACH protocol on both ns2 and MATLAB platform to evaluate the performance of LEACH protocol. References [1]. Wikipedia,"Wireless Sensor Networks , ”http://en.wikipedia.org/wiki/Wireless_sensor_network [2]. Dr. R. R. Mudholkar, Dr. S. R. Sawant, V. C. Patil, Rjshree. V. Biradar “Classification & Comparison of Routing Protocols in WSN” UbiCC Journal- Vol 4 [3]. Ian F. Akyildiz, Weilian Su, Yogesh Sankarasubramaniam, Erdal Cayirci: “ A Survey on Sensor Networks”, IEEE Communication Magazine, pp. 102-114(August 2002) [4]. Amrinder Kaur,Sunil Saini, “Simulation of Low Energy Adaptive Clustering Hierarchy Protocol for Wireless Sensor Network” [5]. Sunil Pariyani, Rajesh Patel, Vijay Ukani,” Energy and Throughput Analysis of Hierarchical Routing Protocol(LEACH) for Wireless Sensor Networks”, International Journal of Computer Applications Volume 20- No. 4 (April 2011) [6]. Yuh Ren Tsai, “Coverage Preserving Routing Protocols for Randomly Distributed Wireless Sensor Networks”, IEEE Transactions on Wireless Communications, Volume 6- No. 4 (April 2007)