SlideShare ist ein Scribd-Unternehmen logo
1 von 10
Downloaden Sie, um offline zu lesen
1
Wireless Sensor Networks
Dhara Shah
Outline
ïŹ Overview
– Definition
ïŹ Factors influencing WSN design
ïŹ Features of WSN
– Distinguished features from other MAN
ïŹ WSN Protocol Stack
ïŹ Data Handling
ïŹ Media access control schemes
ïŹ Architecture for a Wireless Sensor Network
ïŹ Applications
Overview
ïŹ A Wireless Sensor Network (WSN) consists of base
stations and a number of wireless sensors (nodes).
ïŹ sensor
– A transducer
– Converts physical phenomenon e.g. heat, light, motion, vibration, and sound into
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
Definition
ïŹ “A wireless sensor network (WSN) is a wireless
network consisting of spatially distributed
autonomous devices using sensors to cooperatively
monitor physical or environmental conditions, such as
temperature, sound, vibration, pressure, motion or
pollutants, at different locations.”
- Wikipedia
4
2
Sensor Node Components
5
Sensor Node Components
ïŹ Sensing Unit
ïŹ Processing Unit
ïŹ Transceiver Unit
ïŹ Power Unit
ïŹ Location Finding System (optional)
ïŹ Power Generator (optional)
ïŹ Mobilizer (optional)
6
Sensor Nodes
7
ïŹ Worldsens Inc. Sensor
Node
ïŹ Crossbow Sensor Node
WSN Communication Architecture
8
3
Factors Influencing WSN Design
ïŹ Fault tolerance
ïŹ Scalability
ïŹ Production costs
ïŹ Hardware constraints
ïŹ Sensor network topology
ïŹ Environment
ïŹ Transmission media
ïŹ Power Consumption
– Sensing
– Communication
– Data processing9
Features of WSN
ïŹ Requirements
– Nodes with small size, large number and low cost
– Small size implies small battery
– Constrained by energy consumption and communication
– 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
Features of WSN
ïŹ 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
Features of WSN
ïŹ Energy is a major constraint
– Nodes are battery-powered
– Nobody is going to change the batteries. So, each operation brings the
node closer to death.
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.
4
Features of WSN
ïŹ Scalability and Reliability
– Self-configure and robust to topology changes (e.g., death of a node)
– Maintain connectivity: Base Station should reach all nodes
– Ensure coverage
ïŹ Maintenance
– Reprogramming is the only practical kind of maintenance.
– It is highly desirable to reprogram wirelessly.
Features of WSN
ïŹ 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.
Features of WSN
ïŹ 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
Features of WSN
ïŹ Radio
– Commercially-available chips
– Available bands: 433 and 916MHz, 2.4GHz ISM bands
– Typical transmit power: 0dBm.
– Narrowband (FSK) or Spread Spectrum communication. DS-SS (e.g.,
ZigBee) or FH-SS (e.g., Bluetooth)
– Relatively low rates (<100 kbps) save power
– Sensitivity: as low as -110dBm
5
Features of WSN
ïŹ 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
ïŹ Sensors
– The power efficiency of the sensors is
also crucial, as well as their duty cycle.
– MEMS techniques allow miniaturization.
Distinguishing features of WSN
ïŹ WSNs are ad hoc networks
– wireless nodes that self-organize into an infrastructure less 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
WSN Protocol Stack
19
WSN Protocol Stack
ïŹ Sensor management protocol
– Provides software operations needed to perform administrative
tasks e.g. moving sensor nodes, turning them on an off
ïŹ Sensor query and data dissemination protocol
– Provides user applications with interfaces to issue queries and
respond to queries
– Sensor query and tasking language (SQTL)
ïŹ Directed diffusion
ïŹ Sensor MAC (S-MAC)
ïŹ IEEE 802.15.4
20
6
Data Handling : Data-Centric Routing
ïŹ Interest distribution is performed to assign
sensing tasks to sensor nodes
– Sinks broadcast the interest
– Sensor nodes broadcast an advertisement for available
data
ïŹ Requires attribute-based naming
– Users are more interested in querying the attribute of the
phenomenon, rather than querying an individual node
– E.g. the sensor nodes in the area where temperature is
greater than 75 °F
21
Data handling: Data Aggregation
ïŹ Data coming from multiple sensor
nodes are aggregated if they are
about the same attribute of the
phenomenon when they reach the
same routing node on the way back
to the sink
– Solves implosion and overlap problem
– Energy efficient
22
Data Handling: Data-dissemination
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.
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
– Reduce global communication along with randomized rotation
– Cluster-heads allows LEACH to achieve the desired properties while being
energy-efficient.
Data-dissemination Schemes (Cont.)
7
Clustering Hierarchy
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.
8
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.
WSN Operating Systems
ïŹ TinyOS
ïŹ Contiki
ïŹ MANTIS
ïŹ BTnut
ïŹ SOS
ïŹ Nano-RK
31
Overview (Cont.)
Wireless Sensor Node: Components
9
Applications
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
10
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?

