coexistence collaboration and coordination paradigms in
play

Coexistence, Collaboration, and Coordination Paradigms in the - PowerPoint PPT Presentation

Coexistence, Collaboration, and Coordination Paradigms in the Presence of Mobility Gruia-Catalin Roman Department of Computer Science and Engineering Mobile Computing Laboratory 4 April 2008 Presentation Outline Presentation theme


  1. Coexistence, Collaboration, and Coordination Paradigms in the Presence of Mobility Gruia-Catalin Roman Department of Computer Science and Engineering Mobile Computing Laboratory 4 April 2008

  2. Presentation Outline  Presentation theme  Prevailing trends  Shifting foundations  Protocols  Algorithms  Formal models  Paradigm shifts in middleware design  Coordination  Coexistence  Collaboration  Conclusions 2

  3. Presentation Theme  Computing and communication in the presence of mobility demands a new way of thinking  Changes often invalidate fundamental assumptions  End of the cold war (1989)  We are on the cusp of a major technological and social realignment  Predicting the future is a risky proposition  Telephone (1876)  Internet (1969) 3

  4. Prevailing Trends … in which we learn that we are all in this together 4

  5. Technology in Support of Mobility  Miniaturization  Wireless communication  Localization technology  Sensing devices  Battery technology  Code mobility  Nomadic networks  Ad-hoc networks  Sensor networks 5

  6. The Social Dimension  A society on the go  Growing expectations  Increasing reliance on information technology  Integration of computing and communication into the fabric of society  Market acceptability and adoption emerging as powerful forces in technology development  Government policies and regulations unable to keep pace with technological advances 6

  7. Application Development Opportunities  Contents delivery on the  Fire tracking and monitoring phone  Ambulatory patient monitoring  Self managing assembly line  Container tracking  Assisted airplane inspection  Car to car interactions on and repairs highways  Museum visit and city tours  Sensor assisted robot  Disaster response navigation  Nature exploration 7

  8. Shifting Foundations … where we find out that there are things our teachers never told us 8

  9. Protocol Design … about sending messages to our friends and how to keep the highway clear 9

  10. Multicast Revisited  A multicast group is a set of nodes known to the world by a shared name  A spanning tree that includes all group members is constructed and maintained  Nodes may join and leave the group  Data is delivered to all group members 10

  11. Multicast Paradigms Listen for: 138.5.6.7 Send data to: Send data to: 138.5.6.7 Area (2, -1) Listen for: 138.5.6.7 Listen for: 138.5.6.7 Standard Multicast Geocast 11

  12. Mobicast: Spatiotemporal Multicast  Just in time message delivery along a specified trajectory  Ambulance warning  Intrusion detection clear the road! 12

  13. Technical Challenges 13

  14. A Mobicast Protocol Overview Routing zone V Delivery V zone V τ 14

  15. Lessons Learned  Mobility changes the questions we ask  mobile query—data prefetching and just in time delivery  location query and tracking  Spatiotemporal constraints alter our perspective  Geometric characterization is a useful tool  measures of sparseness  face aware routing  Energy conservation impacts the solution space  sleep scheduling  message release order  workload shaping 15

  16. Algorithms … where we discover that keeping track of things is a messy business 16

  17. Termination Detection  Diffusing computations are a special case  one source of activity  active nodes can wake up other nodes  nodes may go idle at any time  Sample solutions  counting  weight throwing  activation tree 17

  18. Ad Hoc Network  Migration of termination records  Opportunistic routing 18

  19. Wireless Cellular Network  Tracking strategy  Mobile-as-message model 19

  20. Lessons Learned  New concepts may be needed  weak vs strong termination  Guarantees may need to be conditional  Models may facilitate translation of knowledge  distributed algorithms recycled  Communication may take place over disconnected routes  forwarding based on partial order  exploitation of motion profiles 20

  21. Formal Models … where the variable x gets the value v and sets an example for future things to come or go 21

  22. UNITY  The essence of concurrency  assignment statement  program as set of statements  nondeterministic selection  composition as set union  Producer/Consumer P :: x := x+1 if y = x Q :: y := y+1 if y ≠ x 22

  23. Mobile UNITY  The essence of mobility in open environments  location as a distinguished variable  motion reduced to value assignment  composition as set union plus interactions  Producer/Consumer P :: x := x+1 Q :: y := y+1 if b Q.b := (P.x > Q.y) ^ (P. λ = Q. λ ) reacts to true 23

  24. Lessons Learned  Modeling open systems  power of the quantifier  coordination dimension  Importance of conditional proofs  Mobile IP  Expressive power shaped by real problems  complex high level interactions  mobile code  fine grained mobility  Context UNITY 24

  25. Paradigm Shifts in Middleware Design … in which we learn that one must have software to make software, a bit like making money 25

  26. Coordination … where a girl never finds out how to make the pie, and we discover that splitting a pie is in the eye of the beholder 26

  27. Linda  A global persistent tuple space  Three primitive operations: out(tuple); in(pattern); rd(pattern)  Decoupled computing  Concurrency at minimal cost 27

  28. Lime  Agents can move among hosts and own tuple spaces  Support for basic operations plus reactions  Communication defines connectivity  Hosts within communication range share data federated tuple space 28

  29. Service Discovery Agent 1 Agent 2 Agent 1 Agent 2 Client C Service A Client C Service A within communication range disconnected federated Ad for A Ad for A service registry Local service registry Local service registry Local service registry Local service registry  The two hosts establish  The two hosts are too far contact away to communicate  Agent 2 can discover service A on Agent 1 29

  30. Service Utilization Agent 1 Agent 2 Agent 3 Agent 2 use use Client C Client C Service A Service A within within proxy proxy communication communication range range federated federated Ad for A service service registry registry Local service registry Local service registry Local service registry Local service registry  Agent 2 uses service A  Agent 2 continues to use offered by Agent 1 service A which migrated to Agent 3 30

  31. Security Enhancements application application service provision service provision secure tuples secure tuples secure tuple spaces secure tuple spaces security security table table L I M E L I M E remote interactions interceptor interceptor 31

  32. Lessons Learned  Lime  specialization to mobility reduces development time  Limone  minimal features can support many applications  EgoSpaces  interest and context are highly individualized notions  ServiceLime  adaptive, predictable, and continuous provisioning is of the essence  CAST  spatial and temporal operations are needed in real applications 32

  33. Coexistence … in which we find out that needs are not always what they seem, wanting milk may be a veiled request for cream 33

  34. Sensor Networks  A permanent and pervasive network  A shared computing resource 2 1 3 4 34

  35. Agilla System Architecture Node (2,1) Node (1,1) Agents Agents migrate remote access Neighbors Neighbors Tuplespace Tuplespace Agilla Middleware Agilla Middleware TinyOS TinyOS MICA2 Mote MICA2 Mote 35

  36. Spanning the Internet: Agimone Network Architecture System Components 36

  37. Coping with Heterogeneity: Servilla 37

  38. Lessons Learned  Agent technology is feasible and effective for the development of sensor network applications  High level programming is necessary  A flexible virtual machine offers significant gains  Deployment of multiple applications requires both admission control and resource allocation  Heterogeneous resources demand increased reliance on dynamically bound services 38

  39. Collaboration … in which the internet is left behind and the work flows without 39

  40. New Workflow Scenarios 40

  41. CiAN Engine 41

  42. Lessons Learned  Workflows involving the physical world entail spatiotemporal considerations  Task allocation in mobile settings is a complex undertaking  Situation awareness is an important planning ingredient (e.g., motion profiles)  Corporate knowledge enhances the ability to get the job done  Open and emergent workflows are promising new directions for collaboration in the real world 42

  43. Conclusions  A new world order is emerging  virtual and physical  personal and social  Mobility is integral to this fluid world which  demands malleable and flexible applications  supported by new conceptual frameworks  made possible by middleware  rooted in new technical foundations 43

  44. Thank you … … and here is my address http://www.cs.wustl.edu/~roman/ 44

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend