Next Article in Journal
Field Monitoring of Column Shortenings in a High-Rise Building during Construction
Previous Article in Journal
Offset Printing Plate Quality Sensor on a Low-Cost Processor
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Energy Efficient Stable Election-Based Routing Algorithm for Wireless Sensor Networks

1
School of Computer and Software, Jiangsu Engineering Center of Network Monitoring, Nanjing University of Information Science & Technology, Nanjing 210044, China
2
School of Software, Dalian University of Technology, Dalian 116620, China
3
Computer Engineering Department, Kyung Hee University, Suwon 449-701, Korea
*
Author to whom correspondence should be addressed.
Sensors 2013, 13(11), 14301-14320; https://doi.org/10.3390/s131114301
Submission received: 9 September 2013 / Revised: 18 October 2013 / Accepted: 18 October 2013 / Published: 24 October 2013
(This article belongs to the Section Sensor Networks)

Abstract

: Sensor nodes usually have limited energy supply and they are impractical to recharge. How to balance traffic load in sensors in order to increase network lifetime is a very challenging research issue. Many clustering algorithms have been proposed recently for wireless sensor networks (WSNs). However, sensor networks with one fixed sink node often suffer from a hot spots problem since nodes near sinks have more traffic burden to forward during a multi-hop transmission process. The use of mobile sinks has been shown to be an effective technique to enhance network performance features such as latency, energy efficiency, network lifetime, etc. In this paper, a modified Stable Election Protocol (SEP), which employs a mobile sink, has been proposed for WSNs with non-uniform node distribution. The decision of selecting cluster heads by the sink is based on the minimization of the associated additional energy and residual energy at each node. Besides, the cluster head selects the shortest path to reach the sink between the direct approach and the indirect approach with the use of the nearest cluster head. Simulation results demonstrate that our algorithm has better performance than traditional routing algorithms, such as LEACH and SEP.

1. Introduction

Technology advancements in the areas of micro-mechatronic systems and wireless networks, etc. have allowed the rapid development of wireless micro-sensors for wireless communications. Wireless Sensor Networks (WSNs) comprise massive amounts of sensor nodes which make up the network for monitoring the region of interest and feed data about the targets or events of interest back to the end-users. WSNs usually include tiny, inexpensive and resource limited devices which communicate with each other in a multi-hop manner. WSNs can be widely used to perform military tracking and surveillance, natural disaster relief, hazardous environment exploration and health monitoring, etc. [13].

Due to the fact that it is impractical, if not impossible, to recharge sensor nodes, it is very important to design energy efficient routing algorithms or protocols to improve the energy efficiency of sensors by balancing and minimizing the energy consumption, and thus prolong network lifetime for WSNs [4]. In general, the sources of the energy consumption consist of three parts, namely sensing, processing and communication. We only consider the energy consumption during the communication process due to the fact that to transmit one bit of message consumes around 3,000 times more energy than to process the message.

An unbalanced energy assumption phenomenon occurs when the one-hop neighboring sensors deplete their battery power, and those sensors far away may still have more than 90% of their initial energy unused [57]. When comparing with sensors far from the sink, nearby sensors are shared by more sensor-to-sink paths, thus they have heavier message relay loads, and consume more energy [8]. To solve this problem, many energy efficient routing algorithms and protocols have been proposed in recent years, including clustering based routing protocols [916], mobile sink based routing protocols [1722], power-aware routing [2325] and multi-level transmission radii routing [26].

Clustering has characteristics such as scalable, energy-efficient, lower latency, etc. which make it a popular technique for WSNs. The idea is to select a set of cluster heads from the set of nodes in the network, and then cluster the remaining nodes with these heads [12]. The data gathered are transmitted through cluster heads to remote base stations or sink nodes. However, sink nodes are always fixed, which could result in the neighboring nodes to dying much faster and causing network partition as well as isolated sensors. A typically clustered sensor network is illustrated in Figure 1.

The use of mobile sinks can potentially provide energy-efficient data collection with well-designed networking protocols for WSNs [27]. When using the mobile sink in practice, the sink nodes can be attached to vehicles, animals or people that can move inside the region of interest. Usually, static sink nodes are not very efficient [28]. Although single hop data collection is feasible in networks deployed in small regions, the multi-hop transmission manner is more commonly used in large sensor areas [29]. Intuitively, mobile sinks gain advantages by mitigating the so-called hot spot problem, balancing energy among sensor nodes, prolonging network lifetime, reducing transmission latency, and improving network performance by periodically accessing some isolated nodes into the network.

In this paper, we propose a Mobile sink-based improved algorithm for Stable Election (MSE) with non-uniform node distribution for WSNs. In this improved algorithm, the trajectory of mobile sinks locates in the centre line of the sensing field. Sink nodes move back and forth along the designed trajectory. The network is divided into several clusters based on the Stable Election Protocol (SEP) [30]. Each cluster head collects data and feeds it to the mobile sink.

The rest of the paper is organized as follows: Section 2 describes some related work, and our system model is provided in Section 3. In Section 4, our proposed MSE algorithm is explained in detail. Section 5 presents extensive simulation results and analysis. Section 6 gives a discussion of our work and finally Section 7 concludes this paper.

2. Related Work