Weitere Àhnliche Inhalte

Was ist angesagt?

A review on wireless sensor networks
A review on wireless sensor networksA review on wireless sensor networks
A review on wireless sensor networksAlexander Decker
 
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 sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsmmjalbiaty
 
Network Mnagement for WSN
Network Mnagement for WSNNetwork Mnagement for WSN
Network Mnagement for WSN@zenafaris91
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor NetworksJerry Yoakum
 
Power Management in Wireless Sensor Network
Power Management in Wireless Sensor NetworkPower Management in Wireless Sensor Network
Power Management in Wireless Sensor NetworkBhavik Panchal
 
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
 
Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...
Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...
Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...Sigma web solutions pvt. ltd.
 
Issues of Wireless Sensor Networks
Issues of Wireless Sensor NetworksIssues of Wireless Sensor Networks
Issues of Wireless Sensor NetworksSouhaiel tekaya
 
2015 11-07 -ad_hoc__network architectures and protocol stack
2015 11-07 -ad_hoc__network architectures and protocol stack2015 11-07 -ad_hoc__network architectures and protocol stack
2015 11-07 -ad_hoc__network architectures and protocol stackSyed Ariful Islam Emon
 
TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
 TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEYijujournal
 
De3211001104
De3211001104De3211001104
De3211001104IJMER
 
Fault tolerance in wsn
Fault tolerance in wsnFault tolerance in wsn
Fault tolerance in wsnElham Hormozi
 

Was ist angesagt? (20)

Unit1
Unit1Unit1
Unit1
 
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
 
A review on wireless sensor networks
A review on wireless sensor networksA review on wireless sensor networks
A review on wireless sensor networks
 
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
 
Wsn ppt original
Wsn ppt originalWsn ppt original
Wsn ppt original
 
Wireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraints
 
36 40
36 4036 40
36 40
 
wireless sensor network a survey
wireless sensor network a surveywireless sensor network a survey
wireless sensor network a survey
 
Network Mnagement for WSN
Network Mnagement for WSNNetwork Mnagement for WSN
Network Mnagement for WSN
 
wsn
wsnwsn
wsn
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
Power Management in Wireless Sensor Network
Power Management in Wireless Sensor NetworkPower Management in Wireless Sensor Network
Power Management in Wireless Sensor Network
 
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 ...
 
Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...
Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...
Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...
 
Issues of Wireless Sensor Networks
Issues of Wireless Sensor NetworksIssues of Wireless Sensor Networks
Issues of Wireless Sensor Networks
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
2015 11-07 -ad_hoc__network architectures and protocol stack
2015 11-07 -ad_hoc__network architectures and protocol stack2015 11-07 -ad_hoc__network architectures and protocol stack
2015 11-07 -ad_hoc__network architectures and protocol stack
 
TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
 TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
 
De3211001104
De3211001104De3211001104
De3211001104
 
Fault tolerance in wsn
Fault tolerance in wsnFault tolerance in wsn
Fault tolerance in wsn
 

Andere mochten auch

Mac protocol for wmn
Mac protocol for wmnMac protocol for wmn
Mac protocol for wmnmmjalbiaty
 
Arquam_reportfinal
Arquam_reportfinalArquam_reportfinal
Arquam_reportfinalArquam Md
 
Supporting the Sink mobility: a case study for WSN
Supporting the Sink mobility: a case study for WSNSupporting the Sink mobility: a case study for WSN
Supporting the Sink mobility: a case study for WSNCoRehab
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor networkdeawoo Kim
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor NetworksPradipta Ghosh
 
