Open access

Hierarchical Adaptive Balanced Routing Protocol for Energy Efficiency in Heterogeneous Wireless Sensor Networks

Written By

Said Ben Alla, Abdellah Ezzati and Ahmed Mohsen

Submitted: 15 April 2012 Published: 17 October 2012

DOI: 10.5772/47789

From the Edited Volume

Energy Efficiency - The Innovative Ways for Smart Energy, the Future Towards Modern Utilities

Edited by Moustafa Eissa

Chapter metrics overview

4,000 Chapter Downloads

View Full Metrics

1. Introduction

Wireless sensor networks (WSNs) are composed of many homogeneous or heterogeneous sensor nodes with limited resources. Routing techniques are the most important issue for networks where resources are limited. WSNs technology’s growth in the computation capacity requires these sensor nodes to be increasingly equipped to handle more complex functions. Each sensor is mostly limited in their energy level, processing power and sensing ability. Thus, a network of these sensors gives rise to a more robust, reliable and accurate network. Lots of studies on WSNs have been carried out showing that this technology is continuously finding new application in various areas, like remote and hostile regions as seen in the military for battle field surveillance, monitoring the enemy territory, detection of attacks and security etiquette. Other applications of these sensors are in the health sectors where patients can wear small sensors for physiological data and in deployment in disaster prone areas for environmental monitoring. It is noted that, to maintain a reliable information delivery, data aggregation and information fusion that is necessary for efficient and effective communication between these sensor nodes. Only processed and concise information should be delivered to the sinks to reduce communications energy, prolonging the effective network lifetime with optimal data delivery.

An inefficient use of the available energy leads to poor performance and short life cycle of the network. To this end, energy in these sensors is a scarce resource and must be managed in an efficient manner. In this chapter we propose Hierarchical Adaptive Balanced energy efficient Routing Protocol (HABRP) to decrease probability of failure nodes and to prolong the time interval before the death of the first node (stability period) and increasing the lifetime in heterogeneous WSNs, which is crucial for many applications. 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 high-energy nodes called NCG nodes (Normal node|Cluster Head| Gateway) are elected “cluster heads” to aggregate the data of their cluster members and transmit it to the chosen “Gateways” that requires the minimum communication energy to reduce the energy consumption of cluster head and decrease probability of failure nodes and properly balance energy dissipation. Simulation result shows an improvement in effective network lifetime and increased robustness of performance in the presence of energy heterogeneity.

The organization of this chapter is as followings: We briefly review related work in section 2. Section 3 describes heterogeneous sensor network. Sensor network models is analysed in section 4. In section 5, we present our HABRP protocol. Simulation results of the proposed protocol are discussed in terms of energy consumption, Length of stable region for different values of heterogeneity, number of alive nodes per round, variation of the Base Station location, sensitivity to degree of heterogeneity in large scale networks, improvement of stability period in section 6. Finally, in section 7, we conclude the chapter.

Advertisement

2. Related works

The main aim of hierarchical routing is to efficiently maintain the energy consumption of sensor nodes by involving them in multi-hop communication within a particular cluster and by performing data aggregation and fusion in order to decrease the number of transmitted messages to the sink.

LEACH (W. Heinzelman et al., 2000) is one of the first hierarchical routing approaches for sensors networks. The idea proposed in LEACH has been an inspiration for many hierarchical routing protocols. We explore recent works in this section.

2.1. Low-energy adaptive clustering hierarchy (LEACH)

Low-energy adaptive clustering hierarchy (LEACH) (W. Heinzelman et al., 2000) is one of the most popular hierarchical routing algorithms for sensor networks. The idea is to form clusters of the sensor nodes based on the received signal strength and use local cluster heads as routers to the sink. This will save energy since the transmissions will only be done by such cluster heads rather than all sensor nodes.

All the data processing such as data fusion and aggregation are local to the cluster. Cluster heads change randomly over time in order to balance the energy dissipation of nodes. This decision is made by the node Schoosing a random number xbetween 0 and 1. The node becomes a cluster head for the current round if the number xis less than the following threshold:

TS=P1-P*(r mod 1P) if S Г G0 otherwiseE1

Where Pis desired percentage of cluster head nodes in the sensor network, ris current round number, and Gis the set of nodes that have not been cluster heads in the last 1/prounds.

Figure 1.

Network model with clustering

LEACH achieves over a factor of 7 reduction in energy dissipation compared to direct communication and a factor of 4–8 compared to the minimum transmission energy routing protocol (Akkaya & Younis, 2005). The nodes die randomly and dynamic clustering increases lifetime of the system. LEACH is completely distributed and requires no global knowledge of network. However, LEACH uses single-hop routing where each node can transmit directly to the cluster-head and the sink. Therefore, it is not applicable to networks deployed in large regions. Furthermore, the idea of dynamic clustering brings extra overhead, e.g. Head changes, advertisements etc., which may diminish the gain in energy consumption.

2.2. Power-Efficient Gathering in Sensor Information Systems (PEGASIS)

This is improved version from LEACH. The main idea of PEGASIS (Lindsey & Raghavendra, 2002) is that nodes are formed into a chain where each node receive from and transmit to closest neighbor only. The distance between sender and receiver is reduced as well as decreasing the amount of transmission energy. To construct a chain, PEGASIS uses a greedy algorithm that starts from the farthest node from the base station.

Figure 2.

Chain is constructed using the greedy algorithm

In Fig.2, the algorithm starts with node 0 that connects to node 3. Then, node3 connects to node 1 and node 1 connects to node 2, which is the closest one to the base stationBS. Because nodes already in the chain cannot be revisited, the neighbor distance will increase gradually. When a node dies (out of battery), the chain will be reconstructed by repeating the same procedure to bypass the dead node.

In one round of transmission, a randomized node is appointed to be the leader to transmit data toBS. If the BSlocates outside the range of this node, multi-hop transmission will be employed. The leader will be changed randomly in every round, so that overall energy dissipation is balanced out. For transmitting a packet in each round, a token is used that passing from the one end of the chain to the other end of the chain. Only node that has a token can transmit a data packet to its intermediate node in the chain. When intermediate node receives data from one neighbor along with a token, it fuses the data packet with its own data and transmits a new data packet to the next node in the chain.

Figure 3.

Token passing approach in PEGASIS

In fig.3, C0 will pass its data and token to C1. C1 fuses a data packet with its own data and pass a new data packet to the leader C2. C2 does not transmit a data packet to BS yet, but rather it passes a token to C4. When C2 receives a data from C4 and C3, it fuses and transmits the sensed data to BS.

2.3. A Stable Election Protocol (SEP)

A Stable Election Protocol (SEP) (G. Smaragdakis et al, 2004) is improved version of LEACH protocol. Main aim of it was used heterogeneous sensor in wireless sensor networks. This protocol have operation like LEACH but with this difference that, in SEP protocol sensors have two different level of energy. SEP based on weighted election probabilities of each node to become cluster head according to their respective energy. This approach ensures that the cluster head election is randomly selected and distributed based on the fraction of energy of each node assuring a uniform use of the nodes energy.

In SEP, two types of nodes (normal and advanced) are considered. It is based on weighted election probabilities of each node to become cluster head according to the remaining energy in each node. This prolongs the stability period i.e. the time interval before the death of the first node.

2.4. Distributed energy efficient clustering algorithm for heterogeneous wireless sensor networks

(Qing et al, 2006) proposed a distributed energy efficient clustering scheme for heterogeneous wireless sensor networks, which is called DEEC. In DEEC, the cluster heads are elected by a probability based on the ratio between residual energy of each node and the average energy of the network. The epochs of being cluster heads for nodes are different according to their initial and residual energy.

The authors have assumed that all the nodes of the sensor network are equipped with different amount of energy, which is a source of heterogeneity. DEEC is also based on LEACH protocol, it rotates the cluster head role among all nodes to expend energy uniformity.

Two levels of heterogeneous nodes are considered in the algorithm and after that a general solution for multi-level heterogeneity is obtained. To avoid that each node needs to know the global knowledge of the networks, DEEC estimates the ideal value of network lifetime, which is used to compute the reference energy that each node should expend during a round. Simulation results show that DEEC achieves longer lifetime and more effective messages than LEACH, SEP and LEACH -E.

2.5. Improved and balanced LEACH for heterogeneous wireless sensor networks

(S. Ben alla et al. 2010) proposed Improved and Balanced LEACH (IB-LEACH), in which some high energy nodes elect themselves to be gateway at any given time with a certain probability. Base station confirms that whether those nodes suit to be gateway. These nodes broadcast their status to the other sensors in the network using advertisement message (ADV). The non -gateway nodes elect themselves to be cluster heads with a certain probability. These cluster head nodes broadcast their status to the other sensors in the network using advertisement message (ADV). The non-cluster head nodes wait the cluster head announcement from other nodes. Each sensor node determines to which cluster it wants to belong by choosing the cluster head that requires the minimum communication energy, and send the join -request (Join- REQ) message to the chosen cluster head, and the cluster head nodes wait for join-request message from other nodes.

Each cluster head collect and aggregate the data of their cluster members and transmit it to the chosen gateways that requires the minimum communication energy to reduce the energy consumption of cluster head and decrease probability of failure nodes. Simulation results show that this protocol performs better than LEACH and SEP in terms of network lifetime.

2.6. Cluster head relay routing protocol for heterogeneous sensor networks

(Du & Lin, 2005) proposed a cluster head relay (CHR) routing protocol for heterogeneous sensor networks. This protocol uses two types of sensors to form a heterogeneous network with a single sink: a large number of low-end sensors, denoted by L-sensors, and a small number of powerful high-end sensors, denoted by H-sensors. Both types of sensors are static and aware of their locations using some location service. Moreover, both L-sensor and H-sensors are uniformly and randomly distributed in the sensor field.

The CHR protocol partitions the heterogeneous network into clusters, each being composed of L-sensors and led by an H-sensor. Within a cluster, the L-sensors are in charge of sensing the underlying environment and forwarding data packets originated by other L-sensors toward their cluster head in a multi-hop transmission. The H-sensors, on the other hand, are responsible for data fusion within their own clusters and forwarding aggregated data packets originated from other cluster heads toward the sink in a multi-hop transmission using only cluster heads. While L-sensors use short-range data transmission to their neighboring H -sensors within the same cluster, H-sensors perform long-range data communication to other neighboring H-sensors and the sink. Simulation results demonstrate that CHR performs better than directed diffusion and SWR.

2.7. Energy efficient cluster head election protocol for heterogeneous wireless sensor networks

(LI Han, 2010) proposed an energy efficient cluster head election protocol for heterogeneous wireless sensor networks and using the improved Prim's algorithm to construct an inter cluster routing. He has considered three types of sensor nodes. Some fraction of the sensor nodes are equipped with the additional energy resources than the other nodes. He has assumed that all the sensor nodes are uniformly distributed.

In this protocol, the cluster head node sets up a TDMA schedule and transmits this schedule to the nodes in the cluster. This ensures that there are no collisions among data messages and also allows the radio components of each non-cluster head node to be turned off at all times except during their transmit time, thus minimizing the energy dissipated by the individual sensors.

In order to reduce the energy consumption of the cluster heads which are far away from the base station and balance the energy consumption of the cluster heads which are close to the base station, a multi-hop routing algorithm of cluster head has been presented, which introduces into the restriction factor of remainder energy when selects the interim nodes between cluster heads and base station, and also the minimum spanning tree algorithm has been included. The protocol can not only reduce the consumption of transmit energy of cluster head, but also the consumption of communication energy between non-cluster head and cluster head nodes. Simulation results show that this protocol performs better than LEACH and EECHE in terms of network lifetime.

Advertisement

3. Heterogeneous wireless sensor networks

This section presents a paradigm of heterogeneous wireless sensor network and discusses the impact of heterogeneous resources (Yarvis,2005)( V. Katiyar, 2011)

3.1. Types of heterogeneous resources

There are three common types of resource heterogeneity in sensor nodes: computational heterogeneity, link heterogeneity and energy heterogeneity.

Computational heterogeneity means that the heterogeneous node has a more powerful microprocessor and more memory than the normal node. With the powerful computational resources, the heterogeneous nodes can provide complex data processing and longer-term storage.Link heterogeneity means that the heterogeneous node has high bandwidth and long- distance network transceiver than the normal node. Link heterogeneity can provide a more reliable data transmission.Energy heterogeneity means that the heterogeneous node is line powered or its battery is replaceable.

Among above three types of resource heterogeneity, the most important resource heterogeneity is the energy heterogeneity because both computational heterogeneity and link heterogeneity will consume more energy resource.

If there is no energy heterogeneity, computational heterogeneity and link heterogeneity will bring negative impact to the whole sensor network, i.e., decreasing the network lifetime.

3.2. Impact of heterogeneity on wireless sensor networks

Placing few heterogeneous nodes in the sensor network can bring following benefits:

Decreasing latency of data transportation: Computational heterogeneity can decrease the processing latency in immediate nodes and link heterogeneity can decrease the waiting time in the transmitting queue. Fewer hops between sensor nodes and sink node also mean fewer forwarding latency.Prolonging network lifetime: The average energy consumption for forwarding a packet from the normal nodes to the sink in heterogeneous sensor networks will be much less than the energy consumed in homogeneous sensor networks.Improving reliability of data transmission: It is well known that sensor network links tend to have low reliability and each hop significantly lowers the end-to-end delivery rate.

With heterogeneous nodes, there will be fewer hops between normal sensor nodes and the sink. So the heterogeneous sensor network can get much higher end-to-end delivery rate than the homogeneous sensor network.

3.3. Performance measures

Some performance measures that are used to evaluate the performance of clustering protocols are listed below(R. Sheikhpour et al., 2011).

Network lifetime (stability period): It is the time interval from the start of operation (of the sensor network) until the death of the first alive node.Number of cluster heads per round: Instantaneous measure reflects the number of nodes which would send directly to the base station, information aggregated from their cluster members.Number of alive nodes per round: This instantaneous measure reflects the total number of nodes and that of each type that has not yet expended all of their energy.Throughput: This includes the total rate of data sent over the network, the rate of data sent from cluster heads to the base station as well as the rate of data sent from the nodes to their cluster heads.

