SlideShare a Scribd company logo
1 of 5
Download to read offline
Short Paper
Proc. of Int. Conf. on Advances in Control System and Electricals Engineering 2013

Wireless Sensor Network using Particle Swarm
Optimization
Shekh Md Mahmudul Islam1, Mohammad Anisur Rahman Reza and Md Adnan Kiber
Department of Applied Physics, Electronics & Communication Engineering,
University of Dhaka, Dhaka, Banngladesh-1000
Email: mahmud_apececadet@yahoo.com
sensor nodes result in corresponding constraints on resources such as energy, memory, computational speed and
communications bandwidth. The topology of the WSNs can
vary from a simple star network to an advanced multi-hoop
wireless mesh network. The propagation technique between
the hops of the network can be routing or flooding. Today
such networks are used in many industrial and consumer applications, such as industrial process monitoring and control,
machine health monitoring, and so on.WSN consists of four
main components: a radio, a processor, sensor and battery. In
most deployments sensor nodes have self-organizing capabilities to form an appropriate structure. A WSN monitors an
environment by sensing its physical properties .It is a network of tiny, inexpensive autonomous nodes that can acquire
process and transmit sensory data over wireless medium. One
or more powerful base station serves as the final destination
of the data. The properties of WSNs that pose technical challenge include dense ad-hoc deployment, dynamic topology.
WSN issues such as node deployment, localization, energyaware clustering and data aggregation are often formulated
as optimization problems. Traditional analytical optimization
technique requires enormous computational effort, which
grows exponentially as the problem size increases. An optimization method that requires moderate memory and computational resources and yet produces good results is desirable,
especially for implementation on an individual sensor node.
Bio-inspired optimization methods are computationally efficient alternatives to analytical methods. Particle swarm optimization is a popular multi-dimensional optimization technique.
Ease of implementation, high quality of solutions, computational efficiency and speed of convergence are strength of
PSO. This paper focuses on sensor deployment using Particle Swarm Optimization (PSO) algorithm. One of the fundamental issues that arise in WSN is coverage area in addition
to location identification, tracking and deployment. In this
coverage the nodes have the effective responsibility to cover
the predefined area. The most effective approach for sensor
deployment is to place sensor in such a manner that the maximal network coverage is achieved.

Abstract— Wireless sensor network (WSN) is becoming
progressively important and challenging research area. A
Wireless sensor network (WSN) consists of spatially
distributed autonomous sensors to monitor physical and
environmental conditions and to co-operatively pass their data
through the network to a main location. Wireless sensor
consists of small low cost sensor nodes, having a limited
transmission range and their processing, storage capabilities
and energy resources are limited. The main task of such a
network is to gather information from a node and transmit it
to a base station for further processing.WSN has different
issues such as optimal sensor deployment, node localization,
base station placement, location of target nodes, energy aware
clustering and data aggregation. Recently researchers around
the world are applying bio-inspired optimization algorithm
known as particle swarm optimization (PSO) for increasing
efficiency in the WSN issues. This paper describes the use of
PSO algorithm for optimal sensor deployment in WSN.
Index Terms— Wireless sensor network (WSN), Particle Swarm
Optimization (PSO), base station placement

I. INTRODUCTION
Wireless Sensor Network (WSN) are an emerging technology[1] that has potential application in surveillance, environment and habitat monitoring ,structural monitoring and
healthcare, and disaster management[2]. A wireless sensor
network (WSN) consists of spatially distributed autonomous
sensors to monitor physical or environmental conditions,
such as temperature, sound, pressure, etc. and to cooperatively pass their data through the network to a main location.
The more modern networks are bi-directional, also enabling
control of sensor activity. The development of wireless sensor networks was motivated by military applications such as
battlefield surveillance; The WSN is built of “nodes” – from
a few to several hundreds or even thousands, where each
node is connected to one (or sometimes several) sensors.
Each such sensor network node has typically several parts: a
radio transceiver with an internal antenna or connection to
an external antenna, a microcontroller, an electronic circuit
for interfacing with the sensors and an energy source, usually a battery or an embedded form of energy harvesting. A
sensor node might vary in size from that of a shoebox down
to the size of a grain of dust, although functioning “motes”
of genuine microscopic dimensions have yet to be created.
The cost of sensor nodes is similarly variable, ranging from a
few to hundreds of dollars, depending on the complexity of
the individual sensor nodes. Size and cost constraints on
© 2013 ACEEE
DOI: 03.LSCS.2013.1.502

II. PARTICLE SWARM OPTIMIZATION
PSO is a population based optimization technique
developed by Eberhart and Kennedy in 1995[3]. In PSO, the
potential solutions, called particles, fly through the problem
space following the current optimum particles. Each particle
keeps track of its coordinates in the problem space, which
43
Short Paper
Proc. of Int. Conf. on Advances in Control System and Electricals Engineering 2013
are associated with the best solution (fitness) it has achieved
so far (the fitness value is also stored). This value is called
pbest. Another best value that is tracked by the particle swarm
optimizer is the best value obtained so far by any particle in
the swarm called gbest. Each individual in PSO flies in the
search space with a velocity which is dynamically adjusted
according to its own flying experience (pbest) and its
companion’s experience (gbest), so that the individuals of
the population can be expected to move towards better
solution areas. Each individual is treated as a volume-less
particle in the D-dimensional search space. The particles are
manipulated according to the following equations [4]

V wV c1rand   pid Xid  c2 R    pgd Xid 
and
id
id

X id  X id  Vid

(1)
(2)

Fig 1: Geometric illustration of particle movement in PSO

where c1 and c2 are positive constants (learning factors),

possible[5].Events in an area devoid of an adequate number
of sensor nodes remain unnoticed; and the areas having
dense sensor population suffer from congestion and delays.
Optimally deployed WSN assures adequate quality of service,
long network life and financial economy. Available PSO
solutions to the deployment problem are computed centrally
on a base station for determining position of sensors.

