SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
V.Chandrasekaran, S.Anitha / International Journal of Engineering Research and Applications
               (IJERA)               ISSN: 2248-9622        www.ijera.com
                   Vol. 2, Issue5, September- October 2012, pp.2128-2131
     A Novel Energy Efficient Distributed Clustering in Wireless
                         Sensor Networks
                                 V.Chandrasekaran*, S.Anitha**
        *(Department of ECE, Velalar College of Engineering & Technology, Anna University, India)
       ** (Department of Information Technology, Kongu Engineering College, Anna University, India)


ABSTRACT
Under increased level of traffic, Hot spots emerge        to    nodes      through       inter-cluster    links.
in a wireless sensor network. This leads to the
depletion of network resources and disrupts the
network operation completely. This scenario is
high in the case of clustering process as cluster
heads perform more data processing than other
sensor nodes. This increase in load on Cluster
Head (CH) varies with the distance to the sink.
To eliminate this problem, data aggregation can
be performed to reduce the processing and
transmission of information. This approach
works well in static environment but it is
complex and expensive in the case of dynamic
network. So the role of Cluster head is rotated
among the different nodes in the network, thus
balancing the load and conserves the important
resources. The size of the cluster based on the
distance or number of hops to the sink is also
taken into consideration. This paper focuses on           Fig.1 Energy Consumption Model
distributed clustering with multi hop routing to
minimize the energy consumption, average end-                       Dynamic allocation of heavy traffic and
to-end delay and improving network lifetime               other functions of CH to different nodes help to
compared LEACH.                                           prevent failure of nodes in case of resource
                                                          depletion. In clustered environment, Hot-spots are
Keywords – Clustering, Cluster Head, Energy               an important site to take into account as the data is
Efficiency, Wireless Sensor Networks.                     highly congested near to sink. So in distributed with
                                                          multi hop routing critical location must be
I. INTRODUCTION                                           concentrated by transmitting the data through
          With resource-constrained Wireless Sensor       multiple high rate routes. Thus network lifetime is
Networks, effective use of these battery operated         improved by reducing failures because of depletion
resources is a challenging task nowadays in the           of energy.
developing IT field. Though many clustering                         Hot –spot is an important site where all
techniques like hierarchical exists, need is to find an   data are collected. As the distance to sink decreases,
optimal energy-efficient clustering mechanism that        the amount of traffic on the nodes exaggerates. This
uses the limited resources in an efficient manner.        correlation is to be studied mathematically to build a
          The cluster Head acts as the local controller   balanced network. For this, route establishment,
in the scalable network for the process of data           route maintenance and other procedures have to be
collection, data forwarding and performs                  taken into consideration to know about energy
aggregation functions. Each Cluster is formed based       depletion of each node. In our proposed work, load
on the coherence between the set of nodes or having       sharing, distributed, and energy-aware clustering
minimum distance between them. The one having             with multi hop routing algorithm is used. Energy
the high processing power is chosen as the cluster        efficient clustering determines the cluster sizes
head and it performs tasks like grouping, secrecy         based on the number of hops to the sink node. After
and allocation of tasks. It also controls various         choosing the cluster heads, this algorithm performs
events like failure recovery and node movements.          the efficient clustering balancing both traffic and
Various functions such as load sharing, membership        complexity. Performance is achieved with multi hop
abilities and inter-cluster establishment are assigned    network design reducing overhead and improving
                                                          the network lifetime.



                                                                                               2128 | P a g e
V.Chandrasekaran, S.Anitha / International Journal of Engineering Research and Applications
               (IJERA)               ISSN: 2248-9622        www.ijera.com
                   Vol. 2, Issue5, September- October 2012, pp.2128-2131
In the remainder of this paper, reviews of the related      head among the whole set of candidates that are
works are briefly discussed on clustered network            grouped under each cluster and associating node
and their drawbacks in Section II. Section III              with the cluster head.
presents the distributed clustering with multi hop                    Probability measure is used to determine
routing algorithm and the calculation of its energy         the candidates for each cluster head for different
consumption levels. Then, Section IV dealt with the         clusters. Each node in the sensor network will
performance evaluation compared with LEACH.                 decide to become as the candidate. Normally scaled
Finally, Section V concludes the discussion.                down value S for probability P K is chosen as the
                                                            ratio of initial energy Ei to the average initial energy
