You are on page 1of 9

EXTENDING THE LIFETIME AND BALANCING ENERGY CONSUMPTION IN

WIRELESS SENSOR NETWORKS

M.SARANYAA, PG Student, CSE Dept,


Muthayammal Engineering College
Rasipuram, Tamil Nadu, India

ABSTRACT:
Network lifetime is a crucial performance metric to evaluate data-gathering wireless sensor
networks (WSNs) where battery-powered sensor nodes periodically sense the environment and
forward collected samples to a sink node. In this project, we propose an analytic model to estimate
the entire network lifetime from network initialization until it is completely disabled, and determine
the boundary of energy hole in a data-gathering WSN. Specifically, we theoretically estimate the
traffic load, energy consumption, and lifetime of sensor nodes during the entire network lifetime.
Furthermore, we investigate the temporal and spatial evolution of energy hole, and apply our
analytical results to WSN routing in order to balance the energy consumption and improve the
network lifetime. Extensive simulation results are provided to demonstrate the validity of the
proposed analytic model in estimating the network lifetime and energy hole evolution process.

INTRODUCTION: the sink. Since the battery powered sensor


nodes are constrained in energy resource and
Data gathering in large-scale wireless generally deployed in unattended hostile
sensor networks (WSNs) relies on small and environment, it is crucial to prolong the
inexpensive devices with severe energy network lifetime of WSN. Meanwhile, as
constraints. Network lifetime in this context is energy consumption is exponentially
a critical concern as nodes may run out increased with the communication distance
energy as a consequence of the high number according to the energy consumption model,
of communications required to forward multi-hop communication is beneficial to data
packets produced by nodes toward a data- gathering for energy conservation. However,
gathering sink. A data-gathering WSN since the nodes close to the sink should
consists of a large number of battery powered forward the data packets from other nodes,
sensor nodes that sense the monitored area they exhaust their energy quickly, leading to
and periodically send the sensing results to an energy hole around the sink.
As a result, the entire network is Wireless Sensor Network (WSN) is a
subject to premature death because it is collection of spatially deployed wireless
separated by the energy hole. There have sensors by which to monitor various changes
been several existing works studying the of environmental conditions (e.g., forest fire,
energy consumption and network lifetime air pollutant concentration, and object
analysis for WSNs focus on the duration moving) in a collaborative manner without
from network initialization to the time when relying on any underlying infrastructure
the first node dies (i.e., First Node Died Time, support. Recently, a number of research
FNDT), aiming to improve the network efforts have been made to develop sensor
performances and optimize the FNDT. Chen hardware and network architectures in order
et al. propose an analytic model for estimating to effectively deploy WSNs for a variety of
the traffic load of sensor nodes and FNDT in applications.
a multi-hop WSN. General network lifetime Due to a wide diversity of WSN
and cost models are also discussed to evaluate application requirements, however, a general-
node deployment strategies. Since network purpose WSN design cannot fulfill the needs
lifetime is limited by unbalanced energy of all applications. Many network parameters
consumption, Ok et al. propose a distributed such as sensing range, transmission range,
energy balanced routing (DEBR) algorithm to and node density have to be carefully
balance the data traffic of sensor networks considered at the network design stage,
and consequently prolong the FNDT. As according to specific applications. To achieve
hierarchical routing has been proved to be this, it is critical to capture the impacts of
beneficial for network performance, network parameters on network performance
especially for the scalability and energy with respect to application specifications.
consumption, research works also study the A wireless sensor network (WSN)
FNDT of cluster-based WSNs. Lee et al. consists of a large number of distributed
derive the upper bound of FNDT in cluster- nodes with sensing, data processing, and
based networks and investigate the effects of communication capabilities. Those nodes are
the number of clusters and spatial correlation self-organized into a multi-hop wireless
on this bound. Liu et al. also discuss the network and collaborate to accomplish a
FNDT of cluster-based networks, and propose common task. As sensor nodes are usually
a routing protocol to improve FNDT based on battery-powered, and they should be able to
unequal cluster radii. operate without attendance for a relatively
long period of time, energy efficiency is of
1 WIRELESS SENSOR NETWORKS critical importance in the design of wireless
sensor networks. consists of spatially distributed autonomous
sensors to monitor physical or environmental
conditions, such as temperature, sound,
vibration, pressure, motion or pollutants and
to cooperatively pass their data through the
network to a main location. The more modern
networks are bi-directional, enabling also to
control the activity of the sensors. The
development of wireless sensor networks was
A WSN is a collection of embedded motivated by military applications such as
sensor nodes with wireless networking battlefield surveillance; today such networks
capabilities. Collectively the sensor nodes are used in many industrial and consumer
establish a wireless network for transferring, applications, such as industrial process
processing and monitoring the sensed data. In monitoring and control, machine health
order to ensure a small form factor, the sensor monitoring, and so on.
nodes are highly integrated and provide minor
processing capabilities and limited memory. A Wireless Sensor Network consists
More stringent, the battery-powered nodes of small battery powered wireless devices,
have to carefully orchestrate the power- that are capable of monitoring environmental
hungry radio device if a yearlong independent conditions such as humidity, temperature,
operation is targeted. To make matters even noise, etc. Sensor networks do not have a
worse, wireless communication is inherently fixed infrastructure but form an ad hoc
unreliable and limited in range. Altogether topology. Wireless sensor networks are
this makes it a very demanding task to ensure emerging as a promising platform that enable
a reliable, timely and energy efficient a wide range of applications in both military
transport of the sensed data over possibly and civilian domains such as battlefield
multiple hops. surveillance, medical monitoring, biological
detection, home security, smart spaces,
Reliability is of utmost importance in inventory tracking, etc. Such networks consist
a safety-critical environment. Additionally, of small, low-cost, resource limited (battery,
there are often regulations imposing strong bandwidth, CPU, memory) nodes that
demands in terms of message latency and the communicate wirelessly and cooperate to
availability of the sensor nodes. forward data in a multi-hop fashion.

