ArticlePDF Available

Enhanced Threshold Sensitive Stable Election Protocol for Heterogeneous Wireless Sensor Network

Authors:

Abstract and Figures

The major challenges in wireless sensor network include energy conservation, node life time, stability and throughput of network and its node. Clustering is widely used to reduce the energy consumption and to improve the stability of the network. The efficient routing protocol in a cluster plays an important role in energy saving and stability of the cluster and its nodes. Enhance Threshold Sensitive Stable Election Protocol (ETSSEP) is proposed for heterogeneous wireless sensor network in the paper. It is based on dynamically changing cluster head election probability. It selects cluster heads on the basis of residual energy level of nodes and minimum number of clusters per round. The ETSSEP is simulated using MATLAB and found that it performs better than Stable Election Protocol (SEP) and Threshold Sensitive Stable Election protocol (TSEP) in terms of stability and network lifetime. ETSSEP builds more stable routing environment as compared TSEP and SEP. It is also found that ETSSEP stability is increased by 33.5 % in comparison to TSEP and more than twice in comparison to SEP. The overall lifetime of ETSSEP is also increased by 37.79 % in comparison to TSEP and about thrice in comparison to SEP.
Content may be subject to copyright.
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. III (May Jun. 2015), PP 27-33
www.iosrjournals.org
DOI: 10.9790/0661-17332733 www.iosrjournals.org 27 | Page
Enhanced Threshold Sensitive Stable Election Protocol
Shekhar Kumar1, S K Verma2
CSE Dept,G B Pant Engineering College Ghurdauri, Pauri, India
Abstract: A wireless sensor network (WSN) consists of inexpensive power constrained sensor nodes collecting
data from the sensing area and transmits data towards the base station in a synergetic way. The basic goal of
wireless sensor network is to enhance the node lifespan, stability period and throughput of network. The WSN
nodes are restricted by energy, storage capacity, and computing power. So clustering is used to improve lifetime
and stability. Cluster routing protocol plays an important role for improvement of energy and stability of the
network. In this paper a new technique Enhance Threshold Sensitive Stable Election Protocol (ETSEP) is
proposed and evaluated for heterogeneous wireless sensor network. In this technique cluster head election
probability dynamically changes. The ETSEP is simulated using MATLAB and found that it performs better than
Stable Election Protocol (SEP) ,Threshold Sensitive Stable Election protocol (TSEP) and Zonal Stable Election
Protocol(ZSEP) in terms of stability and network lifetime. ETSEP builds more stable routing environment as
compared to SEP, TSEP and ZSEP. Simulation results shows that our protocol performs better than SEP, TSEP
and ZSEP.
Keywords: Clustering, Data aggregation, Stable-aware routing protocol, Heterogeneous environment,
Wireless sensor network.
I. Introduction
WSN is widely used in various domains like medical diagnoses, industrial processes, military
surveillances and traffic management [1].Wireless sensor network (WSN) consists of diminutive battery
powered sensors to monitor physical or environmental conditions from different locations [1]. The wireless
sensor node senses the data from different locations and sends this data to the base station which is also called
sink. A wireless sensor network has thus become a very effective tool for extracting data from the environment.
WSN nodes deployed in the monitoring field may be either fixed or mobile. The lifetime of the node depends on
its battery life. Radio energy model (see in fig 1) is used to assess the energy dissipation [1, 3]. According to
this model the energy dissipated to transmit K bit message over a distance d is given by:
ETx (K, d)=󰇫K. Eelec + K. Efs d2 if, d < d0
K. Eelec + K. Eamp d4 if d d0 (1)
where  is the energy expanded per bit to run the circuit and 0 denotes the crossover distance.  and 
are amplifier parameters used for free space propagation model and multipath fading model. If 0 is greater
than d, we use free space model; otherwise multipath fading channel is used.  is the expanded energy to
receive K bit message and described as:
ERx 󰇛K󰇜= K. Eelec (2)
Fig 1: Radio Energy Dissipation Model
Enhanced Threshold Sensitive Stable Election Protocol
DOI: 10.9790/0661-17332733 www.iosrjournals.org 28 | Page
In last few decades we are focusing on improvement in the energy efficient algorithms. Clustering is
one of the best known approaches [3] to improve energy of the network. Clustering is further divided into three
phases: cluster head selection, formation and data transmission [2][3] over network .Once the cluster head is
elected, it broadcasts advertisement message to the nodes to form a cluster. After cluster formation, the sensor
nodes in the cluster send their sensed value to the cluster head during their time slots. The cluster head receives
all the data from sensor nodes and aggregate it and then transmit it to the sink (as shown in Fig 2).
Sensor networks can be classified into two types, homogeneous and heterogeneous networks. All
nodes have same amount of energy in homogeneous network, while in case of heterogeneous network different
level of energy nodes are considered. The energy consumption is superabundantly reduces in clustering
approach. In this approach many protocols are used.
Initially two approaches direct transmission and minimum energy transmission was used to transmit
the data to base station. Both approaches do not guarantee of well distribution of energy load. In direct
transmission approach (DT), sensor nodes transmit the data to the base station directly, and in minimum energy
transmission (MTE) data is transferred over minimum cost route path. In direct transmission, the sensor nodes
which are far away from the base station will die first due to direct transmission of data. And in case of MTE
nodes near the base station act as relays with higher probability than nodes that are far from the base station. So
the nodes near the base station will die first. So, in both cases, a part of area is not observed. A solution for this
problem was clustering. The first clustering approach is Low Energy Adaptive clustering Hierarchy (LEACH).
LEACH is one of the most famous and oldest approaches. In LEACH, the cluster heads are elected dynamically
on the basis of election probability. It is a protocol developed only for homogeneous wireless sensor network; it
is not as successful for heterogeneous environment. So for such type of heterogeneous networks, many different
protocols are considered, Stable Election Protocol (SEP) is one of them. It is cluster based routing protocol, in
which cluster head is elected randomly according to the election probability.
Fig 2: Cluster based wireless sensor network
In this paper, a protocol names as ETSEP is proposed, in which lifetime, stability and throughput is
improved is proposed, and compared with SEP, TSEP and ZSEP in terms of stability, lifetime and throughput of
the network. The rest of the paper is further classified into five sections. In section.2, the related work is
discussed. The proposed model is introduced in section.3. Simulation results are derived in section 4 and,
Conclusion of ETSEP is presented in section 5.
II. Related Works
Heinzelman et al. [2, 3] proposed a approach for homogeneous network in 2003 named as Low Energy
Adaptive clustering Hierarchy (LEACH) protocol. LEACH is a reactive routing hierarchical protocol for
heterogeneous wireless sensor network. It is a clustering routing protocol, which elects cluster heads; forms
cluster, and transfer the data to the base station after aggregating the data. Due to clustering energy consumption
reduced since only the cluster head is transmitting the data to the base station [2] [3]. In the clustering approach,
a sensor node randomly elects itself as a cluster head and in an epoch every node has a equal chance to become
a cluster head once [1, 8, 9, 10]. The node which wants to become a cluster head for current round choose a
Enhanced Threshold Sensitive Stable Election Protocol
DOI: 10.9790/0661-17332733 www.iosrjournals.org 29 | Page
random number between 0 and 1, and a threshold T(s) is computed. Then picked number is compared with
threshold, if the number is less than threshold, the sensor node will become cluster head for the current round.
The threshold is calculated as:
T󰇛s󰇜=p
1p󰇡rmod 1
p󰇢 if, s G
0 otherwise (3)
where p is probability to become a cluster head, r is current round number and G is the set of nodes that have
not been cluster heads in the last 1/p rounds. LEACH performs well for homogeneous network, but it is not so
effective for heterogeneous network.
So, to overcome the weakness of LEACH protocol Smaragdakis et al.[5] proposed a new approach for
heterogeneous network named as Stable election protocol (SEP). SEP extends LEACH in which cluster head is
elected on the basis of initial energy of node. In this approach, two levels of energy nodes are considered:
normal node and advance node. Advance nodes have α time more energy than normal nodes. Each normal and
advance node becomes a cluster head once every 1
Popt
. (1 + . m) rounds and (1+α) times in every 1
 . (1 +
.) rounds per epoch. Each node which wants to become cluster head selects a random number between 0 and
1, then this number is compared with threshold, if selected number is less than threshold it becomes cluster head
for the current round. The threshold for normal node and advance node is calculated as:
T(snrm ) = pnrm
1pnrm 󰇡r mod 1
pnrm 󰇢 if, snrm G
0 oherwise (4)
T(sadv ) = padv
1padv r mod 1
padv if, sadv 
0 otherwise (5)
where,  and  are the probabilities for normal and advance nodes, r is current round ,  and G'' are the
set of normal and advance nodes that have not become cluster head within the last 1
 and 1
 rounds. So, in
SEP the lifetime and stability is increased due to advance nodes. Thereafter different extension of SEP was
proposed. ZSEP [17] is one of them, which uses both techniques direct transmission and clustering for
transmission the data according to divide the area into different zones.
As described in [5], a new approach proposed is Threshold sensitive stable election protocol (TSEP)
with three level of heterogeneity. In TSEP, CHs selection is threshold based. In this protocol three types of
nodes with different energy levels are considered advance nodes, intermediate nodes and normal nodes. In it two
types of threshold are considered: soft threshold and hard threshold.
III. Proposed Etsep
In this section, we present a new approach ETSEP. It is based on threshold sensitive stable election
protocol [11]. It is a hierarchical, cluster based reactive routing protocol for heterogeneous network. In this
approach we consider three levels of energy of nodes: normal nodes, intermediate nodes and advance nodes.
Advance nodes have α times more energy than normal nodes, and intermediate nodes have β times more energy
than normal nodes and we assume that β=α/2. In ETSEP the total energy distributed over the three types of
nodes is, .. (1 + ), .󰇛1󰇜.0 and .󰇛1 + 󰇜.0. So, the total energy  for all the nodes
will be
Etotal = n. 󰇛1mbn󰇜. E0+ n. m. 󰇛1 + 󰇜. E0+ n. b. 󰇛1 + 󰇜= n. E0(1 + m. + b. ) (6)
where, m is fraction of advance nodes and b is fraction of intermediate nodes. In ETSEP, the cluster head
election probability depends on the residual energy of node at round r and calculated as:
E
󰇛r󰇜=1
NEtotal (1 r
R) (7)
In this equation, r is current round number, N is total number of nodes,  describes the total initial energy of
the network and R denotes the total rounds of the network calculated as R=
 . IN a particular round the
