PROPSEL1
PROPSEL1
A PHD proposal
Presented by
I. Introduction
II. Challenges In WSN
III. Problem Statement
IV. Aim
V. Network Model.
VI . localization methods
VII. anchor node
VIII. clustering model
IX. load balance
X. metaheuristic technique
XI. Related Work
XII. Research Methodology
XIII. References
I. Introduction
Wireless Sensor Networks (WSNs) have many applications in various life domains.
WSNs find these applications due to the advances in wireless communication
technologies, lowcost, low-power consumption and light weight. Each sensor
represents a multi-functional device. sensors are self-governing entities that
autonomously collaborate to sense, collect the data, process the information, and
transmit the collected data to the base station (BS). BS can process the data received
from the sensors and produces an action for the environment. WSNs are usually
composed of many sensors that work on small built in batteries. So, WSNs must be
reasonably deployed to meet their crucial applications requirements while saving
energy.
This text discusses the localization process in wireless sensor networks (WSN) and
the two main types of localization methodologies: centralized and distributed. It also
covers various techniques such as ToA, TDoA, AoA, and RSSI that are used to
estimate the distance between nodes. The localization issues are categorized into
range-based and range-free localization, and the role of GPS-enabled nodes in the
process is explored, along with their advantages and disadvantages. Additionally, the
text examines how factors such as path loss, noise, propagation, device
measurements, connectivity, power control, and tracking can affect measurements in
localization.
II. Challenges in WSNs
- Power Consumption: the major problem in sensor networks is the Power
management. It is essential to design a power aware algorithms and protocols for
WSN .
- Production cost: the sensor can be considered as disposable devices, due to the
several deployment models. The sensor networks could possibly contend with
traditional information gathering methods only if the specific sensor node could be
produced economically. The target price intended for a sensor node should preferably
be very low in price. In order to make a WSN feasible, the cost of a sensor should be
reduced. Due to this the cost of a sensor will be a very challenging issue.
- Computational power and memory size: Every sensor stores the information
separately and sometimes more than one node saved same information and transferred
it to the sink that wastes the power and storing capacity of nodes . So effective
schemes are necessary to decrease the redundancy in the WSN.
- Operating environment: Sensor nodes may work in a very challenging
environment. These nodes may work at the bottom of an ocean, in a home or large
building, vehicle traffic management etc.
IV. Aim
V. Network Model : assumes the wireless sensor network with the following
characteristics:
(1) All the sensor nodes are deployed randomly across the sensing field and are static.
More illustratively, nodes once deployed cannot change their location
(2) The sensor nodes are homogeneous and equipped with a definite amount of initial
energy
(3) The sensor nodes are facilitated with the power control features to introduce
variations in the transmission power as and when needed
(4) The base station is also static and can be placed at any point in the network
accordingly
(5) The continuous data flow model is used here to define the working mode of the
sensor nodes
VI . localization methods
Centralized Techniques. The central base station monitors and calculates the
distance between all nodes. After the calculation, the distance is forwarded back to the
nodes. The transmission of data in this process is responsible for latency, bandwidth
and energy usage. Centralized algorithms are more accurate than distributed networks,
since centralized algorithms have a global view of the entire network.
RSSI estimates the distance between two sensor nodes based on the strength of the
received signal. However, this method is limited by a decrease in signal strength and
poor data throughput at greater distances.
𝑑0
𝑅𝑆𝑆(𝑑0) = 𝑃𝑡 + 𝐾𝑒 − 10ŋ log ( ) + 𝛼 + 𝛽
𝑑1
ToA, also known as Flight Time, determines the transit time from a single transmitter
to a single receiver to estimate distance. Synchronizing two nodes is essential for
greater precision, but inaccurate clock synchronization can result in imprecise
positions.
TDoA detects the geographical location of radio frequency emitters and relies
heavily on reception quality and precise synchronization. This approach requires three
nodes to determine transmitter location and may be affected by multiple paths and
synchronization errors. Increasing the distance between nodes can improve accuracy
by improving the difference between arrival times.
Angle of Arrival which is a term used in signal processing and wireless
communication. It refers to the direction from which a radio wave or signal arrives at
a receiving antenna. By measuring the angle of arrival of a signal, it is possible to
determine the location of the transmitter. This technology is used in various
applications, such as radar systems, wireless communication networks, and navigation
systems.
A large number of sensors make up WSN, but their battery power is limited.
Although WSN hubs can operate in harsh and dangerous environments, the battery
cannot be recharged or replaced in these situations. Therefore, it is crucial to conserve
energy in the network. To achieve this, Clustering Model used ,a special hub called
the cluster head (CH) and regular nodes (ON) are used. The CH has high energy and
is responsible for collecting data and transmitting it from other hubs to the base
station (BS) , As shown in the image below.
Figure 5 show WSN clustering model
Clustering—Design Challenges
In a large portion of the WSN open-air applications in some critical situations, such as
those that are unattended, maintaining the battery is complicated. With this limitation,
it is very difficult to
extend the lifetime of the network. Alongside the previously mentioned drawbacks,
some different difficulties, which should be
satisfactorily addressed while designing clustering algorithms exist, are listed below :
2- CH selection is very important because it can directly affect the performance of the
system.
4- CH will receive the sensed data from the nodes on which the data aggregation
process is performed. That process is the reason that these steps form the key
structural challenge.
5- A clustering algorithm should handle all types of applications because WSNs are
completely application dependent.
6- The clustering algorithm design must support defense applications in which data
are highly confidential, for example, military applications and health monitoring.
8- Clustering algorithms are combined with many hybrid models to improve the
overall performance of the network. During that process interference of the network is
also gradually increased
Secondly, clusters manage the topology and communication overhead of the network
from the sensor level, with only the Cluster Heads (CHs) acting as hubs
X. metaheuristic technique
The metaheuristic approach commences by randomly selecting a set of solution
vectors that progressively improve with each iteration. Once the specific application
parameters, such as scaling factor and crossover rate, are established, the fitness of the
current solution set is determined using a well-designed fitness function. The iteration
counter is then initialized, and a selection is made from the population chosen, after
which the selected vectors undergo a variation phase involving mutation/crossover.
The updated vectors are then evaluated for their current fitness, and a survivor
function, utilizing a greedy selection strategy, is employed to finalize the population
for the next generation. This process of updating the set of solutions is repeated for a
predetermined number of iterations, and ultimately, the most recent population is
selected as the final solution. The use of an intelligently and carefully designed fitness
function is crucial in achieving further improved offspring in metaheuristic
techniques. A wide range of metaheuristic techniques, including genetic algorithm
(GA), genetic programming (GP), evolutionary programming (EP), evolution
strategies (ES), differential evolution (DE), particle swarm optimization (PSO), ant
colony optimization (ACO), and teaching-learning-based optimization (TLBO), can
be found in the literature.
The following illustration depicts the functioning of a metaheuristic approach .
𝑉𝑗 𝑖𝑓 𝑟 ≤ 𝐶𝑝 𝑂𝑅 𝑗 = 𝛿,
𝑈𝑗 = {
𝑋𝑗 𝑖𝑓 𝑟 > 𝐶𝑝 𝐴𝑁𝐷 𝐽 ≠ 𝛿,
2. Exponential Crossover
Initialization
Fitness𝑎
Selection 𝑃𝑎 = 𝑁𝑝
∑𝑏=1 Fitness𝑏
Crossover 𝐶𝑎 = ∑𝑁𝑝
𝑏=1 Fitness𝑏.
and mutation.
start
Application
environment
Parameter of WSN :
* area
IF anchor nod no
found information
about sensor node
Yes
Range-based Range-Free
A
A
Clustering Approach
GA DE
yes
Output results
NO
stopping
Yes
End
stop