Low-Energy Adaptive Clustering Hierarchy (LEACH) is a classic clustering algorithm for WSNs. It is a clustering-based protocol that utilizes randomized rotation of local cluster heads to evenly distribute the energy load among the sensors in the network. As the authors claimed, LEACH reduces communication energy by as much as 8 times compared with direct transmission and minimum-transmission-energy routing [9]. Its advantages can be summarized as follows: first, it can prolong the network lifetime compared to the original plane routing protocol and static clustering algorithms. Second, the cluster heads fuse the data collected from the corresponding areas, and transfer it to the sink node, which could effectively raise the energy use ratio. Finally, LEACH distributes the task among every sensor node, reducing the overload of individual nodes. LEACH-C was proposed in [10] to cope with the disadvantages of LEACH. It uses a central control algorithm to form clusters, which distributes cluster heads more evenly throughout the network. To make sure the energy load is evenly distributed among all nodes, the base station computes the average node energy. Nodes with energy below the average cannot be used as cluster heads for the current round [10].

However, LEACH-type protocols have some disadvantages. First, the algorithm offers no guarantee about the placement and number of cluster head nodes. Second, if the cluster head dies in round n, the whole cluster is unable to transfer its data to the base station until the next round. This intermittent failure of clusters could be a disaster when monitoring a region in real-time. Third, the individual sensor nodes transfer their data to the cluster head through single-hops, which is not suitable for large-scale networks. Therefore, further research has been undertaken into some of these issues.

The main idea in Power-Efficient GAthering in Sensor Information System (PEGASIS) is to make the energy load distribution more even among sensors for WSNs. Each node will receive from and transmit to close neighbors and take turns being the leader for transmissions to the base station [11]. It assumes that all nodes have global knowledge of the network; the base station is fixed at a far distance from the sensor nodes; the sensor nodes are homogeneous and energy constrained with uniform energy; and the energy cost for transmitting a packet depends on the distance of transmission. PEGASIS builds a chain to ensure that all nodes have close neighbors. When a node dies, the chain is reconstructed to bypass the dead node.

The Hybrid Energy-Efficient Distributed (HEED) [12] algorithm selects cluster heads according to a hybrid of node residual energy and a secondary parameter, such as node proximity or node degree. There is a tradeoff between extending the time until the first node dies (FND) and the time until the last node dies (LND). In [13], an evolutionary-based routing protocol has been proposed to obtain a better compromise between stability and network lifetime. It can guarantee a better tradeoff between the lifespan and the stability period of the network with efficient energy utilization. As the tradeoff that exists between network lifetimes and sensing coverage is the major problem in fixed sink networks, the authors in [31] proposed an energy-aware coverage-preserving hierarchical (ECHR) algorithm which accommodates energy-balance and coverage-preservation.

In [14], a distance aware intelligent clustering (DAIC) was proposed. The key concept is dividing the network into tiers and selecting the high energy CHs at the nearest distance from the base station. In [15], an Energy-Efficient Unequal Clustering (EEUC) mechanism for periodical data gathering in WSNs is proposed to address the hot spots problem. It partitions the nodes into clusters of unequal size, and clusters closer to the base station have smaller sizes than those farther away from the base station. In [16], an energy-aware clustering algorithm (EADC) was proposed using competition range to construct clusters of even sizes. The routing algorithm of EADC increases forwarding tasks of the nodes in scarcely covered areas by forcing cluster heads to choose nodes with higher energy.

Recently, several applications which introduce sink mobility into the wireless sensor networks have appeared. In some applications, mobile elements have been taken forward to attach network node for data collection [3235]. It is very promising to use mobile sink to improve network lifetime without causing negative impacts to the network. This is because the role of hot spot node will rotate among most sensors, which will basically balance the traffic load throughout the whole sensor network.

In [17], a mobility-based clustering (MBC) protocol for WSNs with mobile nodes is proposed. The authors consider residual energy together with the current speed of each sensor node. A threshold value is multiplied by the factors representing the residual energy and the current speed of a node. Using this threshold, the nodes with more residual energy and lower speed may have more probability to be selected as cluster heads. MBC used a heuristic mechanism in which each sensor wakes itself up one timeslot before its scheduled timeslot according to the TDMA schedule and goes back to sleep mode after its timeslot.

A network infrastructure based on the use of controllably mobile elements was discussed in [36], with the essential of reducing the communication energy consumption at the energy constrained nodes and, thus, increasing useful network lifetime. The controllable mobile infrastructure can reduce energy consumption at the energy constrained nodes and, thus, increase useful network lifetime. In particular, the infrastructure focuses on network protocols and motion control strategies. The significant issue to be noticed is that the controllably mobile infrastructure tests using a practical system and do not assume idealistic radio range models or operation in unobstructed environments.

A novel geographic routing for mobile sinks has been proposed by [37] to address the issue that frequent location updates of mobile sinks may lead to both rapid energy consumption of the sensor nodes and increased collisions in wireless transmissions. The proposed scheme takes advantage of the wireless broadcast transmission nature of wireless sensor nodes. When a sink moves, the new location information is propagated along the reverse geographic routing path to the source during data delivery.