and rand() and Rand() are two random functions in the range





X i  X i1 , X i 2 , ..., X iD represents the ith particle;

[0,1];

Pi   pi1 , pi 2 ,..., piD 

represents the best previous

position (the position giving the best fitness value) of the
particle; the symbol g represents the index of the best particle among all the particles in the population;



A. Sensor Coverage
A sensor placed on a location point(X1, Y1) can cover a
location point (X2, Y2), if the Euclidian distance between the
two points is:
(X1-X2)2-(Y1-Y2)2<=r2
Where, r is the sensing range of the sensor. The mean
value of the location point (Xi,Yi) for i=1,2,….M is represented
by (mx,my).Sensor node is the centered of location points it
has to cover. The distance between the sensor node and the
farthest location point denote the sensing range r.Area, A is
divided into R regions and each region is placed with sensor
nodes by minimizing Euclidian distance between location
points and their closest centroid. Area A is covered with R
sensor nodes. The coverage problem can be formulated as
an optimization problem and defined as: P is the set points
and R is the fixed no of sensors, the optimum location for
deploying all R sensors such that every location point is
covered.



Vi  Vi1 , Vi 2 , ..., ViD represents the rate of the position
change (velocity) for particle i. Equations (1 and 2) are the
equation describing the flying trajectory of a population of
particles. Equation (1) describes how the velocity is dynamically updated and Equation (2) the position update of the
“flying” particles. Equation (1) consists of three parts. The
first part is the momentum part. The velocity can’t be changed
abruptly. It is changed from the current velocity. The second
part is the “cognitive” part which represents private thinking
of itself - learning from its own flying experience. The third
part is the “social” part which represents the collaboration
among particles - learning from group flying experience. The
commonly used PSOs are either global version or local version. In the global version of PSO, each particle flies through
the search space with a velocity that is dynamically adjusted
according to the particle’s personal best performance
achieved so far and the best performance achieved so far by
all the particles. In the local version of PSO, each particle’s
velocity is adjusted according to its personal best and the
best performance achieved so far within its neighborhood.
The neighborhood of each particle is generally defined as
topologically nearest particles to the particle at each side. A
local version of PSO with time varying inertia coefficient is
used in this work is shown in Fig 1.

III. PROBLEM FORMULATION
The main objective of the present work paper is to minimize
the distance between the neighboring nodes, maximizing
coverage in the network, while simultaneously satisfying all
constraints.
1. All sensor nodes are homogenous and have mobility
2. We assume that deployed sensor nodes can fully cover
the sensing fields Sensing coverage and communication
coverage of each node assumed to have circular shape
without any irregularity.
3. The design variables are two dimensional co-ordinates
of the sensor nodes
4. All the sensor nodes cover equal sensing field areas

II. OPTIMAL WSN DEPLOYMENT
WSN problem refers to determining position for sensor
nodes such that the desired coverage, connectivity and
energy efficiency can be achieved with as few nodes as
© 2013 ACEEE
DOI: 03.LSCS.2013.1.502

44
Short Paper
Proc. of Int. Conf. on Advances in Control System and Electricals Engineering 2013
The above are common assumption for many sensor
network applications.
A. Flow chart
The Flow chart contains a recursive iteration loop and
can be described by the following pseudocode.Fitness,F; F
depends on the Euclidian distance between the sensor node
and the nearest centroid. Calculate fitness for each particle.
Among the swarm, the particle with least fitness is considered
as the global best particle as it is closest to the optimum
solutions. The swarm is said to have accomplished the task if
all the particles in it have acquired fitness less than or equal
to the range of sensors incorporated in the network. In particle
swarm optimization we perform the following actions [Fig. 2]
1. Network information and algorithm parameters—inertia,
weight, learning factor, velocity boundary value and the
largest iterative numbers are initialized. Array of particles are
initialized with random position and velocity vector.
2. Find the distance of the interest point to its nearest
sensor. Fitness is evaluated for every particle at its current
position using Euclidian distances.
3. Minimize the fitness value; ideally the fitness value
should be equal to zero, where the distance between the
interests points with their nearest sensors are within the
sensor’s sensing range. If the fitness of the particle is lesser
than that of the best particle, then the particle would be the
best particle for the next move, and fitness of that particle is
taken as best fitness.
4. Each particle is made to modify its current position and
current velocity.
5. If the next position of the particle is the best, then the
particle chooses a new position, otherwise the same algorithm
is continued.
6. The process is repeated in iteration, until all the particles
communicate with each other and generate maximum
coverage.
B. PSO parameters
For the proposed method the number of particles are taken
as 40 and the learning factor C1=C2=2.An inertia weight factor
is linearly reduced as the search proceeds from 0.9 to
0.4[Xiahui et al(2004) ].The maximum velocity and maximum
iterations[Bo Li and RenYue Xiao(2007)] are taken as 50 and
300 respectively.
IV. RESULTS AND DISCUSSIONS
The initial population is created randomly and the
objective function is calculated. The new sequence generation
based on the initial sequence illustrated in the following
example. Consider the following initial sequence Pibest and Pgbest
as follows:
Present: 2 6 3 5 4 1
Pibest: 6 1 2 5 3 4
Pgbest: 5 3 6 4 2 1
Assume C1=C2=1 and rand () =0.57.Then Pibest is generated
by swapping the individuals of a present sequence.
Present: 2 6 3 5 4 1 Swap :( 2 6)
© 2013 ACEEE
DOI: 03.LSCS.2013.1.502

Fig 2: Flow chart of PSO algorithm

6 2 3 5 4 1 Swap :( 2, 1)
6 1 3 5 4 2 Swap :( 3, 2)
45
Short Paper
Proc. of Int. Conf. on Advances in Control System and Electricals Engineering 2013
6 1 2 5 4 3 Swap :( 4, 3)
6 1 2 5 3 4 ——Pibest
Here (2,6) (2,1) (3,2) (4,3) are used for getting Pibest from
the present sequence .The Pgbest is generated by swapping
the individual of a present sequence.
Present: 2 6 3 5 4 1 Swap :( 2, 5)
5 6 3 2 4 1 Swap: (6, 3)
5 3 6 2 4 1 Swap: (2, 4)
5 3 6 2 4 1—Pgbest
Hence (2, 5), (6, 3) and (2, 4) are used for getting Pgbest
from present sequence.
Velocity=1*0.57{(2,6),(2,1),(3,2),(4,3)}+1*0.57{(2,5),(6,3),(2,4)}
The 57% of the change in both the parts are considered.
Hence the first two changes in both the parts (2,6),(2,1) and
(2,5),(6,3) is considered.
New sequence=present+ velocity=2 6 3 5 4 1+ (2, 6), (2,
1), (2, 5), (6, 3)
Hence the sequence is generated for the next generation
is 3 1 6 2 4 5.Similarly for all other particles the new sequences
are generated and objective function is evaluated and is
shown in Fig.3 and Fig. 4.

(c)

(d)
Fig 3: PSO’s Particle location of the target (a) Randomly distributed
particles (b) Particles position after 5 0 interactions (c) Pa rticles
position after 100 interactions

(a)

Fig 4: Sensor Vs Coverage

It is proved theoretically that the maximum efficient
coverage [Men-Shen Tsai and Wu-chang Wu (2008)] or the
minimum number of nodes required to cover rectangular area
of 50×50 is 40.
(b)

© 2013 ACEEE
DOI: 03.LSCS.2013.1.502

46
Short Paper
Proc. of Int. Conf. on Advances in Control System and Electricals Engineering 2013
V. CONCLUSIONS

REFERENCES

Scale and density of deployment, environmental uncertainties and constraints in energy, memory and bandwidth
and computing resources pose serious challenge to the developer of WSNs. Most analytical methods suffer from slow
or lack of convergence to the final solution. This call for first
optimization algorithm that produces quality solution utilizing less resource.PSO has been popular technique used to
solve optimization problem in WSN due to its simplicity, high
quality of solution, first convergence and insignificant computational burden. The proposed work has the ability to
achieve optimal solution of converge problem with minimum
number of sensors in wireless network. The results show
that PSO approach is effective and robust for efficient coverage problem of sensor deployment and is considered to give
almost the optimal solutions in WSN. In future the focus can
be given to achieve 100 % coverage with minimum number of
sensors. The study of the 100% coverage using various optimal search techniques also presents several interesting
challenges.

[1] J. Yick, B.Mukherjee, and D.Ghosal, “Wireless Sensor
Network Survey”, computer networks, Vol 52,no-12,pp. 2292–
2330,2008
[2] Eberhart R. and Kennedy J. (1995). A new optimizer using
Particle Swarm Theory. Proc 6 th Int. symposium on Micro
machine and Human Science, pp.39-43
[3] Poli, R. 2007. Analysis of the publications on the Applications
of Particle Swarm Optimisation, Journal of Artificial Evolution
and Applications, 2008, 1-10.
[4] Lazinica, A. 2009. Particle Swarm Optimization. (Edited),
Published by In-Tech, Croatia, January
[5] K.V. Price, R.M Storn, and J.A Lampinen, Differential
evolution: A Practical approach to Global optimization, Ser.
Natural Computing series; Berlin, Germany: Springer-Verlag,
2005 .

© 2013 ACEEE
DOI: 03.LSCS.2013.1.502

47

More Related Content

What's hot

Increasing the Network life Time by Simulated Annealing Algorithm in WSN wit...
Increasing the Network life Time by Simulated  Annealing Algorithm in WSN wit...Increasing the Network life Time by Simulated  Annealing Algorithm in WSN wit...
Increasing the Network life Time by Simulated Annealing Algorithm in WSN wit...ijasuc
 
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORKAN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORKijceronline
 
Collaborative Re-Localization Method in Mobile Wireless Sensor Network Based ...
Collaborative Re-Localization Method in Mobile Wireless Sensor Network Based ...Collaborative Re-Localization Method in Mobile Wireless Sensor Network Based ...
Collaborative Re-Localization Method in Mobile Wireless Sensor Network Based ...CSCJournals
 
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor NetworksAccurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networksambitlick
 
Energy efficient and scheduling techniques for increasing life time in wirele...
Energy efficient and scheduling techniques for increasing life time in wirele...Energy efficient and scheduling techniques for increasing life time in wirele...
Energy efficient and scheduling techniques for increasing life time in wirele...IAEME Publication
 
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...IOSR Journals
 
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...IJERA Editor
 
A new approach for area coverage problem in wireless sensor networks with hyb...
A new approach for area coverage problem in wireless sensor networks with hyb...A new approach for area coverage problem in wireless sensor networks with hyb...
A new approach for area coverage problem in wireless sensor networks with hyb...ijmnct
 
Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919Editor IJARCET
 
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...Editor IJMTER
 
Secure Spectrum Sensing In Cognitive Radio Sensor Networks: A Survey
Secure Spectrum Sensing In Cognitive Radio Sensor Networks: A SurveySecure Spectrum Sensing In Cognitive Radio Sensor Networks: A Survey
Secure Spectrum Sensing In Cognitive Radio Sensor Networks: A Surveyijceronline
 
Multiagent based multipath routing in wireless sensor networks
Multiagent based multipath routing in wireless sensor networksMultiagent based multipath routing in wireless sensor networks
Multiagent based multipath routing in wireless sensor networksijwmn
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...ijsrd.com
 