energy dissipated is denoted as  , and calculated as:
Eround = K(2NEelec + NEDA + kEamp dtoBS 4+ NEfs dtoCH 2) (8)
Enhanced Threshold Sensitive Stable Election Protocol
DOI: 10.9790/0661-17332733 www.iosrjournals.org 30 | Page
where, k is no of clusters, K is size of message in bits, energy dissipated in data aggregation is ,  is the
average distance between the CH and the BS, and  is the average distance between the cluster nodes and
the cluster head.
dtoBS = 0.765 M
2 (9)
dtoCH =M
2k (10)
Each node becomes a cluster head by checking the probability of the node. Different nodes have different
probabilities to become a cluster head, which are described as:
P
nrm =Popt
1+m.+b. (11)
P
int =Popt (1+)
1+m.+b. (12)
P
adv =Popt (1+)
1+m .+b. (13)
where m and b are the proportion of advance nodes and intermediate node to total number of nodes n.
Initially, each node has same chance to become a cluster head. The node which wants to become a cluster head
selects a random number between 0 and 1, and compared with threshold. Here we consider to types of threshold:
hard threshold and soft threshold. All nodes continuously sense the environment. As the parameter reaches hard
threshold value, the transmitter is turned on and the data is transmitted to the base station. Now this sensed value
is stored in a variable in the node. For the next time, and the other nodes will transmit sensed data only if the
currently sensed value is greater than the hard threshold or the difference between the sensed value and
previously stored value in the variable is equal or greater than soft threshold. In proposed ETSEP the threshold
is set on the basis of residual energy of node and optimal number of cluster per round. The threshold is set as:
T󰇛s󰇜=P
1P(rmod 1
p)residual energy of node
Avg energy of network Kopt
if, s G
0 otherwise (14)
IV. Simulation And Results
This section describes the implementation of the proposed scheme ETSEP. MATLAB is used to
implement and examine ETSEP. We compare the performance of ETSEP with Stable Election Protocol (SEP)
[5], Zonal Stable Election Protocol (ZSEP) [17] and Threshold Sensitive Stable Election Protocol (TSEP) [11].
In comparisons, we consider 100 sensor nodes placed in 100m×100m area. The position of the base station is
taken fixed in the middle of the sensing area. In this network, we use radio parameters which are shown in
figure 1 for deployment of protocols. The performance of SEP, ZSEP, TSEP and ETSEP is compared with three
parameters stability, lifetime and throughput of the network. In the simulation run, we used the following
parameters as described in table 1.
TABLE 1 Parameters used in the simulation
Parameter
Value
Network field
(100,100)
Number of nodes
25-400
Initial energy(0)
0.5J
Message size
4000bits

50nJ/bit

10nJ/bit/2

0.0013pJ/bit/2

5nJ/bit/signal

