SlideShare una empresa de Scribd logo
1 de 25
SENSOR NODE ARCHITECTURE
AND WSN CLUSTERING
Presented By:
Shubhi Singh
P14EC021
REVIEW
• Getting Known to WSN Environment
• Applications of WSN
• Differences with ad hoc networks
• Characteristics
• Challenges
• Sources of energy Inefficiency
• WSN Routing Protocols
• Future
• Hardware Setup Overview
OUTLINE
 What is sensor node?
 Sensor node architecture
 Description of Main components of a wireless
sensor node
 Processor, radio, sensors, batteries
 Energy supply
 WSN Clustering
 Clustering Objective
 Brief Of Leach Protocol
SENSOR NODE
A sensor node, also
known as
a mote (chiefly in 
North America), is a
node in a 
wireless sensor network
 that is capable of
performing some
processing, gathering
sensory information
and communicating
with other connected
nodes in the network. 
MICA2 NodeMICA2 Node
MAIN COMPONENTS
NODE ARCHITECTURENODE ARCHITECTURE
ADC converts the output of a sensor - which is aADC converts the output of a sensor - which is a
continuous, analog signal - into a digital signal. It requirescontinuous, analog signal - into a digital signal. It requires
two steps:two steps:
1.1. the analog signal has to be quantizedthe analog signal has to be quantized
 allowable discrete values is influenced :allowable discrete values is influenced :
(a) by the frequency and magnitude of the signal(a) by the frequency and magnitude of the signal
(b) by the available processing and storage resources(b) by the available processing and storage resources
2.2. the sampling frequencythe sampling frequency
 Nyquist rate does not suffice because of noise and transmission errorNyquist rate does not suffice because of noise and transmission error
 resolution of ADC - an expression of the number of bits that can be used toresolution of ADC - an expression of the number of bits that can be used to
encode the digital outputencode the digital output
where Q is the resolution in volts per step (volts per outputwhere Q is the resolution in volts per step (volts per output
code);code); EppEpp is the peak-to-peak analog voltage;is the peak-to-peak analog voltage; MM is the ADC’sis the ADC’s
resolution in bitsresolution in bits
Sensor SubsystemSensor Subsystem
PROCESSOR SUBSYSTEM
 The processor subsystem
 interconnects all the other subsystems and some
additional peripheries
 its main purpose is to execute instructions pertaining
to sensing, communication, and self-organization
 It consists of
 processor chip
 nonvolatile memory - stores program instructions
 active memory - temporarily stores the sensed data
 internal clock
 Major Options For Processors:
