SlideShare a Scribd company logo
1 of 27
Wireless Sensor Networks
CSC 687
Jerry Yoakum
Outline
 Overview
– Environment Monitoring
– Medical application
 Data-dissemination schemes
 Media access control schemes
 Distributed algorithms for collaborative processing
 Architecture for a Wireless Sensor Network
 Final Remarks
Overview
 A Wireless Sensor Network (WSN) consists
of base stations and a number of wireless
sensors (nodes).
Overview (Cont.)
Wireless Sensor Node: Components
Overview (Cont.)
Characteristics of Wireless Sensor Networks
 Requirements: small size, large number, tether-less, and low cost.
Constrained by
– Energy, computation, and communication
 Small size implies small battery
 Low cost & energy implies low power CPU, radio with minimum
bandwidth and range
 Ad-hoc deployment implies no maintenance or battery replacement
 To increase network lifetime, no raw data is transmitted
Overview (Cont.)
Ad Hoc Wireless Networks
 Large number of self-organizing static or mobile
nodes that are possibly randomly deployed
 Near(est)-neighbor communication
 Wireless connections
– Links are fragile, possibly asymmetric
– Connectivity depends on power levels and fading
– Interference is high for omnidirectional antennas
 Sensor Networks and Sensor-Actuator Networks are
a prominent example.
Overview (Cont.)
Distinguishing Features
WSNs are ad hoc networks (wireless nodes that self-organize into
an infrastructureless network).
BUT, in contrast to other ad hoc networks:
 Sensing and data processing are essential
 WSNs have many more nodes and are more densely deployed
 Hardware must be cheap; nodes are more prone to failures
 WSNs operate under very strict energy constraints
 WSN nodes are typically static
 The communication scheme is many-to-one (data collected at a
base station) rather than peer-to-peer
Overview (Cont.)
Lifetime
 Nodes are battery-powered
 Nobody is going to change the batteries. So, each operation
brings the node closer to death.
"Lifetime is crucial!”
To save energy:
 Sleep as much as possible.
 Acquire data only if indispensable.
 Use data fusion and compression.
 Transmit and receive only if necessary. Receiving is just as
costly as sending.
Overview (Cont.)
Scalability and Reliability
WSNs should
 self-configure and be robust to topology changes (e.g., death of
a node)
 maintain connectivity: can the Base Station reach all nodes?
 ensure coverage: are we able to observe all phenomena of
interest?
Maintenance
 Reprogramming is the only practical kind of maintenance.
 It is highly desirable to reprogram wirelessly.
Overview (Cont.)
Data Collection
 Centralized data collection puts extra burden on nodes close to
the base station. Clever routing can alleviate that problem
 Clustering: data from groups of nodes are fused before being
transmitted, so that fewer transmissions are needed
 Often getting measurements from a particular area is more
important than getting data from each node
 Security and authenticity should be guaranteed. However, the
CPUs on the sensing nodes cannot handle fancy encryption
schemes.
Overview (Cont.)
Power Supply
 AA batteries power the vast majority of existing platforms. They
dominate the node size.
 Alkaline batteries offer a high energy density at a cheap price.
The discharge curve is far from flat, though.
 Lithium coin cells are more compact and boast a flat discharge
curve.
 Rechargeable batteries: Who does the recharging?
 Solar cells are an option for some applications.
 Fuel cells may be an alternative in the future.
 Energy scavenging techniques are a hot research topic
(mechanical, thermodynamical, electromagnetic).
Overview (Cont.)
Radio
 Commercially-available chips
 Available bands: 433 and 916MHz, 2.4GHz ISM bands
 Typical transmit power: 0dBm.
Power control
 Sensitivity: as low as -110dBm
 Narrowband (FSK) or Spread Spectrum communication. DS-SS
(e.g., ZigBee) or FH-SS (e.g., Bluetooth)
 Relatively low rates (<100 kbps) save power.
Overview (Cont.)
CPU
 The Microcontroller Unit (MCU) is the primary choice for
in-node processing.
 Power consumption is the key metric in MCU selection.
 The MCU should be able to sleep whenever possible,
like the radio.
 Memory requirements depend on the application
 ATmega128L and MSP430
are popular choices
Overview (Cont.)
Sensors
 The power efficiency of the sensors is also
crucial, as well as their duty cycle.
 MEMS techniques allow miniaturization.
Overview (Cont.)
Applications of Wireless Sensor Networks
 Military and national security application
 Environment monitoring (examples coming)
 Medical application (example coming)
 Nearly anything you can imagine