Figure 4 shows the heterogeneous model for wireless sensor ne twork.

Figure 4.

Heterogeneous model for wireless sensor network.

Advertisement

4. Wireless sensor network models

4.1. Network model

In this chapter we assume a sensor network model with following properties:

  • The sink locates at the centre of sensor nodes and has enough memory and computing capability.

  • The WSNs consist of the heterogeneous sensor nodes. Percentage of sensor nodes are equipped with more energy resources than the rest of the nodes. Let mbe the fraction of the total number of nodes Nwhich are equipped with atimes more energy than the others.

  • The distance can be measured based on the wireless radio signal power.

  • All sensor nodes are immobile and have a limited energy.

  • All nodes are equipped with power control capabilities to vary their transmitting power.

4.2. Radio energy dissipation model

For this project, three routing protocols, namely LEACH and SEP and our protocol Hierarchical Adaptive Balanced energy efficient Routing Protocol (HABRP), We use the same radio model shown in Fig.5 for the radio hardware energy dissipation in order to achieve an acceptable Signal-to-Noise Ratio (SNR) in transmitting a kbit message over a distanced.

Figure 5.

Radio Energy Dissipation Model.

In Fig.5 kis the number of bits per packet transmission and dis distance between the sender and the receiver. Electronics energy consumption is same for transmitting and receiving the data, is given by,

ETxk=ERxk=Eelec*kE2
Eelec is the energy dissipated per bit to run the transmitter or the receiver circuit.

Transmission cost to transmit K-bit message between any two nodes over distance dis given by the following equation:

ETxk,d=Eelec*k+Eamp(k,d) E3
Eampk,d is the amplifier energy consumption and it can be further expressed in terms of ϓfs or ϓmp, depending on the transmitter amplifier mode that applied. They are power loss factors for free space (d2 loss) when d < d0; and multipath fading (d4 loss) when d ≥ d0, respectively.

To transmit k-bit message within d distance, a node expends:

ETx k,d=Eelec*k+ ϓfs*k*d2 if dd0Eelec*k+ ϓmp*k*d4 if d>d0E4

By equating the two expressions at d=do, we have:

d0=ϓfsϓmpE5

To receive a k-bit message, a node expends:

ERxk=Eelec*kE6

Where Eelec is the energy used by the receiver electronics.

4.3. Optimal number of cluster

We assume there are Nnodes distributed uniformly in MxMregion. If there are Cclusters, there are on average N/Cnodes per cluster. Each cluster-head dissipates energy receiving signals from the nodes, beamforming the signals, and transmitting the aggregate signal to the base station. Therefore, the energy dissipated in the cluster-head node during a single frame is:

ECH=k*Eelec*NC+k*EDA*NC+[k*Eelec+k*ϓmp*dtoBS4] E7

Where k * Eelec*(NC-1) is the energy consumed by the cluster head to receive kbits information from NC-1 non cluster heads and EDA represents the processing of data aggregation cost of a bit per signal. The expression for the energy spends by a non cluster head is given by:

Enon-CH=k*Eelec+k*ϓfs*dtoCH2 E8

Where dtoCH is the distance from the node to the cluster head. The area occupied by each cluster is approximatelyM2C. In general, this is an arbitrary-shaped region with a node distributionϟx,y .

The expected squared distance from the nodes to the cluster head (assumed to be at the center of mass of the cluster) is given by:

dtoCH2=x2+y2*ϟx,ydxdy=r2ϟr,ϖrdrE9

If we assume this area is a circle with radius R=(MϞC)and ϟr,ϖ is constant for randϖ, (9) simplifies to:

dtoCH2=ϟϖ=02Ϟr=0(MϞC)r3dr=ϟ2Ϟ M4C2E10

If the density of nodes is uniform throughout the cluster area, then ϟ=(1(M2C))and

dtoCH2=12Ϟ M2CE11

Therefore, in this case the expression for the energy spends by a non cluster head is:

Enon-CH=k*Eelec+k*ϓfs*12Ϟ M2CE12

The energy dissipated in a cluster per round, Ecluster, is expressed by:

Ecluster=ECH+ NC-1* Enon-CH ECH+ NC* Enon-CHE13

Therefore, the total energy dissipated in the network per round, Etotal, is expressed by:

Etotal=C*EclusterE14

We can find the optimum number of clusters by setting the derivative of Etotal with respect to Cto zero (W.Heinzelman et al., 2002):

EtotalC=0 E15
Copt=N2Ϟ ϓfsϓmp MdtoBS2E16

The optimal probability of a node to become a cluster head, Popt, can be computed as follows:

Popt=CoptNE17

The optimal probability for a node to become a cluster head is very important. The authors (W.Heinzelman et al., 2000) showed that if the clusters are not constructed in an optimal way, the total consumed energy of the sensor network per round is increased exponentially either when the number of clusters that are created is greater or especially when the number of the constructed clusters is less than the optimal number of clusters.

