SlideShare a Scribd company logo
1 of 23
A Detail Study and Implementation of
Sensor Node Deployment in Wireless
Sensor Networks Based on Particle
Swarm Optimization
15/11/18 1Amrish Rajput
Keywords
• Introduction
• Components of WSN
• Wireless Sensor Network
• Communication in Wireless Sensor Network
• Network Architecture
15/11/18 2Amrish Rajput
Introduction
• A wireless sensor network is a collection of
nodes organized into a cooperative network.
• Each node has capability to sense the data,
process the data. These sensors work with
each other to sense some physical
phenomenon.
• The nodes in the network are connected via
Wireless communication channels.
15/11/18 3Amrish Rajput
Components of WSN
• sensor
– A transducer
– converts physical phenomenon e.g. heat, light, motion, vibration
,into the electrical signals.
• sensor node
– basic unit in sensor network
– contains on-board sensors, processor, memory, transceiver, and
power supply
• sensor network
– consists of a large number of sensor nodes
– nodes deployed either inside or very close to the sensed
phenomenon
15/11/18 4Amrish Rajput
Wireless Sensor Network
15/11/18 5Amrish Rajput
Communication in Wireless Sensor Network
15/11/18 6Amrish Rajput
Network Architecture
15/11/18 7Amrish Rajput
Network Architecture
15/11/18 8Amrish Rajput
Node Architecture
15/11/18 9Amrish Rajput
15/11/18 10Amrish Rajput
Problem Statement
The main idea of this project is to solve the
coverage problem in wireless sensors network by
increasing sensors node coverage percentages, due
to that, effect of number of sensors nodes ,size of
region of interest (ROI) and Particle swarm
optimization algorithm are studied. pso is an
optimization methods that can be deployed to
achieve higher coverage percentage.
15/11/18 Amrish Rajput 11
PSO AND IMPROVING
• Particle swarm optimization is one of the
newest evolutionary algorithms inspired from
swarm intelligence.
• PSO is an outstanding algorithm for solving
multidimension function optimization and has a
series of advantages such as high speed
regional convergence and efficient global
searching.
15/11/18 12Amrish Rajput
Definition
Particle swarm optimization is a population
based stochastic optimization technique
developed by Dr. Eberhart and Dr. Kennedy in
1995, inspired by social behavior of birds
flocking or fish schooling.
15/11/18 13Amrish Rajput
Literature survey
• j.Kennedy and r.elvert,”partical swarm
optimization“ in proc .IEEE int.conf
neural network ,vol.4, nov-1,1995.
• “Study on coverage in wireless sensors
network using grid based strategy and
particle swarm optimization” W.Z.wan
ismail and S.Abd.Manaf.
15/11/18 Amrish Rajput 14
• “Sensors node deployment in wireless sensors
network based on particle swarm optimization”
Zhiming li lin lei, IEEE int. conference -2009.
• “Random ,PSO & MDBPSO based sensors
deployment in Wireless sensors
networks”,Aparna pradeep laturkar,Vol.10,No.
1,April 2018.
15/11/18 Amrish Rajput 15
Methodology & Algorithm
PSO simulates the behaviors of birds flocking.
Suppose the following scenario:
• A group of birds are randomly searching food in an
area.
• There is only one piece of food in area being
searched.
• All the birds do not know where the food is. But they
know how far the food is in each iteration.
So what’s the best strategy to find the food?
15/11/18 16Amrish Rajput
• The effective one is to follow the bird which is
nearest to the food.
• In PSO, each single solution is a “bird” in the search
space. We call it “particle”.
• All of particles have fitness value which are evaluated
by the fitness function to be optimized,
and have velocities which direct the flying of the
particles.
• The particles fly through the problem spaces by
following the current optimum particles.
15/11/18 17Amrish Rajput
• PSO is initialized with a group of random particles (solutions)
and then searches for optima by updating generations.
• In every iteration , each particle is updated by following two
“best” values.
-- The first one is 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 particles swarm
optimizer is the best value, obtained so far by any particle in the
population. This best value is global best and called gbest.
15/11/18 18Amrish Rajput
• After finding the two best values, the particle
updates its velocity and positions with following
equation (a) and (b).
v[]=w*v[]+c1*rand()*(pbest[]-present[])+c2*rand()*(gbest[]- present[])
Present[]=present[]+v[]
15/11/18 19Amrish Rajput
Where,
W= inertia weight(monitor the effect of previous
velocity in current search).
V[] is the particle velocity.
present[] is the current particle.
Pbest[] and gbest[] are defined as stated before.
rand() is a random number between (0,1).
c1,c2 are learning factors. Usuallyc1=c2=2.
Flow chart
15/11/18 21Amrish Rajput
15/11/18 22Amrish Rajput
Queries
?
15/11/18 Amrish Rajput 23