Environment monitoring (1)
Great Duck Island
• 150 sensing nodes deployed throughout the island relay data
temperature, pressure, and humidity to a central device.
• Data was made available on the Internet through a satellite link.
Environment monitoring (2)
Zebranet: a WSN to study the behavior of zebras
• Special GPS-equipped collars were attached to zebras
• Data exchanged with peer-to-peer info swaps
• Coming across a few zebras gives access to the data
Medical application
 Intel deployed a 130-node network to monitor
the activity of residents in an elder care
facility.
 Patient data is acquired with wearable
sensing nodes (the “watch”)
• Vital sign monitoring
• Accident recognition
• Monitoring the elderly
Data-dissemination Schemes
Conventional Methods
 Direct communication with the base station
– Sensor nodes communicate with the base station directly.
– Energy consuming.
 Multi-hop Scheme
– Transmit through some other intermediate nodes.
– Energy consuming.
Clustering Hierarchy
Data-dissemination Schemes (Cont.)
Low Energy Adaptive Clustering
Hierarchy (LEACH)
 Designed for sensor networks where an end-user wants to
remotely monitor the environment. Where the data from the
individual nodes must be sent to a central base station, often
located far from the sensor network.
 Desirable properties for protocols on these networks:
– Use 100’s – 1000’s of nodes
– Maximize system lifetime
– Maximize network coverage
– Use uniform, battery operated nodes
 The use of distributed cluster formation and local processing to
reduce global communication along with randomized rotation of
the cluster-heads allows LEACH to achieve the desired properties
while being energy-efficient.
Data-dissemination Schemes (Cont.)
Media Access Control (MAC) Scheme
Two categories of MAC schemes for wireless networks
 Contention-based schemes
– Designed for minimum delay and maximum throughput.
– Require transceivers to monitor the channel at all times.
 Reservation-based or schedule-based schemes
– Detect the neighboring radios before allocating collision-free
channel to a link.
– TDMA —a natural choice for sensor networks.
MAC Scheme (Cont.)
TDMA-based solutions
 The self-organizing “super frame” algorithm
– Super frame = TDMA period + BOOTUP period + unused
bandwidth
– Performs well only under the specific conditions.
 Power Aware Clustered TDMA (PACT)
– Divide the TDMA structure into control slot and data slot.
– Hard to maintain the cluster when there are mobile nodes.
MAC Scheme (Cont.)
Other solutions
 Sensor-MAC (SMAC)
– Nodes periodically sleep.
– A node sleeps during transmission period of other
nodes.
– Not suitable for time-critical applications.
Architecture for a WSN
Special addressing requirement
 Local unique addresses
 Data-centric
 Example: Each node has an unique number.
Attribute-based naming architecture
 Data is named by one or more attributes.
 Example: Each node is distinguished by an
attribute – GPS sensors are practical for this.
Architecture for a WSN (cont.)
An address-free architecture (AFA)
 Advantage
– Randomly select probabilistically unique identifier for each
transaction.
– Spatial locality.
– Temporal locality.
 Drawback
– Not applicable when static addressing of nodes is needed.
– Identifier conflict.
Final Remarks
 Can you think of any applications where a
wireless sensor network would be the best
solution?
 Do you foresee wireless sensor networks
becoming ubiquitous within the next ten
years? During your lifetime?

More Related Content

What's hot

A Novel Back Up Wide Area Protection Technique for Power Transmission Grids U...
A Novel Back Up Wide Area Protection Technique for Power Transmission Grids U...A Novel Back Up Wide Area Protection Technique for Power Transmission Grids U...
A Novel Back Up Wide Area Protection Technique for Power Transmission Grids U...Power System Operation
 
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor NetworkIRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor NetworkIRJET Journal
 
Low power wireless sensor network for building monitoring
Low power wireless sensor network for building monitoringLow power wireless sensor network for building monitoring
Low power wireless sensor network for building monitoringecwayerode
 
Wireless connectivity for iot
Wireless connectivity for iotWireless connectivity for iot
Wireless connectivity for iotSubramanyam Arige
 
WIDE AREA PROTECTION IN POWER SYSTEMS
WIDE AREA PROTECTION IN POWER SYSTEMSWIDE AREA PROTECTION IN POWER SYSTEMS
WIDE AREA PROTECTION IN POWER SYSTEMSmanogna gwen
 
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
 
Wireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsmmjalbiaty
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networksZaahir Salam
 
FPGA Based Data Processing for Real-time WSN Applications:
FPGA Based Data Processing for Real-time WSN Applications: FPGA Based Data Processing for Real-time WSN Applications:
FPGA Based Data Processing for Real-time WSN Applications: Ilham Amezzane
 