0.1
a
2
m
0.1
From the analysis of our results, it is found that ETSEP prolongs the stability period as compared to
SEP [6], ZSEP [17] and TSEP [11] algorithms. Figure 3 shows the number of alive nodes per round, it shows
that nodes die more slowly in ETSEP in comparison to SEP, ZSEP and TSEP. In SEP, ZSEP, TSEP and ETSEP
the first node die at the round number 969, 1847, 2022 and 2329 respectively. By comparing these results we
find that ETSEP improves the stability period as compared to other three protocols. Fig 4 shows the number of
Enhanced Threshold Sensitive Stable Election Protocol
DOI: 10.9790/0661-17332733 www.iosrjournals.org 31 | Page
dead nodes over the number of rounds, it shows that in SEP, ZSEP, TSEP and in ETSEP all nodes die after
1647, 4113, 5634 and, shows the lifespan of SEP, ZSEP, TSEP and ETSEP, which indicates that the lifetime of
ETSEP is better than the remaining three protocols. Figures 5 describes the number of packets sent to the base
station which is also called the throughput. The number of packets sent to the base station in SEP, ZSEP, TSEP
and ETSEP are 23561, 25827, 282877 and 48323 respectively.
Fig 3: Number of alive nodes during rounds
Fig 4: Number of dead nodes during rounds
Fig 5: Throughput of the protocols
Enhanced Threshold Sensitive Stable Election Protocol
DOI: 10.9790/0661-17332733 www.iosrjournals.org 32 | Page
Fig 6: Stability of the protocols
Figure 6 and 7 clearly describes the stability and lifespan of the protocols discussed in this paper.
Fig 7: Lifespan of the the protocols
The performance analysis of ETSEP against SEP and TSEP is shown in the following table:
Table 2 Comparison table of SEP, TSEP and ETSEP
Protocol
Stability
Lifetime
Throughput
SEP
969
1647
23561
TSEP
1847
4113
25827
ZSEP
2022
5634
282877
ETSEP
2329
5933
48323
V. Conclusion
Stability period and network life time is one of the key issues for designing the WSN protocols. In this
paper, energy aware reactive routing protocol for heterogeneous networks (ETSEP) presented and compared
with SEP, ZSEP and TSEP. ETSEP increases the stability period and network lifetime of sensor the proposed
protocol is best suited for the WSN environment.
References
[1]. Al-Karaki, J.N.; Kamal, AE. "Routing Techniques In Wireless Sensor Networks: A Survey," Wireless Communications, IEEE,
Vol.11, No.6, Pp.6,28, Dec. 2004.
[2]. Heinzelman, W. B. Application-Specific Protocol Architectures For Wireless Networks.Ph.D.Thesis, Massachusetts Institute Of
Technology, 2000.
[3]. Heinzelman, W.R.; Chandrakasan, A.; Balakrishnan, H., "Energy-Efficient Communication Protocol For Wireless Microsensor
Networks," System Sciences, Proceedings Of The 33rd Annual Hawaii International Conference On , Vol., No., Pp.10 Pp. Vol.2,,
4-7 Jan. 2000
[4]. T. J. Shepard, A Channel Access Scheme For Large Dense Packet Radionetworks.” In Proccedings Of ACM SIGCOMM,
Pp.219230, September 1996.
[5]. Smaragdakis, G., Matta, I., &Bestavros, A. SEP: A Stable Election Protocol For Clustered Heterogeneous Wireless Sensor
Networks. In Second International Workshop On Sensor And Actornetwork Protocols And Applications (SANPA 2004), Boston,
MA, Aug. 2004.
[6]. Femi A. Aderohunmu, Jeremiah D. Deng,“ An Enhanced Stable Electionprotocol (SEP) For Clustered Heterogeneous WSN.”
Department Ofinformation Science, University Of Otago, New Zealand.
Enhanced Threshold Sensitive Stable Election Protocol
DOI: 10.9790/0661-17332733 www.iosrjournals.org 33 | Page
[7]. A. Manjeshwar And D. P. Agarwal, "TEEN: A Routing Protocol For Enhanced Efficiency In Wireless Sensor Networks," In 1st
International Workshop On Parallel And Distributed Computing Issues In Wireless Networks And Mobile Computing, April 2001.
[8]. U. Sajjanhar, P. Mitra, ―Distributive Energy Efficientadaptive Clustering Protocol For Wireless Sensor Networks‖,Proceedings Of
The 2007 International Conference On Mobile Data Management, Pp. 326 - 330, 2007.
[9]. S. Bandyopadhyay And E. J. Coyle, An Energy Efficient Hierarchical Clustering Algorithm For Wireless Sensor Networks,” In
Proceedings Ofinfocom2003, April 2003.
[10]. S. Bandyopadhyay And E.J. Coyle, Minimizing Communication Costs In Hierarchically-Clustered Networks Of Wireless
Sensors,” Computer Networks,Vol. 44, Issue 1, Pp. 1-16, January 2004.
[11]. Kashaf, A.; Javaid, N.; Khan, Z.A.; Khan, I.A., "TSEP: Threshold-Sensitive Stable Election Protocol For Wsns," Frontiers Of
Information Technology (FIT), 2012 10th International Conference On , Vol., No., Pp.164,168, 17-19 Dec. 2012
[12]. Islam, M.M.; Matin, M.A.; Mondol, T.K., "Extended Stable Election Protocol (SEP) For Three-Level Hierarchical Clustered
Heterogeneous WSN," Wireless Sensor Systems (WSS 2012), IET Conference On , Vol., No., Pp.1,4, 18-19 June 2012
[13]. Parulsaini And Ajay K Sharma. Article: Energy Efficient Scheme For Clustering Protocol Prolonging The Lifetime Of
Heterogeneous Wireless Sensor Networks. International Journal Of Computer Applications 6(2):3036, September 2010.
[14]. Awwad, S. A. B., Ng, C. K., Noordin, N. K., Rasid, M. F. A. Cluster Based Routing Protocol For Mobile Nodes In Wireless Sensor
Networks. Wireless Personal Communications, 61(2), 251281, Nov. 2011.
[15]. Dilip Kumar, Trilok C. Aseri, R.B. Patel, EEHC: Energy Efficient Heterogeneous Clustered Scheme For Wireless Sensor Networks,
Computer Communications, Volume 32, Issue 4, Pages 662-667, ISSN 0140-3664, 4 March 2009.
[16]. M. Mehdi Afsar, Mohammad-H. Tayarani-N, Clustering In Sensor Networks: A Literature Survey, Journal Of Network And
Computer Applications, Volume 46, Pages 198-226, ISSN 1084-8045, November 2014.
[17]. Faisal, S. ; Javaid, Nadeem ; Javaid, Akmal ; Khan, M. A. ; Bouk, Safdar Hussain ; Khan, Z. A.: Z-SEP: Zonal-Stable Election
Protocol For Wireless Sensor Networks. In: Corr, Abs/1303.5364, 2013.
[18]. Islam, M.M.; Matin, M.A.; Mondol, T.K., "Extended Stable Election Protocol (SEP) For Three-Level Hierarchical Clustered
Heterogeneous WSN," Wireless Sensor Systems (WSS 2012), IET Conference On , Vol., No., Pp.1,4, 18-19 June 2012.
... In [40], a stable energy efficient clustering protocol for WSNs (SEECP) has been proposed, where selecting CHs in a deterministic manner achieved power load balancing between nodes. In [41], enhanced threshold sensitive stable election protocol (ETSSEP) for heterogeneous WSN has been proposed. In ETSSEP, the CH is selected dynamically based on nodes residual energy and the minimum number of clusters per round. ...
... We consider the same channel propagation, communication energy dissipation, and computation energy dissipation used in many related works [23,33,36,38,40,41,50,64]. For Channel Propagation Model, the free space model and the multi-path fading model were employed, depending on the distance between the transmitter and receiver. ...
... Each sensor node assigned random initial energy such that the total power of the network is 102J. EDCCS performance is evaluated and compared with SILEACH [38] , SEECP [40] and ETSSEP [41] based on CS method. ...
Article
Full-text available
The problem of Data acquisition in large distributed Wireless Sensor Networks (WSNs) scale is a hindrance in the growth of the Internet of Things (IoT). Recently, the combination of compressive sensing (CS) and routing techniques has attracted great interest from researchers. An open question of this approach is how to effectively integrate these technologies for specific tasks. The objective of this paper is two parts. First, we propose an effective deterministic clustering scheme based CS technique (EDCCS) for data collection in IoT based homogeneous and heterogeneous WSN to deal with the data acquisition problem, reduce the consumption of energy and increase the lifetime of network. Second, we propose random matching pursuit (RMP) as an effective CS reconstruction algorithm to improve the recovery process by reducing the error average at the base station (BS). The simulation results show that our proposed novel EDCCS scheme reduces at least 60% of the average power consumption and increases the network lifetime at least 1.3 times of the other schemes in homogeneous network while, it increases the network lifetime and residual energy by 1.9 times and 1.3 times respectively, compared to the other schemes in heterogeneous network. Also, our proposed RMP algorithm reduces the error average of reconstruction at least 35% compared to other reconstruction algorithms.
... A new novel Enhance Threshold Sensitive Stable Election Protocol (ETSSEP) (Kumar et al., 2015) cluster-based reactive approach designed for the three-tier HWSN. It selects CHs based on the SN's remaining energy and clusters per round. ...
... In the ETSSEP (Kumar et al., 2015) approach, adjusting the threshold value for selecting the CH is based on the ratio of the remaining energy of the SNs, the average energy of the network, and an optimum number of clusters per round. The SNs with the highest energy will select the CH for the current rounds. ...
Article
The energy efficiency in wireless sensor networks (WSNs) is a significant challenge. A clustering-based approach is an energy-saving approach in WSN. The practical clustering approach divides the network into various clusters that directly affect the total energy consumption and reduce the network lifetime of the WSN. As a result, this paper introduces novel energy-efficient clustering approaches for cluster head (CH) selection and cluster formulation. The cluster head (CH) selection is designed based on the threshold-based advanced LEACH (ADVLEACH2) approach. The cluster formulation (sensor node distribution) among the cluster heads is done with modified fuzzy c-mean (MFCM) approaches. The clusters are formed using the MFCM approach, and cluster heads (CHs) are selected using ADV-LEACH2. The cluster formulation and head selection are selected at the beginning of each round. The MFCM approach forms balanced clusters and balances sensor node distribution among the cluster heads. The proposed approach maintains the cluster head energy. The experimental simulation outcome justifies that the proposed approach, TEEECH surpasses the existing clustering approach by an average of 13%. The comparison with DEC, SEP-E, EBCS, MEDDEEC, and EDDEEC presents the TEEECH approach to maintain the CH energy and prolong the network lifetime. The proposed approach, TEEECH, also significantly improves the network stability and lifetime based on Half node dead (HND).
... WSN comprises a large number of tiny sensor nodes that can be deployed in various applications like surveillance or target tracking, home and industrial automation, military and security purposes, habitat and environmental monitoring, traffic control, mobile-edge computing etc. [1]- [3]. Sensor nodes are used to sense the data from their sensing range and send it to the base station (BS) called as sink. ...
... However, TSEP cannot save energy efficiently to guarantee the balanced distribution of load. Enhance Threshold Sensitive SEP (ETSSEP) [1] is a modified version of TSEP, where the proposed method considers the minimum number of clusters per round and the node's residual energy in the threshold function. ...
Article
Full-text available
Sensing technology has undergone a revolution as a result of technological advancements, where the wireless sensor network (WSN) is considered as a major research area in recent times. WSN is made up of battery-powered multiple sensor nodes with limited energy, which eventually encourage the researchers in designing an energy efficient routing protocol to prolong the network lifetime. Hierarchical routing protocols can play an important role to improve the network’s energy efficiency utilizing the threshold-based cluster head (CH) selection techniques. In this article, a cluster based proactive routing protocol named as Distance and Energy Aware Stable Election Routing Protocol (DE-SEP) is proposed to ensure optimum energy conservation. Here, both the energy and distance criteria are incorporated in CH selection to give priority for comparatively higher energy nodes and nearby nodes from base station (BS) to be selected as CH. Moreover, the proposed protocol imposes a limit on the number of CHs so that an optimum number of CHs can be utilized to avoid unnecessary cluster formation and reduce energy consumption. Simulation results show that DE-SEP outperforms the existing baseline protocols like P-SEP, M-SEP and SEP in terms of various performance matrices such as network lifetime, stability period, half lifetime, throughput, and normalized residual energy. In particular, the performance of DE-SEP protocol in terms of normalized residual energy is increased by a maximum of 5%, 41% and 41% in comparison to P-SEP, M-SEP and SEP respectively.
... Dinamik olarak değişen küme başı seçim olasılığını temel alan, düğümlerin kalan enerji düzeyine ve tur başına minimum küme sayısına göre küme başlarını seçen, kararlılık ve ağ ömrü açısından SEP [3] ve Eşiğe Duyarlı Kararlı Seçim protokolünden (TSEP) daha iyi performans gösteren Gelişmiş Eşik Duyarlı Kararlı Seçim Protokolü (ETSSEP), Kumar ve diğ. [27] tarafından önerilmiştir. ...
Article
Full-text available
Kablosuz Sensör Ağlar, kısıtlı enerjiye sahip pillerle çalışan bir dizi düşük maliyetli, küçük sensör düğümlerinden oluşur. Sensör düğümlerinin sınırlı güç, bellek ve işlem kapasiteleri nedeniyle, düğümlerin enerji tüketimini iyileştiren ve ağın ömrünü uzatan yeni yöntemlerin bulunması önemlidir. Sensör düğümleri arasından küme başı seçimi, kablosuz sensör ağlarda ağın verimliliğini ve ömrünü artırmak için önemli bir role sahiptir. Bu çalışmada ağın ömrünü uzatan, heterojen kablosuz sensör ağlar için bir küme başı seçim yöntemi önerilmiş ve değerlendirilmiştir. Simülasyon sonuçları, önerilen küme başı seçim protokolünün, ağ ömrü açısından SEP ve LEACH protokollerinden daha iyi bir performans sunduğunu ve daha uzun süre verim sağlayabildiğini ortaya koymuştur. EECHEP'in, sensör enerjisinin verimli kullanımını sağladığı ve baz istasyonuna rapor sunan, hayatta kalan küme başı düğümlerinin sayısını artırmaya yardımcı olduğu görülmüştür. Wireless Sensor Networks consist of a number of low cost, small sensor nodes powered by energy constrained batteries. Due to limited power, memory, and processing capacities of sensor nodes, it is essential to find new methods which improves energy consumption of the nodes and prolongs the lifetime of the network. Cluster head election among sensor nodes has an important role in wireless sensor networks to boost efficiency and lifetime of the network. In this study, a cluster head election method has been proposed and evaluated for heterogeneous wireless sensor networks, which extends the lifetime of the network. Simulation results reveal that the proposed cluster head election method offers a better performance than the SEP and LEACH protocols in terms of network lifetime and is able to provide throughput for a longer period of time. It is found that EECHEP provides efficient use of sensor energy and helps increase the number of surviving cluster head nodes that report to the base station. Anahtar kelimeler: Küme başı seçimi, Kablosuz sensör ağlar, Heterojen ağlar, Sensör ağı ömrü.
... The ETX measure is used in the selection process to determine which ExOR candidate set will be considered further. The purpose of the ETX, which was proposed in Kumar et al., [10] is to determine the total number of hops that are required to go from the origin to the destination. In addition, it calculates the total number of transmissions and retransmissions that need to take place on a connection for a message to be sent to the receiver it is intended for. ...
Article
Full-text available
In wireless sensor networks (WSNs), the data must reach a processing node with less energy consumption and delay rate. However, with the specific consideration of the unique properties of sensor networks such as limited power, stringent bandwidth, dynamic topology due to node failures, adding/removing nodes, or even physical mobility, high network density and large‐scale deployments have posed many challenges in the design and management of sensor networks. These challenges have demanded energy awareness and robust protocol design. Efficient utilization of the sensor's energy resources and maximizing the network lifetime were the primary design considerations for the proposed work. As a result, the new interior gateway routing with particle swarm optimization (IGRPSO) is presented with minimal latency and a higher packet delivery ratio in WSN; optimum link weights are calculated in a fraction of the original data to the new protocol. Network entropy maximization is a conceptual framework that guides the development of the protocol and the computational techniques required to determine which traffic distributions are not only best but also realizable through link‐state routing. Therefore, a routing algorithm provides the optimal and economically optimal route. We used the MATLAB simulation environment to compare and contrast the performance of the dynamic source routing (DSR) protocol and enhanced interior gateway routing protocol, DSR protocol with particle swarm optimization with that of the IGRPSO protocol, which has the maximum packet delivery ratio of 75.74% and less packet drop of 25.37%, less energy consumption of 0.3674 J.
... Dual Cluster Head Routing Protocol (DCHRP) [14], is implemented on heterogeneous network [15], which is implemented using dual cluster head and has three levels of heterogeneity. DCHRP is fundamentally based on Enhanced Threshold Sensitive Stable Election Protocol (ETSSEP) [16]. ...
Article
Full-text available
In WSN cluster-based routing approach is a major step in the direction of energy efficiency. However, research shows that energy dissipation in a cluster-based approach predominantly occurs in two cases; first during data transmission to the base station and second during data fusion/aggregation. Eventually, this leads to sizable energy dissipation, the early death of CHs and results in lower network lifetime. Moreover, in most of the recent proposed works, it is never assured that an individual node selected as a Cluster-Head would perform all the assigned tasks without dying in the process. Thus to address these problems, a new approach is proposed in this paper, where two cluster-heads (CHs) in every cluster are selected; first cluster-head being used for data aggregation (Primary-CH) and second for data transmission (Secondary-CH), which assists in reducing the burden of a single Cluster Head. Along with the dual Cluster-Heads, another key feature adopted in this paper is the Energy Threshold values for PCH and SCH. These Energy Thresholds for different CHs calculates the minimum energy required by a node to perform all the tasks assigned to it when elected as CH. So, while electing Primary Cluster-Head (PCH) and Secondary Cluster-Head (SCH) along with other criterions energy threshold values for PCH (EPO) and energy threshold values for SCH (ESO) are also used. Any node with remaining energy less than that of energy thresholds would never be considered for Cluster-Heads. Therefore, by employing the above-mentioned criterions, this article proposes a new protocol that uses dual heads and assists in enhancing the network life of a network as compared to LEACH protocol.
... However, TSEP cannot ensure the balanced distribution of load by saving energy efficiently. Enhance Threshold Sensitive SEP (ETSSEP) [18] is a modified version of TSEP in which ETSSEP takes into account the minimum number of clusters per round as well as the node's residual energy during threshold calculation. ...
Article
Full-text available
Wireless Sensor Networks (WSNs) refer to networks of thousands of sensor nodes deployed randomly to sense and monitor the state condition of the physical environment. The viability of WSN relies on the limited power of batteries that cannot be replaced or recharged in most cases. To increase the lifetime of WSNs, researchers regularly develop energy-efficient routing protocols that reduce the energy costs of sensor nodes. Many studies have shown that hierarchical routing protocols are very effective to extend network lifetime utilizing the threshold-based cluster head (CH) selection techniques. In this article, a heterogeneity aware routing protocol known as Improved Zonal Stable Election Protocol (IZ-SEP) is proposed for heterogeneous WSN, where sensor nodes communicate with the base station (BS) through a hybrid approach, i.e., a certain number of nodes communicate directly with the BS, while the rest rely on clustering mechanism. The proposed protocol is a two-level heterogeneity aware routing protocol where the network field is divided into two zones based on nodes' initial energy. In this protocol, the CH is selected using the residual energy of each node and the number of neighbors of each node within the cluster range. The performance of IZ-SEP is evaluated and compared to the existing parent protocols such as Z-SEP and SEP. Simulation results show that IZ-SEP is an energy-efficient protocol and it outperforms the existing parent protocols in terms of network lifetime, stability period, throughput, and average residual energy.
Article
With the advancement in recent technologies, wireless sensor networks (WSNs) have emerged to become one of the key research areas. Sensor nodes in WSN are deployed randomly to sense the events that occur in an area. Clustering of sensor nodes in a wireless sensor network will result in better energy efficiency and topology management. In many scenarios, wireless sensor networks are deployed in remote areas and in hostile environments where batteries cannot be recharged or replaceable. In real world applications, heterogeneous sensor nodes with different initial energies in a WSN are more preferable to prolong stability period, network lifetime, and throughput. The main objective of this article is to design and develop a cluster‐based energy efficient routing protocol for heterogeneous wireless sensor networks (CEER). The proposed CEER routing protocol is based on the residual energy of all the sensor nodes in each round, distance of each sensor node from the base station, weighted election probabilities and reliability of a sensor node and the network. It is found from the results that, the proposed CEER routing protocol provides better stability, network lifetime, and throughput as compared with the existing routing protocols of heterogeneous wireless sensor networks.
Article
Background: Several IoT nodes are deployed in the monitoring environment to ensure reliability. In both sensor and sink nodes, the same data is sensed and forwarded. While redundant data maintains reliability, sink nodes waste energy processing the redundant data. Objective: In order to upholdthe compromiseamong energy ingesting and reliability, necessary to eliminate the redundancies in sensed data up to an appropriate level. Data aggregation algorithms currently assign time slots based on data sensing period and program rate, disregarding packet loss and latency. Methodology: In this paper, we suggest a cluster based reliable data aggregation (CRDA) scheme for IoTnetwork which ensures data collection and aggregation in energy efficient manner and transfer to another end very effectively. We first introduce a monarch and sine-cosine (MSC) algorithm to form clusters by grouping the IoT sensors which ensures the effective data transferring. In data aggregation phase, we utilize the multiple design metrics to compute the trust degree of each IoT sensors and design an improved sunflower optimization (ISFO) algorithm to optimize the design constraints. The highest trust degree owned swelling is act as cluster head (CH) of the cluster which ensures data aggregation. A reformative optimal–learning-based deep neural network (ROL-DNN) is then used to compute routes between IoT sensors which ensures reliabledata aggregation and transferring. Results: and analysis: Finally, we validate our proposed routing with the different simulation scenario and their results are compared with the existing routing protocols to prove the effectiveness.
Article
Energy conservation is one of the main challenges hindering the advancement of Wireless Sensor Networks (WSNs) in the Internet of Things (IoT). Although various approaches including probabilistic, deterministic, and mixed model based solutions have been proposed to solve the issue of energy conservation in cluster based WSNs, most of them do not consider the node’s heterogeneity in terms of energy as well as transmission rate during the creation or selection of clusters. In this paper, a new Fairness Aware Clustering Scheme (FACS) for heterogeneous WSN is proposed, where we consider heterogeneity of the WS N in terms of transmission rate and energy. In contrast to existing schemes, the proposed FACS provides a set of polices that take care of round operations and improve the network performance and lifetime. In FACS, fuzzy logic is employed to benefit from the heterogeneity of the nodes and to determine the utility of each node. Through extensive simulation, we show that FACS performs efficiently and it outperforms the existing state-of-the-art approaches in terms of network lifespan, energy, and fairness.
Article
Full-text available
Mobility of sensor nodes in wireless sensor network (WSN) has posed new challenges particularly in packet delivery ratio and energy consumption. Some real applications impose combined environments of fixed and mobile sensor nodes in the same network, while others demand a complete mobile sensors environment. Packet loss that occurs due to mobility of the sensor nodes is one of the main challenges which comes in parallel with energy consumption. In this paper, we use cross layer design between medium access control (MAC) and network layers to overcome these challenges. Thus, a cluster based routing protocol for mobile sensor nodes (CBR-Mobile) is proposed. The CBR-Mobile is mobility and traffic adaptive protocol. The timeslots assigned to the mobile sensor nodes that had moved out of the cluster or have not data to send will be reassigned to incoming sensor nodes within the cluster region. The protocol introduces two simple databases to achieve the mobility and traffic adaptively. The proposed protocol sends data to cluster heads in an efficient manner based on received signal strength. In CBR-Mobile protocol, cluster based routing collaborates with hybrid MAC protocol to support mobility of sensor nodes. Schedule timeslots are used to send the data message while the contention timeslots are used to send join registration messages. The performance of proposed CBR-Mobile protocol is evaluated using MATLAB and was observed that the proposed protocol improves the packet delivery ratio, energy consumption, delay and fairness in mobility environment compared to LEACH-Mobile and AODV protocols.
Article
Full-text available
While wireless sensor networks are increasingly equipped to handle more complex functions, in-network processing may require these battery powered sensors to judiciously use their constrained energy to prolong the effective network life time especially in a heterogeneous settings. Clustered techniques have since been employed to optimise energy consumption in this energy constrained wireless sensor networks. We propose an Enhanced-SEP clustering algorithm in a three-tier node scenario to prolong the effective network life-time. Simulation results shows that the Enhanced-SEP achieves better performance in this respect, compared to other existing clustering algorithms in both heterogeneous and homogenous environments.
Article
Full-text available
We study the impact of heterogeneity of nodes, in terms of their energy, in wireless sensor networks that are hierarchically clustered. In these networks some of the nodes become cluster heads, aggregate the data of their cluster members and transmit it to the sink. We assume that a percentage of the population of sensor nodes is equipped with additional energy resources—this is a source of heterogeneity which may result from the initial setting or as the operation of the network evolves. We also assume that the sensors are randomly (uniformly) distributed and are not mobile, the coordinates of the sink and the dimensions of the sensor field are known. We show that the behavior of such sensor networks becomes very unstable once the first node dies, especially in the presence of node heterogeneity. Classical clustering protocols assume that all the nodes are equipped with the same amount of energy and as a result, they can not take full advantage of the presence of node heterogeneity. We propose SEP, a heterogeneous-aware protocol to prolong the time interval before the death of the first node (we refer to as stability period), which is crucial for many applications where the feedback from the sensor network must be reliable. SEP is based on weighted election probabilities of each node to become cluster head according to the remaining energy in each node. We show by simulation that SEP always prolongs the stability period compared to (and that the average throughput is greater than) the one obtained using current clustering protocols. We conclude by studying the sensitivity of our SEP protocol to heterogeneity parameters capturing energy imbalance in the network. We found that SEP yields longer stability region for higher values of extra energy brought by more powerful nodes.
Conference Paper
In this paper, the optimization strategies of routing protocols are analysed with respect to energy utilization of sensor nodes in Wireless Sensor Networks (WSNs). Routing Protocols are in charge of discovering and maintaining the routes in the network. Different routing mechanisms have been proposed to address energy optimization problem in sensor nodes. Clustering mechanism is one of the most efficient mechanisms which cater to the requirements of energy conservation in wireless sensor networks. To check the efficiency of different clustering scheme against modelled constraints, we select five cluster based routing protocols; Low Energy Adaptive Clustering Hierarchy (LEACH), Threshold Sensitive Energy Efficient sensor Network (TEEN), Stable Election Protocol (SEP), Distributed Energy Efficient Clustering (DEEC), and Hybrid Energy Efficient Distributed protocol. To validate our mathematical framework, we perform analytical simulations in MATLAB by choosing number of alive nodes, number of dead nodes, number of packets, number of cluster heads, as performance metrics.
Conference Paper
In heterogeneous sensor networks, some nodes become cluster heads which aggregate the data of their cluster nodes and transmit it to the sink. Here, the authors present an extended Stable Election Protocol (SEP) algorithm for cluster head selection in a hierarchically clustered heterogeneous network to reorganize the network topology efficiently. The presented algorithm considers the sensor nodes are static and randomly distributed in the heterogeneous network, the coordinates of the sink and the dimensions of the sensor field are known. Our simulation result shows that the extended SEP algorithm achieves better performance than the existing SEP algorithm in terms of network lifetime and throughput.
Article
Wireless Sensor Networks (WSNs) are expected to find wide applicability and increasing deployment in near future. In this paper, we propose a new protocol, Threshold Sensitive Stable Election Protocol (TSEP), which is reactive protocol using three levels of heterogeneity. Reactive networks, as opposed to proactive networks, respond immediately to changes in relevant parameters of interest. We evaluate performance of our protocol for a simple temperature sensing application and compare results of protocol with some other protocols LEACH, DEEC, SEP, ESEP and TEEN. And from simulation results it is observed that protocol outperforms concerning life time of sensing nodes used.
Article
Wireless Sensor Networks (WSNs) contain numerous sensor nodes having limited power resource, which report sensed data to the Base Station (BS) that requires high energy usage. Many routing protocols have been proposed in this regard achieving energy efficiency in heterogeneous scenarios. However, every protocol is not suitable for heterogeneous WSNs. Efficiency of protocol degrades while changing the heterogeneity parameters. In this paper, we first test Distributed Energy- Efficient Clustering (DEEC), Developed DEEC (DDEEC), Enhanced DEEC (EDEEC) and Threshold DEEC (TDEEC) under several different scenarios containing high level heterogeneity to low level heterogeneity. We observe thoroughly regarding the performance based on stability period, network life time and throughput. EDEEC and TDEEC perform better in all heterogeneous scenarios containing variable heterogeneity in terms of life time, however TDEEC is best of all for the stability period of the network. However, the performance of DEEC and DDEEC is highly effected by changing the heterogeneity parameters of the network.