II. REVIEW OF RELATED WORKS                                 of the network Eiavg. Pk=S (Ei / Eiavg) for a node k in
          In WSNs, Clustering is an efficient               region Rm. After the network parameters
technique to analyze and control the information in         initialization, this probability value is calculated
the network. Of which heavy traffic on the cluster          only once. Each node k selects a random value on
head is a critical concern. To balance the load,            the interval 0 to 1 at the beginning of each data
Cluster Head is frequently rotated between different        collection process. The node is selected as the CH
nodes in the network as indicated in LEACH. But it          candidate when the node value is lesser than the
causes increase in transmission cost due to long            calculated probability Pk. Thus each sensor node is
distance as all nodes transmits the information             compared with the measure to elect as the
directly to the sink. Due to this, the nodes that are       candidates for the CH. To obtain accurate measure,
far from the sink has high depletion rate than the          residual energy can be used instead of initial energy
nodes nearer. For this problem, EECS selects less           at the expense of increased message overhead or
number of nodes been far to sink. Even though               complexity of the network. By this approach, the
energy depletion is not minimized due to single hop         chance of being selected as the candidate is directly
transmissions and scalability is not assured for large      proportional to the initial energy levels. Therefore
networks. In HEED , Cluster Head is selected based          energy consumption is reduced by avoiding the
on the maximum energy it possesses and multi hop            message overheads for broadcasting and additional
inter cluster communication is adopted, thus                circuits for monitoring the status of each node.
reducing the transmission cost of longer distance.                    Each selected candidate sends the
With small cluster size, the traffic on individual          broadcast packet indicating their residual energy to
cluster head is reduced distributing traffic among          the candidates residing within the radius of r m which
different clusters near to sink. This approach too has      is calculated from the clustering algorithm. On
issues like overhead due to more number of clusters         receiving the broadcast packets, each candidate
and control packets used for inter cluster                  leaves the selection process if the higher residual
communication. This again results in heavy traffic          energy is received compared to them. Thus the CH
than the original message traffic. Therefore,               is chosen among the candidates.
considering the variability in traffic at different parts
of the network, an analytical discussion is to be           3.2 Cluster Formation
carried to remove the imbalance between inter and                     To have knowledge of the presence of CH
intra clustering energy utilization. In UCR and             by all other non-CH nodes, announcement packet is
PEBECS , informing the formation of cluster                 transmitted by the node having high residual energy
throughout the network cause wastage in the energy          within the radius αr m. Region-wide broadcast is
available and also limited to small networks. So            done to confirm the reception of availability packets
there requires a need to develop an energy-efficient        by all other non-CH nodes. This causes additional
clustering with multi hop routing protocol to reduce        transmission cost. In order to avoid this, α is chosen
the control overheads and to eliminate broadcasting         to have high probability of association between CH
to all the nodes in the network. This protocol is           and its candidates. The number of CH nodes in each
designed in such a way to compromise between                region can be modeled using poisson distribution is
distance from the cluster nodes to the sink and the         given by exp (pmπα2r2m ) in region Rm . To have high
size of the clusters.                                       association between the CH and non-CH nodes,
                                                            probability value is chosen as 99%.When multiplied
III. PROPOSED SCHEME                                        with the distribution probability, minimum value of
         In WSN, Energy efficient clustering with           α is selected to reduce transmission cost.
multi hop routing is implemented in distributed                       After the gathering all the announcement
environment by data collection processes like               packets from the all CH nodes by the candidate
energy level equalization, hop distance towards sink        nodes, CH is chosen by candidates in each cluster
and certain tradeoffs as discussed above.                   based on the highest residual energy that CH
                                                            possess. Each cluster selects the CH which is nearest
3.1 Cluster Head Selection                                  to it within the transmission range. This association
         At the starting of the data collection             happens by sending request and reply messages by
process, cluster is formed by electing the cluster          candidates and CH nodes respectively.

                                                                                                  2129 | P a g e
V.Chandrasekaran, S.Anitha / International Journal of Engineering Research and Applications
               (IJERA)               ISSN: 2248-9622        www.ijera.com
                   Vol. 2, Issue5, September- October 2012, pp.2128-2131
