1 / 19

Virtual Node Layers

Virtual Node Layers. Nancy Lynch Massachusetts Institute of Technology, CSAIL Workshop on Critical Research Areas in Aerospace Software MIT August 9, 2005. Collaborators: Shlomi Dolev, Alex Shvartsman, Jennifer Welch, Seth Gilbert, Sayan Mitra, Calvin Newport, Tina Nolte,

tangia
Download Presentation

Virtual Node Layers

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. Virtual Node Layers Nancy Lynch Massachusetts Institute of Technology, CSAIL Workshop on Critical Research Areas in Aerospace Software MIT August 9, 2005

  2. Collaborators: Shlomi Dolev, Alex Shvartsman, Jennifer Welch, Seth Gilbert, Sayan Mitra, Calvin Newport, Tina Nolte, Limor Lahiani, Elad Schiller, Matthew Brown, Mike Spindel Virtual Node Layers

  3. Virtual Nodes • Small computers can be equipped with sensors, actuators, wireless communication. • Potentially, people, robots, vehicles, could use this hardware to establish mobile ad hoc networks, coordinate in running applications. • Examples: • Rescue workers in disaster areas • Soldiers in urban battle • Robots exploring a novel location • Cars on highway • Set up network, use network to collect and process data, produce models of environment, plan activities.

  4. That would be nice, but… • Application design for ad hoc networks is hard. • Networks change unpredictably. • New idea for simplifying application design: • Use a Virtual Node layer • Abstract layer containing virtual computing nodes that are better behaved than actual physical nodes. • Program applications on top of the virtual node layer.

  5. Application Virtual Node Layer Virtual Node Layers • Abstraction layers containing virtual active nodes. • Virtual Nodes may be associated with fixed geographical locations, or • VNs may move: • Along a pre-planned path, or • Along a path that is calculated dynamically. • Program applications over the VN layer.

  6. Virtual Node Layers

  7. Virtual Node Layers

  8. Application: GeoCast Route message to a designated geographical region

  9. Data Management Gather, analyze,aggregate,and distribute data.

  10. Region Coordination Coordinate behavior ofnodes in region.

  11. Token Circulation Circulate tokenregion by region.

  12. Location Tracking Service • Support queries about current locations of (cooperative) PNs. • Implement Location Tracking Service over VN layer: • Each PN has a Home Location: • VN that keeps track of PN’s current location (VN region). • Determined by hash function from PN id. • PN keeps Home Location up-to-date by sending periodic messages. • Use GeoCast (implemented over VN layer). • Queries, responses also use GeoCast. • For reliability, use several, redundant Home Locations. • Easier than solutions using distributed hashing directly over physical layer. • Use this Location Tracking Service to implement (easily) point-to-point message routing between PNs.

  13. Coordination Oracles • Oracle associated with a given VN location: • Gathers and analyzes information about that location. • Sends summarized information to other Oracles. • Builds a suitable model of the environment. • PNs query nearby Oracles and use response to help plan their actions. • Use for advanced global coordination.

  14. Coordination Oracles My model predicts fierce fighting here. Stay here, take cover! Location A

  15. Coordination Oracles Location B My model predicts quiet here. Location A needs reinforcements. I will suggest a safe route there. Location A

  16. Application: Motion Coordination • Given curve Γ, and a finite, unknown set of physical mobile nodes (PNs), move the PNs so that they are (approximately) evenly spaced on Γ.

  17. VN VN VN VN VN VN Virtual Node Approach • Divide region into zones, one VN per zone. • VN coordinates client nodes in its zone • Directs motion of CNs in its zone: • Towards Γ. • On Γ, to even out spacing. • Communicates with neighboring VSNs, sends “extra” clients to neighboring zones. CN CN

  18. Undergrad programmers: Mike Spindel, Matthew Brown PhD students: Gilbert, Newport, Nolte Building small network of virtual nodes on a bunch of HP Ipaqs, equipped with 802.11 and GPS sensors. Demo applications: Virtual traffic light Tracking cooperative mobile devices (using home location service) Sponsor: Quanta, Inc. Experimental project

  19. Relevance to Aero/Astro? • Virtual Node Layer consisting of Virtual Air-Traffic Controllers? • For congestion management, in free flight.

More Related