coordination models and technologies toward self
play

Coordination Models and Technologies toward Self-Organising Systems - PowerPoint PPT Presentation

Coordination Models and Technologies toward Self-Organising Systems Andrea Omicini andrea.omicini@unibo.it Alma Mater Studiorum Universit` a di Bologna CILC 2011 Universit` a degli Studi Gabriele DAnnunzio di Chieti e Pescara


  1. Coordination Models and Technologies toward Self-Organising Systems Andrea Omicini andrea.omicini@unibo.it Alma Mater Studiorum —Universit` a di Bologna CILC 2011 Universit` a degli Studi “Gabriele D’Annunzio” di Chieti e Pescara Pescara, 31st of August 2011 Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 1 / 66

  2. Outline Motivations 1 Classical Coordination Models 2 Tuple-based Models for Complex Systems Coordination Nature-inspired Coordination Models 3 Coordination in Self-organising Systems 4 Challenges 5 Challenges for Coordination Challenges for Computational Logics The SAPERE Project Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 2 / 66

  3. Motivations Outline Motivations 1 Classical Coordination Models 2 Tuple-based Models for Complex Systems Coordination Nature-inspired Coordination Models 3 Coordination in Self-organising Systems 4 Challenges 5 Challenges for Coordination Challenges for Computational Logics The SAPERE Project Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 3 / 66

  4. Motivations Complexity & Coordination Complex computational systems. . . . . . intelligent, knowledge-intensive, pervasive, self-organising systems could be seen as the dynamic ensemble of a large number of distributed components, heterogeneous in nature, structure and behaviour put together somehow so as to build up a coherent overall system behaviour What is “somehow”? This is the key issue in the research for abstractions, models, technologies and methodologies for the engineering of complex systems This is the issue of coordination models and languages [Papadopoulos and Arbab, 1998, Busi et al., 2001] Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 4 / 66

  5. Motivations Evolution of Coordination Models I Origins of coordination models and languages Coordination models originated in the context of closed and parallel systems E.g., generative communication [Gelernter, 1985] as a means to enable/promote parallel computations Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 5 / 66

  6. Motivations Evolution of Coordination Models II Coordination models and languages today After twenty-five years of literature on coordination models and languages. . . . . . they are now conceived as the potential sources for the abstractions and the technologies around which complex computational systems can be designed and built ? How did this happen? In this talk, I will attempt to provide you with a possible explanation and a perspective – based on [Omicini and Viroli, 2011] –, focussing in particular on the role of Computational Logics (CL henceforth) Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 6 / 66

  7. Classical Coordination Models Outline Motivations 1 Classical Coordination Models 2 Tuple-based Models for Complex Systems Coordination Nature-inspired Coordination Models 3 Coordination in Self-organising Systems 4 Challenges 5 Challenges for Coordination Challenges for Computational Logics The SAPERE Project Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 7 / 66

  8. Classical Coordination Models Space-based Models I Tuple-based models Tuple-based models [Rossi et al., 2001] represent the main class of space-based coordination models There, communication and coordination occur through a shared data space as in the case of blackboard systems [Corkill, 1991] A shared data space for communication, whose life is independent of the interacting components, is the conceptual basis for generative communication [Gelernter, 1985] As such, it represents the essential environment abstraction for the support of openness in distributed systems Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 8 / 66

  9. Classical Coordination Models Space-based Models II Persistent coordination abstraction The key idea of generative communication is a coordination abstraction persisting along with the messages exchanged This is the essential pre-requisite for a system where components may come and go at run-time. . . . . . and provides for time uncoupling, which makes it possible to conceive and design patterns of interaction that could survive the potential erraticism of component behaviour Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 9 / 66

  10. Classical Coordination Models Space-based Models III Middleware coordination abstraction The notion of permanent coordination abstraction mandates for coordination middleware, whose life is independent of the coordinating component’s life. . . . . . so that patterns of interaction could be enforced by suitably shaping the computational environment independently of the computational components Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 10 / 66

  11. Classical Coordination Models Space-based Models & Computational Logics Pioneers: Shared Prolog Blackboard models [Corkill, 1991] largely worked as an inspiration for space-based coordination with computational logics Brogi and Ciancarini pioneered the blackboard-based interpretation of LP through their Shared Prolog [Brogi and Ciancarini, 1991] where dynamics of logic DB is interpreted as communication with in and out “replacing” assert and retract In nuce , Shared Prolog already contains some of the main features of CL-based approaches to coordination unification as the matching mechanism communication as/through a logic theory distributed knowledge partition as multiple distributed logic programs (KS) Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 11 / 66

  12. Classical Coordination Models Origins of Tuple-based Models I Linda The ancestor of all tuple-based models is Linda In Linda [Gelernter, 1985], components communicate and synchronise by exchanging tuples through a shared tuple space There, communication and coordination occur through a shared data space communication via tuples coordination via space behaviour in response to coordination primitives ! Linda was first conceived to support parallel computation in closed systems—at least, with no apparent concern for open systems Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 12 / 66

  13. Classical Coordination Models Origins of Tuple-based Models II From closed to open systems Linda introduces an environment abstraction devoted to the management of the (agent) interaction space As a conceptual consequence, computation and coordination conceived as the management of interaction [Wegner, 1997] were to be considered as two orthogonal dimensions of computer-based systems [Gelernter and Carriero, 1992] handled – that is, analysed, modelled, designed, programmed – in an independent way, by adopting suitable abstractions and mechanisms Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 13 / 66

  14. Classical Coordination Models Tuple-based Models for Complex Systems Coordination Basic Features of Linda -based Models I Tuples A tuple is an ordered collection of possibly-heterogeneous knowledge chunks → Synchronisation based on the availability of tuples means essentially synchronisation based on the availability of structured knowledge of some sort → Tuple-based coordination is first of all knowledge-based coordination where tuple spaces are possibly interpreted as knowledge repositories Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 14 / 66

  15. Classical Coordination Models Tuple-based Models for Complex Systems Coordination Basic Features of Linda -based Models II Associative access Tuple spaces are accessed associatively queries specify tuple templates that match tuples based on their structure and the data they contain → Complete uncoupling in communication information neither on the sender nor on the structure of the share space is required for a message to be received Synchronisation possible over a partial representation of knowledge—the tuple template a fundamental feature in all the contexts where information is often vague, inaccurate, incomplete, or partially specified—as is typical in knowledge-intensive systems Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 15 / 66

  16. Classical Coordination Models Tuple-based Models for Complex Systems Coordination Basic Features of Linda -based Models III Logic tuple-space models Tuples as first-order logic (FOL) facts Components coordinate through FOL tuples Unification for associative access to tuple in the space Same syntax for tuples and templates Tuple spaces are FOL theories the shared communication space can be interpreted as a logic-based knowledge repository used for component coordination each tuple space could be thought as the FOL theory representing some domain element relevant for component coordination → “semantic” interpretation of logic tuple space (in engineering process acceptation) Examples Shared Prolog [Brogi and Ciancarini, 1991] ReSpecT [Omicini and Denti, 2001] Omicini (Universit` a di Bologna) Coordination Models toward SOS CILC 2011, 31/8/2011 16 / 66

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