An Energy-Balanced Data Collection (EBDC) mechanism using a mobile data collector in WSNs was proposed in [38]. EBDC considers a circular monitoring region which has been geographically partitioned into a number of circular tracks. To cope with the energy unbalance problem, the authors determined the trajectory of a mobile data collector (or mobile sink) such that the data-relaying workloads of all sensors can be totally balanced. In [39], based on sensor transmission range r and the velocity of the mobile sink v, the authors evaluated the energy performance for both static and mobile sinks. They evaluated their algorithm in C++ simulator with limited energy. The authors found an balance for the mobile sink's moving speed, making sensors meet mobile sink more commonly, besides a sufficiently long session interval for the sensor and sink to successfully exchange one potentially long packet.

The Backbone-based Virtual Infrastructure (BVI) approach has been proposed to avoid the routing structure construction [18]. The BVI approach supports sink mobility without global position information. However, BVI networks are always considered as single hop networks, which makes the tree organize into too many cluster heads. Thus, in [19], a novel BVI-based communication protocol to support sink mobility without global position information was proposed. The authors used multi-hop clusters and rendezvous cluster heads to reduce the number of cluster heads.

In [20], the authors propose a novel localized Integrated Location Service and Routing (ILSR) scheme for data communications from sensors to a mobile sink in wireless sensor networks. In ILSR, sinks update their location to neighboring sensors after or before a link breaks and whenever a link creation is observed. ILSR is the first localized protocol that considers both unpredictable and controllable sink mobility. It further reduces message cost, without jeopardizing this property, by dynamically controlling the level of location updating.

In [21], to address the issue that a mobile sink with constant speed has limited communication time to collect data from sensor nodes deployed randomly, a Maximum Amount Shortest Path (MASP) collection scheme has been proposed. The MASP scheme can increase network throughput and conserves energy by optimizing the assignment of sensor nodes. In [22], a simulation-based analysis of the energy efficiency of WSNs with static and mobile sinks was proposed. It focused on mobility path of the sink and duty cycling value of the nodes. It also revealed that it is important to consider both Emax and Ebar in the energy analysis of a routing protocol, as improvement in one can result in degradation of the other and vice versa. It has also been observed that adopting a mobile sink and reducing the duty cycle of the nodes does not necessarily reduce the energy dissipation of the WSNs.

In [40], the authors proposed an improved stable election protocol based on mobile sinks for WSNs. However, the only thing that was taken into consideration was to combine SEP with the mobile sink which makes the evaluation of network lifetime not long enough. In this paper, we try to improve upon the work in [40], and further improvements with more explanation and comparisons will be proposed in the following sections.

3. System Model

3.1. Basic Assumptions

We make the following basic assumptions for WSNs in this paper:

(1)

All sensor nodes are fixed after deployment;

(2)

Each sensor node has a unique ID;

(3)

Links are symmetric;

(4)

There are no obstacle objects between communication pair;

(5)

Sensor nodes are location-aware and can adjust their transmission power based on distance.

As can be seen from the assumptions above, the network is not assumed to be homogenous. It can be heterogeneous with various types of sensors and sink nodes (static or mobile ones). Some advanced sensor nodes and mobile sink nodes with more powerful energy supply can be applied here.

3.2. Network Model

A non-uniform distributed WSN is shown in Figure 2, where a static sink locates at the center of the network. In this paper, we consider a network with N sensors randomly dispersed in a rectangular network.

The network is clustered into a group of clusters. Sensors are selected as cluster heads based on T(n), which will be discussed in Section 4. The sensors will transmit their sensed data to the sink through cluster heads via a single-hop or multi-hop transmission.

The network model can be described as an undirected connectivity graph G(S,E), where s is the set of all sensor nodes and E(i,j) is the set of wireless link between node i and node j. To indicate a sensor node condition, a function with position, residual energy, initial energy, and communication range is considered in Equation (1) where (x(i,n), y(i,n)), represents the position, e(i,n) is the residual energy, E(i,n) is the initial energy, and Ri is the transmission range:

Ψ i ( n ) = f ( ( x ( i , n ) , y ( i , n ) ) , e ( i , n ) , E ( i , n ) , R i )

In terms of energy consumption and network lifetime, a mobile sink based strategy is proposed in Figure 3 to achieve better network performance, where the gray thick line is the predetermined movement path for mobile sink. As is shown in Figure 3, every circle indicates a sensor with position of (x(i,n), y(i,n)) and residual energy of e(i,n). Mobile sink node will move back and forth along the path in order to gather data packets from cluster heads.

3.3. Energy Model

We use the first order radio energy model [10] here in Equation (2). To transmit an l-bit length message through a distance d, the energy consumption by the radio is given by:

