SlideShare a Scribd company logo
1 of 7
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. IV (May – Jun. 2015), PP 05-11
www.iosrjournals.org
DOI: 10.9790/0661-17340511 www.iosrjournals.org 5 | Page
A Deterministic Heterogeneous Clustering Algorithm
Shikalgar I.A.1
, Dixit M.R2
1
(Electronics and telecommunication department, RMCET/ Mumbai University, India)
2
(Electronics department, KIT,kolhapur/ Shivaji University , India)
Abstract: The energy supply of nodes will be limited strictly in the wireless sensor networks (WSN). Many
algorithms propose to increase the efficiency of Sensor Networks. Many Clustering protocols have been
proposed to improve system throughput and system delay, and increase energy saving. This work proposes to
improve the life of a heterogeneous sensor network. Earlier work in this field e.g. LEACH (Low Energy
Adaptive Clustering Hierarchy) protocol and SEP (A Stable Election Protocol) use probabilistic algorithm. This
paper uses a deterministic approach. It takes into consideration of many factors such as current energy of
sensor node, percentage of nodes that not have been selected as Cluster Heads (CHs) in each round due to
location reason and number of consecutive rounds in which a node has not been cluster-head. The proposed
protocol is simulated and the results show a significant reduction in network energy consumption compared to
heterogeneous network setup with LEACH and SEP protocol.
Keywords: Hierarchical Clustering, LEACH (Low Energy Adaptive Clustering Hierarchy), Network lifetime,
Network Performance, Sensor Networks,Routing in WSN .
I. Introduction
Wireless Sensor Networks (WSNs) are networks of light-weight sensors that are battery powered used
majorly for monitoring purposes. The advances in micro-electromechanical technologies have made many
improvisations and made such sensors a possibility [1]. Recently, WSNs have been heavily researched by
several organizations and by the military where we can find some of the applications in battle field surveillance
and other security etiquettes. With the recent issues on climate change, WSNs can be utilized to track changes
that affect the climate using a network of sensors to gather environmental variables such as temperature,
humidity and pressure. One of the numerous advantages of these sensors is their ability to operate unattended
which is ideal for inaccessible areas. However, while WSNs are increasingly equipped to handle some of these
complex functions, in-network processing such as data aggregation, information fusion, computation and
transmission activities requires these sensors to use their energy efficiently in order to extend their effective
network life time. Sensor nodes are prone to energy drainage and failure, and their battery source might be
irreplaceable, instead new sensors are deployed. Thus, the constant re-energizing of wireless sensor network as
old sensor nodes die out and/or the uneven terrain of the region being sensed can lead to energy imbalances or
heterogeneity among the sensor nodes. This can negatively impact the stability and performance of the network
system if the extra energy is not properly utilized and leveraged. Several clustering schemes and algorithm such
as LEACH,SEP have been proposed with varying objectives such as load balancing, fault- tolerance, increased
connectivity with reduced delay and network longevity. A balance of the above objectives can yield a more
robust protocol. LEACH protocol and the likes assume a near to perfect system; an energy homogeneous system
where a node is not likely to fail due to uneven terrain, failure in connectivity and packet dropping. But
protocols like SEP considered the reverse that is energy heterogeneity where the factors mentioned above is a
possibility, which is more applicable to real life scenario for WSN. Thus, energy heterogeneity should therefore
be one of the key factors to be considered when designing a protocol that is robust for WSN. A good protocol
design should be able to scale well both in energy heterogeneous and homogeneous settings, meet the demands
of different application scenarios and guarantee reliability. Conventional protocol designs do not address these
situations. This research explores existing work done in this area. The goal is to present a modified protocol
design .The objectives of this works are to:
 Design a protocol that can distribute the energy consumption across all nodes equally.
 Elect leaders based on the nodes residual energies.
 Guarantee that additional energies in the network are used efficiently and effectively.
 Ensure that the nodes in the network are adaptive and sensitive to the changing environment.
 Finally, to be able to assess the performance of some of these protocols in the presence energy
heterogeneity.
A Deterministic Heterogeneous Clustering Algorithm
DOI: 10.9790/0661-17340511 www.iosrjournals.org 6 | Page
II. Clustered Architecture
Clustering techniques in wireless sensor networks aims at gathering data among groups of nodes,
which elect leaders among themselves. The leader or cluster-heads has the role of aggregating the data and
reporting the refined data to the BS. The advantages of this scheme are that it reduces energy usage of each node
and communication cost. One of the earliest works proposing this approach in WSNs LEACH (Low Energy
Adaptive Clustering Hierarchy). Recently, there have been lots of other clustering techniques which are mostly
variants of LEACH protocol with slight improvement and different application scenarios. SEP (Stable Election
Protocol) [2] is a clustering techniques proposed with the objective of minimizing energy usage, while
extending network life time. Clustered sensor network can be classified into two main types: homogeneous and
heterogeneous sensor network. While energy efficient in WSNs remains a function of uniform distribution of
energy among sensor nodes, classifying clustering techniques depends on the objectives in mind.
III. First Order Radio Model
This paper considered the radio energy dissipation model as used in [4][7].The model is shown in
Fig.(1).This radio model as stated with Eelect=50 nJ/bit as the energy being dissipated to run the transmitter or
receiver circuitry ϵamp =100 pJ/bit/m2
for the transmit amplifier to achieve an acceptable signal to noise ratio. We
also assume an r2
energy loss due to channel transmission. Friss free space (fs) and multi-path (mp) losses rely
on the transmitter amplifier model and the respective node distances (d).Therefore, to transmit k bits, the energy
expended ETx is:
Figure 1 First order radio model
     , ,Tx Tx elect Tx ampE k d E k E k d   (1)
  2
4
0
, * * *
* * *
Tx elect
elect mp
fs oif dE k d E k k d
E k k
d
if d dd
 
 


E
E
(2)
Where do is the distance threshold for swapping amplification models, which can be calculated
as /o mp fsd   Also radio expends energy to receive the message of k bits is given by:
  *Rx electE k E k (3)
