1 / 28

Real-time Wireless Sensor Networks

Real-time Wireless Sensor Networks. CSC536 Spring 2005 Meng Wan 05/09/2005. Outline. Background & Motivation MAC Protocols in Real-time Sensor Networks Routing Issues in Real-time Sensor Networks Conclusions. Real-time Sensor Networks Why Need Real-time?.

reilly
Download Presentation

Real-time Wireless Sensor Networks

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Real-time Wireless Sensor Networks CSC536 Spring 2005 Meng Wan 05/09/2005

  2. Outline • Background & Motivation • MAC Protocols in Real-time Sensor Networks • Routing Issues in Real-time Sensor Networks • Conclusions

  3. Real-time Sensor NetworksWhy Need Real-time? • Since sensor networks operate in real world environments, in many cases timing constraints are important • Implicit time requirements • e.g., in a monitoring system, when a user enters a room, the faster the user is recognized the better we consider the system • Explicit time requirements • many systems have explicit real-time requirements related to the environment

  4. Real-time Sensor NetworksSome Applications • While tracking an object the object might no longer be in the vicinity the time the information is received • An accelerometer might have to be read every 10 ms, or else there will be a bad estimate of speed and consequently a high probability of a vehicular crash

  5. Real-time Sensor NetworksTask & Constraints • Task • Reliably aggregate and disseminate information within a time frame that allows the controllers to action properly, the out-of-date information is not useful • Constrains • Small capacities in power, memory, limited CPU execution speeds, and scarce communication bandwidth, which bring challenges for real-time computation and communicationin sensor networks

  6. Real-time Sensor NetworksCommunications • Communication layer should effectively coordinate and control sensors in real-time over an unreliable network connection • MAC • Bandwidth, power consumption, contention, network connectivity, real-time requirement • Routing • Minimum state information and end-to-end signaling, adaptive routing protocol to avoid unpredictable congestion, end-to-end timing guarantees

  7. MAC Protocols • Scheduling-based • Contention-based • Collision free

  8. MAC ProtocolsScheduling-Based Protocol • Algorithm • Predefines a time slot for each node • Each node gains at least one slot within a frame, which is a basic unit of transmission • TDMA is the main focus of a lot of early work • Requires global connectivity information • Not adaptive enough to adjust nodes to dynamic environments such as topology change • No consideration on timing constraints

  9. MAC ProtocolsContention-Based Protocol • Based on carrier sensing mechanisms and employ additional signaling control • Typical control packets: request to send (RTS) , clear to send (CTS) • CSMA/CD is an example: • A node that has data to send transmits a short RTS packet • Nodes within one hop of the sending node hear the RTS and defer transmission • The destination responds with a CTS packet, all nodes within one hop also defer transmission • The transmitting node assumes that the channel is acquired and transmits

  10. MAC ProtocolsContention-Based Protocol • Too costly to send control packets in sensor networks, due to • Asymmetric communication • High message loss • Interference, etc. • Distributed and random back off nature does not strictly guarantee the priority order • E.g., two higher-priority nodes collide and cause each other to back off, a third lower-priority node send packets out

  11. MAC ProtocolsCollision-Free Real-Time Protocol • Exploits the data’s periodic nature to provide guaranteed delays • Architecture • cellular network • router node in the center, with two transceivers, transmit and receive at the same time using two different frequency channels

  12. MAC ProtocolsCollision-Free Real-Time Protocol • Intra-cell communication • Use earliest deadline first (EDF) scheduling • EDF schedule replicated & updated at each node • Inter-cell communication • Use frequency division multiplexing (FDM) among adjacent cells, allowing for concurrent inter-cell communications

  13. MAC ProtocolsCollision-Free Real-Time Protocol

  14. MAC ProtocolsCollision-Free Real-Time Protocol • Note • If combined with a special routing protocol, end-to-end delay guarantee is the sum of the bounded delay on each cell along the path • Six possible directions assigned statically to the inter-cell frames

  15. MAC ProtocolsAnalysis • TDMA • Fair channel usage • Maintain too much global connectivity information • Not adaptive to dynamic environment So, collisions can not be actually avoided As a result, real-time requirements not guaranteed for critical applications

  16. MAC ProtocolsAnalysis • Contention-based protocols • To solve cost issues, some advances in this area largely reduce chances of collisions and reduce power consumption, so that it could be useful in some applications where power consumption is the main concern • Hard to provide statistical bound of probability of priority inversion on real-time requirement So, it is hard to establish statistical delay guarantees

  17. MAC ProtocolsAnalysis • Collision-free protocols • Save power by eliminating collisions • Satisfy real-time requirements • Uses multiple channels, thus higher requirements on the hardware of the modes • Assumptions and setup may be not practical So, more future work needed

  18. MAC ProtocolsSummary • The key challenges in MAC • Provide predictable delay and/or prioritization guarantees while minimizing power consumption • More consideration on constrains of sensor networks

  19. Routing • Requirement • SPEED – A stateless real-time communication protocol for real-time routing in sensor networks

  20. RoutingRequirement • Maintain minimum global state information • Geographic routing (location-based) instead of ID routing (ID-based) • Minimum end-to-end deadline miss ratio

  21. RoutingSPEED • Three routing services provided • Area-multicast • Area-anycast • Unicast

  22. SPEEDBasic idea • Each node records one-hop neighbors’ location & delay • Feedback-based adaptation algorithms enforce a per-hop speed in the face of unpredictable traffic • Neighborhood Feedback Loop (NFL) • Backpressure Rerouting

  23. SPEEDArchitecture

  24. SPEEDFunction • Four APIs • AreaMulticastSend (position, radius, packet) • AreaAnycastSend (position, radius, packet) • UnicastSend(Global_ID, packet) • SpeedReceive()

  25. SPEEDFunction • SNGF: routing module to choose the next hop candidate • NFL and Backpressure Rerouting: modules to reduce or divert traffic when congestion occurs, so that SNGF has available candidates • The last mile process: when the packet enters the destination area, provides the three routing services. The SNGF module controls all the previous packet relays • Delay estimation: mechanism by which a node determines congestion • Beacon exchange: provides geographic location of the neighbors

  26. SPEEDEvaluation • Lower deadline miss ratio in face of sudden congestion • Reacts to transient congestion in the most stable manner

  27. SPEEDEvaluation • SPEED is • the only one routing protocol especially designed for sensor networks to satisfy real-time requirements • SPEED demonstrates • localized feedback control is a promising approach for real-time communication in sensor networks

  28. Conclusions • Real-time sensor networks become important for many critical applications • Real-time requirements mainly lie in communication layer of the sensor network • MAC • Collision-free real-time protocol • Routing • SPEED

More Related