Introduction of Wireless Sensor Network
Introduction of Wireless Sensor NetworkIntroduction of Wireless Sensor Network
Introduction of Wireless Sensor NetworkMuhammad Kaife Uddin
 
WIRELESS SENSOR NETWORK
WIRELESS SENSOR NETWORKWIRELESS SENSOR NETWORK
WIRELESS SENSOR NETWORKTejas Wasule
 
Basics of Wireless sensor networks
Basics of Wireless sensor networksBasics of Wireless sensor networks
Basics of Wireless sensor networksRushin Shah
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor NetworksKarthik
 
wireless sensor network my seminar ppt
wireless sensor network my seminar pptwireless sensor network my seminar ppt
wireless sensor network my seminar pptEisha Madhwal
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networksrajatmal4
 

Andere mochten auch (13)

Mac protocol for wmn
Mac protocol for wmnMac protocol for wmn
Mac protocol for wmn
 
Arquam_reportfinal
Arquam_reportfinalArquam_reportfinal
Arquam_reportfinal
 
Supporting the Sink mobility: a case study for WSN
Supporting the Sink mobility: a case study for WSNSupporting the Sink mobility: a case study for WSN
Supporting the Sink mobility: a case study for WSN
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor network
 
Wsn
WsnWsn
Wsn
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
Introduction of Wireless Sensor Network
Introduction of Wireless Sensor NetworkIntroduction of Wireless Sensor Network
Introduction of Wireless Sensor Network
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor network
 
WIRELESS SENSOR NETWORK
WIRELESS SENSOR NETWORKWIRELESS SENSOR NETWORK
WIRELESS SENSOR NETWORK
 
Basics of Wireless sensor networks
Basics of Wireless sensor networksBasics of Wireless sensor networks
Basics of Wireless sensor networks
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
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
 

Ähnlich wie Wireless sensor networks dcs

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 Sitamarhi Institute of Technology
 
Chapter 6 WSN.ppt
Chapter 6 WSN.pptChapter 6 WSN.ppt
Chapter 6 WSN.pptTekle12
 
Wireless Sensor Networks.pptx
Wireless Sensor Networks.pptxWireless Sensor Networks.pptx
Wireless Sensor Networks.pptxMunazza63
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor networkDeepaDasarathan
 
MC Lecture 9234455566667777777777777.pptx
MC Lecture 9234455566667777777777777.pptxMC Lecture 9234455566667777777777777.pptx
MC Lecture 9234455566667777777777777.pptxBinyamBekeleMoges
 
Internet of Things: Concepts and Technologies
Internet of Things: Concepts and TechnologiesInternet of Things: Concepts and Technologies
Internet of Things: Concepts and TechnologiesPayamBarnaghi
 
Ioe module 4
Ioe module 4Ioe module 4
Ioe module 4nikshaikh786
 
7_adhoc and wireless network (1).ppt
7_adhoc and wireless network (1).ppt7_adhoc and wireless network (1).ppt
7_adhoc and wireless network (1).pptleonalmessibd21
 
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
 
CS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKSCS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKSKathirvel Ayyaswamy
 
WSN-IEEE-Nov2005-v2.ppt
WSN-IEEE-Nov2005-v2.pptWSN-IEEE-Nov2005-v2.ppt
WSN-IEEE-Nov2005-v2.pptAbyThomas54
 
Wsn protocols
Wsn protocolsWsn protocols
Wsn protocolsnooralleema
 
Adhoc technologies
Adhoc technologiesAdhoc technologies
Adhoc technologiesshashi712
 
207088 633815660985047486
207088 633815660985047486207088 633815660985047486
207088 633815660985047486Sathish Pilla
 
MC Lecture 8 67875667767777775677887.pptx
MC Lecture 8 67875667767777775677887.pptxMC Lecture 8 67875667767777775677887.pptx
MC Lecture 8 67875667767777775677887.pptxBinyamBekeleMoges
 
Power Saving in Wireless Sensor Networks
Power Saving in Wireless Sensor NetworksPower Saving in Wireless Sensor Networks
Power Saving in Wireless Sensor NetworksMshari Alabdulkarim
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networksZaahir Salam
 
WIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSWIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSnanocdac
 

Ähnlich wie Wireless sensor networks dcs (20)