A wireless sensor network (WSN) LITERATURE SURVEY


1.Network Lifetime Maximization for
Estimation in Multi-hop Wireless Sensor
Networks
In energy-limited wireless sensor
We consider the distributed estimation networks, both local quantization and multi-
by a network consisting of a fusion center and hop transmission are essential to save
a set of sensor nodes, where the goal is to transmission energy and thus prolong the
maximize the network lifetime, defined as the network lifetime.
estimation task cycles accomplished before To maximize the network lifetime for the
the network becomes nonfunctional. In estimation application, three factors are
energy-limited wireless sensor networks, both needed to be optimized together: i) source
local quantization and multi-hop transmission coding, i.e., quantization level of each
are essential to save transmission energy and observation, ii) source throughput, i.e., total
thus prolong the network lifetime. The number of observations or total information
network lifetime optimization problem bits generated by each sensor, and iii) multi-
includes three components: i) optimizing hop routing path to transmit the observations
source coding at each sensor node, ii) from all sensors to the fusion center. This
optimizing source throughput of each sensor problem can be formulated as a nonlinear
node, and iii) optimizing multi-hop routing programming (NLP) problem. Further, as we
path. Fortunately, source coding optimization will show in this paper, source coding
can be decoupled from source throughput and optimization can be decoupled from source
multi-hop routing path optimization, and is throughput and multi-hop routing
solved by introducing a concept of equivalent optimization and solved by introducing a
1-bit MSE function. Based on the optimal concept of equivalent 1-bit MSE function. It
source coding, the source throughput and is noted that the proposed algorithm
multi-hop routing path optimization is determines the optimal quantized locally at
formulated as a linear programming (LP) each sensor without knowing other sensors’
problem, which suggests a new notion of information, thus it can be implemented in a
character-based routing. The proposed distributed manner. On the other hand, the
algorithm is optimal and the simulation source throughput and multi-hop routing
results show that a significant gain is achieved needs to be optimized jointly and it can be
by the proposed algorithm compared with formulated as a linear programming (LP)
heuristic methods. problem based on the optimal source coding.
It is interesting to see that the solution implies
a character-based routing, where a sensor
node only relays other sensors’ observations
that are more accurate than its own
observations, which is different from the
traditional distance-based routing, where
sensor nodes closer to the fusion center relay
information for sensor nodes farther away
from the fusion center.
The problem of data sampling and
Drawbacks collection in wireless sensor networks
Further generalization of the new (WSNs) is becoming critical as larger
notions of function-based network lifetime networks are being deployed. Increasing
and character-based routing is an interesting network size poses significant data collection
direction for the future work. A distributed challenges, for what concerns sampling and
implementation of the character-based transmission coordination as well as network
multihop routing to achieve the maximum lifetime. To tackle these problems, in-network
network lifetime bound and some simple compression techniques without centralized
heuristic algorithms to achieve the close-to- coordination are becoming important
optimal performance are also interesting solutions to extend lifetime. In this paper, we
directions we plan to undertake in the future. consider a scenario in which a large WSN,
To facilitate the problem, we have assumed in based on ZigBee protocol, is used for
this paper that the observation noises among monitoring (e.g., building, industry, etc.). We
different sensors are uncorrelated and the propose a new algorithm for in-network
channels from the local sensors to the fusion compression aiming at longer network
center are error free. As the future work, we lifetime. Our approach is fully distributed:
also plan to relax the above assumptions and each node autonomously takes a decision
study the more general distributed parameter about the compression and forwarding
estimation problems. scheme to minimize the number of packets to
transmit. Performance is investigated with
2. Distributed Compressive Sampling for respect to network size using datasets
Lifetime Optimization in Dense Wireless gathered by a real-life deployment. An
Sensor Networks enhanced version of the algorithm is also
introduced to take into account the energy
spent in compression.
Experiments demonstrate that the This analysis is not performed on a
approach helps finding an optimal tradeoff fixed dimension network so we change the
between the energy spent in transmission and protocol and improve the network life time.
data compression.
EXISTING SYSTEM:
We address the data compression problem in
a large-scale WSN first analyzing the The energy consumption balancing
performance of both a classical gathering problem originated as an optimal transmitting
scheme and CS, and then proposing a mixed data distribution problem by combining the
algorithm able to reduce the overall number ideas of corona-based network division and
of packets transmission ensuring data mixed-routing strategy together with data
compression. Our solution is a mixed fully aggregation. We first propose a localized
distributed algorithm in which each node zone-based routing scheme that guarantees
autonomously takes a proper decision about balanced energy consumption among nodes
compression, aiming to reduce the number of within each corona. Although most of
outgoing packets. The goal of this paper is to existing works are effective to estimate
extend the network lifetime and reconstruct FNDT, the period from FNDT to the time
the original signal at the collector with good when all the sensor nodes are dead or the
quality limiting the number of packets network is completely disabled (i.e., All Node
circulating within the network. This study is Died Time, ANDT) is relatively long. For
based on a previous work by the same most applications, a small portion of dead
authors. The first part of this paper describes nodes may not cause a network failure,
the original algorithm, whereas the second although they can impact the network
part introduces several improvements with performances. Thus, this period is
respect to the original version. In particular, nonnegligible for the entire network lifetime.
the innovative contribution is clearly exposed On the other hand, performance analysis on
in Section VIII when power consumption this period is difficult and intractable because
optimization is performed considering the the network is unstable after a few nodes die.
energy used for compression. The analysis is Once the nodes with heavy load die, some
not performed on a fixed dimension network, other nodes should relay the data originally
but the scalability of the proposed solution is forwarded by these dead nodes. It leads to
investigated in networks of increasing size. dynamical changes of the routing paths, as
well as the traffic load of sensor nodes.
Drawbacks: Therefore, it is necessary to analyze the
performance and network lifetime after
FNDT. lifetime of sensor nodes during the entire
DISADVANTAGES: network lifetime. Furthermore, we estimate
the network lifetime under a given percentage
 It point out that energy hole does not of dead nodes, and the remaining energy of