LIFETIME IMPROVEMENT USING MOBILE AGENT IN WIRELESS SENSOR NETWORK
LIFETIME IMPROVEMENT USING MOBILE AGENT IN WIRELESS SENSOR NETWORKLIFETIME IMPROVEMENT USING MOBILE AGENT IN WIRELESS SENSOR NETWORK
LIFETIME IMPROVEMENT USING MOBILE AGENT IN WIRELESS SENSOR NETWORKJournal For Research
 
Artificial Bee Colony algorithm for Localization in Wireless Sensor Networks
Artificial Bee Colony algorithm for Localization in Wireless Sensor NetworksArtificial Bee Colony algorithm for Localization in Wireless Sensor Networks
Artificial Bee Colony algorithm for Localization in Wireless Sensor NetworksAssociate Professor in VSB Coimbatore
 
Optimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithmOptimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithmeSAT Journals
 
Localization for wireless sensor
Localization for wireless sensorLocalization for wireless sensor
Localization for wireless sensorIJCNCJournal
 

What's hot (20)

Increasing the Network life Time by Simulated Annealing Algorithm in WSN wit...
Increasing the Network life Time by Simulated  Annealing Algorithm in WSN wit...Increasing the Network life Time by Simulated  Annealing Algorithm in WSN wit...
Increasing the Network life Time by Simulated Annealing Algorithm in WSN wit...
 
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORKAN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK
 
Collaborative Re-Localization Method in Mobile Wireless Sensor Network Based ...
Collaborative Re-Localization Method in Mobile Wireless Sensor Network Based ...Collaborative Re-Localization Method in Mobile Wireless Sensor Network Based ...
Collaborative Re-Localization Method in Mobile Wireless Sensor Network Based ...
 
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor NetworksAccurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
 
Energy efficient and scheduling techniques for increasing life time in wirele...
Energy efficient and scheduling techniques for increasing life time in wirele...Energy efficient and scheduling techniques for increasing life time in wirele...
Energy efficient and scheduling techniques for increasing life time in wirele...
 
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
 
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
 
F010524057
F010524057F010524057
F010524057
 
A new approach for area coverage problem in wireless sensor networks with hyb...
A new approach for area coverage problem in wireless sensor networks with hyb...A new approach for area coverage problem in wireless sensor networks with hyb...
A new approach for area coverage problem in wireless sensor networks with hyb...
 
Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919
 
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
 
Secure Spectrum Sensing In Cognitive Radio Sensor Networks: A Survey
Secure Spectrum Sensing In Cognitive Radio Sensor Networks: A SurveySecure Spectrum Sensing In Cognitive Radio Sensor Networks: A Survey
Secure Spectrum Sensing In Cognitive Radio Sensor Networks: A Survey
 
Multiagent based multipath routing in wireless sensor networks
Multiagent based multipath routing in wireless sensor networksMultiagent based multipath routing in wireless sensor networks
Multiagent based multipath routing in wireless sensor networks
 
F0361026033
F0361026033F0361026033
F0361026033
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
 
LIFETIME IMPROVEMENT USING MOBILE AGENT IN WIRELESS SENSOR NETWORK
LIFETIME IMPROVEMENT USING MOBILE AGENT IN WIRELESS SENSOR NETWORKLIFETIME IMPROVEMENT USING MOBILE AGENT IN WIRELESS SENSOR NETWORK
LIFETIME IMPROVEMENT USING MOBILE AGENT IN WIRELESS SENSOR NETWORK
 
Artificial Bee Colony algorithm for Localization in Wireless Sensor Networks
Artificial Bee Colony algorithm for Localization in Wireless Sensor NetworksArtificial Bee Colony algorithm for Localization in Wireless Sensor Networks
Artificial Bee Colony algorithm for Localization in Wireless Sensor Networks
 
Ba24345348
Ba24345348Ba24345348
Ba24345348
 
Optimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithmOptimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithm
 
Localization for wireless sensor
Localization for wireless sensorLocalization for wireless sensor
Localization for wireless sensor
 

Viewers also liked

Fire-LEACH: A Novel Clustering Protocol for Wireless Sensor Networks based on...
Fire-LEACH: A Novel Clustering Protocol for Wireless Sensor Networks based on...Fire-LEACH: A Novel Clustering Protocol for Wireless Sensor Networks based on...
Fire-LEACH: A Novel Clustering Protocol for Wireless Sensor Networks based on...ijcsta
 
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor NetworksParticle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networksijsrd.com
 
Particle swarm optimization based clustering by preventing residual nodes in ...
Particle swarm optimization based clustering by preventing residual nodes in ...Particle swarm optimization based clustering by preventing residual nodes in ...
Particle swarm optimization based clustering by preventing residual nodes in ...LogicMindtech Nologies
 
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...IJMIT JOURNAL
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsnSamruddhi Gaikwad
 
Energy efficient cluster head selection in LEACH protocol
Energy efficient cluster head selection in LEACH protocolEnergy efficient cluster head selection in LEACH protocol
Energy efficient cluster head selection in LEACH protocolARUNP116
 
clustering protocol in WSN:LEACH
clustering protocol in WSN:LEACHclustering protocol in WSN:LEACH
clustering protocol in WSN:LEACHJimit Rupani
 
Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithmHasan Gök
 
Leach-Protocol
Leach-ProtocolLeach-Protocol
Leach-Protocolzhendong
 

Viewers also liked (13)

Fire-LEACH: A Novel Clustering Protocol for Wireless Sensor Networks based on...
Fire-LEACH: A Novel Clustering Protocol for Wireless Sensor Networks based on...Fire-LEACH: A Novel Clustering Protocol for Wireless Sensor Networks based on...
Fire-LEACH: A Novel Clustering Protocol for Wireless Sensor Networks based on...
 
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor NetworksParticle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
 
Particle swarm optimization based clustering by preventing residual nodes in ...
Particle swarm optimization based clustering by preventing residual nodes in ...Particle swarm optimization based clustering by preventing residual nodes in ...
Particle swarm optimization based clustering by preventing residual nodes in ...
 
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
 