WSN
WSNWSN
WSN
 
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
 
Chapter 6 WSN.ppt
Chapter 6 WSN.pptChapter 6 WSN.ppt
Chapter 6 WSN.ppt
 
Wireless Sensor Networks.pptx
Wireless Sensor Networks.pptxWireless Sensor Networks.pptx
Wireless Sensor Networks.pptx
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
MC Lecture 9234455566667777777777777.pptx
MC Lecture 9234455566667777777777777.pptxMC Lecture 9234455566667777777777777.pptx
MC Lecture 9234455566667777777777777.pptx
 
Internet of Things: Concepts and Technologies
Internet of Things: Concepts and TechnologiesInternet of Things: Concepts and Technologies
Internet of Things: Concepts and Technologies
 
Ioe module 4
Ioe module 4Ioe module 4
Ioe module 4
 
wsn networks
wsn networkswsn networks
wsn networks
 
7_adhoc and wireless network (1).ppt
7_adhoc and wireless network (1).ppt7_adhoc and wireless network (1).ppt
7_adhoc and wireless network (1).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
 
CS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKSCS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKS
 
WSN-IEEE-Nov2005-v2.ppt
WSN-IEEE-Nov2005-v2.pptWSN-IEEE-Nov2005-v2.ppt
WSN-IEEE-Nov2005-v2.ppt
 
Wsn protocols
Wsn protocolsWsn protocols
Wsn protocols
 
Adhoc technologies
Adhoc technologiesAdhoc technologies
Adhoc technologies
 
207088 633815660985047486
207088 633815660985047486207088 633815660985047486
207088 633815660985047486
 
MC Lecture 8 67875667767777775677887.pptx
MC Lecture 8 67875667767777775677887.pptxMC Lecture 8 67875667767777775677887.pptx
MC Lecture 8 67875667767777775677887.pptx
 
Power Saving in Wireless Sensor Networks
Power Saving in Wireless Sensor NetworksPower Saving in Wireless Sensor Networks
Power Saving 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
 

KĂŒrzlich hochgeladen

ă€ŠćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ Ąć­ŠäœèŻäčŠć€ćˆ¶ă€‹QćŸźäżĄ741003700çŸŽć›œć­ŠćŽ†ç–‘éšŸé—źéą˜æŒ‡ć—|æŒ‚ç§‘èą«ćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ ĄćŠé€€æČĄæœ‰æŻ•äžšèŻæ€ŽäčˆćŠž?《UCSCæŻ•äžšèŻèŽ­äč°|抠...
ă€ŠćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ Ąć­ŠäœèŻäčŠć€ćˆ¶ă€‹QćŸźäżĄ741003700çŸŽć›œć­ŠćŽ†ç–‘éšŸé—źéą˜æŒ‡ć—|æŒ‚ç§‘èą«ćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ ĄćŠé€€æČĄæœ‰æŻ•äžšèŻæ€ŽäčˆćŠž?《UCSCæŻ•äžšèŻèŽ­äč°|抠...ă€ŠćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ Ąć­ŠäœèŻäčŠć€ćˆ¶ă€‹QćŸźäżĄ741003700çŸŽć›œć­ŠćŽ†ç–‘éšŸé—źéą˜æŒ‡ć—|æŒ‚ç§‘èą«ćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ ĄćŠé€€æČĄæœ‰æŻ•äžšèŻæ€ŽäčˆćŠž?《UCSCæŻ•äžšèŻèŽ­äč°|抠...
ă€ŠćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ Ąć­ŠäœèŻäčŠć€ćˆ¶ă€‹QćŸźäżĄ741003700çŸŽć›œć­ŠćŽ†ç–‘éšŸé—źéą˜æŒ‡ć—|æŒ‚ç§‘èą«ćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ ĄćŠé€€æČĄæœ‰æŻ•äžšèŻæ€ŽäčˆćŠž?《UCSCæŻ•äžšèŻèŽ­äč°|抠...wyqazy
 
Call Girls in Friends Colony 9711199171 Delhi Enjoy Call Girls With Our Escorts
Call Girls in Friends Colony 9711199171 Delhi Enjoy Call Girls With Our EscortsCall Girls in Friends Colony 9711199171 Delhi Enjoy Call Girls With Our Escorts
Call Girls in Friends Colony 9711199171 Delhi Enjoy Call Girls With Our Escortsindian call girls near you
 