More Related Content

What's hot

Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using  Genetic AlgorithmsOptimized Projected Strategy for Enhancement of WSN Using  Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using Genetic AlgorithmsIJMER
 
Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...eSAT Journals
 
Throughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocolThroughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocoleSAT Publishing House
 
Dotnet harvesting-aware energy management for time-critical wireless sensor ...
Dotnet  harvesting-aware energy management for time-critical wireless sensor ...Dotnet  harvesting-aware energy management for time-critical wireless sensor ...
Dotnet harvesting-aware energy management for time-critical wireless sensor ...Ecway Technologies
 
USING ELECTROSTATIC FILTER TECHNOLOGY BASED ON SMART CONTROL
USING ELECTROSTATIC FILTER TECHNOLOGY BASED ON SMART CONTROLUSING ELECTROSTATIC FILTER TECHNOLOGY BASED ON SMART CONTROL
USING ELECTROSTATIC FILTER TECHNOLOGY BASED ON SMART CONTROLMohammedQasim60
 
I lab reactivity
I lab reactivityI lab reactivity
I lab reactivityamilef
 

What's hot (7)

finalDraftPoster
finalDraftPosterfinalDraftPoster
finalDraftPoster
 
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using  Genetic AlgorithmsOptimized Projected Strategy for Enhancement of WSN Using  Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
 
Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...
 
Throughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocolThroughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocol
 
Dotnet harvesting-aware energy management for time-critical wireless sensor ...
Dotnet  harvesting-aware energy management for time-critical wireless sensor ...Dotnet  harvesting-aware energy management for time-critical wireless sensor ...
Dotnet harvesting-aware energy management for time-critical wireless sensor ...
 
USING ELECTROSTATIC FILTER TECHNOLOGY BASED ON SMART CONTROL
USING ELECTROSTATIC FILTER TECHNOLOGY BASED ON SMART CONTROLUSING ELECTROSTATIC FILTER TECHNOLOGY BASED ON SMART CONTROL
USING ELECTROSTATIC FILTER TECHNOLOGY BASED ON SMART CONTROL
 
I lab reactivity
I lab reactivityI lab reactivity
I lab reactivity
 

Similar to Sensor Node Deployment Using PSO in WSN

Cluster based wireless sensor network routings ieee
Cluster based wireless sensor network routings ieeeCluster based wireless sensor network routings ieee
Cluster based wireless sensor network routings ieeeTAIWAN
 
Deep learning notes.pptx
Deep learning notes.pptxDeep learning notes.pptx
Deep learning notes.pptxPandi Gingee
 
ML UNIT2.pptx uyftdhfjkghnkgutdmsedjytkf
ML UNIT2.pptx uyftdhfjkghnkgutdmsedjytkfML UNIT2.pptx uyftdhfjkghnkgutdmsedjytkf
ML UNIT2.pptx uyftdhfjkghnkgutdmsedjytkfmamathamyakaojaiah62
 
Wireless Sensor Network using Particle Swarm Optimization
Wireless Sensor Network using Particle Swarm OptimizationWireless Sensor Network using Particle Swarm Optimization
Wireless Sensor Network using Particle Swarm Optimizationidescitation
 
An Ant colony optimization algorithm to solve the broken link problem in wire...
An Ant colony optimization algorithm to solve the broken link problem in wire...An Ant colony optimization algorithm to solve the broken link problem in wire...
An Ant colony optimization algorithm to solve the broken link problem in wire...IJERA Editor
 
Improvising Network life time of Wireless sensor networks using mobile data a...
Improvising Network life time of Wireless sensor networks using mobile data a...Improvising Network life time of Wireless sensor networks using mobile data a...
Improvising Network life time of Wireless sensor networks using mobile data a...Editor IJCATR
 
HCIFR: Hierarchical Clustering and Iterative Filtering Routing Algorithm for ...
HCIFR: Hierarchical Clustering and Iterative Filtering Routing Algorithm for ...HCIFR: Hierarchical Clustering and Iterative Filtering Routing Algorithm for ...
HCIFR: Hierarchical Clustering and Iterative Filtering Routing Algorithm for ...IJAEMSJORNAL
 