It is further assumed that the radio channel shown in Fig. (1) is symmetric i.e. the same amount of energy is
required to transmit a k-bit message from node A to B and vice versa.
IV. Extending Leach And SEP Protocol
Clustering techniques have been employed to deal with energy management in WSNs. LEACH is a
pioneering work in this respect. LEACH is a clustering-based protocol, that used a randomized election and
rotation of local cluster base station (so-called cluster heads for transferring data to the BS or sink node) to
evenly preserve the energy among the sensors in network. The rotation of cluster-head can also be a means of
fault tolerance. The sensors organize themselves into clusters using a probabilistic approach to randomly elect
themselves as heads in an epoch. However, LEACH protocol is not heterogeneity aware, in the sense that when
there is an energy difference to some threshold between these nodes in the network, the sensors die out faster
than a more uniform energy setting. In real life situation it is difficult for the sensors to maintain their energy
uniformly, these results easily to energy imbalance between the sensor nodes. LEACH assumes that the energy
usage of each node with respect to the overall energy of the system or network is homogeneous.
This section discusses the proposed solution as an extension to both SEP and LEACH [3] protocols by
considering three energy levels in two hierarchy settings, which is the first improvement to SEP and LEACH.
Figure (2) depicts the heterogeneous settings used.
A Deterministic Heterogeneous Clustering Algorithm
DOI: 10.9790/0661-17340511 www.iosrjournals.org 7 | Page
Figure 2: A Heterogeneous network
In this approach, new additional node called the `intermediate nodes' and ‘advanced nodes’ are
introduced into the system with an intention to accommodate and cater for multi-node diversity. Note that the re
energizing of the network system by deploying new nodes to replace dead ones can be very important for some
application specific settings such as a continuous data retrieval process. The intermediate node is chosen
between the limits of both the fractions of energy of advanced node as the upper bound and the normal node as
the lower bound. Mathematically, the energy of the intermediate nodes lies between Eo < Eint< Eadv As in SEP,
the initial energy for normal nodes is Eo, for advanced nodes, Eadv = (1+α)Eo and for intermediate nodes, Ein= (1
+ μ)Eo For simplicity we set μ = α /2.The new heterogeneous setting with the three tier node energy has no
effect on the spatial density of the network . The probability setting Popt remains the same. However, the total
initial energy of the system is increased by the introduction of intermediate and advance nodes to:
n Eo( 1-m- b) + nm Eo (1+ α) +nbEo (1 + μ)= n Eo (1+m α +b μ) (4)
Where n is the number of nodes, m is the proportion of advanced nodes to the total number of nodes n and b is
the proportion of intermediate nodes.
4.1 Extending LEACH
LEACH heterogeneous clustering algorithm is studied [3] by setting up a network with 100 nodes
.MATLAB is used for simulation. All parameters and their initials values are listed in table [I].The simulation
parameter will also be used for study of extended SEP protocol and proposed protocol discussed below.
4.2 Extending SEP
In this modified scheme [3][8]This protocol is referred as SEP-E. There is a further increment in the
epoch to accommodate the additional energy introduced into the system. To guarantee that the sensor nodes
must become cluster-heads as assumed above, in [5] defined a new threshold for the election processes. The
threshold ( )nrmT n , int( )T n , ( )advT n for normal intermediate and advanced nodes respectively becomes.
Table I Simulation Parameters For Heterogeneous Leach Network SETUP
Sr No. Parameter Value
1 Transmitter/Receiver electronics energy dissipation. Eelect 50 nJ/bit
2 Data aggregation energy dissipation.EDA 5 nJ/bit
3 Sensor network area 100m 100m
4 Total number of sensor nodes 100
5 No of bits in message. 4000
6 Optimal election probability 0.1
7 Energy being dissipated by transmit amplifier mp 100 PJ/bit/m2
8 No. of advanced node 50
9 No. of Intermediate nodes 25
10 No. of normal node 25
11 Initial Energy of advanced node. 2 joule
12 Initial Energy of Intermediate node 1.25 joule
13 Initial Energy of normal node 0.5 joule
A Deterministic Heterogeneous Clustering Algorithm
DOI: 10.9790/0661-17340511 www.iosrjournals.org 8 | Page
.
( ) if n G'
1
1 ( mod( ))
= 0 otherwise
nrm
nrm nrm
nrm
nrm
p
T n
p r
p
 

(5)
We have n(1-m-b) normal nodes. Where G’ is setoff normal node that has not become CH in past 1/pnrm rounds
int
int int
int
int
( ) if n G''
1
1 ( mod( ))
= 0 otherwise
p
T n
p r
p
 

(6)
We have nb intermediate nodes. Where G’’ is setoff intermediate node that has not become CH in past 1/pint
rounds.
(7)
We have nm intermediate nodes. Where G’’’ is setoff normal node that has not become CH in past 1/padv rounds.
Hence the average total number of cluster-heads per round will be: n pnrm( 1-m- b) +nb pint+n m padv=n popt
V. Proposed algorithm
We analyzed all algorithms [2][7].We have chosen a threshold which is more deterministic. Our
algorithm is very much similar to algorithm of LEACH. Nodes will compete for being a cluster head. When a
node is selected as a CH, it will broadcast the information to all other nodes. Other nodes will receive the
message. Thus, when other nodes in a region contend for being cluster head, the location information of the
already formed cluster head in nearby region will taken into consideration. If a node in nearby region is close to
the already selected cluster head, the node will be rejected. The cluster heads generated with this approach will
be far from each other. However, because some nodes quit the race for cluster head, the total number of CHs can
be reduced, which is not good for saving the network energy. Our approach to solving this problem is when a
node is rejected in the cluster head selection, a message is broadcast to other nodes and T(n)new will be
adaptively changed to increase the probability of others nodes being selected as CHs.In all our algorithms
threshold take into consideration
 Sensor node locations.
 percentage of node that are excluded from the cluster head selection in earlier rounds and
 The remaining energy of each node.
  1
1/1
1
n current s n current
new
n max n max
k
E r Ep
T n
E p E
p r mod p
p
 
 
   
     
        
 
(8)
Here pk is the percentage of node that are disqualified from the cluster head selection. When pk
increases T(n)new increases as well, which will ensure sufficient number of cluster heads will be generated by
the in successive rounds .This new threshold depends upon current energy of sensor node En-current and
percentage of nodes pk that not have been selected as CHs in each round due to location reason. Here rs is the
number of consecutive rounds in which a node has not been cluster-head. When rs reaches the value 1/p the
threshold T(n)new is reset to the value it had before the inclusion of the remaining energy into the threshold
equation. The chances of a node to become cluster Head increases because of a higher threshold. Since total area
is 100m× 100m and no. of desirable CHs are 10.A total of 10 circles with radius 17.84 m each will occupy this
area. Hence any node which in a race to become CH will quit the race if its distance from already selected CH is
less than 17.84 m
A deterministic cluster-head selection algorithm can outperform a stochastic algorithm. This paper
presents a deterministic cluster-head selection algorithm with reduced energy consumption. Similar protocols
which considers only percentage of node that are excluded from the cluster head selection in earlier rounds and
the remaining energy of each node is discussed in [5-6]
VI. Performance measures
In this section, a brief discussion of the parameters used to analyses the performance of the protocols
examined is presented. Some performance measures are considered for comparison of algorithm. The definitions
of the performance metrics used are given below:
int( ) if n G'''
1
1 ( mod( ))
= 0 otherwise
adv
adv
adv
adv
p
T n
p r
p
 

A Deterministic Heterogeneous Clustering Algorithm
DOI: 10.9790/0661-17340511 www.iosrjournals.org 9 | Page
 Stability period: the period from the start of the network operation and the first dead node.
 Instability period: the period between the first dead node and last dead node.
 Status: the number of alive and dead nodes per round.
 Network lifetime: the time interval from the start of operation (of the sensor network) until the death of the
last alive node.
I. RESULT AND COMPARISONS
We have also noted the rounds no. and following observation are made as shown in Table II.
Table II Bar Chart Of Node Status
Performance parameter/Protocol LEACH SEP-E Proposed protocol
Round no. when first node is half dead 464 820 322
Round no. when first node is 948 1592 561
Round no when half no. of node are dead 3414 1814 4435
Round no. when last node is dead 9890 8000 20000
Fig.3 is indicative of how nodes die as number of round increases. Proposed algorithm shows is able to extend
network life as compare to SEP-E and LEACH heterogeneous protocol.
Figure 3 Network life time extension in different protocol
Proposed algorithm outperforms LEACH and SEP-E algorithm in term of extending the life time of the network
 SEP-E protocol improves Stability period :( the period from the start of the network operation and the first
dead node.)
 Proposed algorithm outperforms LEACH and SEP-E algorithm in term of extending the half life time of the
network i.e. when 50 % node are dead.
 By almost tripling (143..75 joules) sum of energies of all the node in the network LEACH
protocol(heterogeneity) is not able to extend the network life time by three times
 As the level of energy heterogeneity increases the stability region of SEP-E is improved proportionately
better than SEP and LEACH (heterogeneity).
 Even though the LEACH (heterogeneity) takes advantage of the extra energy compared with LEACH in the
presence of homogeneity by extending the stability region, but, the instability in LEACH (heterogeneity) is
also extended significantly, which negates the overall performance? This is because of the following
reasons: (1) after the death of the first node LEACH (heterogeneity) becomes very unstable as there is no
guarantee that the highly energized nodes become cluster-heads more often than the normal nodes; and (2)
there is no guarantee that optimal number of cluster-head would be selected in some rounds.
 The rate of energy dissipation for all the nodes in proposed algorithm is much better than in LEACH
(heterogeneity) and SEP-E. This means proposed algorithm achieves better utilization of the extra energy
introduced into the system compared to LEACH and SEP-E, which is the intended objective for protocol
design.
We have divide the total network area (100× 100) into 25 regions (each of size 20× 20) .Then we count
no. of live nodes in that region at different times during network operation. The observation is made when 100,
75, 50 and 25 nodes are alive in the network. This granular division of area helps us to understand how nodes
are particular region die as network life progresses. When all but one node died in a given region it has to
consume more energy to send information to other cluster head in another region. Recall that the attribute of a
good protocol design is to be able to balance a multi-criterion objective of maximizing network lifetime, fault
tolerance and load balancing. Being able to model the spatial uniformity of energy among sensor nodes in a
A Deterministic Heterogeneous Clustering Algorithm
DOI: 10.9790/0661-17340511 www.iosrjournals.org 10 | Page
network can provide a useful information on how much a protocol is able to balance the above mentioned
objectives. The use of this grid approach measure the variations of live nodes at 100%, 75%, 50% and 25% of
network operation in each protocol. We can evaluate the level of significance of each model by comparing each
of the protocol designs. Hence we observe that proposed algorithm outperform LEACH and SEP-E algorithm in
term of load balancing and fault tolerance as shown in figure (4-15).
The rates of energy dissipation were flatter in proposed algorithm as compared to SEP-Enhanced and in
LEACH for both advanced nodes and normal nodes .This is shown in figures (16-18)
Figure 4 LEACH PROROCOL : distribution of live node
when all 100 nodes are alive
Figure 5 LEACH Protocol : distribution of live node when 75
nodes are alive
Figure 6 LEACH Protocol : distribution of live node when 50
nodes are alive
Figure 7 LEACH Protocol : distribution of live node when 25
nodes are alive
Figure 8 SEP-E PROROCOL : distribution of live node when
all 100 nodes are alive
Figure 9 SEP-E PROROCOL : distribution of live node when 75
nods are alive
Figure 10 SEP-E PROROCOL : distribution of live node when
50 nods are alive
Figure 11 SEP-E PROROCOL : distribution of live node when
25 nods are alive
Figure 12 proposed protocol : distribution of live node when
100 nods are alive
Figure 13 proposed protocol : distribution of live node when 75
nods are alive
Figure 14 proposed protocol : distribution of live node when
50 nods are alive
Figure 15 proposed protocol : distribution of live node when 25
nods are alive
A Deterministic Heterogeneous Clustering Algorithm
DOI: 10.9790/0661-17340511 www.iosrjournals.org 11 | Page
Figure 16: LEACH- Rate of
Energy dissipation of sensor
nodes.
Figure 17: SEP-E -Rate of
Energy dissipation of sensor
nodes.
Figure 18: Proposed algorithm -
Rate of Energy dissipation of
sensor nodes.
VII. Conclusion
We have proposed an algorithm for heterogeneous Our algorithm is scalable as it does not require any
knowledge of the exact position of each node in the field.Our simulations show that:
 Reduces communication energy as compared other algorithms discussed in this paper.
 Highest Network lifetime is achieved is achieved.
 Better load balancing and fault tolerance can be achieved
Acknowledgements
The authors would like to thank Wendi Reiner Heinzelman Smaragdakis, Georgios, Ibrahim Matta, and
Azer Bestavros , Aderohunmu, Femi A ,Deng, Jeremiah D. and all the authors for their earlier work on this
topic.
References
Journal Papers:
[1]. Akyildiz, Ian F., et al. "Wireless sensor networks: a survey." Computer networks 38.4 (2002): 393-422.
[2]. Smaragdakis, Georgios, Ibrahim Matta, and Azer Bestavros. SEP: A stable election protocol for clustered heterogeneous wireless
sensor networks. Boston University Computer Science Department, 2004.
[3]. Aderohunmu, Femi A., and Jeremiah D. Deng. "An enhanced stable election protocol (SEP) for clustered heterogeneous
WSN." Department of Information Science, University of Otago, New Zealand (2010).
[4]. Patel, R., Pariyani, S., & Ukani, V. (2011). Energy and throughput analysis of hierarchical routing protocol (LEACH) for wireless
sensor network. International Journal of Computer Applications, 20(4).
[5]. Handy, M. J., Haase, M., & Timmermann, D. (2002). Low energy adaptive clustering hierarchy with deterministic cluster-head
selection. In Mobile and Wireless Communications Network, 2002. 4th International Workshop on (pp. 368-372). IEEE
Books:
[6]. Sohraby, K., Minoli, D., & Znati, T. (2007). Wireless sensor networks: technology, protocols, and applications. (John Wiley &
Sons.) 197-228
Proceedings Papers:
[7]. Heinzelman, Wendi Rabiner, Anantha Chandrakasan, and Hari Balakrishnan. "Energy-efficient communication protocol for
wireless microsensor networks."System sciences, 2000. Proceedings of the 33rd annual Hawaii international conference on. IEEE,
2000.
[8]. Aderohunmu, Femi A., Jeremiah D. Deng, and Martin K. Purvis. "A deterministic energy-efficient clustering protocol for wireless
sensor networks."Intelligent Sensors, Sensor Networks and Information Processing (ISSNIP), 2011 Seventh International
Conference on. IEEE, 2011.

More Related Content

What's hot

A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...IJCNCJournal
 
AN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’S
AN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’SAN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’S
AN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’SIJCNCJournal
 
An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...
An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...
An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...Editor IJCATR
 
Review Paper on Energy Efficient Protocol in Wireless Sensor Network
Review Paper on Energy Efficient Protocol in Wireless Sensor NetworkReview Paper on Energy Efficient Protocol in Wireless Sensor Network
Review Paper on Energy Efficient Protocol in Wireless Sensor NetworkIJERA Editor
 
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...IJECEIAES
 
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
 
Recent Developments in Routing Algorithms for Achieving Elongated Life in WSN
Recent Developments in Routing Algorithms for Achieving Elongated Life in WSNRecent Developments in Routing Algorithms for Achieving Elongated Life in WSN
Recent Developments in Routing Algorithms for Achieving Elongated Life in WSNijsrd.com
 
Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...redpel dot com
 
Sensors 13-11032
Sensors 13-11032Sensors 13-11032
Sensors 13-11032Suriya M
 
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using  Genetic AlgorithmsOptimized Projected Strategy for Enhancement of WSN Using  Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using Genetic AlgorithmsIJMER
 
Opportunistic routing algorithm for relay node
Opportunistic routing algorithm for relay nodeOpportunistic routing algorithm for relay node
Opportunistic routing algorithm for relay nodejpstudcorner
 
Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...LogicMindtech Nologies
 
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...IJERA Editor
 
A new design of a microstrip rectenna at 5.8 GHz for wireless power transmiss...
A new design of a microstrip rectenna at 5.8 GHz for wireless power transmiss...A new design of a microstrip rectenna at 5.8 GHz for wireless power transmiss...
A new design of a microstrip rectenna at 5.8 GHz for wireless power transmiss...IJECEIAES
 
Throughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocolThroughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocoleSAT Publishing House
 
Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...eSAT Journals
 
Guleria2019
Guleria2019Guleria2019
Guleria2019SSNayak2
 
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...IDES Editor
 

What's hot (20)

A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
 
AN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’S
AN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’SAN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’S
AN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’S
 
An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...
An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...
An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...
 
Review Paper on Energy Efficient Protocol in Wireless Sensor Network
Review Paper on Energy Efficient Protocol in Wireless Sensor NetworkReview Paper on Energy Efficient Protocol in Wireless Sensor Network
Review Paper on Energy Efficient Protocol in Wireless Sensor Network
 
Santhosh hj shivaprakash
Santhosh hj shivaprakashSanthosh hj shivaprakash
Santhosh hj shivaprakash
 
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
 
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
 
Recent Developments in Routing Algorithms for Achieving Elongated Life in WSN
Recent Developments in Routing Algorithms for Achieving Elongated Life in WSNRecent Developments in Routing Algorithms for Achieving Elongated Life in WSN
Recent Developments in Routing Algorithms for Achieving Elongated Life in WSN
 
Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...
 
Sensors 13-11032
Sensors 13-11032Sensors 13-11032
Sensors 13-11032
 
G018134149
G018134149G018134149
G018134149
 
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using  Genetic AlgorithmsOptimized Projected Strategy for Enhancement of WSN Using  Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
 
Opportunistic routing algorithm for relay node
Opportunistic routing algorithm for relay nodeOpportunistic routing algorithm for relay node
Opportunistic routing algorithm for relay node
 
Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...
 
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
 
A new design of a microstrip rectenna at 5.8 GHz for wireless power transmiss...
A new design of a microstrip rectenna at 5.8 GHz for wireless power transmiss...A new design of a microstrip rectenna at 5.8 GHz for wireless power transmiss...
A new design of a microstrip rectenna at 5.8 GHz for wireless power transmiss...
 
Throughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocolThroughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocol
 
Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...
 
Guleria2019
Guleria2019Guleria2019
Guleria2019
 
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
Cross-layer Design of an Asymmetric Loadpower Control Protocol in Ad hoc Netw...
 

Viewers also liked

Design of MEMS capacitive accelerometer with different perforated proof- mass...
Design of MEMS capacitive accelerometer with different perforated proof- mass...Design of MEMS capacitive accelerometer with different perforated proof- mass...
Design of MEMS capacitive accelerometer with different perforated proof- mass...IOSR Journals
 
Parametric Studies on Detergent Using Low Cost Sorbent
Parametric Studies on Detergent Using Low Cost SorbentParametric Studies on Detergent Using Low Cost Sorbent
Parametric Studies on Detergent Using Low Cost SorbentIOSR Journals
 
Process Parametric Optimization of CNC Vertical Milling Machine Using Taguchi...
Process Parametric Optimization of CNC Vertical Milling Machine Using Taguchi...Process Parametric Optimization of CNC Vertical Milling Machine Using Taguchi...
Process Parametric Optimization of CNC Vertical Milling Machine Using Taguchi...IOSR Journals
 
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference SystemEnhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference SystemIOSR Journals
 

Viewers also liked (20)

N1803048386
N1803048386N1803048386
N1803048386
 
B1102021418
B1102021418B1102021418
B1102021418
 
Design of MEMS capacitive accelerometer with different perforated proof- mass...
Design of MEMS capacitive accelerometer with different perforated proof- mass...Design of MEMS capacitive accelerometer with different perforated proof- mass...
Design of MEMS capacitive accelerometer with different perforated proof- mass...
 
N0106198102
N0106198102N0106198102
N0106198102
 
C010131619
C010131619C010131619
C010131619
 
I010514852
I010514852I010514852
I010514852
 
J010234960
J010234960J010234960
J010234960
 
G0813841
G0813841G0813841
G0813841
 
B010120409
B010120409B010120409
B010120409
 
E010522527
E010522527E010522527
E010522527
 
B010140713
B010140713B010140713
B010140713
 
Parametric Studies on Detergent Using Low Cost Sorbent
Parametric Studies on Detergent Using Low Cost SorbentParametric Studies on Detergent Using Low Cost Sorbent
Parametric Studies on Detergent Using Low Cost Sorbent
 
Process Parametric Optimization of CNC Vertical Milling Machine Using Taguchi...
Process Parametric Optimization of CNC Vertical Milling Machine Using Taguchi...Process Parametric Optimization of CNC Vertical Milling Machine Using Taguchi...
Process Parametric Optimization of CNC Vertical Milling Machine Using Taguchi...
 
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference SystemEnhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
Enhancement of New Channel Equalizer Using Adaptive Neuro Fuzzy Inference System
 
H010114954
H010114954H010114954
H010114954
 
O01021101112
O01021101112O01021101112
O01021101112
 
E017131924
E017131924E017131924
E017131924
 
N010328691
N010328691N010328691
N010328691
 
D1103023339
D1103023339D1103023339
D1103023339
 
A017440109
A017440109A017440109
A017440109
 

Similar to B017340511

An energy saving algorithm to prolong
An energy saving algorithm to prolongAn energy saving algorithm to prolong
An energy saving algorithm to prolongijwmn
 
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...IOSR Journals
 
Fuzzy Logic Approach to Improving Stable Election Protocol for Clustered Hete...
Fuzzy Logic Approach to Improving Stable Election Protocol for Clustered Hete...Fuzzy Logic Approach to Improving Stable Election Protocol for Clustered Hete...
Fuzzy Logic Approach to Improving Stable Election Protocol for Clustered Hete...chokrio
 
Chain Based Wireless Sensor Network Routing Using Hybrid Optimization (HBO An...
Chain Based Wireless Sensor Network Routing Using Hybrid Optimization (HBO An...Chain Based Wireless Sensor Network Routing Using Hybrid Optimization (HBO An...
Chain Based Wireless Sensor Network Routing Using Hybrid Optimization (HBO An...IJEEE
 
Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)IJCNCJournal
 
Paper id 28201419
Paper id 28201419Paper id 28201419
Paper id 28201419IJRAT
 
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...IJECEIAES
 
Review of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor NetworkReview of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor Networkijsrd.com
 
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
 
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...chokrio
 
tankala srinivas, palasa
tankala srinivas, palasatankala srinivas, palasa
tankala srinivas, palasashiva782
 
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...chokrio
 
Gateway based stable election
Gateway based stable electionGateway based stable election
Gateway based stable electionijmnct
 
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
 
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...IJCI JOURNAL
 

Similar to B017340511 (20)

An energy saving algorithm to prolong
An energy saving algorithm to prolongAn energy saving algorithm to prolong
An energy saving algorithm to prolong
 
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
 
Fuzzy Logic Approach to Improving Stable Election Protocol for Clustered Hete...
Fuzzy Logic Approach to Improving Stable Election Protocol for Clustered Hete...Fuzzy Logic Approach to Improving Stable Election Protocol for Clustered Hete...
Fuzzy Logic Approach to Improving Stable Election Protocol for Clustered Hete...
 
Chain Based Wireless Sensor Network Routing Using Hybrid Optimization (HBO An...
Chain Based Wireless Sensor Network Routing Using Hybrid Optimization (HBO An...Chain Based Wireless Sensor Network Routing Using Hybrid Optimization (HBO An...
Chain Based Wireless Sensor Network Routing Using Hybrid Optimization (HBO An...
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)
 
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...
 
Paper id 28201419
Paper id 28201419Paper id 28201419
Paper id 28201419
 
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
 
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
 
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
 
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
 
tankala srinivas, palasa
tankala srinivas, palasatankala srinivas, palasa
tankala srinivas, palasa
 
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
 
Gateway based stable election
Gateway based stable electionGateway based stable election
Gateway based stable election
 
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
 
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
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
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
"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
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
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
 
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
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 

Recently uploaded (20)

costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
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
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
"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
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
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)
 
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
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
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
 
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
 

B017340511

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. IV (May – Jun. 2015), PP 05-11 www.iosrjournals.org DOI: 10.9790/0661-17340511 www.iosrjournals.org 5 | Page A Deterministic Heterogeneous Clustering Algorithm Shikalgar I.A.1 , Dixit M.R2 1 (Electronics and telecommunication department, RMCET/ Mumbai University, India) 2 (Electronics department, KIT,kolhapur/ Shivaji University , India) Abstract: The energy supply of nodes will be limited strictly in the wireless sensor networks (WSN). Many algorithms propose to increase the efficiency of Sensor Networks. Many Clustering protocols have been proposed to improve system throughput and system delay, and increase energy saving. This work proposes to improve the life of a heterogeneous sensor network. Earlier work in this field e.g. LEACH (Low Energy Adaptive Clustering Hierarchy) protocol and SEP (A Stable Election Protocol) use probabilistic algorithm. This paper uses a deterministic approach. It takes into consideration of many factors such as current energy of sensor node, percentage of nodes that not have been selected as Cluster Heads (CHs) in each round due to location reason and number of consecutive rounds in which a node has not been cluster-head. The proposed protocol is simulated and the results show a significant reduction in network energy consumption compared to heterogeneous network setup with LEACH and SEP protocol. Keywords: Hierarchical Clustering, LEACH (Low Energy Adaptive Clustering Hierarchy), Network lifetime, Network Performance, Sensor Networks,Routing in WSN . I. Introduction Wireless Sensor Networks (WSNs) are networks of light-weight sensors that are battery powered used majorly for monitoring purposes. The advances in micro-electromechanical technologies have made many improvisations and made such sensors a possibility [1]. Recently, WSNs have been heavily researched by several organizations and by the military where we can find some of the applications in battle field surveillance and other security etiquettes. With the recent issues on climate change, WSNs can be utilized to track changes that affect the climate using a network of sensors to gather environmental variables such as temperature, humidity and pressure. One of the numerous advantages of these sensors is their ability to operate unattended which is ideal for inaccessible areas. However, while WSNs are increasingly equipped to handle some of these complex functions, in-network processing such as data aggregation, information fusion, computation and transmission activities requires these sensors to use their energy efficiently in order to extend their effective network life time. Sensor nodes are prone to energy drainage and failure, and their battery source might be irreplaceable, instead new sensors are deployed. Thus, the constant re-energizing of wireless sensor network as old sensor nodes die out and/or the uneven terrain of the region being sensed can lead to energy imbalances or heterogeneity among the sensor nodes. This can negatively impact the stability and performance of the network system if the extra energy is not properly utilized and leveraged. Several clustering schemes and algorithm such as LEACH,SEP have been proposed with varying objectives such as load balancing, fault- tolerance, increased connectivity with reduced delay and network longevity. A balance of the above objectives can yield a more robust protocol. LEACH protocol and the likes assume a near to perfect system; an energy homogeneous system where a node is not likely to fail due to uneven terrain, failure in connectivity and packet dropping. But protocols like SEP considered the reverse that is energy heterogeneity where the factors mentioned above is a possibility, which is more applicable to real life scenario for WSN. Thus, energy heterogeneity should therefore be one of the key factors to be considered when designing a protocol that is robust for WSN. A good protocol design should be able to scale well both in energy heterogeneous and homogeneous settings, meet the demands of different application scenarios and guarantee reliability. Conventional protocol designs do not address these situations. This research explores existing work done in this area. The goal is to present a modified protocol design .The objectives of this works are to:  Design a protocol that can distribute the energy consumption across all nodes equally.  Elect leaders based on the nodes residual energies.  Guarantee that additional energies in the network are used efficiently and effectively.  Ensure that the nodes in the network are adaptive and sensitive to the changing environment.  Finally, to be able to assess the performance of some of these protocols in the presence energy heterogeneity.
  • 2. A Deterministic Heterogeneous Clustering Algorithm DOI: 10.9790/0661-17340511 www.iosrjournals.org 6 | Page II. Clustered Architecture Clustering techniques in wireless sensor networks aims at gathering data among groups of nodes, which elect leaders among themselves. The leader or cluster-heads has the role of aggregating the data and reporting the refined data to the BS. The advantages of this scheme are that it reduces energy usage of each node and communication cost. One of the earliest works proposing this approach in WSNs LEACH (Low Energy Adaptive Clustering Hierarchy). Recently, there have been lots of other clustering techniques which are mostly variants of LEACH protocol with slight improvement and different application scenarios. SEP (Stable Election Protocol) [2] is a clustering techniques proposed with the objective of minimizing energy usage, while extending network life time. Clustered sensor network can be classified into two main types: homogeneous and heterogeneous sensor network. While energy efficient in WSNs remains a function of uniform distribution of energy among sensor nodes, classifying clustering techniques depends on the objectives in mind. III. First Order Radio Model This paper considered the radio energy dissipation model as used in [4][7].The model is shown in Fig.(1).This radio model as stated with Eelect=50 nJ/bit as the energy being dissipated to run the transmitter or receiver circuitry ϵamp =100 pJ/bit/m2 for the transmit amplifier to achieve an acceptable signal to noise ratio. We also assume an r2 energy loss due to channel transmission. Friss free space (fs) and multi-path (mp) losses rely on the transmitter amplifier model and the respective node distances (d).Therefore, to transmit k bits, the energy expended ETx is: Figure 1 First order radio model      , ,Tx Tx elect Tx ampE k d E k E k d   (1)   2 4 0 , * * * * * * Tx elect elect mp fs oif dE k d E k k d E k k d if d dd       E E (2) Where do is the distance threshold for swapping amplification models, which can be calculated as /o mp fsd   Also radio expends energy to receive the message of k bits is given by:   *Rx electE k E k (3) It is further assumed that the radio channel shown in Fig. (1) is symmetric i.e. the same amount of energy is required to transmit a k-bit message from node A to B and vice versa. IV. Extending Leach And SEP Protocol Clustering techniques have been employed to deal with energy management in WSNs. LEACH is a pioneering work in this respect. LEACH is a clustering-based protocol, that used a randomized election and rotation of local cluster base station (so-called cluster heads for transferring data to the BS or sink node) to evenly preserve the energy among the sensors in network. The rotation of cluster-head can also be a means of fault tolerance. The sensors organize themselves into clusters using a probabilistic approach to randomly elect themselves as heads in an epoch. However, LEACH protocol is not heterogeneity aware, in the sense that when there is an energy difference to some threshold between these nodes in the network, the sensors die out faster than a more uniform energy setting. In real life situation it is difficult for the sensors to maintain their energy uniformly, these results easily to energy imbalance between the sensor nodes. LEACH assumes that the energy usage of each node with respect to the overall energy of the system or network is homogeneous. This section discusses the proposed solution as an extension to both SEP and LEACH [3] protocols by considering three energy levels in two hierarchy settings, which is the first improvement to SEP and LEACH. Figure (2) depicts the heterogeneous settings used.
  • 3. A Deterministic Heterogeneous Clustering Algorithm DOI: 10.9790/0661-17340511 www.iosrjournals.org 7 | Page Figure 2: A Heterogeneous network In this approach, new additional node called the `intermediate nodes' and ‘advanced nodes’ are introduced into the system with an intention to accommodate and cater for multi-node diversity. Note that the re energizing of the network system by deploying new nodes to replace dead ones can be very important for some application specific settings such as a continuous data retrieval process. The intermediate node is chosen between the limits of both the fractions of energy of advanced node as the upper bound and the normal node as the lower bound. Mathematically, the energy of the intermediate nodes lies between Eo < Eint< Eadv As in SEP, the initial energy for normal nodes is Eo, for advanced nodes, Eadv = (1+α)Eo and for intermediate nodes, Ein= (1 + μ)Eo For simplicity we set μ = α /2.The new heterogeneous setting with the three tier node energy has no effect on the spatial density of the network . The probability setting Popt remains the same. However, the total initial energy of the system is increased by the introduction of intermediate and advance nodes to: n Eo( 1-m- b) + nm Eo (1+ α) +nbEo (1 + μ)= n Eo (1+m α +b μ) (4) Where n is the number of nodes, m is the proportion of advanced nodes to the total number of nodes n and b is the proportion of intermediate nodes. 4.1 Extending LEACH LEACH heterogeneous clustering algorithm is studied [3] by setting up a network with 100 nodes .MATLAB is used for simulation. All parameters and their initials values are listed in table [I].The simulation parameter will also be used for study of extended SEP protocol and proposed protocol discussed below. 4.2 Extending SEP In this modified scheme [3][8]This protocol is referred as SEP-E. There is a further increment in the epoch to accommodate the additional energy introduced into the system. To guarantee that the sensor nodes must become cluster-heads as assumed above, in [5] defined a new threshold for the election processes. The threshold ( )nrmT n , int( )T n , ( )advT n for normal intermediate and advanced nodes respectively becomes. Table I Simulation Parameters For Heterogeneous Leach Network SETUP Sr No. Parameter Value 1 Transmitter/Receiver electronics energy dissipation. Eelect 50 nJ/bit 2 Data aggregation energy dissipation.EDA 5 nJ/bit 3 Sensor network area 100m 100m 4 Total number of sensor nodes 100 5 No of bits in message. 4000 6 Optimal election probability 0.1 7 Energy being dissipated by transmit amplifier mp 100 PJ/bit/m2 8 No. of advanced node 50 9 No. of Intermediate nodes 25 10 No. of normal node 25 11 Initial Energy of advanced node. 2 joule 12 Initial Energy of Intermediate node 1.25 joule 13 Initial Energy of normal node 0.5 joule
  • 4. A Deterministic Heterogeneous Clustering Algorithm DOI: 10.9790/0661-17340511 www.iosrjournals.org 8 | Page . ( ) if n G' 1 1 ( mod( )) = 0 otherwise nrm nrm nrm nrm nrm p T n p r p    (5) We have n(1-m-b) normal nodes. Where G’ is setoff normal node that has not become CH in past 1/pnrm rounds int int int int int ( ) if n G'' 1 1 ( mod( )) = 0 otherwise p T n p r p    (6) We have nb intermediate nodes. Where G’’ is setoff intermediate node that has not become CH in past 1/pint rounds. (7) We have nm intermediate nodes. Where G’’’ is setoff normal node that has not become CH in past 1/padv rounds. Hence the average total number of cluster-heads per round will be: n pnrm( 1-m- b) +nb pint+n m padv=n popt V. Proposed algorithm We analyzed all algorithms [2][7].We have chosen a threshold which is more deterministic. Our algorithm is very much similar to algorithm of LEACH. Nodes will compete for being a cluster head. When a node is selected as a CH, it will broadcast the information to all other nodes. Other nodes will receive the message. Thus, when other nodes in a region contend for being cluster head, the location information of the already formed cluster head in nearby region will taken into consideration. If a node in nearby region is close to the already selected cluster head, the node will be rejected. The cluster heads generated with this approach will be far from each other. However, because some nodes quit the race for cluster head, the total number of CHs can be reduced, which is not good for saving the network energy. Our approach to solving this problem is when a node is rejected in the cluster head selection, a message is broadcast to other nodes and T(n)new will be adaptively changed to increase the probability of others nodes being selected as CHs.In all our algorithms threshold take into consideration  Sensor node locations.  percentage of node that are excluded from the cluster head selection in earlier rounds and  The remaining energy of each node.   1 1/1 1 n current s n current new n max n max k E r Ep T n E p E p r mod p p                          (8) Here pk is the percentage of node that are disqualified from the cluster head selection. When pk increases T(n)new increases as well, which will ensure sufficient number of cluster heads will be generated by the in successive rounds .This new threshold depends upon current energy of sensor node En-current and percentage of nodes pk that not have been selected as CHs in each round due to location reason. Here rs is the number of consecutive rounds in which a node has not been cluster-head. When rs reaches the value 1/p the threshold T(n)new is reset to the value it had before the inclusion of the remaining energy into the threshold equation. The chances of a node to become cluster Head increases because of a higher threshold. Since total area is 100m× 100m and no. of desirable CHs are 10.A total of 10 circles with radius 17.84 m each will occupy this area. Hence any node which in a race to become CH will quit the race if its distance from already selected CH is less than 17.84 m A deterministic cluster-head selection algorithm can outperform a stochastic algorithm. This paper presents a deterministic cluster-head selection algorithm with reduced energy consumption. Similar protocols which considers only percentage of node that are excluded from the cluster head selection in earlier rounds and the remaining energy of each node is discussed in [5-6] VI. Performance measures In this section, a brief discussion of the parameters used to analyses the performance of the protocols examined is presented. Some performance measures are considered for comparison of algorithm. The definitions of the performance metrics used are given below: int( ) if n G''' 1 1 ( mod( )) = 0 otherwise adv adv adv adv p T n p r p   
  • 5. A Deterministic Heterogeneous Clustering Algorithm DOI: 10.9790/0661-17340511 www.iosrjournals.org 9 | Page  Stability period: the period from the start of the network operation and the first dead node.  Instability period: the period between the first dead node and last dead node.  Status: the number of alive and dead nodes per round.  Network lifetime: the time interval from the start of operation (of the sensor network) until the death of the last alive node. I. RESULT AND COMPARISONS We have also noted the rounds no. and following observation are made as shown in Table II. Table II Bar Chart Of Node Status Performance parameter/Protocol LEACH SEP-E Proposed protocol Round no. when first node is half dead 464 820 322 Round no. when first node is 948 1592 561 Round no when half no. of node are dead 3414 1814 4435 Round no. when last node is dead 9890 8000 20000 Fig.3 is indicative of how nodes die as number of round increases. Proposed algorithm shows is able to extend network life as compare to SEP-E and LEACH heterogeneous protocol. Figure 3 Network life time extension in different protocol Proposed algorithm outperforms LEACH and SEP-E algorithm in term of extending the life time of the network  SEP-E protocol improves Stability period :( the period from the start of the network operation and the first dead node.)  Proposed algorithm outperforms LEACH and SEP-E algorithm in term of extending the half life time of the network i.e. when 50 % node are dead.  By almost tripling (143..75 joules) sum of energies of all the node in the network LEACH protocol(heterogeneity) is not able to extend the network life time by three times  As the level of energy heterogeneity increases the stability region of SEP-E is improved proportionately better than SEP and LEACH (heterogeneity).  Even though the LEACH (heterogeneity) takes advantage of the extra energy compared with LEACH in the presence of homogeneity by extending the stability region, but, the instability in LEACH (heterogeneity) is also extended significantly, which negates the overall performance? This is because of the following reasons: (1) after the death of the first node LEACH (heterogeneity) becomes very unstable as there is no guarantee that the highly energized nodes become cluster-heads more often than the normal nodes; and (2) there is no guarantee that optimal number of cluster-head would be selected in some rounds.  The rate of energy dissipation for all the nodes in proposed algorithm is much better than in LEACH (heterogeneity) and SEP-E. This means proposed algorithm achieves better utilization of the extra energy introduced into the system compared to LEACH and SEP-E, which is the intended objective for protocol design. We have divide the total network area (100× 100) into 25 regions (each of size 20× 20) .Then we count no. of live nodes in that region at different times during network operation. The observation is made when 100, 75, 50 and 25 nodes are alive in the network. This granular division of area helps us to understand how nodes are particular region die as network life progresses. When all but one node died in a given region it has to consume more energy to send information to other cluster head in another region. Recall that the attribute of a good protocol design is to be able to balance a multi-criterion objective of maximizing network lifetime, fault tolerance and load balancing. Being able to model the spatial uniformity of energy among sensor nodes in a
  • 6. A Deterministic Heterogeneous Clustering Algorithm DOI: 10.9790/0661-17340511 www.iosrjournals.org 10 | Page network can provide a useful information on how much a protocol is able to balance the above mentioned objectives. The use of this grid approach measure the variations of live nodes at 100%, 75%, 50% and 25% of network operation in each protocol. We can evaluate the level of significance of each model by comparing each of the protocol designs. Hence we observe that proposed algorithm outperform LEACH and SEP-E algorithm in term of load balancing and fault tolerance as shown in figure (4-15). The rates of energy dissipation were flatter in proposed algorithm as compared to SEP-Enhanced and in LEACH for both advanced nodes and normal nodes .This is shown in figures (16-18) Figure 4 LEACH PROROCOL : distribution of live node when all 100 nodes are alive Figure 5 LEACH Protocol : distribution of live node when 75 nodes are alive Figure 6 LEACH Protocol : distribution of live node when 50 nodes are alive Figure 7 LEACH Protocol : distribution of live node when 25 nodes are alive Figure 8 SEP-E PROROCOL : distribution of live node when all 100 nodes are alive Figure 9 SEP-E PROROCOL : distribution of live node when 75 nods are alive Figure 10 SEP-E PROROCOL : distribution of live node when 50 nods are alive Figure 11 SEP-E PROROCOL : distribution of live node when 25 nods are alive Figure 12 proposed protocol : distribution of live node when 100 nods are alive Figure 13 proposed protocol : distribution of live node when 75 nods are alive Figure 14 proposed protocol : distribution of live node when 50 nods are alive Figure 15 proposed protocol : distribution of live node when 25 nods are alive
  • 7. A Deterministic Heterogeneous Clustering Algorithm DOI: 10.9790/0661-17340511 www.iosrjournals.org 11 | Page Figure 16: LEACH- Rate of Energy dissipation of sensor nodes. Figure 17: SEP-E -Rate of Energy dissipation of sensor nodes. Figure 18: Proposed algorithm - Rate of Energy dissipation of sensor nodes. VII. Conclusion We have proposed an algorithm for heterogeneous Our algorithm is scalable as it does not require any knowledge of the exact position of each node in the field.Our simulations show that:  Reduces communication energy as compared other algorithms discussed in this paper.  Highest Network lifetime is achieved is achieved.  Better load balancing and fault tolerance can be achieved Acknowledgements The authors would like to thank Wendi Reiner Heinzelman Smaragdakis, Georgios, Ibrahim Matta, and Azer Bestavros , Aderohunmu, Femi A ,Deng, Jeremiah D. and all the authors for their earlier work on this topic. References Journal Papers: [1]. Akyildiz, Ian F., et al. "Wireless sensor networks: a survey." Computer networks 38.4 (2002): 393-422. [2]. Smaragdakis, Georgios, Ibrahim Matta, and Azer Bestavros. SEP: A stable election protocol for clustered heterogeneous wireless sensor networks. Boston University Computer Science Department, 2004. [3]. Aderohunmu, Femi A., and Jeremiah D. Deng. "An enhanced stable election protocol (SEP) for clustered heterogeneous WSN." Department of Information Science, University of Otago, New Zealand (2010). [4]. Patel, R., Pariyani, S., & Ukani, V. (2011). Energy and throughput analysis of hierarchical routing protocol (LEACH) for wireless sensor network. International Journal of Computer Applications, 20(4). [5]. Handy, M. J., Haase, M., & Timmermann, D. (2002). Low energy adaptive clustering hierarchy with deterministic cluster-head selection. In Mobile and Wireless Communications Network, 2002. 4th International Workshop on (pp. 368-372). IEEE Books: [6]. Sohraby, K., Minoli, D., & Znati, T. (2007). Wireless sensor networks: technology, protocols, and applications. (John Wiley & Sons.) 197-228 Proceedings Papers: [7]. Heinzelman, Wendi Rabiner, Anantha Chandrakasan, and Hari Balakrishnan. "Energy-efficient communication protocol for wireless microsensor networks."System sciences, 2000. Proceedings of the 33rd annual Hawaii international conference on. IEEE, 2000. [8]. Aderohunmu, Femi A., Jeremiah D. Deng, and Martin K. Purvis. "A deterministic energy-efficient clustering protocol for wireless sensor networks."Intelligent Sensors, Sensor Networks and Information Processing (ISSNIP), 2011 Seventh International Conference on. IEEE, 2011.