Sustainability Leadership, April 26 2024
Sustainability Leadership, April 26 2024Sustainability Leadership, April 26 2024
Sustainability Leadership, April 26 2024TeckResourcesLtd
 
Short-, Mid-, and Long-term gxxoals.pptx
Short-, Mid-, and Long-term gxxoals.pptxShort-, Mid-, and Long-term gxxoals.pptx
Short-, Mid-, and Long-term gxxoals.pptxHenryBriggs2
 
CALL ON ➄8923113531 🔝Call Girls Vineet Khand Lucknow best Night Fun service 🧩
CALL ON ➄8923113531 🔝Call Girls Vineet Khand Lucknow best Night Fun service  🧩CALL ON ➄8923113531 🔝Call Girls Vineet Khand Lucknow best Night Fun service  🧩
CALL ON ➄8923113531 🔝Call Girls Vineet Khand Lucknow best Night Fun service 🧩anilsa9823
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Banjara Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Banjara Hills high-profile Ca...VIP 7001035870 Find & Meet Hyderabad Call Girls Banjara Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Banjara Hills high-profile Ca...aditipandeya
 
Top Rated Call Girls In Podanur đŸ“± {7001035870} VIP Escorts Podanur
Top Rated Call Girls In Podanur đŸ“± {7001035870} VIP Escorts PodanurTop Rated Call Girls In Podanur đŸ“± {7001035870} VIP Escorts Podanur
Top Rated Call Girls In Podanur đŸ“± {7001035870} VIP Escorts Podanurdharasingh5698
 
Call Girl Kolkata Sia đŸ€Œ 8250192130 🚀 Vip Call Girls Kolkata
Call Girl Kolkata Sia đŸ€Œ  8250192130 🚀 Vip Call Girls KolkataCall Girl Kolkata Sia đŸ€Œ  8250192130 🚀 Vip Call Girls Kolkata
Call Girl Kolkata Sia đŸ€Œ 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girladitipandeya
 
VIP Kolkata Call Girl Rishra 👉 8250192130 Available With Room
VIP Kolkata Call Girl Rishra 👉 8250192130  Available With RoomVIP Kolkata Call Girl Rishra 👉 8250192130  Available With Room
VIP Kolkata Call Girl Rishra 👉 8250192130 Available With Roomdivyansh0kumar0
 
(đŸ‘‰ïŸŸ9999965857 )👉 VIP Call Girls Friends Colony 👉 Delhi 👈 : 9999 Cash Payment...
(đŸ‘‰ïŸŸ9999965857 )👉 VIP Call Girls Friends Colony 👉 Delhi 👈 : 9999 Cash Payment...(đŸ‘‰ïŸŸ9999965857 )👉 VIP Call Girls Friends Colony 👉 Delhi 👈 : 9999 Cash Payment...
(đŸ‘‰ïŸŸ9999965857 )👉 VIP Call Girls Friends Colony 👉 Delhi 👈 : 9999 Cash Payment...Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 

KĂŒrzlich hochgeladen (20)

Call Girls đŸ«€ Nehru Place âžĄïž 9999965857 âžĄïž Delhi đŸ«Š Russian Escorts FULL ENJOY
Call Girls đŸ«€ Nehru Place âžĄïž 9999965857  âžĄïž Delhi đŸ«Š  Russian Escorts FULL ENJOYCall Girls đŸ«€ Nehru Place âžĄïž 9999965857  âžĄïž Delhi đŸ«Š  Russian Escorts FULL ENJOY
Call Girls đŸ«€ Nehru Place âžĄïž 9999965857 âžĄïž Delhi đŸ«Š Russian Escorts FULL ENJOY
 