Comprehensive Review on Base Energy Efficient Routing Protocol
Comprehensive Review on Base Energy Efficient Routing ProtocolComprehensive Review on Base Energy Efficient Routing Protocol
Comprehensive Review on Base Energy Efficient Routing ProtocolIJRES Journal
 
Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)IISRT
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network reportGanesh Khadsan
 
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...IOSR Journals
 

What's hot (20)

A Novel Back Up Wide Area Protection Technique for Power Transmission Grids U...
A Novel Back Up Wide Area Protection Technique for Power Transmission Grids U...A Novel Back Up Wide Area Protection Technique for Power Transmission Grids U...
A Novel Back Up Wide Area Protection Technique for Power Transmission Grids U...
 
Report
ReportReport
Report
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
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
 
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor NetworkIRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
 
Energy efficient routing protocol
Energy efficient routing protocolEnergy efficient routing protocol
Energy efficient routing protocol
 
Low power wireless sensor network for building monitoring
Low power wireless sensor network for building monitoringLow power wireless sensor network for building monitoring
Low power wireless sensor network for building monitoring
 
Wireless connectivity for iot
Wireless connectivity for iotWireless connectivity for iot
Wireless connectivity for iot
 
WIDE AREA PROTECTION IN POWER SYSTEMS
WIDE AREA PROTECTION IN POWER SYSTEMSWIDE AREA PROTECTION IN POWER SYSTEMS
WIDE AREA PROTECTION IN POWER SYSTEMS
 
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
 
Wireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraints
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
FPGA Based Data Processing for Real-time WSN Applications:
FPGA Based Data Processing for Real-time WSN Applications: FPGA Based Data Processing for Real-time WSN Applications:
FPGA Based Data Processing for Real-time WSN Applications:
 
Comprehensive Review on Base Energy Efficient Routing Protocol
Comprehensive Review on Base Energy Efficient Routing ProtocolComprehensive Review on Base Energy Efficient Routing Protocol
Comprehensive Review on Base Energy Efficient Routing Protocol
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report
 
K0470201120114
K0470201120114K0470201120114
K0470201120114
 
WSN with 5G Thesis Research Guidance
WSN with 5G Thesis  Research Guidance WSN with 5G Thesis  Research Guidance
WSN with 5G Thesis Research Guidance
 
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
 

Similar to Wireless sensor networks

Wireless Sensor Networks.pptx
Wireless Sensor Networks.pptxWireless Sensor Networks.pptx
Wireless Sensor Networks.pptxMunazza63
 
De3211001104
De3211001104De3211001104
De3211001104IJMER
 
WSN-IEEE-Nov2005-v2.ppt
WSN-IEEE-Nov2005-v2.pptWSN-IEEE-Nov2005-v2.ppt
WSN-IEEE-Nov2005-v2.pptAbyThomas54
 
WIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSWIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSnanocdac
 
Chapter 6 WSN.ppt
Chapter 6 WSN.pptChapter 6 WSN.ppt
Chapter 6 WSN.pptTekle12
 
Final year WSN Project ppt final updated.pptx
Final year WSN Project ppt final updated.pptxFinal year WSN Project ppt final updated.pptx
Final year WSN Project ppt final updated.pptxDivankerSaxena1
 
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...IJEEE
 
Energy efficient platform designed for sdma applications in mobile wireless ...
Energy efficient platform designed for sdma applications in mobile  wireless ...Energy efficient platform designed for sdma applications in mobile  wireless ...
Energy efficient platform designed for sdma applications in mobile wireless ...marwaeng
 
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A SurveyEnergy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Surveyijsrd.com
 
WSN_Chapter _1.pptx
WSN_Chapter _1.pptxWSN_Chapter _1.pptx
WSN_Chapter _1.pptxKamakshiMB1
 
CS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKSCS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKSKathirvel Ayyaswamy
 
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...IJCNCJournal
 
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...IJCNCJournal
 
Sensor networks a survey
Sensor networks a surveySensor networks a survey
Sensor networks a surveywsnapple
 
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...IJERD Editor
 
Scalability in wireless sensor networks
Scalability in wireless sensor networksScalability in wireless sensor networks
Scalability in wireless sensor networkssourabhshivtiwari
 
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksSpread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksIDES Editor
 

Similar to Wireless sensor networks (20)

Wireless Sensor Networks.pptx
Wireless Sensor Networks.pptxWireless Sensor Networks.pptx
Wireless Sensor Networks.pptx
 
De3211001104
De3211001104De3211001104
De3211001104
 