AntColonyOptimizationManetNetworkAODV.pptx
AntColonyOptimizationManetNetworkAODV.pptxAntColonyOptimizationManetNetworkAODV.pptx
AntColonyOptimizationManetNetworkAODV.pptxLina Kadam
 
A survey on ant colony clustering papers
A survey on ant colony clustering papersA survey on ant colony clustering papers
A survey on ant colony clustering papersZahra Sadeghi
 
IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...
IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...
IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...IRJET 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
 
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...IOSR Journals
 
ERU-2-wsn.ppt
ERU-2-wsn.pptERU-2-wsn.ppt
ERU-2-wsn.pptSahanaMk2
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
A novel energy aware node clustering
A novel energy aware node clusteringA novel energy aware node clustering
A novel energy aware node clusteringIJCNCJournal
 
Big data and machine learning for network research problems
Big data and machine learning for network research problemsBig data and machine learning for network research problems
Big data and machine learning for network research problemsSabidur Rahman
 
Optimal Data Collection from a Network using Probability Collectives (Swarm B...
Optimal Data Collection from a Network using Probability Collectives (Swarm B...Optimal Data Collection from a Network using Probability Collectives (Swarm B...
Optimal Data Collection from a Network using Probability Collectives (Swarm B...IJRES Journal
 

Similar to Sensor Node Deployment Using PSO in WSN (20)

Cluster based wireless sensor network routings ieee
Cluster based wireless sensor network routings ieeeCluster based wireless sensor network routings ieee
Cluster based wireless sensor network routings ieee
 
Deep learning notes.pptx
Deep learning notes.pptxDeep learning notes.pptx
Deep learning notes.pptx
 
ML UNIT2.pptx uyftdhfjkghnkgutdmsedjytkf
ML UNIT2.pptx uyftdhfjkghnkgutdmsedjytkfML UNIT2.pptx uyftdhfjkghnkgutdmsedjytkf
ML UNIT2.pptx uyftdhfjkghnkgutdmsedjytkf
 
C1804011117
C1804011117C1804011117
C1804011117
 
Wireless Sensor Network using Particle Swarm Optimization
Wireless Sensor Network using Particle Swarm OptimizationWireless Sensor Network using Particle Swarm Optimization
Wireless Sensor Network using Particle Swarm Optimization
 
An Ant colony optimization algorithm to solve the broken link problem in wire...
An Ant colony optimization algorithm to solve the broken link problem in wire...An Ant colony optimization algorithm to solve the broken link problem in wire...
An Ant colony optimization algorithm to solve the broken link problem in wire...
 
Improvising Network life time of Wireless sensor networks using mobile data a...
Improvising Network life time of Wireless sensor networks using mobile data a...Improvising Network life time of Wireless sensor networks using mobile data a...
Improvising Network life time of Wireless sensor networks using mobile data a...
 
HCIFR: Hierarchical Clustering and Iterative Filtering Routing Algorithm for ...
HCIFR: Hierarchical Clustering and Iterative Filtering Routing Algorithm for ...HCIFR: Hierarchical Clustering and Iterative Filtering Routing Algorithm for ...
HCIFR: Hierarchical Clustering and Iterative Filtering Routing Algorithm for ...
 
AntColonyOptimizationManetNetworkAODV.pptx
AntColonyOptimizationManetNetworkAODV.pptxAntColonyOptimizationManetNetworkAODV.pptx
AntColonyOptimizationManetNetworkAODV.pptx
 
Seminar
SeminarSeminar
Seminar
 
A survey on ant colony clustering papers
A survey on ant colony clustering papersA survey on ant colony clustering papers
A survey on ant colony clustering papers
 
IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...
IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...
IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...
 
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 ...
 
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...
 
ERU-2-wsn.ppt
ERU-2-wsn.pptERU-2-wsn.ppt
ERU-2-wsn.ppt
 
ERU-2-wsn.ppt
ERU-2-wsn.pptERU-2-wsn.ppt
ERU-2-wsn.ppt
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
A novel energy aware node clustering
A novel energy aware node clusteringA novel energy aware node clustering
A novel energy aware node clustering
 
Big data and machine learning for network research problems
Big data and machine learning for network research problemsBig data and machine learning for network research problems
Big data and machine learning for network research problems
 
Optimal Data Collection from a Network using Probability Collectives (Swarm B...
Optimal Data Collection from a Network using Probability Collectives (Swarm B...Optimal Data Collection from a Network using Probability Collectives (Swarm B...
Optimal Data Collection from a Network using Probability Collectives (Swarm B...
 

Recently uploaded

Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringJuanCarlosMorales19600
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 

Recently uploaded (20)

Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineering
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 

Sensor Node Deployment Using PSO in WSN

  • 1. A Detail Study and Implementation of Sensor Node Deployment in Wireless Sensor Networks Based on Particle Swarm Optimization 15/11/18 1Amrish Rajput
  • 2. Keywords • Introduction • Components of WSN • Wireless Sensor Network • Communication in Wireless Sensor Network • Network Architecture 15/11/18 2Amrish Rajput
  • 3. Introduction • A wireless sensor network is a collection of nodes organized into a cooperative network. • Each node has capability to sense the data, process the data. These sensors work with each other to sense some physical phenomenon. • The nodes in the network are connected via Wireless communication channels. 15/11/18 3Amrish Rajput
  • 4. Components of WSN • sensor – A transducer – converts physical phenomenon e.g. heat, light, motion, vibration ,into the electrical signals. • sensor node – basic unit in sensor network – contains on-board sensors, processor, memory, transceiver, and power supply • sensor network – consists of a large number of sensor nodes – nodes deployed either inside or very close to the sensed phenomenon 15/11/18 4Amrish Rajput
  • 6. Communication in Wireless Sensor Network 15/11/18 6Amrish Rajput
  • 11. Problem Statement The main idea of this project is to solve the coverage problem in wireless sensors network by increasing sensors node coverage percentages, due to that, effect of number of sensors nodes ,size of region of interest (ROI) and Particle swarm optimization algorithm are studied. pso is an optimization methods that can be deployed to achieve higher coverage percentage. 15/11/18 Amrish Rajput 11
  • 12. PSO AND IMPROVING • Particle swarm optimization is one of the newest evolutionary algorithms inspired from swarm intelligence. • PSO is an outstanding algorithm for solving multidimension function optimization and has a series of advantages such as high speed regional convergence and efficient global searching. 15/11/18 12Amrish Rajput
  • 13. Definition Particle swarm optimization is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of birds flocking or fish schooling. 15/11/18 13Amrish Rajput
  • 14. Literature survey • j.Kennedy and r.elvert,”partical swarm optimization“ in proc .IEEE int.conf neural network ,vol.4, nov-1,1995. • “Study on coverage in wireless sensors network using grid based strategy and particle swarm optimization” W.Z.wan ismail and S.Abd.Manaf. 15/11/18 Amrish Rajput 14
  • 15. • “Sensors node deployment in wireless sensors network based on particle swarm optimization” Zhiming li lin lei, IEEE int. conference -2009. • “Random ,PSO & MDBPSO based sensors deployment in Wireless sensors networks”,Aparna pradeep laturkar,Vol.10,No. 1,April 2018. 15/11/18 Amrish Rajput 15
  • 16. Methodology & Algorithm PSO simulates the behaviors of birds flocking. Suppose the following scenario: • A group of birds are randomly searching food in an area. • There is only one piece of food in area being searched. • All the birds do not know where the food is. But they know how far the food is in each iteration. So what’s the best strategy to find the food? 15/11/18 16Amrish Rajput
  • 17. • The effective one is to follow the bird which is nearest to the food. • In PSO, each single solution is a “bird” in the search space. We call it “particle”. • All of particles have fitness value which are evaluated by the fitness function to be optimized, and have velocities which direct the flying of the particles. • The particles fly through the problem spaces by following the current optimum particles. 15/11/18 17Amrish Rajput
  • 18. • PSO is initialized with a group of random particles (solutions) and then searches for optima by updating generations. • In every iteration , each particle is updated by following two “best” values. -- The first one is 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 particles swarm optimizer is the best value, obtained so far by any particle in the population. This best value is global best and called gbest. 15/11/18 18Amrish Rajput
  • 19. • After finding the two best values, the particle updates its velocity and positions with following equation (a) and (b). v[]=w*v[]+c1*rand()*(pbest[]-present[])+c2*rand()*(gbest[]- present[]) Present[]=present[]+v[] 15/11/18 19Amrish Rajput
  • 20. Where, W= inertia weight(monitor the effect of previous velocity in current search). V[] is the particle velocity. present[] is the current particle. Pbest[] and gbest[] are defined as stated before. rand() is a random number between (0,1). c1,c2 are learning factors. Usuallyc1=c2=2.

Editor's Notes

  1. <number> 15/11/18 Amrish Rajput