ă€ŠćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ Ąć­ŠäœèŻäčŠć€ćˆ¶ă€‹QćŸźäżĄ741003700çŸŽć›œć­ŠćŽ†ç–‘éšŸé—źéą˜æŒ‡ć—|æŒ‚ç§‘èą«ćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ ĄćŠé€€æČĄæœ‰æŻ•äžšèŻæ€ŽäčˆćŠž?《UCSCæŻ•äžšèŻèŽ­äč°|抠...
ă€ŠćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ Ąć­ŠäœèŻäčŠć€ćˆ¶ă€‹QćŸźäżĄ741003700çŸŽć›œć­ŠćŽ†ç–‘éšŸé—źéą˜æŒ‡ć—|æŒ‚ç§‘èą«ćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ ĄćŠé€€æČĄæœ‰æŻ•äžšèŻæ€ŽäčˆćŠž?《UCSCæŻ•äžšèŻèŽ­äč°|抠...ă€ŠćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ Ąć­ŠäœèŻäčŠć€ćˆ¶ă€‹QćŸźäżĄ741003700çŸŽć›œć­ŠćŽ†ç–‘éšŸé—źéą˜æŒ‡ć—|æŒ‚ç§‘èą«ćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ ĄćŠé€€æČĄæœ‰æŻ•äžšèŻæ€ŽäčˆćŠž?《UCSCæŻ•äžšèŻèŽ­äč°|抠...
ă€ŠćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ Ąć­ŠäœèŻäčŠć€ćˆ¶ă€‹QćŸźäżĄ741003700çŸŽć›œć­ŠćŽ†ç–‘éšŸé—źéą˜æŒ‡ć—|æŒ‚ç§‘èą«ćŠ ć·žć€§ć­ŠćœŁć…‹éȁć…čćˆ†æ ĄćŠé€€æČĄæœ‰æŻ•äžšèŻæ€ŽäčˆćŠž?《UCSCæŻ•äžšèŻèŽ­äč°|抠...
 
Call Girls in Friends Colony 9711199171 Delhi Enjoy Call Girls With Our Escorts
Call Girls in Friends Colony 9711199171 Delhi Enjoy Call Girls With Our EscortsCall Girls in Friends Colony 9711199171 Delhi Enjoy Call Girls With Our Escorts
Call Girls in Friends Colony 9711199171 Delhi Enjoy Call Girls With Our Escorts
 
Vip Call Girls Vasant Kunj âžĄïž Delhi âžĄïž 9999965857 No Advance 24HRS Live
Vip Call Girls Vasant Kunj âžĄïž Delhi âžĄïž 9999965857 No Advance 24HRS LiveVip Call Girls Vasant Kunj âžĄïž Delhi âžĄïž 9999965857 No Advance 24HRS Live
Vip Call Girls Vasant Kunj âžĄïž Delhi âžĄïž 9999965857 No Advance 24HRS Live
 
Sustainability Leadership, April 26 2024
Sustainability Leadership, April 26 2024Sustainability Leadership, April 26 2024
Sustainability Leadership, April 26 2024
 
Short-, Mid-, and Long-term gxxoals.pptx
Short-, Mid-, and Long-term gxxoals.pptxShort-, Mid-, and Long-term gxxoals.pptx
Short-, Mid-, and Long-term gxxoals.pptx
 
CALL ON ➄8923113531 🔝Call Girls Vineet Khand Lucknow best Night Fun service 🧩
CALL ON ➄8923113531 🔝Call Girls Vineet Khand Lucknow best Night Fun service  🧩CALL ON ➄8923113531 🔝Call Girls Vineet Khand Lucknow best Night Fun service  🧩
CALL ON ➄8923113531 🔝Call Girls Vineet Khand Lucknow best Night Fun service 🧩
 
Russian Call Girls Rohini Sector 22 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Rohini Sector 22 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...Russian Call Girls Rohini Sector 22 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Rohini Sector 22 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Banjara Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Banjara Hills high-profile Ca...VIP 7001035870 Find & Meet Hyderabad Call Girls Banjara Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Banjara Hills high-profile Ca...
 
Russian Call Girls Rohini Sector 3 💓 Delhi 9999965857 @Sabina Modi VVIP MODEL...
Russian Call Girls Rohini Sector 3 💓 Delhi 9999965857 @Sabina Modi VVIP MODEL...Russian Call Girls Rohini Sector 3 💓 Delhi 9999965857 @Sabina Modi VVIP MODEL...
Russian Call Girls Rohini Sector 3 💓 Delhi 9999965857 @Sabina Modi VVIP MODEL...
 