There may be nodes which do not joined in any of
the clusters due to missing of announcement packets
at the end of the cluster formation stage. To have
association with the closest CH, the algorithm
extends the transmission range of those nodes to
recover from the node isolation problem. Among n
number of nodes in wireless sensor networks, for
selection of candidates’ nS messages are needed,
where S is the scaled down value of probability of
initial energy of the nodes in the network. For the
CH selection, totally K messages are needed, where
K is the number of CH sending the announcement
messages.

3.3 Inter-cluster routing in Distributed clustered
environment
         The aim of the routing algorithm is to                Fig.2 Comparison of Network Lifetime
minimize the message and circuit overheads
required for the selection of candidates, cluster
heads ,cluster formation and their association before
the actual message transmission begins and
compromise the energy wastage among the nodes in
the network or between the clusters.
         To solve these issues, CH in region Rm
take its next hop to the sink through the nodes in
region Rm-1 The received nodes make reply based on
the timer it set. The timeout for replying is inversely
proportional to the residual energy of individual
nodes. Thus the node having highest residual energy
will timeout sooner sends the reply back to the CH
first. When hearing this reply packet, remaining
nodes resets its timer. By this, both overhead and
energy wastage is reduced.

IV. PERFORMANCE EVALUATION
          In this section, the performance of our
                                                          Fig.3 Average Residual Energy vs No. of Rounds
E2DC is compared with LEACH. The parameters of
simulations are listed in Tabel.1, and the parameters
of the radio model are the same as LEACH.                 V. CONCLUSION
                                                                    In this paper, we present a novel
Tabel.1 Simulation Parameters                             distributed, energy efficient clustering scheme
                                                          applied for periodical data gathering. E2DC
Parameters                Value
                                                          produces a uniform distribution of cluster heads
Network Size              100m x 100m
                                                          across      the    network       through   localized
Number of Nodes           100
                                                          communication with little overhead. The results are
Initial energy            2J
                                                          better compared to LEACH. Simulation results
Eelec                     50 nJ/bit
                                                          show that E2DC prolongs the network lifetime and
                          5 nJ
                                                          the total energy is efficiently consumed. All of our
EDA                       25 bytes
                                                          contributions here are focused on the cluster set-up
                                                          stage. There are still much space to improve the
Packet size
                                                          performance of data transmission. In the large scale
                                                          sensor networks, multi-hop communication is a
                                                          mainstream technique for energy saving.

                                                          REFERENCES
                                                            [1]   Dali Wei ,Yichao Jin and Serdar Vural,
                                                                  ”An           Energy-Efficient Clustering
                                                                  Solution for Wireless Sensor Networks”,
                                                                  IEEE      Transactions    on    Wireless



                                                                                              2130 | P a g e
V.Chandrasekaran, S.Anitha / International Journal of Engineering Research and Applications
               (IJERA)               ISSN: 2248-9622        www.ijera.com
                   Vol. 2, Issue5, September- October 2012, pp.2128-2131
       Communications,vol. 10, no. 11, pp.3973-        [6]    S. Vural and E. Ekici, “On multihop
       3983,2011.                                             distances in wireless sensor networks with
 [2]   W. Heinzelman, et. al., An application-               random node locations,” IEEE Trans.
       specific protocol architecture for wireless            Mobile Comput., vol. 9, no. 4, pp. 540–552,
       microsensor        net-    works,"      IEEE           Apr. 2010.
       Transactions on Wireless Communications,        [7]    D. Wei, Y. Jin, S. Vural, K. Moessner, and
       1(4):660-669, 2002.                                    R. Tafazolli, “EC supporting materials,”
 [3]   O. Younis and S. Fahmy, “HEED: a                       http://epubs.surrey.ac.uk.
       hybrid,      energy-efficient,    Distributed   [8]    O. J. Boxma and U. Yechiali, “Poisson
       clustering approach forad hoc sensor                   processes, ordinary and compound.”
       networks,” IEEE Trans. Mobile Comput.,          [9]    B. Gong, L. Li, S. Wang, and X. Zhou,
       vol. 3, no. 4, pp. 366–379, 2004.                      “Multihop routing protocol with unequal
 [4]   G. Chen, C. Li, M. Ye, and J. Wu, “An                  clustering for wireless sensor networks,” in
       unequal cluster-based routing protocol in              Proc. CCCM, 2008,pp. 552–556.
       wireless sensor networks,” Wireless             [10]   D. Kumar, T. C. Aseri, and R. B. Patel,
       Networks, pp. 193–207, Apr. 2007.                      “EEHC: energy efficient heterogeneous
 [5]   S. Soro and W. B. Heinzelman,                          clustered scheme for wireless sensor
       “Prolonging the lifetime of wireless sensor            networks,” Computer Commun., vol. 32,
       networks via unequal clustering,” in                   no. 4, pp. 662–667, Mar. 2009.
       IPDPS, 2005.




                                                                                         2131 | P a g e