eeca
eecaeeca
eeca
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsn
 
Energy efficient cluster head selection in LEACH protocol
Energy efficient cluster head selection in LEACH protocolEnergy efficient cluster head selection in LEACH protocol
Energy efficient cluster head selection in LEACH protocol
 
clustering protocol in WSN:LEACH
clustering protocol in WSN:LEACHclustering protocol in WSN:LEACH
clustering protocol in WSN:LEACH
 
Leach
Leach Leach
Leach
 
Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithm
 
Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithm
 
Leach-Protocol
Leach-ProtocolLeach-Protocol
Leach-Protocol
 
Leach protocol
Leach protocolLeach protocol
Leach protocol
 

Similar to Wireless Sensor Network using Particle Swarm Optimization

Ant Colony Optimization for Wireless Sensor Network: A Review
Ant Colony Optimization for Wireless Sensor Network: A ReviewAnt Colony Optimization for Wireless Sensor Network: A Review
Ant Colony Optimization for Wireless Sensor Network: A Reviewiosrjce
 
APPLICATION OF WIRELESS NANO SENSOR NETWORKS FOR WILD LIVES
APPLICATION OF WIRELESS NANO SENSOR NETWORKS FOR WILD LIVESAPPLICATION OF WIRELESS NANO SENSOR NETWORKS FOR WILD LIVES
APPLICATION OF WIRELESS NANO SENSOR NETWORKS FOR WILD LIVESAmy Roman
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Resource aware and reliable cluster based communication scheme for wireless b...
Resource aware and reliable cluster based communication scheme for wireless b...Resource aware and reliable cluster based communication scheme for wireless b...
Resource aware and reliable cluster based communication scheme for wireless b...IAEME Publication
 
An Energy-Efficient Min-Max Optimization with RSA Security in Wireless Sensor...
An Energy-Efficient Min-Max Optimization with RSA Security in Wireless Sensor...An Energy-Efficient Min-Max Optimization with RSA Security in Wireless Sensor...
An Energy-Efficient Min-Max Optimization with RSA Security in Wireless Sensor...IJMTST Journal
 
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor NetworkNode Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor NetworkIJMTST Journal
 
Greedy – based Heuristic for OSC problems in Wireless Sensor Networks
Greedy – based Heuristic for OSC problems in Wireless Sensor NetworksGreedy – based Heuristic for OSC problems in Wireless Sensor Networks
Greedy – based Heuristic for OSC problems in Wireless Sensor NetworksIJMER
 
DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...
DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...
DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...IJEEE
 
Prediction Based Moving Object Tracking in Wireless Sensor Network
Prediction Based Moving Object Tracking in Wireless Sensor NetworkPrediction Based Moving Object Tracking in Wireless Sensor Network
Prediction Based Moving Object Tracking in Wireless Sensor NetworkIRJET Journal
 
MAINTAINING UNIFORM DENSITY AND MINIMIZING THE CHANCE OF ERROR IN A LARGE SCA...
MAINTAINING UNIFORM DENSITY AND MINIMIZING THE CHANCE OF ERROR IN A LARGE SCA...MAINTAINING UNIFORM DENSITY AND MINIMIZING THE CHANCE OF ERROR IN A LARGE SCA...
MAINTAINING UNIFORM DENSITY AND MINIMIZING THE CHANCE OF ERROR IN A LARGE SCA...IJNSA Journal
 
An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...
An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...
An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...ijsrd.com
 
International Journal of Advanced Smart Sensor Network Systems (IJASSN)
International Journal of Advanced Smart Sensor Network Systems (IJASSN)International Journal of Advanced Smart Sensor Network Systems (IJASSN)
International Journal of Advanced Smart Sensor Network Systems (IJASSN)ijcseit
 
An optimal algorithm for coverage hole healing
An optimal algorithm for coverage hole healingAn optimal algorithm for coverage hole healing
An optimal algorithm for coverage hole healingmarwaeng
 
Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...IJCNCJournal
 

Similar to Wireless Sensor Network using Particle Swarm Optimization (20)

Bz02516281633
Bz02516281633Bz02516281633
Bz02516281633
 
Ant Colony Optimization for Wireless Sensor Network: A Review
Ant Colony Optimization for Wireless Sensor Network: A ReviewAnt Colony Optimization for Wireless Sensor Network: A Review
Ant Colony Optimization for Wireless Sensor Network: A Review
 
N017318992
N017318992N017318992
N017318992
 
APPLICATION OF WIRELESS NANO SENSOR NETWORKS FOR WILD LIVES
APPLICATION OF WIRELESS NANO SENSOR NETWORKS FOR WILD LIVESAPPLICATION OF WIRELESS NANO SENSOR NETWORKS FOR WILD LIVES
APPLICATION OF WIRELESS NANO SENSOR NETWORKS FOR WILD LIVES
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Resource aware and reliable cluster based communication scheme for wireless b...
Resource aware and reliable cluster based communication scheme for wireless b...Resource aware and reliable cluster based communication scheme for wireless b...
Resource aware and reliable cluster based communication scheme for wireless b...
 
C1804011117
C1804011117C1804011117
C1804011117
 
An Energy-Efficient Min-Max Optimization with RSA Security in Wireless Sensor...
An Energy-Efficient Min-Max Optimization with RSA Security in Wireless Sensor...An Energy-Efficient Min-Max Optimization with RSA Security in Wireless Sensor...
An Energy-Efficient Min-Max Optimization with RSA Security in Wireless Sensor...
 
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor NetworkNode Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
 
Greedy – based Heuristic for OSC problems in Wireless Sensor Networks
Greedy – based Heuristic for OSC problems in Wireless Sensor NetworksGreedy – based Heuristic for OSC problems in Wireless Sensor Networks
Greedy – based Heuristic for OSC problems in Wireless Sensor Networks
 
DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...
DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...
DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...
 