WSN-IEEE-Nov2005-v2.ppt
WSN-IEEE-Nov2005-v2.pptWSN-IEEE-Nov2005-v2.ppt
WSN-IEEE-Nov2005-v2.ppt
 
WIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSWIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKS
 
Chapter 6 WSN.ppt
Chapter 6 WSN.pptChapter 6 WSN.ppt
Chapter 6 WSN.ppt
 
Final year WSN Project ppt final updated.pptx
Final year WSN Project ppt final updated.pptxFinal year WSN Project ppt final updated.pptx
Final year WSN Project ppt final updated.pptx
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
 
Energy efficient platform designed for sdma applications in mobile wireless ...
Energy efficient platform designed for sdma applications in mobile  wireless ...Energy efficient platform designed for sdma applications in mobile  wireless ...
Energy efficient platform designed for sdma applications in mobile wireless ...
 
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A SurveyEnergy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
 
WSN_Chapter _1.pptx
WSN_Chapter _1.pptxWSN_Chapter _1.pptx
WSN_Chapter _1.pptx
 
CS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKSCS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKS
 
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
 
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
 
Sensor networks a survey
Sensor networks a surveySensor networks a survey
Sensor networks a survey
 
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
 
Scalability in wireless sensor networks
Scalability in wireless sensor networksScalability in wireless sensor networks
Scalability in wireless sensor networks
 
Ijetr021229
Ijetr021229Ijetr021229
Ijetr021229
 
Ijetr021229
Ijetr021229Ijetr021229
Ijetr021229
 
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksSpread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
 

Recently uploaded

Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 

Recently uploaded (20)

Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 