always emerge close to the sink and the network based on our analytical results.
highly depends on some network Extensive simulations demonstrate that the
parameters. proposed analytic model can estimate the
 Energy consumption is high network lifetime within an error rate smaller
 Reduce Lifetime than 5%. (ii)Based on the lifetime analysis of
sensor nodes, we investigate the temporal and
spatial evolution of energy hole from
PROPOSED SYSTEM:
emerging to partitioning the network, which
Estimating the traffic load and energy
provides a theoretical basis to mitigate or
consumption of sensor nodes, as well as the
even avoid energy hole in WSNs. (iii)To
duration of each network stage. We first
validate the effectiveness of our analytical
divide the network into a number of small
results in guiding the WSN design, we apply
regions where the nodes have similar
them to WSN routing. The improved routing
distances to the sink. Since the energy
scheme based on our analytical results
consumption of the sensor nodes in the same
efficiently balances the energy consumption
region should be the same from a statistical
and significantly improves the network
point of view, we use the average energy
lifetime, including FNDT and ANDT.
consumption of this region as the nodal
ADVANTAGES:
energy consumption of this region. In this
paper, we propose an analytic model to
 It increases the network lifetime.
estimate the entire network lifetime from
 Low data collection latency.
network initialization until it is completely
 It estimates the network lifetime and