Advertisement

5. Hierarchical Adaptive Balanced energy efficient Routing Protocol (HABRP)

In this section we describe HABRP which is an extension of the LEACH, which improves the stability period of the clustering hierarchy and decrease probability of failure nodes using the characteristic parameters of heterogeneity.

Routing in HABRP works in rounds and each round is divided into two phases, the Setup phase and the Steady State phase, each sensor knows when each round starts using a synchronized clock. Let us assume the case where a percentage of sensor nodes are equipped with more energy resources(advanced nodes) than the rest of the nodes (normal nodes). We refer to these powerful nodes as NCGnodes (nodes selected as normal nodes or cluster heads or gateways). Let mbe the fraction of the total number of nodes Nwhich are equipped with atimes more energy than the others and the rest 1-m*N as normal nodes and E0 the initial energy. We assume that all nodes are distributed uniformly over the sensor field. The total number of nodes and total energy in network is expressed by:

N=N*m[NCG nodes]+ N*(1m)[normal nodes]E[total]=N*m*E0*(1+a)+ N*(1m)* E0E18

5.1. HABRP network model

The basic system model of the protocol HABRP is depicted in Fig.6. Each sensor node sends the sensed data to its cluster head. The cluster head aggregates the collected data and transmits the aggregated information to closest gateway that will send data to the base station.

Figure 6.

The HABRP Network model

The operation of HABRP is divided into rounds. Each round begins with a set-up phase followed by a steady-state phase, as shown in Fig.7.

Figure 7.

Time line showing HABRP operation

During the set-up phase the gateways are elected and the clusters are organized. It is constituted by gateway selection algorithm, cluster selection algorithm and cluster formation algorithm.

Figure 8.

Time line showing set-up phase

After the set-up phase is the steady-state phase when data are transmitted from the nodes to the cluster head to agregate data and transmit it to the base station through the gateway that requires the minimum communication energy. The duration of the steady phase is longer than the duration of the setup phase in order to minimize overhead.

5.2. Gateway selection algorithm

Each sensor Selects it self to be a gateway at the beginning of each round, round. This decision is based on the suggested percentage of gateways for the network (determined a priori) and the number of rounds the node has been a gateway so far. The desired percentage of gateways is chosen such that the expected number of gateway nodes for each round isNg. Thus, if there are N*mNCG nodes (advanced nodes) in the network, the desired percentage of gateways is:

Pg=NgN*mE19

Decision to become gateway is made by the node Schoosing a random number xbetween 0 and 1. The node becomes a gateway for the current round if the number xis less than the following threshold:

TSgat=Pg1-Pg*(r mod 1Pg)*Es_currentEs_initial if S Ggat0 otherwiseE20

We define as T(Sgat) the threshold for gateway nodeS, ris the currenet round, Ggat is set of nodes which have not been gateways in 1/Pg rounds, Es_currentis the current energy of the node and Es_initial is the initial energy of the node.

5.3. Cluster head selection algorithm

The main idea is for the sensor nodes to elect themselves with respect to their energy levels autonomously. The goal is to minimize communication cost and maximizing network resources in other to ensure concise information is sent to the sink. Each node transmits data to the closest cluster head and the cluster heads performs data aggregation. Assume an optimal number of clusters Copt in each round. It is expected that as a cluster head, more energy will be expended than being a cluster member. Each node can become cluster head with a probability Popt and every node must become cluster head once every 1/ Popt rounds.

The optimal probability of a node to become a cluster head, Popt, can be computed as follows:

Popt=CoptN-NgE21
Ngis a number of gateway nodes, Coptis the optimum number of clusters that is expressed by:
Copt=N-Ng2Ϟ ϓfsϓmp MdtoBS2E22

Our approach is to assign a weight to the optimal probability Popt. This weight must be equal to the initial energy of each node divided by the initial energy of the normal node. Let us define as Pnrm the weighted election probability for normal nodes, and Padv the weighted election probability for the advanced nodes.

Virtually there are N*(1+a*m) nodes with energy equal to the initial energy of a normal node. In order to maintain the minimum energy consumption in each round within an epoch, the average number of cluster heads per round per epoch must be constant and equal toCopt. The weighed probabilities for normal and advanced nodes are, respectively:

Pnrm=Popt1+a*mE23
Padv=Popt1+a*m*(1+a)E24

In Equation (1), we replace Popt by the weighted probabilities to obtain the threshold that is used to elect the cluster head in each round.

We define as TSnrm the threshold for normal nodes, and TSadv the threshold for advanced nodes. Thus, for normal nodes, we have:

TSnrm=Pnrm1-Pnrm*(r mod 1Pnrm)*Es_currentEsinitial if SnrmGnrm0 otherwiseE25