Wireless sensor networks

  • 1. Wireless Sensor Networks CSC 687 Jerry Yoakum
  • 2. Outline  Overview – Environment Monitoring – Medical application  Data-dissemination schemes  Media access control schemes  Distributed algorithms for collaborative processing  Architecture for a Wireless Sensor Network  Final Remarks
  • 3. Overview  A Wireless Sensor Network (WSN) consists of base stations and a number of wireless sensors (nodes).
  • 5. Overview (Cont.) Characteristics of Wireless Sensor Networks  Requirements: small size, large number, tether-less, and low cost. Constrained by – Energy, computation, and communication  Small size implies small battery  Low cost & energy implies low power CPU, radio with minimum bandwidth and range  Ad-hoc deployment implies no maintenance or battery replacement  To increase network lifetime, no raw data is transmitted
  • 6. Overview (Cont.) Ad Hoc Wireless Networks  Large number of self-organizing static or mobile nodes that are possibly randomly deployed  Near(est)-neighbor communication  Wireless connections – Links are fragile, possibly asymmetric – Connectivity depends on power levels and fading – Interference is high for omnidirectional antennas  Sensor Networks and Sensor-Actuator Networks are a prominent example.
  • 7. Overview (Cont.) Distinguishing Features WSNs are ad hoc networks (wireless nodes that self-organize into an infrastructureless network). BUT, in contrast to other ad hoc networks:  Sensing and data processing are essential  WSNs have many more nodes and are more densely deployed  Hardware must be cheap; nodes are more prone to failures  WSNs operate under very strict energy constraints  WSN nodes are typically static  The communication scheme is many-to-one (data collected at a base station) rather than peer-to-peer
  • 8. Overview (Cont.) Lifetime  Nodes are battery-powered  Nobody is going to change the batteries. So, each operation brings the node closer to death. "Lifetime is crucial!” To save energy:  Sleep as much as possible.  Acquire data only if indispensable.  Use data fusion and compression.  Transmit and receive only if necessary. Receiving is just as costly as sending.
  • 9. Overview (Cont.) Scalability and Reliability WSNs should  self-configure and be robust to topology changes (e.g., death of a node)  maintain connectivity: can the Base Station reach all nodes?  ensure coverage: are we able to observe all phenomena of interest? Maintenance  Reprogramming is the only practical kind of maintenance.  It is highly desirable to reprogram wirelessly.
  • 10. Overview (Cont.) Data Collection  Centralized data collection puts extra burden on nodes close to the base station. Clever routing can alleviate that problem  Clustering: data from groups of nodes are fused before being transmitted, so that fewer transmissions are needed  Often getting measurements from a particular area is more important than getting data from each node  Security and authenticity should be guaranteed. However, the CPUs on the sensing nodes cannot handle fancy encryption schemes.
  • 11. Overview (Cont.) Power Supply  AA batteries power the vast majority of existing platforms. They dominate the node size.  Alkaline batteries offer a high energy density at a cheap price. The discharge curve is far from flat, though.  Lithium coin cells are more compact and boast a flat discharge curve.  Rechargeable batteries: Who does the recharging?  Solar cells are an option for some applications.  Fuel cells may be an alternative in the future.  Energy scavenging techniques are a hot research topic (mechanical, thermodynamical, electromagnetic).
  • 12. Overview (Cont.) Radio  Commercially-available chips  Available bands: 433 and 916MHz, 2.4GHz ISM bands  Typical transmit power: 0dBm. Power control  Sensitivity: as low as -110dBm  Narrowband (FSK) or Spread Spectrum communication. DS-SS (e.g., ZigBee) or FH-SS (e.g., Bluetooth)  Relatively low rates (<100 kbps) save power.
  • 13. Overview (Cont.) CPU  The Microcontroller Unit (MCU) is the primary choice for in-node processing.  Power consumption is the key metric in MCU selection.  The MCU should be able to sleep whenever possible, like the radio.  Memory requirements depend on the application  ATmega128L and MSP430 are popular choices
  • 14. Overview (Cont.) Sensors  The power efficiency of the sensors is also crucial, as well as their duty cycle.  MEMS techniques allow miniaturization.
  • 15. Overview (Cont.) Applications of Wireless Sensor Networks  Military and national security application  Environment monitoring (examples coming)  Medical application (example coming)  Nearly anything you can imagine
  • 16. Environment monitoring (1) Great Duck Island • 150 sensing nodes deployed throughout the island relay data temperature, pressure, and humidity to a central device. • Data was made available on the Internet through a satellite link.
  • 17. Environment monitoring (2) Zebranet: a WSN to study the behavior of zebras • Special GPS-equipped collars were attached to zebras • Data exchanged with peer-to-peer info swaps • Coming across a few zebras gives access to the data
  • 18. Medical application  Intel deployed a 130-node network to monitor the activity of residents in an elder care facility.  Patient data is acquired with wearable sensing nodes (the “watch”) • Vital sign monitoring • Accident recognition • Monitoring the elderly
  • 19. Data-dissemination Schemes Conventional Methods  Direct communication with the base station – Sensor nodes communicate with the base station directly. – Energy consuming.  Multi-hop Scheme – Transmit through some other intermediate nodes. – Energy consuming.
  • 21. Low Energy Adaptive Clustering Hierarchy (LEACH)  Designed for sensor networks where an end-user wants to remotely monitor the environment. Where the data from the individual nodes must be sent to a central base station, often located far from the sensor network.  Desirable properties for protocols on these networks: – Use 100’s – 1000’s of nodes – Maximize system lifetime – Maximize network coverage – Use uniform, battery operated nodes  The use of distributed cluster formation and local processing to reduce global communication along with randomized rotation of the cluster-heads allows LEACH to achieve the desired properties while being energy-efficient. Data-dissemination Schemes (Cont.)
  • 22. Media Access Control (MAC) Scheme Two categories of MAC schemes for wireless networks  Contention-based schemes – Designed for minimum delay and maximum throughput. – Require transceivers to monitor the channel at all times.  Reservation-based or schedule-based schemes – Detect the neighboring radios before allocating collision-free channel to a link. – TDMA —a natural choice for sensor networks.
  • 23. MAC Scheme (Cont.) TDMA-based solutions  The self-organizing “super frame” algorithm – Super frame = TDMA period + BOOTUP period + unused bandwidth – Performs well only under the specific conditions.  Power Aware Clustered TDMA (PACT) – Divide the TDMA structure into control slot and data slot. – Hard to maintain the cluster when there are mobile nodes.
  • 24. MAC Scheme (Cont.) Other solutions  Sensor-MAC (SMAC) – Nodes periodically sleep. – A node sleeps during transmission period of other nodes. – Not suitable for time-critical applications.
  • 25. Architecture for a WSN Special addressing requirement  Local unique addresses  Data-centric  Example: Each node has an unique number. Attribute-based naming architecture  Data is named by one or more attributes.  Example: Each node is distinguished by an attribute – GPS sensors are practical for this.
  • 26. Architecture for a WSN (cont.) An address-free architecture (AFA)  Advantage – Randomly select probabilistically unique identifier for each transaction. – Spatial locality. – Temporal locality.  Drawback – Not applicable when static addressing of nodes is needed. – Identifier conflict.
  • 27. Final Remarks  Can you think of any applications where a wireless sensor network would be the best solution?  Do you foresee wireless sensor networks becoming ubiquitous within the next ten years? During your lifetime?