Call Girls đŸ«€ Mukherjee Nagar âžĄïž 9999965857 âžĄïž Delhi đŸ«Š Russian Escorts FULL ...
Call Girls đŸ«€ Mukherjee Nagar âžĄïž 9999965857  âžĄïž Delhi đŸ«Š  Russian Escorts FULL ...Call Girls đŸ«€ Mukherjee Nagar âžĄïž 9999965857  âžĄïž Delhi đŸ«Š  Russian Escorts FULL ...
Call Girls đŸ«€ Mukherjee Nagar âžĄïž 9999965857 âžĄïž Delhi đŸ«Š Russian Escorts FULL ...
 
Top Rated Call Girls In Podanur đŸ“± {7001035870} VIP Escorts Podanur
Top Rated Call Girls In Podanur đŸ“± {7001035870} VIP Escorts PodanurTop Rated Call Girls In Podanur đŸ“± {7001035870} VIP Escorts Podanur
Top Rated Call Girls In Podanur đŸ“± {7001035870} VIP Escorts Podanur
 
Call Girl Kolkata Sia đŸ€Œ 8250192130 🚀 Vip Call Girls Kolkata
Call Girl Kolkata Sia đŸ€Œ  8250192130 🚀 Vip Call Girls KolkataCall Girl Kolkata Sia đŸ€Œ  8250192130 🚀 Vip Call Girls Kolkata
Call Girl Kolkata Sia đŸ€Œ 8250192130 🚀 Vip Call Girls Kolkata
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
 
Call Girls In Vasant Kunj đŸ“± 9999965857 đŸ€© Delhi đŸ«Š HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Vasant Kunj đŸ“±  9999965857  đŸ€© Delhi đŸ«Š HOT AND SEXY VVIP 🍎 SERVICECall Girls In Vasant Kunj đŸ“±  9999965857  đŸ€© Delhi đŸ«Š HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Vasant Kunj đŸ“± 9999965857 đŸ€© Delhi đŸ«Š HOT AND SEXY VVIP 🍎 SERVICE
 
VIP Kolkata Call Girl Rishra 👉 8250192130 Available With Room
VIP Kolkata Call Girl Rishra 👉 8250192130  Available With RoomVIP Kolkata Call Girl Rishra 👉 8250192130  Available With Room
VIP Kolkata Call Girl Rishra 👉 8250192130 Available With Room
 