Where ris the current round, Gnrm is the set of normal nodes that have not become cluster heads within the last 1/Pnrm rounds of the epoch and TSnrmis the threshold applied to normal nodes.

Similarly, for advanced nodes, we have:

TSadv=Padv1-Padv*(r mod 1Padv)*Es_currentEsinitial if SadvGadv0 otherwiseE26

Where r is the current round, Gadvis the set of advanced nodes that have not become cluster heads within the last 1/Padv rounds of the epoch, and TSadvis the threshold applied to advanced nodes.

5.4. Summary of HABRP

HABRP is a self-organizing, adaptive clustering protocol that uses randomization to distribute the energy load evenly among the sensors in the network. Each sensor elects it self to be a gateway at the beginning of each round with a certain probability.

These gateway nodes broadcast their status to the other sensors in the network using advertisement message (ADV). The non-gateway nodes elect themselves to be cluster-heads with a certain probability.

These cluster-head nodes broadcast their status to the other sensors in the network using advertisement message (ADV). The non-cluster-head nodes wait the cluster-head announcement from other nodes. Each sensor node determines to which cluster it wants to belong by choosing the cluster-head that requires the minimum communication energy, and send the join-request (Join-REQ) message to the chosen cluster head, and the cluster-head nodes wait for join-request message from other nodes.

Once all the nodes are organized into clusters, each cluster-head creates a schedule for the nodes in its cluster. This allows the radio components of each non-cluster-head node to be turned off at all times except for its transmit time, thus minimizing the energy dissipated in the individual sensors. Once the cluster-head has all the data from the nodes in its cluster, the cluster-head node aggregates the data and then transmits the compressed data:

  • To the chosen gateway that requires the minimum communication energy to reduce the energy consumption of cluster head and decrease probability of failure nodes if :

ECH_to_BS> ECH_to_Gat+ EGat_to_BSE27

These collected data are transmitted to the base station using cluster head-gateway-base station routing.

  • To the Base station directly if :

ECH_to_BS ECH_to_Gat+ EGat_to_BSE28

Where ECH_to_BS is total energy dissipated for send data from cluster head to the base station and ECH_to_Gat is total energy dissipated for send data from cluster head to the Gateway and EGat_to_BS is total energy dissipated for send data from Gateway to the base station as shown in Fig.9.

Figure 9.

Cluster head would transmit to Base Station through Gateway if ECH_to_Gat+ EGat_to_BS< ECH_to_BS

Advertisement

6. Simulation

6.1. Parameter settings

We use a 100m×100m region of 100 sensor nodes scattered randomly. MATLAB is used to implement the simulation. To make a fair comparison, we introduce advanced energy levels to LEACH and SEP nodes with same settings as in our HABRP protocol, so as to assess the performance of these protocols in the presence of heterogeneity.

Specifically, we have the parameter settings:

NotationDescriptionValue
M x MArea100x100, 300x300
NNumber of the sensors100, 900
sinkX, sinkYSink node location50x50, 50x200,
50x300, 300x300
E0Initial energy0.5 J
EelecElectronics energy50nJ/bit
EDAEnergy of data aggregation5nJ/bit
d0The threshold distance87m
εfsAmplified transmitting energy using free space10pJ/bit/ m 2
εmpAmplified transmitting energy using multipath0.0013pJ/bit/ m4
kData packet size500bytes
kbroadBroadcast packet size25 bytes
PoptProbability0.05
Coptoptimum number of clusters5
Ngnumber of gateway nodes4

Table 1.

Simulation parameter

6.2. Simulation metrics

Performance metrics used in the simulation study are:

  • Energy consumption analysis

  • Length of stable region for different values of heterogeneity. Stability period is the period from the start of the network operation and the first dead node. We also refer to this period as “stable region”

  • Number of alive nodes per round.

  • Percentage of Node death

  • Variation of the Base Station Location

  • Sensitivity to degree of heterogeneity in large-scale networks.

  • Improvement of Stability period:

Improvement=Stable period of HABRP-Stable period of LEACHStable period of LEACHE29

6.3. Simulation results

6.3.1. Energy consumption analysis

The performance of HABRP is compared with that of the original LEACH and SEP in terms of energy and is shown in Fig.10 and Fig.11.

With the use of gateway nodes for data transmission from cluster heads to the sink, the energy consumption of the network is decreased. This is due to the gain of the energy dissipated by cluster heads to the base station. From the graph it is clear that HABRP can achieve twice the energy savings than LEACH and SEP protocol.

Fig.10 illustrates the energy performance of HABRP in homogeneous WSNs.

Figure 10.

Energy analysis comparison of HABRP, LEACH and SEP in Homogeneous WSN (100m x 100m, 100 nodes, 0.5J/node, a=0(Homogeneous WSNs))

Fig.11 illustrates the energy performance of HABRP in heterogeneous WSNs.

6.3.2. Network lifetime