Contenu connexe

Tendances

Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksSecured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksAssociate Professor in VSB Coimbatore
 
Computing localized power efficient data
Computing localized power efficient dataComputing localized power efficient data
Computing localized power efficient dataambitlick
 
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
 
A NOVEL ENERGY EFFICIENCY PROTOCOL FOR WSN BASED ON OPTIMAL CHAIN ROUTING
A NOVEL ENERGY EFFICIENCY PROTOCOL FOR WSN BASED ON OPTIMAL CHAIN ROUTINGA NOVEL ENERGY EFFICIENCY PROTOCOL FOR WSN BASED ON OPTIMAL CHAIN ROUTING
A NOVEL ENERGY EFFICIENCY PROTOCOL FOR WSN BASED ON OPTIMAL CHAIN ROUTINGKhushbooGupta145
 
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...IJCSEA Journal
 
SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...
SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...
SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...IJCNCJournal
 
K-means clustering-based WSN protocol for energy efficiency improvement
K-means clustering-based WSN protocol for energy efficiency improvement K-means clustering-based WSN protocol for energy efficiency improvement
K-means clustering-based WSN protocol for energy efficiency improvement IJECEIAES
 
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
 
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSNOptimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSNIJCNCJournal
 
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...ijasuc
 
The comparison between routing protocols based on lifetime of wireless sensor...
The comparison between routing protocols based on lifetime of wireless sensor...The comparison between routing protocols based on lifetime of wireless sensor...
The comparison between routing protocols based on lifetime of wireless sensor...inventionjournals
 
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...CSCJournals
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
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
 
ENERGY EFFICIENT GRID AND TREE BASED ROUTING PROTOCOL
ENERGY EFFICIENT GRID AND TREE BASED ROUTING PROTOCOLENERGY EFFICIENT GRID AND TREE BASED ROUTING PROTOCOL
ENERGY EFFICIENT GRID AND TREE BASED ROUTING PROTOCOLijwmn
 
Congestion Control Clustering a Review Paper
Congestion Control Clustering a Review PaperCongestion Control Clustering a Review Paper
Congestion Control Clustering a Review PaperEditor IJCATR
 

Tendances (18)

Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksSecured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
 
Computing localized power efficient data
Computing localized power efficient dataComputing localized power efficient data
Computing localized power efficient data
 
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
 
A NOVEL ENERGY EFFICIENCY PROTOCOL FOR WSN BASED ON OPTIMAL CHAIN ROUTING
A NOVEL ENERGY EFFICIENCY PROTOCOL FOR WSN BASED ON OPTIMAL CHAIN ROUTINGA NOVEL ENERGY EFFICIENCY PROTOCOL FOR WSN BASED ON OPTIMAL CHAIN ROUTING
A NOVEL ENERGY EFFICIENCY PROTOCOL FOR WSN BASED ON OPTIMAL CHAIN ROUTING
 
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
 
SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...
SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...
SECTOR TREE-BASED CLUSTERING FOR ENERGY EFFICIENT ROUTING PROTOCOL IN HETEROG...
 
K-means clustering-based WSN protocol for energy efficiency improvement
K-means clustering-based WSN protocol for energy efficiency improvement K-means clustering-based WSN protocol for energy efficiency improvement
K-means clustering-based WSN protocol for energy efficiency improvement
 
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
 
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSNOptimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSN
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
 
The comparison between routing protocols based on lifetime of wireless sensor...
The comparison between routing protocols based on lifetime of wireless sensor...The comparison between routing protocols based on lifetime of wireless sensor...
The comparison between routing protocols based on lifetime of wireless sensor...
 
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
B045070510
B045070510B045070510
B045070510
 
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
 
