Data Management in Wireless Sensor Networks
Data Management in Wireless Sensor Networks
Data Management in Wireless Sensor Networks
Abstract -- In the recent times, Wireless network of sensor wireless. Wireless Sensor
Sensor Networks (WSNs) have become Networks are said to be the major research topic
very popular. This is mainly due to their for the upcoming decade.
feasible applications like in military and
health sector. But there are certain issues The architecture of Wireless Sensor Network is
when it comes to its efficiency. Many quite easy to understand and isn’t complicated at
all. The network is divided in two parts. One
papers have been published to address
these issues and their solutions. Our side is the sea of thousands of sensor nodes.
paper aims to provide a unique solution These sensor nodes communicate with each
based on the solutions provided other via radio signals. The other side is the user
previously. The issue is of very limited side which collects and uses the data. These two
power resources that these sensor nodes sides are connected via sink. The sink is used to
possess. We discuss data aggregation, retrieve data from sensors and send it to the user.
data compression, signal processing and a The sink is connected to the internet on the user
hybrid model. These techniques help side. The figure below will make it quite easier
manage data efficiently, increasing to understand.
lifetime of networks. Main purpose of is
to send and receive data in such a way
that minimum power is used. Several
papers are referenced and their findings
are used to make this analysis more
accurate.
Introduction
The need for Wireless Sensor Networks (WSNs)
has arisen in the recent times. Sensors have been
These sensor nodes are battery operated. Once
around for many decades, but wireless networks
the battery drains out, the node needs to be
just recently became popular. This popularity
replaced. To increase the life span of the nodes,
was due to its feasibility when it comes to
it is quite essential to manage data efficiently so
monitoring and detecting physical conditions.
less battery is consumed.
During the earlier times, sensor nodes were
mainly used for military purpose. One of the There are multiple applications of WSNs in the
first sensor usages was for detecting enemy modern world, some of which are quite
submarines. Later on, research on networks of essential. Area monitoring is one of most
sensors started. Main purpose of these common. Sensors are spread out in an area.
researches was to develop a large sensor Conditions like pressure, temperature, etc. are
network, consisting of many sensor nodes. observed and data is sent to the base station.
Recently in the past decade, major Health sector is taking full advantage of these
breakthroughs were achieved in making this
sensor networks. Patient monitoring is very detailed overview of WSNs. Then analysis of
helpful. 24/7 condition can be monitored. different techniques is done and finally
conclusion.
This paper starts with a precise introduction,
followed by literature review and then a more
Literature Review
Many papers have been published on WSNs in What is a sensor network? It is a deployment of
the past decade. Initially, the focus was on its several devices equipped with sensors that
feasibility. But with time, the requirement for perform a collaborative measurement process.
efficiency arose. It was proposed that to achieve This way we can choose any kind of sensor to be
this requirement, data management is quite used for a specific purpose. For example, smart
essential. This is divided among two approaches: environment, industrial control, traffic
compression-oriented and networking-oriented. optimization, sewerage drainage system and
many more. The working process of a sensor
Compression-oriented refers to the data being consists of three parts, the first is that we can
handled efficiently [11]. Techniques discussed in send any kind of value measured from any kind
this paper are signal processing, information of sensor, in second place we can use any kind
theory and compressive sensing. of protocol to communicate this information and
Since these nodes communicate via radio finally we have the external system which is
signals, it is the primary source of power used in order to show the data on which
processing is done.
consumption. Networking-oriented approach is
focused on increasing life span of network by Wireless Sensor network introduces a new
using efficient networking protocols i.e. routing concept in our lives which is a smart city which
mechanisms [12]. will permit us to know several important values
like city pollution, noise pollution, smart line
The author in [11] focuses on how these
techniques can improve lifetime of the network management and many other applications. But to
and provides a few models as evidence. The make these applications able to work we need to
other authors in [12] emphasizes on how lifetime get into the elements of a sensor and it includes,
can be maximized by exploiting routing node, data gatherer and external systems. A node
is an autonomous sensor-equipped device. The
algorithms.
data gatherer captures the data detected via the
A few other papers have been published that sensors which is then connected with the
focus on signal processing and routing external systems in order to transmit the values
algorithms and how these preserve energy and detected through sensors. External systems
increase lifetime of networks but a hybrid includes data storage and management center.
system of these techniques is not mentioned. The The sensor nodes are usually scattered in a
main aim of this paper is to highlight and sensor field and each of these nodes have
propose hybrid technique. capabilities to collect data and route data back to
the sink and end users. Data is routed back to the
Wireless Sensor Networks end user by a multi-hop infrastructure-less
architecture through the sink. The sink may
communicate with the task manager node via The Wireless Sensor Networks are supposed to
internet or satellite. perform the basic 3 functionalities that is the
gathering of data from the area around,
Structure and Issues processing the data and then communicating
with the centers where the data gathered is
Sensor nodes communicate via radio signals. To processed. With such functionalities the wireless
make this interaction possible, different network sensor networks also require or we can say that
topologies are defined. They are Star Network, these networks need a huge amount of energy to
Mesh Network and Hybrid Start-Mesh Network. work efficiently. For the purpose of making
In Star Network, nodes must be within the these networks consume less energy and remain
communication range of base station as a single efficient there are many methods of data
base station is responsible for sending and management which include the data
receiving messages to and from multiple nodes. compression and aggregation. The sole purpose
These nodes do not communicate directly. of these methods is to reduce the energy
consumed due to the communication. We will
Mesh Network is famous due to its scalability. now look upon both of these techniques and
Nodes can communicate with each other and if a figure out that which one is better in terms of
node is not within the communication range, memory optimization, processing time, security
message can be forwarded through multiple hops and durability of the sensors.
via nodes. But the main disadvantage of this
network is that is consumes high power. Data aggregation
The combination of the above two networks is a It is the process in which data is collected and
hybrid solution. Nodes with low power are not aggregation is done on the useful data.
allowed to forward messages. This is done by According to research done by the department of
other nodes with multi-hope enabled. CSE/IT, ITM University, Gurgaon, India, Data
aggregation is one of the most fundamental
There are many issues that need to be dealt with. procedure for saving energy. The main purpose
Fault tolerance, scalability and power of using this technique is to collect and transmit
consumption are a few of them. Nodes are the useful data in the most energy friendly way
vulnerable. They can fail at any given point due such that it not only increases the lifetime of a
to number of reasons like environment, etc. The network but also uses the limited computational,
network should be designed by keeping in mind memory and battery power in efficient way.
this failure and how to deal with it. Routing
algorithm needs to cleverly use other nodes to In WSN due to high node density same data is
transmit messages. Networks usually require sensed by many nodes which results in data
many thousands nodes to be deployed. To redundancy. To reduce the data redundancy data
maintain this scalability, high performance is aggregation technique is used. There are
needed. As we have already discussed that these multiple structures for data aggregation which
nodes have very limited power resources, includes:
efficient usage is required. The only way to
achieve this is by building efficient data Tree based structures
management protocols. Cluster-based structure
Backbone based structures
In tree based structures the data is collected by the external devices. It is to be noted that in this
the parent node and aggregation is applied to the technique the nodes which has low energy gets
collected data by the parent node which sent to expired.
the parent node of the parent node until it
reaches the destination node. It works in a form
of grid structure. During this phase which is
known as the collection phase the parent node
waits for its child nodes to send data to it and
then apply the aggregation on it. Not all nodes
are active during the whole time. Each node has
its own time slot assigned during which it is
active. As the time ends, the nodes go to sleep in
order to save energy as well as increase the
lifetime of the sensor. It has been studied and
some aggregation tree algorithms are proposed
which reduces the energy cost during the whole
process and also increases the lifetime of the
sensory nodes.
Conclusion
The aim of this paper was to provide a brief
ARIMA predicts the trends in near future. This overview on Wireless Sensor Networks and
model uses time series data for prediction. This highlight a main issue of high power
is a high precision prediction algorithm which is consumption. Techniques like data aggregation
applied after DT and KF are done with the data and data compression have been discussed.
collection. Another technique, signal processing,
emphasizes how data can be managed by to
reduce power consumption. Lastly a hybrid
model is proposed which uses data aggregation
and compression to solve this problem.
References:
1. Ali, A., & Khaleel. (2015). Adaptive_Hybrid_Compression_for_Wireless_Sensor_Networks
[Review of Adaptive_Hybrid_Compression_for_Wireless_Sensor_Networks]. ACM Transactions
on Sensor Networks, 4(11), 1–36.
2. FUTE, E. T., & BONGINI, A. B. (2015).
An_Approach_to_Data_Compression_and_Aggregation_in_Wireless_Sensor_Networks [Review
of An_Approach_to_Data_Compression_and_Aggregation_in_Wireless_Sensor_Networks]. Inter
national Journal of Computer Science and Telecommunications, 7(4), 1–19.
3. Dagar, Mousam, and Shilpa Mahajan. “Data Aggregation in Wireless Sensor Network: A
Survey.” International Journal of Information and Computation Technology, vol. 3, no. 3, 2013,
pp. 167–174, www.ripublication.com/irph/ijict_spl/11_ijictv3n3spl.pdf . Accessed 13 June 2021
4. Campobello, Giuseppe, et al. “Data Gathering Techniques for Wireless Sensor Networks: A
Comparison.” International Journal of Distributed Sensor Networks, vol. 12, no. 3, Jan. 2016, p.
4156358, 10.1155/2016/4156358. Accessed 10 Apr. 2019.
5. T Fute, Elie, et al. “An Approach to Data Compression and Aggregation in Wireless Sensor
Networks.” International Journal of Computer Science and Telecommunications, vol. 7, no. 4,
June 2016,
www.researchgate.net/publication/328408128_An_Approach_to_Data_Compression_and_Aggre
gation_in_Wireless_Sensor_Networks Accessed 13 June 2021.
6. Jin Cui. Data Aggregation in Wireless Sensor Networks. Networking and Internet Architecture
[cs.NI]. INSA Lyon, 2016. English. fftel-01428983
7. Kim, Sunyong, et al. “Increasing Network Lifetime Using Data Compression in Wireless Sensor
Networks with Energy Harvesting.” International Journal of Distributed Sensor Networks, vol.
13, no. 1, Jan. 2017, p. 155014771668968, 10.1177/1550147716689682. Accessed 13 June 2021.
9. John, NituElza, and A. Jyotsna. “A SURVEY on ENERGY EFFICIENT TREE- BASED DATA
AGGREGATION TECHNIQUES in WIRELESS SENSOR NETWORKS.” 2018 International
Conference on Inventive Research in Computing Applications (ICIRCA), 2018,
www.semanticscholar.org/paper/A-SURVEY-ON-ENERGY-EFFICIENT-TREE-BASED-
DATA-IN-John-Jyotsna/aa1e177cf935ed3cee6f1f5464cfafbafae5f977,
10.1109/ICIRCA.2018.8597222.
11. D. Zordan, B. Martinez, I. Vilajosana, and M. Rossi, “On the performance of lossy compression
schemes for energy constrained sensor networking,” ACM Transactions on Sensor Networks, vol.
11, no. 1, article 15, 2014.
12. C. Karakus, A. C. Gurbuz, and B. Tavli, “Analysis of energy efficiency of compressive sensing in
wireless sensor networks,” IEEE Sensors Journal, vol. 13, no. 5, pp. 1999–2008, 2013