Prediction Based Moving Object Tracking in Wireless Sensor Network
Prediction Based Moving Object Tracking in Wireless Sensor NetworkPrediction Based Moving Object Tracking in Wireless Sensor Network
Prediction Based Moving Object Tracking in Wireless Sensor Network
 
Energy aware routing for wireless sensor networks
Energy aware routing for wireless sensor networksEnergy aware routing for wireless sensor networks
Energy aware routing for wireless sensor networks
 
MAINTAINING UNIFORM DENSITY AND MINIMIZING THE CHANCE OF ERROR IN A LARGE SCA...
MAINTAINING UNIFORM DENSITY AND MINIMIZING THE CHANCE OF ERROR IN A LARGE SCA...MAINTAINING UNIFORM DENSITY AND MINIMIZING THE CHANCE OF ERROR IN A LARGE SCA...
MAINTAINING UNIFORM DENSITY AND MINIMIZING THE CHANCE OF ERROR IN A LARGE SCA...
 
An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...
An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...
An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
2512ijcsea02
2512ijcsea022512ijcsea02
2512ijcsea02
 
International Journal of Advanced Smart Sensor Network Systems (IJASSN)
International Journal of Advanced Smart Sensor Network Systems (IJASSN)International Journal of Advanced Smart Sensor Network Systems (IJASSN)
International Journal of Advanced Smart Sensor Network Systems (IJASSN)
 
An optimal algorithm for coverage hole healing
An optimal algorithm for coverage hole healingAn optimal algorithm for coverage hole healing
An optimal algorithm for coverage hole healing
 
Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...
 

More from idescitation (20)

65 113-121
65 113-12165 113-121
65 113-121
 
69 122-128
69 122-12869 122-128
69 122-128
 
71 338-347
71 338-34771 338-347
71 338-347
 
72 129-135
72 129-13572 129-135
72 129-135
 
74 136-143
74 136-14374 136-143
74 136-143
 
80 152-157
80 152-15780 152-157
80 152-157
 
82 348-355
82 348-35582 348-355
82 348-355
 
84 11-21
84 11-2184 11-21
84 11-21
 
62 328-337
62 328-33762 328-337
62 328-337
 
46 102-112
46 102-11246 102-112
46 102-112
 
47 292-298
47 292-29847 292-298
47 292-298
 
49 299-305
49 299-30549 299-305
49 299-305
 
57 306-311
57 306-31157 306-311
57 306-311
 
60 312-318
60 312-31860 312-318
60 312-318
 
5 1-10
5 1-105 1-10
5 1-10
 
11 69-81
11 69-8111 69-81
11 69-81
 
14 284-291
14 284-29114 284-291
14 284-291
 
15 82-87
15 82-8715 82-87
15 82-87
 
29 88-96
29 88-9629 88-96
29 88-96
 
43 97-101
43 97-10143 97-101
43 97-101
 