The number of nodes alive for each round of data transmission is observed for the HABRP protocol to evaluate the lifetime of the network. Fig.12 shows the performance of HABRP compared to LEACH and SEP. It is observed that the HABRP outperforms LEACH and SEP due to balanced energy dissipation of individual node through out the network.

Figure 11.

Energy analysis comparison of HABRP, LEACH and SEP (100m x 100m, 100 nodes, 0.5J/node, m=0.2, a=3(Heterogeneous WSNs))

Figure 12.

Number of alive nodes per round with 100m x 100m, 100 nodes, 0.5J/Normal node, 1J/Advanced node m=0.2, a=1, BS(50,50)

6.3.3. Variation of the Base Station Location

The results presented in the previous section show that HABRP is more energy-efficient than LEACH and SEP routing. Is this just a function of the simulation parameters? What happens if the base station is actually located within the network or very far away from the network? To answer these questions, we ran simulations where we varied the location of the base station from (x= 50, y= 50) to (x =50, y=300).

Figure 13.

Number of alive nodes per round with 100m x 100m, 100 nodes, 0.5J/Normal node, 2J/Advanced node, m=0.2, a=3, BS(50,200)

Figure 14.

Number of alive nodes per round with 100m x 100m, 100 nodes, 0.5J/Normal node, 2J/Advanced node, m=0.2, a=3, BS(50,300)

For all base station locations we simulated, as the base station moves further away from the network, the performance of HABRP improves compared to LEACH and SEP.

6.3.4. Percentage of Node death

The number of rounds for 1%, 20%, 50%, 80% of node death is observed for HABRP, LEACH and SEP in Fig.13 and Fig.14. From the results of Fig.13 the stability period of LEACH and SEP protocols is limited to 892 rounds and the HABRP protocol extents up to 1335 rounds in homogeneous WSNs. In heterogeneous WSNs HABRP provides an extended lifetime of approximately twice LEACH protocol. HABRP has longer lifetime than LEACH and SEP.

Figure 15.

Node death percentage per number of Rounds with 100m x 100m, 100 nodes, 0.5J/node, a=0

Figure 16.

Node death percentage per number of Rounds with 100m x 100m, 100 nodes, 0.5J/Normal node, 1.0J/Advanced node m=0.2, a=1

6.3.5. Stable region in heterogeneous WSNs

In fig.15 the length of stable region for differnet values of energy heterogeneity is simulated, we observed that if we increase the number of NCG nodes witha=1, the stability period is extended of approximately twice as LEACH protocol. In heterogeneous WSNs, HABRP has longer stable region than LEACH and SEP for differnet values of energy heterogeneity.

Figure 17.

Length of stable region for differnet values of energy heterogeneity with 100m x 100m, 100 nodes, 0.5J/node, a=1

6.3.6. Heterogeneity in large-scale networks

We simulated the performance changes in large network with 900 nodes in area 300mx300m.

Figure 18.

Sensitivity of HABRP, LEACH and SEP to degree of heterogeneity in large scale networks with 900 nodes in an 300mx300m field.

In Fig.16. the simulation result shows, that the network lifetime decrease in large area network and the period that the first dead node appears is earlier than those of previous cases. The phenomenon is caused by the fact that the cluster heads waste the considerable amount of energy for transmitting their data to the far away base station. In HABRP cluster head would transmit data to base station through gateway to eliminate that the cluster head far away from the base station dissipate their energy much faster than those close to the BS. HABRP outperforms LEACH and SEP for different values of total additive energy a*m. Because in LEACH and SEP, all cluster heads transmits aggregated data to the BS directly.

6.3.7. Improvement of stability period

The comparison results are shown in Table2. show that HABRP is more energy-efficient and the stability period is extended than LEACH in both homogeneous and heterogeneous WSNs.

FND (First Node Dies)a*m LEACHHABRPImprovement
0892133549,66%
0.1908170487,66%
0.31020182078,34%
0.51076188875,46%
0.71100196678,72%
0.91145211184,36%

Table 2.

Improvement of HABRP compared to LEACH with a=1

6.4. Result analysis

From our simulations, we observed the followings:

  • HABRP can achieve twice the energy savings than LEACH and SEP protocol.

  • HABRP outperforms LEACH and SEP due to balanced energy dissipation of individual node through out the network and extends network lifetime.

  • For all base station locations we simulated, as the base station moves further away from the network, the energy efficient performance of HABRP improves compared to LEACH and SEP.

  • In heterogeneous WSNs, HABRP provides an extended lifetime of approximately twice LEACH protocol and the stability period of the HABRP was prolonged than LEACH and SEP in heterogeneous settings.

  • Energy dissipation is balanced between normal nodes and advanced nodes in the HABRP compared to LEACH and SEP.

  • Balancing the energy consumption, reducing the phenomenon of rapid death of the cluster head caused by excessive energy consumption, also preventing the situation of instability period caused by one cluster head failure to work, ensure that the network work normally.

  • Using gateway and cluster head, it saves excessive energy consumption for long-distance transmission, increased energy utilization of the entire network.