Microcontroller – general purpose processor,
optimized for embedded applications, low power
consumption
DSP – optimized for signal processing tasks, not
suitable here(some tasks require protocols (and not
numerical operations) that require periodical
upgrades or modifications (i.e. the networks should
support flexibility in network programming)
FPGA – may be good for testing(complex and
costly)
ASIC – only when peak performance is needed, no
flexibility (high development costs and lack of re-
configurability)
COMPARISON
Working with a micro-controller is preferred if the design goal isWorking with a micro-controller is preferred if the design goal is
to achieve flexibilityto achieve flexibility
Working with the other mentioned options is preferred if powerWorking with the other mentioned options is preferred if power
consumption and computational efficiency is desiredconsumption and computational efficiency is desired
DSPs are expensive, large in size and less flexible; they are bestDSPs are expensive, large in size and less flexible; they are best
for signal processing, with specific algorithmsfor signal processing, with specific algorithms
FPGAs are faster than both microcontrollers and digital signalFPGAs are faster than both microcontrollers and digital signal
processors and support parallel computing; but their productionprocessors and support parallel computing; but their production
cost and the programming difficulty make them less suitablecost and the programming difficulty make them less suitable
ASICs have higher bandwidths; they are the smallest in size,ASICs have higher bandwidths; they are the smallest in size,
perform much better, and consume less power than any of theperform much better, and consume less power than any of the
other processing types; but have a high cost of production owingother processing types; but have a high cost of production owing
to the complex design processto the complex design process
COMMUNICATION INTERFACES
 The choice is often between serial interfaces :
 Serial Peripheral Interface (SPI)
 General Purpose Input/Output (GPIO)
 Secure Data Input/Output (SDIO)
 Inter-Integrated Circuit (I2
C)
 Among these, the most commonly used buses are SPI and
I2
C
TRANSCEIVER CHARACTERISTICS
 Service to upper layer: packet,
byte, bit
 Power consumption
 Supported frequency, multiple
channels
 Data rate
 Modulation
 Power control
 Communication range
 etc.
TRANSCEIVER STATES
 Transceivers can be put into different
operational states, typically:
 TransmitTransmit
 ReceiveReceive
 IdleIdle – ready to receive,
but not doing so
 SleepSleep – significant parts
of the transceiver are
switched off
RxRxTxTx IdleIdle
SleepSleep
SENSORS
 Main categories
 Passive, omnidirectionalPassive, omnidirectional
 Examples: light, thermometer, microphones,
hygrometer, …
 Passive, narrow-beamPassive, narrow-beam
 Example: Camera
 Active sensorsActive sensors
 Example: Radar
 Important parameter: Area of coverage
 Which region is adequately covered by a given
sensor?
ENERGY SUPPLY
 Goal: provide as much energy as possible at
smallest cost/volume/weight/recharge
time/longevity
 In WSN, recharging may or may not be an option
 Options
 Primary batteriesPrimary batteries – not rechargeable
 Secondary batteriesSecondary batteries – rechargeable, only makes
sense in combination with some form of energy
harvesting
ENERGY SUPPLY - REQUIREMENTS
 Low self-discharge
 Long shelf life
 Capacity under load
 Efficient recharging at low current
 Good relaxation properties (seeming self-
recharging)
 Voltage stability (to avoid DC-DC conversion)
PORTABLE SOLAR CHARGERS
 Foldable Solar Chargers
 http://www.energyenv.co.uk/
FoldableChargers.asp
 Solargorilla
 http://powertraveller.com/iwantsome/primatepowe
SUMMARY
 The need to build cheap, low-
energy, (small) devices has various
consequences
 Much simpler radio frontends and
controllers
 Energy supply and scavenging are a
premium resource
 Power management is crucial
WHAT IS CLUSTERING
• Nodes divided in virtual group according to some rulesNodes divided in virtual group according to some rules
• Nodes belonging in a group can execute different functionsNodes belonging in a group can execute different functions
from other nodes.from other nodes.
Cluster memberCluster member
ClusterheadClusterhead
Gateway nodeGateway node
Intra-Cluster linkIntra-Cluster link
Cross-clusterCross-cluster
linklink
Clustering ObjectivesClustering Objectives::
•Allows aggregationAllows aggregation
•Limits data transmissionLimits data transmission
•Facilitate the reusability of the resourcesFacilitate the reusability of the resources
•CHs and gateway nodes can form a virtualCHs and gateway nodes can form a virtual
backbone for intercluster routingbackbone for intercluster routing
•Cluster structure gives the impression of aCluster structure gives the impression of a
smaller and more stable networksmaller and more stable network
•Improve network lifetimeImprove network lifetime
• Reduce network traffic and the contentionReduce network traffic and the contention
for the channelfor the channel
• Data aggregation and updates take placeData aggregation and updates take place
in CHsin CHs
LITERATURE SURVEY OF CLUSTERING
ALGORITHMS
• HEED: A hybrid energy efficient distributed clusteringHEED: A hybrid energy efficient distributed clustering
approach for ad-hoc sensor networksapproach for ad-hoc sensor networks
• MRECA: Mobility resistant efficient clustering approachMRECA: Mobility resistant efficient clustering approach
for ad-hoc sensor networksfor ad-hoc sensor networks
• Energy efficient dynamic clustering algorithm for ad-hocEnergy efficient dynamic clustering algorithm for ad-hoc
sensor networkssensor networks
• LEACH-Energy efficient communication protocol for WSNLEACH-Energy efficient communication protocol for WSN
• EEDC-Dynamic clustering and energy efficient routingEEDC-Dynamic clustering and energy efficient routing
technique for WSNtechnique for WSN
LEACH PROTOCOL
LEACH ProtocolLEACH Protocol
Intracluster – InterclusterIntracluster – Intercluster
communicationcommunication
HEED ProtocolHEED Protocol
REFERENCES
 A hybrid energy efficient distributed clustering approach for ad-hoc sensor networks
 Node Clustering in Wireless Sensor Networks by Considering Structural Characteristics of
the Network Graph, Nikos Dimokas,Dimitrios Katsaros,Yannis Manolopoulos, 4th
ITNG
Conference, Las Vegas, NV, 2-4/April/2007
 On Energy Efficiency in Collaborative Target Tracking in Wireless Sensor Network: A
Review, Demigha, O. ; Ecole Militaire Polytech., Algiers, Algeria ; Hidouci, W.-K. ; Ahmed,
T., IEEE Communications Society, 31 July 2013
 Analysis and design of energy-oriented security protocols for Wireless Sensor
Networks, Guo Xiaowang ; Zhu Jianyong (Electronic and Mechanical Engineering
and Information Technology (EMEIT), 2011 International Conference on ),Volume:
5 , 2011
 Fundamental of Wireless Sensor Network:theory and practical by Waltenegus
Dargie and Christian paullabauer @2010.
Wireless Sensor Network

Más contenido relacionado

La actualidad más candente

An overview of a wireless sensor network communication ppt
An overview of a wireless sensor network communication pptAn overview of a wireless sensor network communication ppt
An overview of a wireless sensor network communication ppt
phbhagwat
 
Scalability in wireless sensor networks
Scalability in wireless sensor networksScalability in wireless sensor networks
Scalability in wireless sensor networks
sourabhshivtiwari
 
Power Management in Wireless Sensor Network
Power Management in Wireless Sensor NetworkPower Management in Wireless Sensor Network
Power Management in Wireless Sensor Network
Bhavik Panchal
 

La actualidad más candente (20)

Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
Wireless sensor network survey
Wireless sensor network surveyWireless sensor network survey
Wireless sensor network survey
 
Wireless sensor network applications
Wireless sensor network applicationsWireless sensor network applications
Wireless sensor network applications
 
An overview of a wireless sensor network communication ppt
An overview of a wireless sensor network communication pptAn overview of a wireless sensor network communication ppt
An overview of a wireless sensor network communication ppt
 
paper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrokpaper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrok
 
Design Issues and Applications of Wireless Sensor Network
Design Issues and Applications of Wireless Sensor NetworkDesign Issues and Applications of Wireless Sensor Network
Design Issues and Applications of Wireless Sensor Network
 
seminar report on wireless Sensor network
seminar report on wireless Sensor networkseminar report on wireless Sensor network
seminar report on wireless Sensor network
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report
 
wireless sensor network a survey
wireless sensor network a surveywireless sensor network a survey
wireless sensor network a survey
 
Scalability in wireless sensor networks
Scalability in wireless sensor networksScalability in wireless sensor networks
Scalability in wireless sensor networks
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
WSN presentation
WSN presentationWSN presentation
WSN presentation
 
Chapter
ChapterChapter
Chapter
 
Unit1
Unit1Unit1
Unit1
 
Power Management in Wireless Sensor Network
Power Management in Wireless Sensor NetworkPower Management in Wireless Sensor Network
Power Management in Wireless Sensor Network
 
WSN
WSNWSN
WSN
 
Wireless sensor network wireless network
Wireless sensor network wireless networkWireless sensor network wireless network
Wireless sensor network wireless network
 

Destacado

wireless sensor network my seminar ppt
wireless sensor network my seminar pptwireless sensor network my seminar ppt
wireless sensor network my seminar ppt
Eisha Madhwal
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
rajatmal4
 
A Survey on the Specification of the Physical Environment of Wireless Sensor...
A Survey on the Specification of the Physical Environment  of Wireless Sensor...A Survey on the Specification of the Physical Environment  of Wireless Sensor...
A Survey on the Specification of the Physical Environment of Wireless Sensor...
Ivano Malavolta
 
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
TAIWAN
 
MINI PROJECT ABSTRACT-Embedded based data acquisition system and control with...
MINI PROJECT ABSTRACT-Embedded based data acquisition system and control with...MINI PROJECT ABSTRACT-Embedded based data acquisition system and control with...
MINI PROJECT ABSTRACT-Embedded based data acquisition system and control with...
ASHOKKUMAR RAMAR
 

Destacado (20)

Leach & Pegasis
Leach & PegasisLeach & Pegasis
Leach & Pegasis
 
wireless sensor network my seminar ppt
wireless sensor network my seminar pptwireless sensor network my seminar ppt
wireless sensor network my seminar ppt
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
clustering protocol in WSN:LEACH
clustering protocol in WSN:LEACHclustering protocol in WSN:LEACH
clustering protocol in WSN:LEACH
 
eeca
eecaeeca
eeca
 
Leach
Leach Leach
Leach
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsn
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
An interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patternsAn interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patterns
 
Features of wsn and various routing techniques for wsn a survey
Features of wsn and various routing techniques for wsn     a surveyFeatures of wsn and various routing techniques for wsn     a survey
Features of wsn and various routing techniques for wsn a survey
 
A Survey on Clustering Techniques for Wireless Sensor Network
A Survey on Clustering Techniques for Wireless Sensor Network A Survey on Clustering Techniques for Wireless Sensor Network
A Survey on Clustering Techniques for Wireless Sensor Network
 
Research Issues on WSN
Research Issues on WSNResearch Issues on WSN
Research Issues on WSN
 
Multi-objective Evolutionary Clustering : A survey
Multi-objective Evolutionary Clustering : A surveyMulti-objective Evolutionary Clustering : A survey
Multi-objective Evolutionary Clustering : A survey
 
Kianoosh&sajjad
Kianoosh&sajjadKianoosh&sajjad
Kianoosh&sajjad
 
Routing protocols of wsn
Routing protocols of wsnRouting protocols of wsn
Routing protocols of wsn
 
SECURE AND EFFICIENT DATA TRANSMISSION FOR CLUSTER-BASED WIRELESS SENSOR NETW...
SECURE AND EFFICIENT DATA TRANSMISSION FOR CLUSTER-BASED WIRELESS SENSOR NETW...SECURE AND EFFICIENT DATA TRANSMISSION FOR CLUSTER-BASED WIRELESS SENSOR NETW...
SECURE AND EFFICIENT DATA TRANSMISSION FOR CLUSTER-BASED WIRELESS SENSOR NETW...
 
A Survey on the Specification of the Physical Environment of Wireless Sensor...
A Survey on the Specification of the Physical Environment  of Wireless Sensor...A Survey on the Specification of the Physical Environment  of Wireless Sensor...
A Survey on the Specification of the Physical Environment of Wireless Sensor...
 
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
 
MINI PROJECT ABSTRACT-Embedded based data acquisition system and control with...
MINI PROJECT ABSTRACT-Embedded based data acquisition system and control with...MINI PROJECT ABSTRACT-Embedded based data acquisition system and control with...
MINI PROJECT ABSTRACT-Embedded based data acquisition system and control with...
 

Similar a Wireless Sensor Network

My profile
My profileMy profile
My profile
dhruv_63
 
Economics of Time and Wavelength Domain Multiplexed Passive Optical Networks
Economics of Time and Wavelength Domain Multiplexed Passive Optical NetworksEconomics of Time and Wavelength Domain Multiplexed Passive Optical Networks
Economics of Time and Wavelength Domain Multiplexed Passive Optical Networks
Thakur Rajmohan Singh
 
3 phase energy meter on Zigbee1
3 phase energy meter on Zigbee13 phase energy meter on Zigbee1
3 phase energy meter on Zigbee1
Sumit Vyas
 

Similar a Wireless Sensor Network (20)

Ip so c-30sept2010
Ip so c-30sept2010Ip so c-30sept2010
Ip so c-30sept2010
 
72
7272
72
 
Node architecture
Node architectureNode architecture
Node architecture
 
A to D Convertors
A to D ConvertorsA to D Convertors
A to D Convertors
 
Vlsics08
Vlsics08Vlsics08
Vlsics08
 
H0534248
H0534248H0534248
H0534248
 
My profile
My profileMy profile
My profile
 
DESIGN OF POWER EFFICIENT PRIORITY ENCODER
DESIGN OF POWER EFFICIENT PRIORITY ENCODERDESIGN OF POWER EFFICIENT PRIORITY ENCODER
DESIGN OF POWER EFFICIENT PRIORITY ENCODER
 
12-Bit 1MSps SAR ADC For System-On-Chip
12-Bit 1MSps SAR ADC For System-On-Chip12-Bit 1MSps SAR ADC For System-On-Chip
12-Bit 1MSps SAR ADC For System-On-Chip
 
final presentation
final presentationfinal presentation
final presentation
 
Wireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculationWireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculation
 
unit-iv-wireless-sensor-networks-wsns-and-mac-protocols
unit-iv-wireless-sensor-networks-wsns-and-mac-protocols unit-iv-wireless-sensor-networks-wsns-and-mac-protocols
unit-iv-wireless-sensor-networks-wsns-and-mac-protocols
 
Design of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADC
Design of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADCDesign of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADC
Design of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADC
 
43 131-1-pb
43 131-1-pb43 131-1-pb
43 131-1-pb
 
AN DYNAMIC ENERGY MANAGEMENT ON FPGA FOR WIRELESS SENSOR NETWORK
AN DYNAMIC ENERGY MANAGEMENT ON FPGA FOR WIRELESS SENSOR NETWORKAN DYNAMIC ENERGY MANAGEMENT ON FPGA FOR WIRELESS SENSOR NETWORK
AN DYNAMIC ENERGY MANAGEMENT ON FPGA FOR WIRELESS SENSOR NETWORK
 
Economics of Time and Wavelength Domain Multiplexed Passive Optical Networks
Economics of Time and Wavelength Domain Multiplexed Passive Optical NetworksEconomics of Time and Wavelength Domain Multiplexed Passive Optical Networks
Economics of Time and Wavelength Domain Multiplexed Passive Optical Networks
 
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGAA LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
 
3 phase energy meter on Zigbee1
3 phase energy meter on Zigbee13 phase energy meter on Zigbee1
3 phase energy meter on Zigbee1
 
Embedded systems-unit-1
Embedded systems-unit-1Embedded systems-unit-1
Embedded systems-unit-1
 
Analog to digital converter (ACD)
Analog to digital converter (ACD)Analog to digital converter (ACD)
Analog to digital converter (ACD)
 

Último

Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 

Último (20)

Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 

Wireless Sensor Network

  • 1. SENSOR NODE ARCHITECTURE AND WSN CLUSTERING Presented By: Shubhi Singh P14EC021
  • 2. REVIEW • Getting Known to WSN Environment • Applications of WSN • Differences with ad hoc networks • Characteristics • Challenges • Sources of energy Inefficiency • WSN Routing Protocols • Future • Hardware Setup Overview
  • 3. OUTLINE  What is sensor node?  Sensor node architecture  Description of Main components of a wireless sensor node  Processor, radio, sensors, batteries  Energy supply  WSN Clustering  Clustering Objective  Brief Of Leach Protocol
  • 4. SENSOR NODE A sensor node, also known as a mote (chiefly in  North America), is a node in a  wireless sensor network  that is capable of performing some processing, gathering sensory information and communicating with other connected nodes in the network.  MICA2 NodeMICA2 Node
  • 6. ADC converts the output of a sensor - which is aADC converts the output of a sensor - which is a continuous, analog signal - into a digital signal. It requirescontinuous, analog signal - into a digital signal. It requires two steps:two steps: 1.1. the analog signal has to be quantizedthe analog signal has to be quantized  allowable discrete values is influenced :allowable discrete values is influenced : (a) by the frequency and magnitude of the signal(a) by the frequency and magnitude of the signal (b) by the available processing and storage resources(b) by the available processing and storage resources 2.2. the sampling frequencythe sampling frequency  Nyquist rate does not suffice because of noise and transmission errorNyquist rate does not suffice because of noise and transmission error  resolution of ADC - an expression of the number of bits that can be used toresolution of ADC - an expression of the number of bits that can be used to encode the digital outputencode the digital output where Q is the resolution in volts per step (volts per outputwhere Q is the resolution in volts per step (volts per output code);code); EppEpp is the peak-to-peak analog voltage;is the peak-to-peak analog voltage; MM is the ADC’sis the ADC’s resolution in bitsresolution in bits Sensor SubsystemSensor Subsystem
  • 7. PROCESSOR SUBSYSTEM  The processor subsystem  interconnects all the other subsystems and some additional peripheries  its main purpose is to execute instructions pertaining to sensing, communication, and self-organization  It consists of  processor chip  nonvolatile memory - stores program instructions  active memory - temporarily stores the sensed data  internal clock
  • 8.  Major Options For Processors: Microcontroller – general purpose processor, optimized for embedded applications, low power consumption DSP – optimized for signal processing tasks, not suitable here(some tasks require protocols (and not numerical operations) that require periodical upgrades or modifications (i.e. the networks should support flexibility in network programming) FPGA – may be good for testing(complex and costly) ASIC – only when peak performance is needed, no flexibility (high development costs and lack of re- configurability)
  • 9. COMPARISON Working with a micro-controller is preferred if the design goal isWorking with a micro-controller is preferred if the design goal is to achieve flexibilityto achieve flexibility Working with the other mentioned options is preferred if powerWorking with the other mentioned options is preferred if power consumption and computational efficiency is desiredconsumption and computational efficiency is desired DSPs are expensive, large in size and less flexible; they are bestDSPs are expensive, large in size and less flexible; they are best for signal processing, with specific algorithmsfor signal processing, with specific algorithms FPGAs are faster than both microcontrollers and digital signalFPGAs are faster than both microcontrollers and digital signal processors and support parallel computing; but their productionprocessors and support parallel computing; but their production cost and the programming difficulty make them less suitablecost and the programming difficulty make them less suitable ASICs have higher bandwidths; they are the smallest in size,ASICs have higher bandwidths; they are the smallest in size, perform much better, and consume less power than any of theperform much better, and consume less power than any of the other processing types; but have a high cost of production owingother processing types; but have a high cost of production owing to the complex design processto the complex design process
  • 10. COMMUNICATION INTERFACES  The choice is often between serial interfaces :  Serial Peripheral Interface (SPI)  General Purpose Input/Output (GPIO)  Secure Data Input/Output (SDIO)  Inter-Integrated Circuit (I2 C)  Among these, the most commonly used buses are SPI and I2 C
  • 11.
  • 12. TRANSCEIVER CHARACTERISTICS  Service to upper layer: packet, byte, bit  Power consumption  Supported frequency, multiple channels  Data rate  Modulation  Power control  Communication range  etc.
  • 13. TRANSCEIVER STATES  Transceivers can be put into different operational states, typically:  TransmitTransmit  ReceiveReceive  IdleIdle – ready to receive, but not doing so  SleepSleep – significant parts of the transceiver are switched off RxRxTxTx IdleIdle SleepSleep
  • 14. SENSORS  Main categories  Passive, omnidirectionalPassive, omnidirectional  Examples: light, thermometer, microphones, hygrometer, …  Passive, narrow-beamPassive, narrow-beam  Example: Camera  Active sensorsActive sensors  Example: Radar  Important parameter: Area of coverage  Which region is adequately covered by a given sensor?
  • 15. ENERGY SUPPLY  Goal: provide as much energy as possible at smallest cost/volume/weight/recharge time/longevity  In WSN, recharging may or may not be an option  Options  Primary batteriesPrimary batteries – not rechargeable  Secondary batteriesSecondary batteries – rechargeable, only makes sense in combination with some form of energy harvesting
  • 16. ENERGY SUPPLY - REQUIREMENTS  Low self-discharge  Long shelf life  Capacity under load  Efficient recharging at low current  Good relaxation properties (seeming self- recharging)  Voltage stability (to avoid DC-DC conversion)
  • 17. PORTABLE SOLAR CHARGERS  Foldable Solar Chargers  http://www.energyenv.co.uk/ FoldableChargers.asp  Solargorilla  http://powertraveller.com/iwantsome/primatepowe
  • 18. SUMMARY  The need to build cheap, low- energy, (small) devices has various consequences  Much simpler radio frontends and controllers  Energy supply and scavenging are a premium resource  Power management is crucial
  • 19. WHAT IS CLUSTERING • Nodes divided in virtual group according to some rulesNodes divided in virtual group according to some rules • Nodes belonging in a group can execute different functionsNodes belonging in a group can execute different functions from other nodes.from other nodes. Cluster memberCluster member ClusterheadClusterhead Gateway nodeGateway node Intra-Cluster linkIntra-Cluster link Cross-clusterCross-cluster linklink
  • 20. Clustering ObjectivesClustering Objectives:: •Allows aggregationAllows aggregation •Limits data transmissionLimits data transmission •Facilitate the reusability of the resourcesFacilitate the reusability of the resources •CHs and gateway nodes can form a virtualCHs and gateway nodes can form a virtual backbone for intercluster routingbackbone for intercluster routing •Cluster structure gives the impression of aCluster structure gives the impression of a smaller and more stable networksmaller and more stable network •Improve network lifetimeImprove network lifetime • Reduce network traffic and the contentionReduce network traffic and the contention for the channelfor the channel • Data aggregation and updates take placeData aggregation and updates take place in CHsin CHs
  • 21. LITERATURE SURVEY OF CLUSTERING ALGORITHMS • HEED: A hybrid energy efficient distributed clusteringHEED: A hybrid energy efficient distributed clustering approach for ad-hoc sensor networksapproach for ad-hoc sensor networks • MRECA: Mobility resistant efficient clustering approachMRECA: Mobility resistant efficient clustering approach for ad-hoc sensor networksfor ad-hoc sensor networks • Energy efficient dynamic clustering algorithm for ad-hocEnergy efficient dynamic clustering algorithm for ad-hoc sensor networkssensor networks • LEACH-Energy efficient communication protocol for WSNLEACH-Energy efficient communication protocol for WSN • EEDC-Dynamic clustering and energy efficient routingEEDC-Dynamic clustering and energy efficient routing technique for WSNtechnique for WSN
  • 23. Intracluster – InterclusterIntracluster – Intercluster communicationcommunication HEED ProtocolHEED Protocol
  • 24. REFERENCES  A hybrid energy efficient distributed clustering approach for ad-hoc sensor networks  Node Clustering in Wireless Sensor Networks by Considering Structural Characteristics of the Network Graph, Nikos Dimokas,Dimitrios Katsaros,Yannis Manolopoulos, 4th ITNG Conference, Las Vegas, NV, 2-4/April/2007  On Energy Efficiency in Collaborative Target Tracking in Wireless Sensor Network: A Review, Demigha, O. ; Ecole Militaire Polytech., Algiers, Algeria ; Hidouci, W.-K. ; Ahmed, T., IEEE Communications Society, 31 July 2013  Analysis and design of energy-oriented security protocols for Wireless Sensor Networks, Guo Xiaowang ; Zhu Jianyong (Electronic and Mechanical Engineering and Information Technology (EMEIT), 2011 International Conference on ),Volume: 5 , 2011  Fundamental of Wireless Sensor Network:theory and practical by Waltenegus Dargie and Christian paullabauer @2010.