ENERGY EFFICIENT GRID AND TREE BASED ROUTING PROTOCOL
ENERGY EFFICIENT GRID AND TREE BASED ROUTING PROTOCOLENERGY EFFICIENT GRID AND TREE BASED ROUTING PROTOCOL
ENERGY EFFICIENT GRID AND TREE BASED ROUTING PROTOCOL
 
Congestion Control Clustering a Review Paper
Congestion Control Clustering a Review PaperCongestion Control Clustering a Review Paper
Congestion Control Clustering a Review Paper
 

En vedette (8)

Tonsandhi3
Tonsandhi3Tonsandhi3
Tonsandhi3
 
Cristina 1
 Cristina 1 Cristina 1
Cristina 1
 
Igtr certy
Igtr certy Igtr certy
Igtr certy
 
Treselle Systems_cert
Treselle Systems_certTreselle Systems_cert
Treselle Systems_cert
 
Cn2treballfinal
Cn2treballfinalCn2treballfinal
Cn2treballfinal
 
ประชาคมอาเซี่ยน
ประชาคมอาเซี่ยนประชาคมอาเซี่ยน
ประชาคมอาเซี่ยน
 
Maham S-the collection
Maham S-the collectionMaham S-the collection
Maham S-the collection
 
Us5485776
Us5485776Us5485776
Us5485776
 

Similaire à Mh2521282131

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
 
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...IJERA Editor
 
An energy saving algorithm to prolong
An energy saving algorithm to prolongAn energy saving algorithm to prolong
An energy saving algorithm to prolongijwmn
 
2.a survey on energy balanced clustering approach for homogenous sensor network
2.a survey on energy balanced clustering approach for homogenous sensor network2.a survey on energy balanced clustering approach for homogenous sensor network
2.a survey on energy balanced clustering approach for homogenous sensor networkk srikanth
 
An Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
An Improved LEACH-C Algorithm for Energy Efficiency in WSN RoutingAn Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
An Improved LEACH-C Algorithm for Energy Efficiency in WSN Routingijsrd.com
 
Guleria2019
Guleria2019Guleria2019
Guleria2019SSNayak2
 
Enhancing Survivability, Lifetime, and Energy Efficiency of Wireless Networks
Enhancing Survivability, Lifetime, and Energy Efficiency of Wireless NetworksEnhancing Survivability, Lifetime, and Energy Efficiency of Wireless Networks
Enhancing Survivability, Lifetime, and Energy Efficiency of Wireless NetworksIJRES Journal
 
ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...
ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...
ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...ijwmn
 
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
 
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
 
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKSENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKSijassn
 
Energy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksEnergy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksijassn
 
Analysis of different hierarchical routing protocols of wireless sensor network
Analysis of different hierarchical routing protocols of wireless sensor networkAnalysis of different hierarchical routing protocols of wireless sensor network
Analysis of different hierarchical routing protocols of wireless sensor networkeSAT Publishing House
 
Analysis of different hierarchical routing protocols of wireless sensor network
Analysis of different hierarchical routing protocols of wireless sensor networkAnalysis of different hierarchical routing protocols of wireless sensor network
Analysis of different hierarchical routing protocols of wireless sensor networkeSAT Journals
 

Similaire à Mh2521282131 (20)

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...
 
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
 
An energy saving algorithm to prolong
An energy saving algorithm to prolongAn energy saving algorithm to prolong
An energy saving algorithm to prolong
 
2.a survey on energy balanced clustering approach for homogenous sensor network
2.a survey on energy balanced clustering approach for homogenous sensor network2.a survey on energy balanced clustering approach for homogenous sensor network
2.a survey on energy balanced clustering approach for homogenous sensor network
 
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
 
An Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
An Improved LEACH-C Algorithm for Energy Efficiency in WSN RoutingAn Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
An Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
 
Fo2510211029
Fo2510211029Fo2510211029
Fo2510211029
 
1909 1913
1909 19131909 1913
1909 1913
 
1909 1913
1909 19131909 1913
1909 1913
 
Guleria2019
Guleria2019Guleria2019
Guleria2019
 