Sensual Moments: +91 9999965857 Independent Call Girls Noida Delhi {{ Monika}...
Sensual Moments: +91 9999965857 Independent Call Girls Noida Delhi {{ Monika}...Sensual Moments: +91 9999965857 Independent Call Girls Noida Delhi {{ Monika}...
Sensual Moments: +91 9999965857 Independent Call Girls Noida Delhi {{ Monika}...
 
(đŸ‘‰ïŸŸ9999965857 )👉 VIP Call Girls Friends Colony 👉 Delhi 👈 : 9999 Cash Payment...
(đŸ‘‰ïŸŸ9999965857 )👉 VIP Call Girls Friends Colony 👉 Delhi 👈 : 9999 Cash Payment...(đŸ‘‰ïŸŸ9999965857 )👉 VIP Call Girls Friends Colony 👉 Delhi 👈 : 9999 Cash Payment...
(đŸ‘‰ïŸŸ9999965857 )👉 VIP Call Girls Friends Colony 👉 Delhi 👈 : 9999 Cash Payment...
 
Rohini Sector 17 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 17 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 17 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 17 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls In Kalkaji đŸ“± 9999965857 đŸ€© Delhi đŸ«Š HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Kalkaji đŸ“±  9999965857  đŸ€© Delhi đŸ«Š HOT AND SEXY VVIP 🍎 SERVICECall Girls In Kalkaji đŸ“±  9999965857  đŸ€© Delhi đŸ«Š HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Kalkaji đŸ“± 9999965857 đŸ€© Delhi đŸ«Š HOT AND SEXY VVIP 🍎 SERVICE
 

Wireless sensor networks dcs

  • 1. 1 Wireless Sensor Networks Dhara Shah Outline ïŹ Overview – Definition ïŹ Factors influencing WSN design ïŹ Features of WSN – Distinguished features from other MAN ïŹ WSN Protocol Stack ïŹ Data Handling ïŹ Media access control schemes ïŹ Architecture for a Wireless Sensor Network ïŹ Applications Overview ïŹ A Wireless Sensor Network (WSN) consists of base stations and a number of wireless sensors (nodes). ïŹ sensor – A transducer – Converts physical phenomenon e.g. heat, light, motion, vibration, and sound into 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 Definition ïŹ “A wireless sensor network (WSN) is a wireless network consisting of spatially distributed autonomous devices using sensors to cooperatively monitor physical or environmental conditions, such as temperature, sound, vibration, pressure, motion or pollutants, at different locations.” - Wikipedia 4
  • 2. 2 Sensor Node Components 5 Sensor Node Components ïŹ Sensing Unit ïŹ Processing Unit ïŹ Transceiver Unit ïŹ Power Unit ïŹ Location Finding System (optional) ïŹ Power Generator (optional) ïŹ Mobilizer (optional) 6 Sensor Nodes 7 ïŹ Worldsens Inc. Sensor Node ïŹ Crossbow Sensor Node WSN Communication Architecture 8
  • 3. 3 Factors Influencing WSN Design ïŹ Fault tolerance ïŹ Scalability ïŹ Production costs ïŹ Hardware constraints ïŹ Sensor network topology ïŹ Environment ïŹ Transmission media ïŹ Power Consumption – Sensing – Communication – Data processing9 Features of WSN ïŹ Requirements – Nodes with small size, large number and low cost – Small size implies small battery – Constrained by energy consumption and communication – 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 Features of WSN ïŹ 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 Features of WSN ïŹ Energy is a major constraint – Nodes are battery-powered – Nobody is going to change the batteries. So, each operation brings the node closer to death. 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.
  • 4. 4 Features of WSN ïŹ Scalability and Reliability – Self-configure and robust to topology changes (e.g., death of a node) – Maintain connectivity: Base Station should reach all nodes – Ensure coverage ïŹ Maintenance – Reprogramming is the only practical kind of maintenance. – It is highly desirable to reprogram wirelessly. Features of WSN ïŹ 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. Features of WSN ïŹ 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 Features of WSN ïŹ Radio – Commercially-available chips – Available bands: 433 and 916MHz, 2.4GHz ISM bands – Typical transmit power: 0dBm. – Narrowband (FSK) or Spread Spectrum communication. DS-SS (e.g., ZigBee) or FH-SS (e.g., Bluetooth) – Relatively low rates (<100 kbps) save power – Sensitivity: as low as -110dBm
  • 5. 5 Features of WSN ïŹ 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 ïŹ Sensors – The power efficiency of the sensors is also crucial, as well as their duty cycle. – MEMS techniques allow miniaturization. Distinguishing features of WSN ïŹ WSNs are ad hoc networks – wireless nodes that self-organize into an infrastructure less 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 WSN Protocol Stack 19 WSN Protocol Stack ïŹ Sensor management protocol – Provides software operations needed to perform administrative tasks e.g. moving sensor nodes, turning them on an off ïŹ Sensor query and data dissemination protocol – Provides user applications with interfaces to issue queries and respond to queries – Sensor query and tasking language (SQTL) ïŹ Directed diffusion ïŹ Sensor MAC (S-MAC) ïŹ IEEE 802.15.4 20
  • 6. 6 Data Handling : Data-Centric Routing ïŹ Interest distribution is performed to assign sensing tasks to sensor nodes – Sinks broadcast the interest – Sensor nodes broadcast an advertisement for available data ïŹ Requires attribute-based naming – Users are more interested in querying the attribute of the phenomenon, rather than querying an individual node – E.g. the sensor nodes in the area where temperature is greater than 75 °F 21 Data handling: Data Aggregation ïŹ Data coming from multiple sensor nodes are aggregated if they are about the same attribute of the phenomenon when they reach the same routing node on the way back to the sink – Solves implosion and overlap problem – Energy efficient 22 Data Handling: Data-dissemination 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. 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 – Reduce global communication along with randomized rotation – Cluster-heads allows LEACH to achieve the desired properties while being energy-efficient. Data-dissemination Schemes (Cont.)
  • 7. 7 Clustering Hierarchy 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.
  • 8. 8 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. WSN Operating Systems ïŹ TinyOS ïŹ Contiki ïŹ MANTIS ïŹ BTnut ïŹ SOS ïŹ Nano-RK 31 Overview (Cont.) Wireless Sensor Node: Components
  • 9. 9 Applications 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
  • 10. 10 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?