Recently uploaded

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxAnaBeatriceAblay2
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Recently uploaded (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

Wireless Sensor Network using Particle Swarm Optimization

  • 1. Short Paper Proc. of Int. Conf. on Advances in Control System and Electricals Engineering 2013 Wireless Sensor Network using Particle Swarm Optimization Shekh Md Mahmudul Islam1, Mohammad Anisur Rahman Reza and Md Adnan Kiber Department of Applied Physics, Electronics & Communication Engineering, University of Dhaka, Dhaka, Banngladesh-1000 Email: mahmud_apececadet@yahoo.com sensor nodes result in corresponding constraints on resources such as energy, memory, computational speed and communications bandwidth. The topology of the WSNs can vary from a simple star network to an advanced multi-hoop wireless mesh network. The propagation technique between the hops of the network can be routing or flooding. Today such networks are used in many industrial and consumer applications, such as industrial process monitoring and control, machine health monitoring, and so on.WSN consists of four main components: a radio, a processor, sensor and battery. In most deployments sensor nodes have self-organizing capabilities to form an appropriate structure. A WSN monitors an environment by sensing its physical properties .It is a network of tiny, inexpensive autonomous nodes that can acquire process and transmit sensory data over wireless medium. One or more powerful base station serves as the final destination of the data. The properties of WSNs that pose technical challenge include dense ad-hoc deployment, dynamic topology. WSN issues such as node deployment, localization, energyaware clustering and data aggregation are often formulated as optimization problems. Traditional analytical optimization technique requires enormous computational effort, which grows exponentially as the problem size increases. An optimization method that requires moderate memory and computational resources and yet produces good results is desirable, especially for implementation on an individual sensor node. Bio-inspired optimization methods are computationally efficient alternatives to analytical methods. Particle swarm optimization is a popular multi-dimensional optimization technique. Ease of implementation, high quality of solutions, computational efficiency and speed of convergence are strength of PSO. This paper focuses on sensor deployment using Particle Swarm Optimization (PSO) algorithm. One of the fundamental issues that arise in WSN is coverage area in addition to location identification, tracking and deployment. In this coverage the nodes have the effective responsibility to cover the predefined area. The most effective approach for sensor deployment is to place sensor in such a manner that the maximal network coverage is achieved. Abstract— Wireless sensor network (WSN) is becoming progressively important and challenging research area. A Wireless sensor network (WSN) consists of spatially distributed autonomous sensors to monitor physical and environmental conditions and to co-operatively pass their data through the network to a main location. Wireless sensor consists of small low cost sensor nodes, having a limited transmission range and their processing, storage capabilities and energy resources are limited. The main task of such a network is to gather information from a node and transmit it to a base station for further processing.WSN has different issues such as optimal sensor deployment, node localization, base station placement, location of target nodes, energy aware clustering and data aggregation. Recently researchers around the world are applying bio-inspired optimization algorithm known as particle swarm optimization (PSO) for increasing efficiency in the WSN issues. This paper describes the use of PSO algorithm for optimal sensor deployment in WSN. Index Terms— Wireless sensor network (WSN), Particle Swarm Optimization (PSO), base station placement I. INTRODUCTION Wireless Sensor Network (WSN) are an emerging technology[1] that has potential application in surveillance, environment and habitat monitoring ,structural monitoring and healthcare, and disaster management[2]. A wireless sensor network (WSN) consists of spatially distributed autonomous sensors to monitor physical or environmental conditions, such as temperature, sound, pressure, etc. and to cooperatively pass their data through the network to a main location. The more modern networks are bi-directional, also enabling control of sensor activity. The development of wireless sensor networks was motivated by military applications such as battlefield surveillance; The WSN is built of “nodes” – from a few to several hundreds or even thousands, where each node is connected to one (or sometimes several) sensors. Each such sensor network node has typically several parts: a radio transceiver with an internal antenna or connection to an external antenna, a microcontroller, an electronic circuit for interfacing with the sensors and an energy source, usually a battery or an embedded form of energy harvesting. A sensor node might vary in size from that of a shoebox down to the size of a grain of dust, although functioning “motes” of genuine microscopic dimensions have yet to be created. The cost of sensor nodes is similarly variable, ranging from a few to hundreds of dollars, depending on the complexity of the individual sensor nodes. Size and cost constraints on © 2013 ACEEE DOI: 03.LSCS.2013.1.502 II. PARTICLE SWARM OPTIMIZATION PSO is a population based optimization technique developed by Eberhart and Kennedy in 1995[3]. In PSO, the potential solutions, called particles, fly through the problem space following the current optimum particles. Each particle keeps track of its coordinates in the problem space, which 43
  • 2. Short Paper Proc. of Int. Conf. on Advances in Control System and Electricals Engineering 2013 are associated with the best solution (fitness) it has achieved so far (the fitness value is also stored). This value is called pbest. Another best value that is tracked by the particle swarm optimizer is the best value obtained so far by any particle in the swarm called gbest. Each individual in PSO flies in the search space with a velocity which is dynamically adjusted according to its own flying experience (pbest) and its companion’s experience (gbest), so that the individuals of the population can be expected to move towards better solution areas. Each individual is treated as a volume-less particle in the D-dimensional search space. The particles are manipulated according to the following equations [4] V wV c1rand   pid Xid  c2 R    pgd Xid  and id id X id  X id  Vid (1) (2) Fig 1: Geometric illustration of particle movement in PSO where c1 and c2 are positive constants (learning factors), possible[5].Events in an area devoid of an adequate number of sensor nodes remain unnoticed; and the areas having dense sensor population suffer from congestion and delays. Optimally deployed WSN assures adequate quality of service, long network life and financial economy. Available PSO solutions to the deployment problem are computed centrally on a base station for determining position of sensors. and rand() and Rand() are two random functions in the range   X i  X i1 , X i 2 , ..., X iD represents the ith particle; [0,1]; Pi   pi1 , pi 2 ,..., piD  represents the best previous position (the position giving the best fitness value) of the particle; the symbol g represents the index of the best particle among all the particles in the population;  A. Sensor Coverage A sensor placed on a location point(X1, Y1) can cover a location point (X2, Y2), if the Euclidian distance between the two points is: (X1-X2)2-(Y1-Y2)2<=r2 Where, r is the sensing range of the sensor. The mean value of the location point (Xi,Yi) for i=1,2,….M is represented by (mx,my).Sensor node is the centered of location points it has to cover. The distance between the sensor node and the farthest location point denote the sensing range r.Area, A is divided into R regions and each region is placed with sensor nodes by minimizing Euclidian distance between location points and their closest centroid. Area A is covered with R sensor nodes. The coverage problem can be formulated as an optimization problem and defined as: P is the set points and R is the fixed no of sensors, the optimum location for deploying all R sensors such that every location point is covered.  Vi  Vi1 , Vi 2 , ..., ViD represents the rate of the position change (velocity) for particle i. Equations (1 and 2) are the equation describing the flying trajectory of a population of particles. Equation (1) describes how the velocity is dynamically updated and Equation (2) the position update of the “flying” particles. Equation (1) consists of three parts. The first part is the momentum part. The velocity can’t be changed abruptly. It is changed from the current velocity. The second part is the “cognitive” part which represents private thinking of itself - learning from its own flying experience. The third part is the “social” part which represents the collaboration among particles - learning from group flying experience. The commonly used PSOs are either global version or local version. In the global version of PSO, each particle flies through the search space with a velocity that is dynamically adjusted according to the particle’s personal best performance achieved so far and the best performance achieved so far by all the particles. In the local version of PSO, each particle’s velocity is adjusted according to its personal best and the best performance achieved so far within its neighborhood. The neighborhood of each particle is generally defined as topologically nearest particles to the particle at each side. A local version of PSO with time varying inertia coefficient is used in this work is shown in Fig 1. III. PROBLEM FORMULATION The main objective of the present work paper is to minimize the distance between the neighboring nodes, maximizing coverage in the network, while simultaneously satisfying all constraints. 1. All sensor nodes are homogenous and have mobility 2. We assume that deployed sensor nodes can fully cover the sensing fields Sensing coverage and communication coverage of each node assumed to have circular shape without any irregularity. 3. The design variables are two dimensional co-ordinates of the sensor nodes 4. All the sensor nodes cover equal sensing field areas II. OPTIMAL WSN DEPLOYMENT WSN problem refers to determining position for sensor nodes such that the desired coverage, connectivity and energy efficiency can be achieved with as few nodes as © 2013 ACEEE DOI: 03.LSCS.2013.1.502 44
  • 3. Short Paper Proc. of Int. Conf. on Advances in Control System and Electricals Engineering 2013 The above are common assumption for many sensor network applications. A. Flow chart The Flow chart contains a recursive iteration loop and can be described by the following pseudocode.Fitness,F; F depends on the Euclidian distance between the sensor node and the nearest centroid. Calculate fitness for each particle. Among the swarm, the particle with least fitness is considered as the global best particle as it is closest to the optimum solutions. The swarm is said to have accomplished the task if all the particles in it have acquired fitness less than or equal to the range of sensors incorporated in the network. In particle swarm optimization we perform the following actions [Fig. 2] 1. Network information and algorithm parameters—inertia, weight, learning factor, velocity boundary value and the largest iterative numbers are initialized. Array of particles are initialized with random position and velocity vector. 2. Find the distance of the interest point to its nearest sensor. Fitness is evaluated for every particle at its current position using Euclidian distances. 3. Minimize the fitness value; ideally the fitness value should be equal to zero, where the distance between the interests points with their nearest sensors are within the sensor’s sensing range. If the fitness of the particle is lesser than that of the best particle, then the particle would be the best particle for the next move, and fitness of that particle is taken as best fitness. 4. Each particle is made to modify its current position and current velocity. 5. If the next position of the particle is the best, then the particle chooses a new position, otherwise the same algorithm is continued. 6. The process is repeated in iteration, until all the particles communicate with each other and generate maximum coverage. B. PSO parameters For the proposed method the number of particles are taken as 40 and the learning factor C1=C2=2.An inertia weight factor is linearly reduced as the search proceeds from 0.9 to 0.4[Xiahui et al(2004) ].The maximum velocity and maximum iterations[Bo Li and RenYue Xiao(2007)] are taken as 50 and 300 respectively. IV. RESULTS AND DISCUSSIONS The initial population is created randomly and the objective function is calculated. The new sequence generation based on the initial sequence illustrated in the following example. Consider the following initial sequence Pibest and Pgbest as follows: Present: 2 6 3 5 4 1 Pibest: 6 1 2 5 3 4 Pgbest: 5 3 6 4 2 1 Assume C1=C2=1 and rand () =0.57.Then Pibest is generated by swapping the individuals of a present sequence. Present: 2 6 3 5 4 1 Swap :( 2 6) © 2013 ACEEE DOI: 03.LSCS.2013.1.502 Fig 2: Flow chart of PSO algorithm 6 2 3 5 4 1 Swap :( 2, 1) 6 1 3 5 4 2 Swap :( 3, 2) 45
  • 4. Short Paper Proc. of Int. Conf. on Advances in Control System and Electricals Engineering 2013 6 1 2 5 4 3 Swap :( 4, 3) 6 1 2 5 3 4 ——Pibest Here (2,6) (2,1) (3,2) (4,3) are used for getting Pibest from the present sequence .The Pgbest is generated by swapping the individual of a present sequence. Present: 2 6 3 5 4 1 Swap :( 2, 5) 5 6 3 2 4 1 Swap: (6, 3) 5 3 6 2 4 1 Swap: (2, 4) 5 3 6 2 4 1—Pgbest Hence (2, 5), (6, 3) and (2, 4) are used for getting Pgbest from present sequence. Velocity=1*0.57{(2,6),(2,1),(3,2),(4,3)}+1*0.57{(2,5),(6,3),(2,4)} The 57% of the change in both the parts are considered. Hence the first two changes in both the parts (2,6),(2,1) and (2,5),(6,3) is considered. New sequence=present+ velocity=2 6 3 5 4 1+ (2, 6), (2, 1), (2, 5), (6, 3) Hence the sequence is generated for the next generation is 3 1 6 2 4 5.Similarly for all other particles the new sequences are generated and objective function is evaluated and is shown in Fig.3 and Fig. 4. (c) (d) Fig 3: PSO’s Particle location of the target (a) Randomly distributed particles (b) Particles position after 5 0 interactions (c) Pa rticles position after 100 interactions (a) Fig 4: Sensor Vs Coverage It is proved theoretically that the maximum efficient coverage [Men-Shen Tsai and Wu-chang Wu (2008)] or the minimum number of nodes required to cover rectangular area of 50×50 is 40. (b) © 2013 ACEEE DOI: 03.LSCS.2013.1.502 46
  • 5. Short Paper Proc. of Int. Conf. on Advances in Control System and Electricals Engineering 2013 V. CONCLUSIONS REFERENCES Scale and density of deployment, environmental uncertainties and constraints in energy, memory and bandwidth and computing resources pose serious challenge to the developer of WSNs. Most analytical methods suffer from slow or lack of convergence to the final solution. This call for first optimization algorithm that produces quality solution utilizing less resource.PSO has been popular technique used to solve optimization problem in WSN due to its simplicity, high quality of solution, first convergence and insignificant computational burden. The proposed work has the ability to achieve optimal solution of converge problem with minimum number of sensors in wireless network. The results show that PSO approach is effective and robust for efficient coverage problem of sensor deployment and is considered to give almost the optimal solutions in WSN. In future the focus can be given to achieve 100 % coverage with minimum number of sensors. The study of the 100% coverage using various optimal search techniques also presents several interesting challenges. [1] J. Yick, B.Mukherjee, and D.Ghosal, “Wireless Sensor Network Survey”, computer networks, Vol 52,no-12,pp. 2292– 2330,2008 [2] Eberhart R. and Kennedy J. (1995). A new optimizer using Particle Swarm Theory. Proc 6 th Int. symposium on Micro machine and Human Science, pp.39-43 [3] Poli, R. 2007. Analysis of the publications on the Applications of Particle Swarm Optimisation, Journal of Artificial Evolution and Applications, 2008, 1-10. [4] Lazinica, A. 2009. Particle Swarm Optimization. (Edited), Published by In-Tech, Croatia, January [5] K.V. Price, R.M Storn, and J.A Lampinen, Differential evolution: A Practical approach to Global optimization, Ser. Natural Computing series; Berlin, Germany: Springer-Verlag, 2005 . © 2013 ACEEE DOI: 03.LSCS.2013.1.502 47