E T x ( l , d ) = E T x elec ( l ) + E T x amp ( l , d ) = { l E elec + l ε f s d 2 , d < d o l E elec + l ε m p d 4 , d d o
where ETxelec represents transmitter electronics, ETxamp represents receiver electronics, Eelec is the energy expended to transmit or receive one bit data, εfs and εmp illustrate the amplifier model we use, and l is the length for data waiting to be transmitted. The electronics energy Eelec depends on factors like the digital coding, modulation, filtering, and spreading of the signal, whereas the amplifier energy varies according to the distance d between a receiver and a sender. When, d < d0, a free space channel model is accepted, while multi-path channel model is used when dd0.

We have d 0 = ε f s / ε m p by equaling εfsd2 and εmpd4, εfs where represents free space fading and εmp represents multipath fading. To receive the message, the radio consumes:

E R x ( l ) = E R x elec ( l ) = l E elec

The total energy consumption in the network is calculated in Equation (4), where EDA represents the energy for data aggregation and N is the number of nodes distributed uniformly in the network:

E tot = L ( 2 N E elec + N E D A + ε m p k d toBS 4 + N ε f s M 2 2 π k )

The optimum number of clusters can be found by setting the derivative of Etot with respect to k to zero, which is shown in Equation (5) as follows:

k opt = N 2 π ε f s ε m p M d toBS 2
P opt = k opt N

4. Our Proposed MSE Algorithm

In this paper, a modified Stable Election Protocol (SEP) which employs a mobile sink, with nonuniform node distribution for the WSNs, is proposed. The selection of cluster heads is based on the minimization of the associated additional energy and residual energy in each node. Additionally, the cluster head selects the shortest path to reach the sink between the direct approach and indirect approach with the use of the nearest cluster head.

4.1. Route Set-up Phase

4.1.1. Cluster Heads Selection

Same as [9], the threshold of cluster heads is set in Equation (7) as follows:

T ( n ) = { P 1 P [ r mod ( 1 / P ) ] i f n G , 0 otherwise ,
where P is a ratio of cluster heads among all sensors, 1/P is the expected number of nodes in one cluster, r is the index of the current round and G is the set of nodes that have not been cluster heads in the last r mod(1/P) rounds.

In each round, sensor node generates a random number between 0 and 1. If the random number is smaller than the current T(n), it will be selected as a cluster head. After the sensor node is selected as a cluster head, its corresponding T(n) will be set to be 0. Hence, every random number between 0 and 1 will not be smaller than the corresponding T(n), which ensures that the cluster heads will not be selected twice within 1/P round. Sensor nodes which have not been selected as cluster heads will continue the selection with threshold T(n) which will increase as round increases. After the (1/P−1) round,T(n)=1. Thus, the remaining nodes which have not yet been cluster heads will be cluster heads in the last round.

In our proposed algorithm, we consider the network to be heterogeneous, where there are m percentage advanced nodes which have the additional energy factor (α) in itself compared with normal nodes. In [30], to deal with this kind of heterogeneous sensor network, SEP has been proposed, and discussed in detail. With these advanced and normal nodes, this kind of heterogeneous layout has no effect on the density of the network. Hence, the previous set of Popt has no need to change. We assume the initial energy to be E0. The energy of advanced node in our proposed sensor network is E0 ·(1+ α). The total energy of new heterogeneous network is calculated in Equation (8):

N ( 1 m ) E 0 + N m E 0 ( 1 + α ) = N E 0 ( 1 + α m )

Hence, the total energy increases by (1+ α·m) times. Virtually there are n·(1+ α·m) nodes with energy equal to the initial energy of a normal node. Based on equations of probabilities for advanced and normal nodes, which discussed in detail in [30], we improved the selection method with the residual energy of certain sensor nodes. As is shown in Equation (9), the weighed probability for normal nodes is:

P nrm = P opt 1 + α m E residual E 0
where Popt is the optical percentage of cluster head, α is the factor of additional energy, m is the percentage of advanced nodes, Eresidual is the energy left in sensor nodes after certain rounds, and E0 is the initial energy of any nodes. Similarly, in Equation (10), weighed probability for advanced nodes is:
P adv = P opt 1 + α m × ( 1 + α ) E residual E 0

SEP replaces Popt by the weighted probabilities discussed above. Define T(snrm) as threshold for normal nodes and T(sadv) as threshold for advanced nodes. As is illustrated in Equation (11), for normal nodes:

T ( s nrm ) = { P nrm 1 P nrm [ r mod ( 1 / P nrm ) ] i f n G ' 0 otherwise
where r is the current round, G′ is the set of nodes which have not become cluster heads within the last 1/Pnrm rounds, and T(snrm) is the threshold applied to a population of normal nodes. Similarly in Equation (12), for advanced nodes, we define:
T ( s adv ) = { P adv 1 P adv [ r mod ( 1 / P adv ) ] if n G ' 0 otherwise
where r is the current round, G″ is the set of nodes that have not become cluster heads within the last 1/Padv rounds, and T(sadv) is the threshold applied to a population of normal nodes [30].

4.1.2. Cluster Formation

In this section, we construct a routing tree based on cluster heads set which have been elected and the communication procedures are illustrated in Figure 4.

During the broadcasting phase, each cluster head broadcasts an advertisement message (ADV_Msg) and its ID, location and type to sensors within its range using carrier-sense multiple access mechanism. Each normal cluster head will record the ID and location of an advanced cluster head with the strongest received signal strength (RSS).

During the decision phase, each non-cluster head node determines its cluster in this round by choosing the appropriate cluster head which has the strongest RSS of the ADV_Msg. After such a node has decided which cluster it belongs to, a join message (J_Msg) will be send to the corresponding cluster head with its ID and the chosen cluster head's ID. After the cluster head receives all the J_Msg, it sets up a TDMA schedule and transmits this schedule to the sensor nodes in its cluster. By using a TDMA schedule, collisions during messages transmission can be effectively avoided, and sensor nodes can be turned off if not on duty. This can effectively reduce the energy consumption for sensor nodes and prolong the lifetime of network.

Assume a normal node's distance to the mobile trajectory and to the nearest advanced node, which has a distance of dm to the trajectory, are dn and da respectively. As is shown in Figure 5, if the vertical distance from a normal cluster head to the mobile sink trajectory is longer than the distance between itself to its nearest advanced cluster head, it will calculate the vertical distance from the advanced cluster head to the trajectory. Finally, only when d m 2 > d a 2 + d n 2, the normal cluster head will transmit its packet to the advanced cluster head. The packet will be fused and forwarded along with the data gathered in the cluster. As the distance will be calculated in each round, our algorithm's complexity equals to O(n2).

4.2. Route Steady Phase

In our proposed MSE algorithm, data of the interested region are sensed by the non-cluster-nodes in the network, and are transmitted to the respective cluster heads. To minimize the energy consumption in the network, the huge amount of data gathered in the cluster head ought to be fused into a single data message before transmitting to the mobile sink. After all the data in the cluster are gathered, the cluster head sleeps to further reduce energy consumption.

However, if there are two cluster heads with the same coordinate in the Y-axis, some collision would happen. To avoid this collision, we define the mobile sink moving once back and forth through the trajectory to be a round. In the first half round, the mobile sink only receives the data from the cluster heads in the left side of its trajectory, and the right part in the second half round.

4.3. Route Maintenance Phase

In real world implementation, as shown in Figure 6, there is a chance that the advanced cluster head will die in a certain round or somehow there is a block between some sensor nodes, causing unexpected failures. Once the advanced cluster head dies or is blocked, its corresponding normal cluster head will no longer have a next-hop, leading a certain area to be unreachable, and finally making the data inaccurate. However, reclustering a whole network only to solve one failure may result in significant waste of resources.

To solve this phenomenon, calculating the residue energy of any advanced cluster head is recommended. As shown in Figure 7, once the residue energy is not sufficient for the next data transmission and forwarding, it will send a STOP_Msg to its corresponding normal cluster head and delete itself from the sensor network. In the meantime, the TDMA schedule ought to be updated. After the normal cluster head receives the STOP_Msg, it will compare its distance to the adjacent advanced cluster head and trajectory. From this step on, the procedure is exactly the same as the set-up phase. As illustrated in Figure 6, once the original advanced cluster head dies, the corresponding normal cluster head carries out the procedure above immediately, and forwards its data direct to the mobile sink.

5. Performance Evaluation and Discussion

5.1. Simulation Environment

We use the MATLAB simulator to evaluate the performance of our proposed MSE algorithm. Simulation parameters are listed in Table 1, where 100 sensor nodes are distributed randomly in a rectangular region of 200 × 200 m2. There are 20% of advanced nodes which are equipped with 400% more energy than normal nodes (which means m = 0.2 and α = 4). Obviously, the network with high density of advanced nodes will have a relatively long lifetime.

5.2. Performance Evaluation

Figure 8 shows that the energy consumption increases when it gets further away from the sink node, which shortens the network lifetime. The MSE algorithm consumes less energy with the mobile sink inside the network. However, we cannot explain why the decreasing rate of live nodes get slower in round 150–200 while the fixed sink lies in location (100, 300). To our best knowledge, this phenomenon may be caused by the uniform distribution.

Figure 9 shows that the energy consumption rate of LEACH is much larger than our MSE. Consequently, the energy in a LEACH network get drained much earlier than in a MSE one at the location about 400 rounds away from the sink node. The MSE energy consumption for both methods are almost linear before 500 rounds, while the linear part for the energy consumption curve of LEACH is before round 150. For the better illustration of these two energy consumption curves, we only choose the data within 1,500 rounds in order to magnify the bi-linearity of the energy consumption curve of LEACH.

Figure 10 shows the number of live nodes during the simulation lifetime. We choose 1,500 rounds here to have clearer view. We can find that the time when the first node dies in MSE is much longer than that in LEACH and SEP, nearly 2.5 times longer than SEP and 5 times longer than in LEACH. Figure 10 also indicates that the number of live nodes decreases more and much faster as time goes by.

Table 2 shows the round when the first node dies in the three protocols respectively. The longer the time for the first node to die, the more balanced the network will be. In a network which requires a more stable working time, the proposed MSE method will be more suitable.

Figure 11 shows the number of packets received by the sink. As illustrated, the result shows that MSE has a higher number of data received than LEACH and SEP. In the first 200 rounds, the three proposed algorithms have nearly the same packet delivery numbers. However, after 500 rounds, the sensors in the network with the LEACH protocol drain out totally and transmit no packets, while SEP and MSE continue delivering and forwarding data. The network using SEP drains out at about 2,500 rounds, while MSE lasts for almost 5,000 rounds. The amount of packets received by the sink node in the network using the MSE protocol is thus about 4 times larger than that of LEACH and 2 times larger than SEP.

6. Discussion

6.1. Mobile Sink Advantage

In fixed sink node networks, as sinks are always away from sources, the transmission paths from areas of interest to a sink node often form certain multihop routing paths. However, in this kind of routing path, the sensors close to the sink exhaust their energy very fast. In the calculation, sensors nodes located the furtherest from the sink have 90% residual energy when the one-hop neighbor nodes drain their energy out. Finally, this uneven energy consumption will lead to energy holes, area isolation, high transmission latency, and data inaccuracy.

With the aim to improve network performance, recent research has exploited mobile sinks. By introducing mobile sinks into sensor networks, optimization of energy efficiency, lifetime, and peer-to-peer delay can be achieved. Besides, with implemented mobile sinks, network isolation can be effectively mitigated. To realize mobile sinks in real-world implementation, special devices like gateways can be attached on taxis, animals, and humans. In this paper, one mobile sink with a trajectory along the central line of a rectangular region is proposed.

6.2. Trajectory

In real-world implementation, there is a chance that a mobile sink cannot move along the original trajectory due to some blocks ahead. In this scenario, a suboptimal trajectory should be established immediately. For instance, if a barrier blocks part of the trajectory and holds-up the mobile sink from moving on, the main idea of our solution is to make a cross-over. Once the mobile sink discovers the block ahead, it will soon scan from left to right and choose a direction with no barrier. A mobile sink moves on with previously stated method, however in every round the chosen direction should with the priority of moving back to the original trajectory. In the meantime, the location of the mobile sink should be updated to every sensor node.

6.3. Open Research Issues

Some basic assumptions were made when we discussed the system model, such as the fact the sensors were fixed after deployment, synchronized, symmetric, and location-aware. However, in real-world implementations, these assumptions are very difficult to realize. It will consume a lot of energy to synchronize and ensure the location awareness of the sensors. Hence, network lifetime cannot be as long as proposed in a theoretical environment. Besides, in a hazardous environment, such as a battle or regions which often attacked by typhoons, sensors may suffer from failures, displacement, and unsteadiness. Therefore, a new protocol with less assumptions and practical issue considerations may be needed.

7. Conclusions

In this paper, we described a SEP-based MSE method for energy efficient routing in WSNs. Our proposed MSE protocol forms hierarchical routing protocols by dividing the network into clusters and selecting cluster heads based on the fraction of advanced nodes with additional energy and the ratio between residual and initial energy. The MSE protocol shows promising performance in balancing the energy and prolonging network lifetimes. However, the trajectory in our proposed network is static, so when the node dies or the topology changes, the pre-located fixed trajectory may be unsuitable all the time. In the future, we plan to study networks with multiple mobile sinks and adjustable trajectories. Furthermore, a network with less assumptions should be constructed and the communication delay between sensor nodes should be taken into consideration too.

Acknowledgments

This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MEST) (2011-0030823), National Natural Science Foundation of China (61173072, 61271240, 61070133, 61311140264) and Natural Science Foundation of Jiangsu Province (BK2012461). It was also supported by the Industrial Strategic Technology Development Program (10041740) from MOTIE Korea, a project funded by Nanjing University of Information Science and Technology (S8110246001), and the PAPD of Jiangsu Higher Education Institutions.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Akyildiz, I.F.; Su, W.; Sankarasubramaniam, Y.; Cayirci, E. Wireless sensor networks: A survey. Comput. Netw. 2002, 38, 393–422. [Google Scholar]
  2. Yick, J.; Mukherjee, B.; Ghosal, D. Wireless sensor network survey. J. Comput. Netw. 2008, 52, 2292–2330. [Google Scholar]
  3. Akkaya, K.; Younis, M. A survey on routing protocols for wireless sensor networks. Ad Hoc Netw. 2005, 3, 325–339. [Google Scholar]
  4. Tyagi, S.; Kumar, N. A systematic review on clustering and routing techniques based upon LEACH protocol for wireless sensor networks. J. Netw. Comput. Appl. 2013, 36, 623–645. [Google Scholar]
  5. Lian, J.; Naik, K.; Agnew, G.B. Data capacity improvement of wireless sensor networks using non-uniform sensor distribution. Int. J. Distrib. Sens. Netw. 2006, 2, 121–145. [Google Scholar]
  6. Olariu, S.; Stojmenovic, I. Design Guidelines for Maximizing Lifetime and Avoiding Energy Holes in Sensor Networks with Uniform Distribution and Uniform Reporting. Proceedings of the 25th Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM 2006), Barcelona, Spain, 23–29 April 2006; pp. 1–12.
  7. Wadaa, A.; Olariu, S.; Wilson, L.; Jones, K.; Eltoweissy, M. Training a wireless sensor network. Mob. Netw. Appl. 2005, 10, 151–168. [Google Scholar]
  8. Li, X.; Nayak, A.; Stojmenovic, I. Sink mobility in wireless sensor networks. Int. Fed. Inf. Proc. 2010, 153–184. [Google Scholar]
  9. Heinzelman, W.R.; Chandrakasan, A.; Balakrishnan, H. Energy-Efficient Communication Protocol for Wireless Micro-Sensor Networks. Proceedings of the 33rd Annual Hawaii International Conference on System Sciences (HICSS 2000), Maui, HI, USA, 4–7 January 2000; p. p. 10.
  10. Heinzelman, W.R.; Chandrakasan, A.; Balakrishnan, H. An application-specific protocol architecture for wireless sensor networks. IEEE Trans. Wirel. Commun. 2002, 1, 660–670. [Google Scholar]
  11. Lindsey, S.; Raghavendra, C.S. PEGASIS: Power-Efficient Gathering in Sensor Information Systems. Proceeding of IEEE Aerospace Conference, Big Sky, MT, USA, 9–16 March 2002; pp. 924–935.
  12. Younis, O.; Fahmy, S. HEED: A hybrid, energy-efficient, distributed clustering approach for ad hoc sensor networks. IEEE Trans. Mob. Comput. 2004, 3, 366–379. [Google Scholar]
  13. Khalil, E.A.; Attea, B.A. Energy-aware evolutionary routing protocol for dynamic clustering of wireless sensor networks. Swarm Evol. Comput. 2011, 1, 195–203. [Google Scholar]
  14. Gautam, N.; Pyun, J.Y. Distance aware intelligent clustering protocol for wireless sensor networks. J. Commun. Netw. 2010, 12, 122–129. [Google Scholar]
  15. Li, C.F.; Ye, M.; Chen, G.H.; Wu, J. An Energy-Efficient Unequal Clustering Mechanism for Wireless Sensor Networks. Proceedings of the IEEE International Conference of Mobile Ad hoc and Sensor System, Washington, DC, USA, 7 November 2005; pp. 604–611.
  16. Yu, J.G.; Qi, Y.Y.; Wang, G.H.; Gu, X. A cluster-based routing protocol for wireless sensor networks with Nonuniform node distribution. Int. J. Electron. Commun. 2012, 66, 54–61. [Google Scholar]
  17. Deng, S.; Li, J.; Shen, L. Mobility-based clustering protocol for wireless sensor networks with mobile nodes. I. Eng. Technol. 2011, 1, 39–47. [Google Scholar]
  18. Lin, C.J. HCDD: Hierarchical Cluster-Based Data Dissemination in Wireless Sensor Networks with Mobile Sink. Proceedings of International Conference on Wireless Communications and Mobile Computing (IWCMC 2006), New York, NY, USA, 3–6 July 2006; pp. 1189–1194.
  19. Oh, S.; Lee, E.; Park, S.; Jung, J.; Kim, S.H. Communication Scheme to Support Sink Mobility in Multi-Hop Clustered Wireless Sensor Networks. Proceedings of the 24th IEEE International Conference on Advanced Information Networking and Applications (AINA 2010), Perth, WA, Australia, 20–23 April 2010; pp. 866–872.
  20. Li, X.; Yang, J.L.; Nayak, A. Stojmenovic, I. Localized geographic routing to a mobile sink with guaranteed delivery in sensor networks. IEEE J. Sel. Area Comm. 2012, 30, 1719–1729. [Google Scholar]
  21. Gao, S.; Zhang, H.K.; Das, S.K. Efficient data collection in wireless sensor networks with path-constrained mobile sinks. IEEE Trans. Mob. Comput. 2011, 10, 592–608. [Google Scholar]
  22. Khan, M.I.; Gansterer, W.N.; Haring, G. Static vs. mobile sink the influence of basic parameters on energy efficient in wireless sensor networks. Comput. Commun. 2012, 36, 965–978. [Google Scholar]
  23. Buragohain, C.; Agrawal, D.; Suri, S. Power Aware Routing for Sensor Databases. Proceedings of the 24th Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM 2005), Miami, FL, USA, 13–17 March 2005; pp. 1747–1757.
  24. Singh, S.; Woo, M.; Raghavendra, C.S. Power-Aware Routing in Mobile ad hoc Networks. Proceedings of the 4th Annual ACM/IEEE International Conference on Mobile Computing and Networking (MobiCom 1998), New York, NY, USA; 1998; pp. 181–190. [Google Scholar]
  25. Stojmenovic, I.; Lin, X. Power aware localized routing in wireless networks. IEEE Trans. Parall. Distr. 2001, 12, 1122–1133. [Google Scholar]
  26. Li, N.; Hou, J.C. Topology Control in Heterogeneous Wireless Networks: Problems and Solutions. Proceedings of the 23th Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM 2004), Hong Kong, 7–11 March 2004; pp. 1735–1746.
  27. Erman, A.T.; Hoesel, L.V.; Havinga, P.; Wu, J. Enabling mobility in heterogeneous wireless sensor networks cooperating with UAVs for mission-critical management. IEEE Wirel. Commun. 2008, 15, 38–46. [Google Scholar]
  28. Chatzigiannakis, I.; Kinalis, A.; Nikoletseas, S. Efficient data propagation strategies in wireless sensor networks using a single mobile sink. Comput. Commun. 2008, 31, 896–914. [Google Scholar]
  29. Rao, J.; Biswas, S. Analyzing multi-hop routing feasibility for sensor data harvesting using mobile sinks. J. Parall. Distr. Comput. 2012, 72, 764–777. [Google Scholar]
  30. Smaragdakis, G.; Matta, I.; Bestavros, A. SEP: A Stable Election Protocol for Clusterd Heterogeneous Wireless Sensor Networks. Proceedings of the International Workshop on Sensor and Actor Network Protocols and Applications (SANPA 2004), Boston, MT, USA, 22 August 2004.
  31. Jiang, J.A.; Lin, T.S.; Chuang, C.L.; Chen, C.P.; Sun, C.H.; Juang, J.Y.; Lin, J.C.; Liang, W.W. A QoS-guaranteed coverage precedence routing algorithm for wireless sensor networks. Sensors 2011, 11, 3418–3438. [Google Scholar]
  32. Shah, R.C.; Roy, S.; Jain, S.; Brunette, W. Data MULEs: modeling a three-tier architecture for sparse sensor networks. Ad Hoc Netw. 2003, 1, 215–233. [Google Scholar]
  33. Small, T.; Haas, Z.J. The Shared Wireless Infostation Model—A New Ad Hoc Networking Paradigm (or Where There Is a Whale, There Is a Way). Proceedings of the 4th ACM international symposium on Mobile ad hoc networking & computing (MobiHoc 2003), Annopolis, MD, USA, 1–3 June 2003; pp. 233–244.
  34. Juang, P.; Oki, H.; Wang, Y.; Martonosi, M.; Peh, L.; Rubenstein, D. Energy-Efficient Computing for Wildlife Tracking: Design Tradeoffs and Early Experiences with Zebranet. Proceedings of Architectural Support for Programming Languages and Operating Systems (ASPLOS 2003), San Jose, CA, USA, 5–9 October 2003; pp. 96–107.
  35. Chakrabarti, A.; Sabharwal, A.; Aazhang, B. Using Predictable Observer Mobility for Power Efficient Design of Sensor Networks. Proceedings of the Second International Workshop Information Processing in Sensor Networks (IPSN 2003), Palo Alto, CA, USA, 22–23 April 2003; pp. 129–145.
  36. Somasundara, A.A.; Kansal, A.; Jea, D.D.; Estrin, D.; Srivastava, M.B. Controllably mobile infrastructure for low energy embedded networks. IEEE Trans. Mob. Comput. 2006, 5, 958–973. [Google Scholar]
  37. Yu, F.; Park, S.; Lee, E.; Kim, S.H. Elastic routing: A novel geographic routing for mobile sinks in wireless sensor networks. IET Commun. 2010, 4, 716–727. [Google Scholar]
  38. Chang, C.Y.; Lin, C.Y.; Kuo, C.H. EBDC: An energy-balanced data collection mechanism using a mobile data collector in WSNs. Sensors 2012, 12, 5850–5871. [Google Scholar]
  39. Chen, J.; Salim, M.B.; Matsumoto, M. Modeling the energy performance of event-driven wireless sensor network by using static sink and mobile sink. Sensors 2010, 10, 10876–10895. [Google Scholar]
  40. Wang, J.; Zhang, Z.Q.; Shen, J.; Xia, F.; Lee, S.Y. An Improved Stable Election based Routing Protocol with Mobile Sink for Wireless Sensor Networks. Proceedings of the IEEE International Conference on Green Computing and Communications and IEEE Internet of Things and IEEE Cyber, Physical and Social Computing (GreenCom-iThings-CPSCom 2013), Beijing, China, 20–22 August 2013; pp. 945–950.
