dynamic and local typing for mobile ambients
play

Dynamic and Local Typing for Mobile Ambients MYTHS / MIKADO / DART - PowerPoint PPT Presentation

Dynamic and Local Typing for Mobile Ambients MYTHS / MIKADO / DART Meeting, Venice, June 14, 2004 M. Coppo 1 , M. Dezani 1 , E. Giovannetti 1 , R. Pugliese 2 (1) Dipartimento di Informatica Universit di Torino (2) Dip. di Sistemi e


  1. Dynamic and Local Typing for Mobile Ambients MYTHS / MIKADO / DART Meeting, Venice, June 14, 2004 M. Coppo 1 , M. Dezani 1 , E. Giovannetti 1 , R. Pugliese 2 (1) Dipartimento di Informatica – Università di Torino (2) Dip. di Sistemi e Informatica – Università di Firenze Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 1/21

  2. Modelling of wide-area distributed and mobile computing: interacting components from different locations are unknown or only partially known to each other ⇓ each component must carry behavioural information, to be checked at runtime Γ ⊢ t : T ⊢ assumptions on the world component : behavioural properties Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 2/21

  3. A proposal A typed ambient calculus with: behavioural type assumptions local to each ambient no global type assumptions on ambient names ambient types attached to single ambient constructions, not to ambient names runtime types used to check compatibility between components from different localities Specific features of the calculus: no ambient opening only local communication general process mobility Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 3/21

  4. The typed calculus: mobility primitives ambient mobility: in, out n [ in m . P | Q ] | m [ R ] → m [ n [ P | Q ] | R ] (R-in) m [ n [ out m . P | Q ] | R ] → n [ P | Q ] | m [ R ] (R-out) process mobility: down, up down n . P | n [ Q ] → n [ P | Q ] m [ n [ up m . P | Q ] | R ] → m [ P | n [ Q ] | R ] Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 4/21

  5. Process mobility: down down m moves the continuation process from its ambient down to an enclosed ambient m m R down m . P | The down primitive m P | R Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 5/21

  6. Process mobility: up up m moves the continuation process from its ambient up to the enclosing ambient m m n up m . P | Q | R The up primitive m n Q | P | R Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 6/21

  7. Types describe communication and mobility properties An ambient has: Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 7/21

  8. Types describe communication and mobility properties An ambient has: active mobility – static typing: the ambients it may cross and the ambients it may send processes to; Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 7/21

  9. Types describe communication and mobility properties An ambient has: active mobility – static typing: the ambients it may cross and the ambients it may send processes to; passive mobility – dynamic typing: the ambients by which it may be crossed and the ones by which it may be sent processes to. Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 7/21

  10. Types describe communication and mobility properties An ambient has: active mobility – static typing: the ambients it may cross and the ambients it may send processes to; passive mobility – dynamic typing: the ambients by which it may be crossed and the ones by which it may be sent processes to. A process has: active mobility – static typing: the ambients to which it may drive its enclosing ambient, and the ones to which it may go. Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 7/21

  11. Types describe communication and mobility properties An ambient has: active mobility – static typing: the ambients it may cross and the ambients it may send processes to; passive mobility – dynamic typing: the ambients by which it may be crossed and the ones by which it may be sent processes to. A process has: active mobility – static typing: the ambients to which it may drive its enclosing ambient, and the ones to which it may go. are based on ambient groups: Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 7/21

  12. Types describe communication and mobility properties An ambient has: active mobility – static typing: the ambients it may cross and the ambients it may send processes to; passive mobility – dynamic typing: the ambients by which it may be crossed and the ones by which it may be sent processes to. A process has: active mobility – static typing: the ambients to which it may drive its enclosing ambient, and the ones to which it may go. are based on ambient groups: a group is a name that labels a set of ambients Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 7/21

  13. Types describe communication and mobility properties An ambient has: active mobility – static typing: the ambients it may cross and the ambients it may send processes to; passive mobility – dynamic typing: the ambients by which it may be crossed and the ones by which it may be sent processes to. A process has: active mobility – static typing: the ambients to which it may drive its enclosing ambient, and the ones to which it may go. are based on ambient groups: a group is a name that labels a set of ambients different ambients with the same name may belong to different groups Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 7/21

  14. Types describe communication and mobility properties An ambient has: active mobility – static typing: the ambients it may cross and the ambients it may send processes to; passive mobility – dynamic typing: the ambients by which it may be crossed and the ones by which it may be sent processes to. A process has: active mobility – static typing: the ambients to which it may drive its enclosing ambient, and the ones to which it may go. are based on ambient groups: a group is a name that labels a set of ambients different ambients with the same name may belong to different groups mobility properties are expressed via groups Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 7/21

  15. Static types: active mobility ::= g ( G ) process types Pro g group names G ::= mc ( C , E , T ) mobcom (mobility + communication) types, where: Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 8/21

  16. Static types: active mobility ::= g ( G ) process types Pro g group names G ::= mc ( C , E , T ) mobcom (mobility + communication) types, where: C set of groups of ambients into which the process may drive (through an in or out action) its enclosing ambient Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 8/21

  17. Static types: active mobility ::= g ( G ) process types Pro g group names G ::= mc ( C , E , T ) mobcom (mobility + communication) types, where: C set of groups of ambients into which the process may drive (through an in or out action) its enclosing ambient E is the set of (groups of) ambients to which it may send (through a down or up action) a continuation process Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 8/21

  18. Static types: active mobility ::= g ( G ) process types Pro g group names G ::= mc ( C , E , T ) mobcom (mobility + communication) types, where: C set of groups of ambients into which the process may drive (through an in or out action) its enclosing ambient E is the set of (groups of) ambients to which it may send (through a down or up action) a continuation process T is the process communication type Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 8/21

  19. Static types: active mobility ::= g ( G ) process types Pro g group names G ::= mc ( C , E , T ) mobcom (mobility + communication) types, where: C set of groups of ambients into which the process may drive (through an in or out action) its enclosing ambient E is the set of (groups of) ambients to which it may send (through a down or up action) a continuation process T is the process communication type ambient type amb (atomic type) no mobcom types for ambient names Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 8/21

  20. Runtime packing of static types ambient mobility actions specify target’s name and group: in / out α : g Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 9/21

  21. Runtime packing of static types ambient mobility actions specify target’s name and group: in / out α : g parallel processes must have, as usual, the same process type; Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 9/21

  22. Runtime packing of static types ambient mobility actions specify target’s name and group: in / out α : g parallel processes must have, as usual, the same process type; if P is well typed with type g ( G ) and m is an ambient name, the ambient construction of skeleton m [ P ] is always well typed, and g ( G ) is the ambient inner type; Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 9/21

  23. Runtime packing of static types ambient mobility actions specify target’s name and group: in / out α : g parallel processes must have, as usual, the same process type; if P is well typed with type g ( G ) and m is an ambient name, the ambient construction of skeleton m [ P ] is always well typed, and g ( G ) is the ambient inner type; a process going up or down into an ambient must have a type compatible with the ambient’s inner type: runtime checking is needed, therefore: Dynamic and Local Typing for Mobile Ambients – Venice, June 14, 2004 – p. 9/21

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