SlideShare a Scribd company logo
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 Network
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
 
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
ARUNP116
 
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
editor1knowledgecuddle
 
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 Networks
Associate 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 WSN
Zubin 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 networks
Pushpita Biswas
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsn
Samruddhi 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
 
Bn36386389
Bn36386389Bn36386389
Bn36386389
IJERA Editor
 
Leach-Protocol
Leach-ProtocolLeach-Protocol
Leach-Protocol
zhendong
 
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
ijwmn
 
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
 
D031202018023
D031202018023D031202018023
D031202018023
ijceronline
 
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
Eswar 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
 
Memorimemoria tecnica
Memorimemoria tecnica Memorimemoria tecnica
Memorimemoria tecnica
Cristian Bermeo El Chaval
 
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 networks
csandit
 
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
 
NGN & IMS
NGN & IMSNGN & IMS
NGN & IMS
Samuel Dratwa
 
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
Vineet 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 Network
josephjonse
 
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 METHOD
ijwmn
 
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 Network
ijsrd.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 Survey
ijsrd.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 Protocol
IJTET 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 LEACH
ijsrd.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 nodes
IJCNCJournal
 
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
IAEME 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

GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 

Recently uploaded (20)

GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 

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)