Enhancing Survivability, Lifetime, and Energy Efficiency of Wireless Networks
Enhancing Survivability, Lifetime, and Energy Efficiency of Wireless NetworksEnhancing Survivability, Lifetime, and Energy Efficiency of Wireless Networks
Enhancing Survivability, Lifetime, and Energy Efficiency of Wireless Networks
 
ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...
ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...
ENERGY EFFICIENT HIERARCHICAL CLUSTER HEAD ELECTION USING EXPONENTIAL DECAY F...
 
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
 
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
 
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKSENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
 
Energy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksEnergy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networks
 
Analysis of different hierarchical routing protocols of wireless sensor network
Analysis of different hierarchical routing protocols of wireless sensor networkAnalysis of different hierarchical routing protocols of wireless sensor network
Analysis of different hierarchical routing protocols of wireless sensor network
 
Analysis of different hierarchical routing protocols of wireless sensor network
Analysis of different hierarchical routing protocols of wireless sensor networkAnalysis of different hierarchical routing protocols of wireless sensor network
Analysis of different hierarchical routing protocols of wireless sensor network
 

Dernier

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 

Dernier (20)

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 

Mh2521282131

  • 1. V.Chandrasekaran, S.Anitha / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue5, September- October 2012, pp.2128-2131 A Novel Energy Efficient Distributed Clustering in Wireless Sensor Networks V.Chandrasekaran*, S.Anitha** *(Department of ECE, Velalar College of Engineering & Technology, Anna University, India) ** (Department of Information Technology, Kongu Engineering College, Anna University, India) ABSTRACT Under increased level of traffic, Hot spots emerge to nodes through inter-cluster links. in a wireless sensor network. This leads to the depletion of network resources and disrupts the network operation completely. This scenario is high in the case of clustering process as cluster heads perform more data processing than other sensor nodes. This increase in load on Cluster Head (CH) varies with the distance to the sink. To eliminate this problem, data aggregation can be performed to reduce the processing and transmission of information. This approach works well in static environment but it is complex and expensive in the case of dynamic network. So the role of Cluster head is rotated among the different nodes in the network, thus balancing the load and conserves the important resources. The size of the cluster based on the distance or number of hops to the sink is also taken into consideration. This paper focuses on Fig.1 Energy Consumption Model distributed clustering with multi hop routing to minimize the energy consumption, average end- Dynamic allocation of heavy traffic and to-end delay and improving network lifetime other functions of CH to different nodes help to compared LEACH. prevent failure of nodes in case of resource depletion. In clustered environment, Hot-spots are Keywords – Clustering, Cluster Head, Energy an important site to take into account as the data is Efficiency, Wireless Sensor Networks. highly congested near to sink. So in distributed with multi hop routing critical location must be I. INTRODUCTION concentrated by transmitting the data through With resource-constrained Wireless Sensor multiple high rate routes. Thus network lifetime is Networks, effective use of these battery operated improved by reducing failures because of depletion resources is a challenging task nowadays in the of energy. developing IT field. Though many clustering Hot –spot is an important site where all techniques like hierarchical exists, need is to find an data are collected. As the distance to sink decreases, optimal energy-efficient clustering mechanism that the amount of traffic on the nodes exaggerates. This uses the limited resources in an efficient manner. correlation is to be studied mathematically to build a The cluster Head acts as the local controller balanced network. For this, route establishment, in the scalable network for the process of data route maintenance and other procedures have to be collection, data forwarding and performs taken into consideration to know about energy aggregation functions. Each Cluster is formed based depletion of each node. In our proposed work, load on the coherence between the set of nodes or having sharing, distributed, and energy-aware clustering minimum distance between them. The one having with multi hop routing algorithm is used. Energy the high processing power is chosen as the cluster efficient clustering determines the cluster sizes head and it performs tasks like grouping, secrecy based on the number of hops to the sink node. After and allocation of tasks. It also controls various choosing the cluster heads, this algorithm performs events like failure recovery and node movements. the efficient clustering balancing both traffic and Various functions such as load sharing, membership complexity. Performance is achieved with multi hop abilities and inter-cluster establishment are assigned network design reducing overhead and improving the network lifetime. 2128 | P a g e
  • 2. V.Chandrasekaran, S.Anitha / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue5, September- October 2012, pp.2128-2131 In the remainder of this paper, reviews of the related head among the whole set of candidates that are works are briefly discussed on clustered network grouped under each cluster and associating node and their drawbacks in Section II. Section III with the cluster head. presents the distributed clustering with multi hop Probability measure is used to determine routing algorithm and the calculation of its energy the candidates for each cluster head for different consumption levels. Then, Section IV dealt with the clusters. Each node in the sensor network will performance evaluation compared with LEACH. decide to become as the candidate. Normally scaled Finally, Section V concludes the discussion. down value S for probability P K is chosen as the ratio of initial energy Ei to the average initial energy II. REVIEW OF RELATED WORKS of the network Eiavg. Pk=S (Ei / Eiavg) for a node k in In WSNs, Clustering is an efficient region Rm. After the network parameters technique to analyze and control the information in initialization, this probability value is calculated the network. Of which heavy traffic on the cluster only once. Each node k selects a random value on head is a critical concern. To balance the load, the interval 0 to 1 at the beginning of each data Cluster Head is frequently rotated between different collection process. The node is selected as the CH nodes in the network as indicated in LEACH. But it candidate when the node value is lesser than the causes increase in transmission cost due to long calculated probability Pk. Thus each sensor node is distance as all nodes transmits the information compared with the measure to elect as the directly to the sink. Due to this, the nodes that are candidates for the CH. To obtain accurate measure, far from the sink has high depletion rate than the residual energy can be used instead of initial energy nodes nearer. For this problem, EECS selects less at the expense of increased message overhead or number of nodes been far to sink. Even though complexity of the network. By this approach, the energy depletion is not minimized due to single hop chance of being selected as the candidate is directly transmissions and scalability is not assured for large proportional to the initial energy levels. Therefore networks. In HEED , Cluster Head is selected based energy consumption is reduced by avoiding the on the maximum energy it possesses and multi hop message overheads for broadcasting and additional inter cluster communication is adopted, thus circuits for monitoring the status of each node. reducing the transmission cost of longer distance. Each selected candidate sends the With small cluster size, the traffic on individual broadcast packet indicating their residual energy to cluster head is reduced distributing traffic among the candidates residing within the radius of r m which different clusters near to sink. This approach too has is calculated from the clustering algorithm. On issues like overhead due to more number of clusters receiving the broadcast packets, each candidate and control packets used for inter cluster leaves the selection process if the higher residual communication. This again results in heavy traffic energy is received compared to them. Thus the CH than the original message traffic. Therefore, is chosen among the candidates. considering the variability in traffic at different parts of the network, an analytical discussion is to be 3.2 Cluster Formation carried to remove the imbalance between inter and To have knowledge of the presence of CH intra clustering energy utilization. In UCR and by all other non-CH nodes, announcement packet is PEBECS , informing the formation of cluster transmitted by the node having high residual energy throughout the network cause wastage in the energy within the radius αr m. Region-wide broadcast is available and also limited to small networks. So done to confirm the reception of availability packets there requires a need to develop an energy-efficient by all other non-CH nodes. This causes additional clustering with multi hop routing protocol to reduce transmission cost. In order to avoid this, α is chosen the control overheads and to eliminate broadcasting to have high probability of association between CH to all the nodes in the network. This protocol is and its candidates. The number of CH nodes in each designed in such a way to compromise between region can be modeled using poisson distribution is distance from the cluster nodes to the sink and the given by exp (pmπα2r2m ) in region Rm . To have high size of the clusters. association between the CH and non-CH nodes, probability value is chosen as 99%.When multiplied III. PROPOSED SCHEME with the distribution probability, minimum value of In WSN, Energy efficient clustering with α is selected to reduce transmission cost. multi hop routing is implemented in distributed After the gathering all the announcement environment by data collection processes like packets from the all CH nodes by the candidate energy level equalization, hop distance towards sink nodes, CH is chosen by candidates in each cluster and certain tradeoffs as discussed above. based on the highest residual energy that CH possess. Each cluster selects the CH which is nearest 3.1 Cluster Head Selection to it within the transmission range. This association At the starting of the data collection happens by sending request and reply messages by process, cluster is formed by electing the cluster candidates and CH nodes respectively. 2129 | P a g e
  • 3. V.Chandrasekaran, S.Anitha / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue5, September- October 2012, pp.2128-2131 There may be nodes which do not joined in any of the clusters due to missing of announcement packets at the end of the cluster formation stage. To have association with the closest CH, the algorithm extends the transmission range of those nodes to recover from the node isolation problem. Among n number of nodes in wireless sensor networks, for selection of candidates’ nS messages are needed, where S is the scaled down value of probability of initial energy of the nodes in the network. For the CH selection, totally K messages are needed, where K is the number of CH sending the announcement messages. 3.3 Inter-cluster routing in Distributed clustered environment The aim of the routing algorithm is to Fig.2 Comparison of Network Lifetime minimize the message and circuit overheads required for the selection of candidates, cluster heads ,cluster formation and their association before the actual message transmission begins and compromise the energy wastage among the nodes in the network or between the clusters. To solve these issues, CH in region Rm take its next hop to the sink through the nodes in region Rm-1 The received nodes make reply based on the timer it set. The timeout for replying is inversely proportional to the residual energy of individual nodes. Thus the node having highest residual energy will timeout sooner sends the reply back to the CH first. When hearing this reply packet, remaining nodes resets its timer. By this, both overhead and energy wastage is reduced. IV. PERFORMANCE EVALUATION In this section, the performance of our Fig.3 Average Residual Energy vs No. of Rounds E2DC is compared with LEACH. The parameters of simulations are listed in Tabel.1, and the parameters of the radio model are the same as LEACH. V. CONCLUSION In this paper, we present a novel Tabel.1 Simulation Parameters distributed, energy efficient clustering scheme applied for periodical data gathering. E2DC Parameters Value produces a uniform distribution of cluster heads Network Size 100m x 100m across the network through localized Number of Nodes 100 communication with little overhead. The results are Initial energy 2J better compared to LEACH. Simulation results Eelec 50 nJ/bit show that E2DC prolongs the network lifetime and 5 nJ the total energy is efficiently consumed. All of our EDA 25 bytes contributions here are focused on the cluster set-up stage. There are still much space to improve the Packet size performance of data transmission. In the large scale sensor networks, multi-hop communication is a mainstream technique for energy saving. REFERENCES [1] Dali Wei ,Yichao Jin and Serdar Vural, ”An Energy-Efficient Clustering Solution for Wireless Sensor Networks”, IEEE Transactions on Wireless 2130 | P a g e
  • 4. V.Chandrasekaran, S.Anitha / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue5, September- October 2012, pp.2128-2131 Communications,vol. 10, no. 11, pp.3973- [6] S. Vural and E. Ekici, “On multihop 3983,2011. distances in wireless sensor networks with [2] W. Heinzelman, et. al., An application- random node locations,” IEEE Trans. specific protocol architecture for wireless Mobile Comput., vol. 9, no. 4, pp. 540–552, microsensor net- works," IEEE Apr. 2010. Transactions on Wireless Communications, [7] D. Wei, Y. Jin, S. Vural, K. Moessner, and 1(4):660-669, 2002. R. Tafazolli, “EC supporting materials,” [3] O. Younis and S. Fahmy, “HEED: a http://epubs.surrey.ac.uk. hybrid, energy-efficient, Distributed [8] O. J. Boxma and U. Yechiali, “Poisson clustering approach forad hoc sensor processes, ordinary and compound.” networks,” IEEE Trans. Mobile Comput., [9] B. Gong, L. Li, S. Wang, and X. Zhou, vol. 3, no. 4, pp. 366–379, 2004. “Multihop routing protocol with unequal [4] G. Chen, C. Li, M. Ye, and J. Wu, “An clustering for wireless sensor networks,” in unequal cluster-based routing protocol in Proc. CCCM, 2008,pp. 552–556. wireless sensor networks,” Wireless [10] D. Kumar, T. C. Aseri, and R. B. Patel, Networks, pp. 193–207, Apr. 2007. “EEHC: energy efficient heterogeneous [5] S. Soro and W. B. Heinzelman, clustered scheme for wireless sensor “Prolonging the lifetime of wireless sensor networks,” Computer Commun., vol. 32, networks via unequal clustering,” in no. 4, pp. 662–667, Mar. 2009. IPDPS, 2005. 2131 | P a g e