The simulation results show that HABRP protocol could suitably form clusters and effectively prolonging the survival time of the entire networks.

Advertisement

7. Conclusion

Energy efficient routing is paramount to extend the stability and lifetime of the wireless sensor networks. Routing in sensor networks is very challenging due to several characteristics that distinguish them from traditional communications and wireless ad-hoc networks since several restrictions, e.g., limited energy supply, computing power, and bandwidth of the wireless links connecting sensor nodes. The major difference between the WSN and the traditional wireless network is that sensors are very sensitive to energy consumption. Introducing clustering into the networks topology has the goal of reducing the number of message that need to be delivered to the sink in large-scale WSNs.

In this chapter, we have proposed an Hierarchical Adaptive Balanced energy efficient Routing Protocol (HABRP) for wireless sensor networks. The energy efficiency and ease of deployment make HABRP a desirable and robust protocol for wireless sensor networks. In order to improve the lifetime and performance of the network, routing in HABRP works in rounds and each round is divided into two phases, the Set-up phase and the Steady State phase. During the set-up phase some high-energy nodes called NCG nodes are elected gateways, other choised cluter heads and the clusters are organized. During the steady-state phase, data are transmitted from the cluster members nodes to the cluster head to agregate data and transmit it to the base station through a chosen gateways that requires the minimum communication energy to reduce the energy consumption of cluster head and decrease probability of failure nodes.

Simulation results shows that the HABRP improves the stable region of the clustering hierarchy and decrease probability of failure nodes and increase the lifetime of the network due to balanced energy dissipation of individual node through out the network and extends network lifetime. Balancing the energy consumption, reducing the phenomenon of rapid death of the cluster head caused by excessive energy consumption, also preventing the situation of instability period caused by one cluster head failure to work, ensure that the network work normally.

Finally, HABRP is scalable and achieves better performance compared to SEP and LEACH in both heterogeneous and homogenous environments.

References

  1. 1. HeinzelmanW.ChandrakasanA.BalakrishnanH. 2000 Energy-Efficient Communication Protocol for Wireless Microsensor Networks. Proceedings of HICSS ‘00.
  2. 2. AkkayaK.YounisM. 2005 A survey on routing protocols for wireless sensor networks, Ad Hoc Networks 3 3 325349.
  3. 3. LindseyS.RaghavendraC. S. 2002 PEGASIS: Power Efficient GAthering in Sensor Informatio Systems. Proceedings of the IEEE Aerospace Conference, Big Sky, Montana, March.
  4. 4. SmaragdakisG.MattaI.BestavrosA. 2004 SEP: A Stable Election Protocol for clustered heterogeneous wireless sensor networks. Second International Workshop on Sensor and Actor Network Protocols and Applications,
  5. 5. QingL.ZhuQ.WangM. 2006 Design of a distributed energy efficient clustering algorithm for heterogeneous wireless sensor networks. ELSEVIER, Computer communications 29, 22302237.
  6. 6. DuX.LinF. 2005 Improving Routing in Sensor Networks with Heterogeneous Sensor Nodes. Proceedings of IEEE 61st Vehicular Technology Conference, VTC, 4 25282532.
  7. 7. LI Han, 2010 An Energy Efficient Routing Algorithm for Heterogeneous Wireless Sensor Networks. Proceedings of th International Conference on Computer Application and System Modeling, 3-612 V3612 - V3-616, IEEE.
  8. 8. XuegongQ.FuchangM.ChYan. Y.Weizhao 2009 The Protocol of Cluster Multi-Hop Transmission Based on Heterogeneous Wireless Sensor Networks. Proceedings of International Conference on Computational Intelligence and Software Engineering, CiSE. 14, IEEE.
  9. 9. KatiyarV.ChandN.SoniS. 2011 A Survey on Clustering algorithms for Heterogeneous Wireless Sensor Networks. Internationnal journal Advanced Networking and Applications 02 04 745754,
  10. 10. YarvisM.KushalnagarN.H. Singh (2005).Exploiting heterogeneity in sensor networks, IEEE INFOCOM, 2005
  11. 11. W.B.Heinzelman et al. (2002),An application-specific protocol architecture for wireless microsensor networks, IEEE Transactions on Wireless Communications 1 14 4 660670.
  12. 12. SheikhpourR.JabbehdariS.Khadem-ZadehA. 2011 Comparaison of Energy Efficient Clustering Protocols in Heterogeneous Wireless Sensor Networks. International Journal of Advanced Science and Technology. 36

Written By

Said Ben Alla, Abdellah Ezzati and Ahmed Mohsen

Submitted: 15 April 2012 Published: 17 October 2012