Figure 1. Clustering network topology.
Figure 1. Clustering network topology.
Sensors 13 14301f1 1024
Figure 2. A non-uniform distributed WSN.
Figure 2. A non-uniform distributed WSN.
Sensors 13 14301f2 1024
Figure 3. A non-uniform distributed WSN with a mobile sink moving on the centre line.
Figure 3. A non-uniform distributed WSN with a mobile sink moving on the centre line.
Sensors 13 14301f3 1024
Figure 4. Flowchart of our proposed MSE method.
Figure 4. Flowchart of our proposed MSE method.
Sensors 13 14301f4 1024
Figure 5. Routing strategy for MSE.
Figure 5. Routing strategy for MSE.
Sensors 13 14301f5 1024
Figure 6. Maintain the routing path.
Figure 6. Maintain the routing path.
Sensors 13 14301f6 1024
Figure 7. Flowchart for our maintenance method.
Figure 7. Flowchart for our maintenance method.
Sensors 13 14301f7 1024
Figure 8. Influence on sink node locations.
Figure 8. Influence on sink node locations.
Sensors 13 14301f8 1024
Figure 9. Energy consumption comparison.
Figure 9. Energy consumption comparison.
Sensors 13 14301f9 1024
Figure 10. Network lifetime comparison.
Figure 10. Network lifetime comparison.
Sensors 13 14301f10 1024
Figure 11. Packets received by the sink node.
Figure 11. Packets received by the sink node.
Sensors 13 14301f11 1024
Table 1. Simulation parameters.
Table 1. Simulation parameters.
Simulation ParametersRepresentationUnit
NNumber of sensor nodes100
E0Initial energy of sensor nodes0.2 J
EDAData aggregation5 nJ/bit/signal
EelecEnergy dissipation to run the radio device50 nJ/bit
εfsFree space model of transmitter amplifier10 pJ/bit/m2
εmpMulti-path model of transmitter amplifier0.0013 pJ/bit/m2
lPacket length4,000 bits
d0Distance threshold ε f s / ε m p m
Table 2. Round when first node dies.
Table 2. Round when first node dies.
AlgorithmFirst Death Round
LEACH100
SEP211
MSE525

Share and Cite

MDPI and ACS Style

Wang, J.; Zhang, Z.; Xia, F.; Yuan, W.; Lee, S. An Energy Efficient Stable Election-Based Routing Algorithm for Wireless Sensor Networks. Sensors 2013, 13, 14301-14320. https://doi.org/10.3390/s131114301

AMA Style

Wang J, Zhang Z, Xia F, Yuan W, Lee S. An Energy Efficient Stable Election-Based Routing Algorithm for Wireless Sensor Networks. Sensors. 2013; 13(11):14301-14320. https://doi.org/10.3390/s131114301

Chicago/Turabian Style

Wang, Jin, Zhongqi Zhang, Feng Xia, Weiwei Yuan, and Sungyoung Lee. 2013. "An Energy Efficient Stable Election-Based Routing Algorithm for Wireless Sensor Networks" Sensors 13, no. 11: 14301-14320. https://doi.org/10.3390/s131114301

Article Metrics

Back to TopTop