disabled, and determine the boundary of
energy whole evolution process within
energy hole in data-gathering WSNs. To
an error rate smaller than 5%.
accurately estimate the energy consumption
of sensor nodes, we consider the energy APPLICATIONS:
consumption not only for data transmitting  Military surveillance
and receiving, but also for idle listening.  Environmental monitoring
Specifically, our contributions are threefold.  Infrastructure and facility diagnosis
(i)We propose an analytic model to estimate  Other industry applications
the traffic load, energy consumption and
CONCLUSION [2] C. Tung, F. Tsang, L. Lam, Y. Tung, S.
Li, F. Yeung, T. Ko, H. Lau, and V. R., “A
mobility enabled inpatient monitoring system
In this project, we have developed an using a zigbee medical sensor network,”
analytic model to estimate the traffic load, Sensors, vol. 14, no. 2, pp. 2397–2416, 2014.
energy consumption and lifetime of sensor [3] C. Caione, D. Brunelli, and L. Benini,
nodes in a data-gathering WSN. With the “Distributed compressive sampling for
analytic model, we have calculated the lifetime optimization in dense wireless sensor
network lifetime under a given percentage networks,” IEEE Trans. Industr. Informatics,
of dead nodes, and analyzed the emerging vol. 8, no. 1, pp. 30–40, 2012.
time and location of energy hole, as well as [4] M. Magno, D. Boyle, D. Brunelli, E.
its evolution process. Moreover, two Popovici, and L. Benini, “Ensuring
network characteristics have been found survivability of resource intensive sensor
based on our analytic results, which can be networks through ultra-low power overlays,”
leveraged to guide the WSN design and IEEE Trans. Industr. Informatics, vol. 10, no.
optimization. Our simulation results 2, pp. 946–956, 2014.
demonstrate that the proposed analytic [5] J. Ren, Y. Zhang, and K. Liu, “An energy-
model can estimate the network lifetime efficient cyclic diversionary routing strategy
and energy hole evolution process within against global eavesdroppers in wireless
an error rate smaller than 5%. Finally, we sensor networks,” Inter. J. Distr. Sensor
have applied our analytic results to WSN Netw., vol. 2013, pp. 1–16, 2013.
routing. The improved routing scheme [6] Q. Chen, S. Kanhere, and M. Hassan,
based on our analytical results can “Analysis of per-node traffic load in multi-
efficiently balance the energy consumption hop wireless sensor networks,” IEEE Trans.
and prolong the network lifetime. Wirel. Commun., vol. 8, no. 2, pp. 958 –967,
2009.
[7] J. Li and G. AlRegib, “Network lifetime
REFERENCES
maximization for estimation in multihop
wireless sensor networks,” IEEE Trans. Sig.
[1] Y. Tung, F. Tsang, T. Chui, C. Tung, R.
Proces., vol. 57, no. 7, pp. 2456 –2466, 2009.
Chi, P. Hancke, and F. Man, “The generic
[8] Y. Chen and Q. Zhao, “On the lifetime of
design of a high-traffic advanced metering
wireless sensor networks,” IEEE Commun.
infrastructure using zigbee,” IEEE Trans.
Lett., vol. 9, no. 11, pp. 976 – 978, 2005.
Industr. Informatics, vol. 10, no. 1, pp. 836–
[9] Z. Cheng, M. Perillo, and W. Heinzelman,
844, 2014.
“General network lifetime and cost models
for evaluating sensor network deployment
strategies,” IEEE Trans. Mob. Comput., vol.
7, no. 4, pp. 484 –497, 2008.
[10] C.-S. Ok, S. Lee, P. Mitra, and S.
Kumara, “Distributed energy balanced routing
for wireless sensor networks,” Comput. Ind.
Eng., vol. 57, no. 1, pp. 125–135, 2009.
[11] S. Lee and H. Lee, “Analysis of network
lifetime in cluster-based sensor networks,”
IEEE Commun. Lett., vol. 14, no. 10, pp. 900
– 902, 2010.
[12] A. Liu, X. Wu, Z. Chen, and W. Gui,
“Research on the energy hole problem based
on unequal cluster-radius for wireless sensor
networks,” Comput. Commun., vol. 33, no. 3,
pp. 302 – 321, 2010.

You might also like