semantics and verification 2005
play

Semantics and Verification 2005 Lecture 2 informal introduction to - PowerPoint PPT Presentation

Introduction to CCS Syntax of CCS Semantics of CCS Semantics and Verification 2005 Lecture 2 informal introduction to CCS syntax of CCS semantics of CCS Lecture 2 Semantics and Verification 2005 Introduction to CCS Sequential Fragment


  1. Introduction to CCS Syntax of CCS Semantics of CCS Semantics and Verification 2005 Lecture 2 informal introduction to CCS syntax of CCS semantics of CCS Lecture 2 Semantics and Verification 2005

  2. Introduction to CCS Sequential Fragment Syntax of CCS Parallelism and Renaming Semantics of CCS CCS Basics (Sequential Fragment) Nil (or 0) process (the only atomic process) action prefixing ( a . P ) names and recursive definitions ( def =) nondeterministic choice (+) This is Enough to Describe Sequential Processes Any finite LTS can be (up to isomorphism) described by using the operations above. Lecture 2 Semantics and Verification 2005

  3. Introduction to CCS Sequential Fragment Syntax of CCS Parallelism and Renaming Semantics of CCS CCS Basics (Parallelism and Renaming) parallel composition ( | ) (synchronous communication between two components = handshake synchronization) restriction ( P � L ) relabelling ( P [ f ]) Lecture 2 Semantics and Verification 2005

  4. Introduction to CCS Notation Syntax of CCS CCS Process Expressions Semantics of CCS CCS Defining Equations Definition of CCS (channels, actions, process names) Let A be a set of channel names (e.g. tea , coffee are channel names) L = A ∪ A be a set of labels where A = { a | a ∈ A} ( A are called names and A are called co-names) by convention a = a Act = L ∪ { τ } is the set of actions where τ is the internal or silent action (e.g. τ , tea , coffee are actions) K is a set of process names (constants) (e.g. CM). Lecture 2 Semantics and Verification 2005

  5. Introduction to CCS Notation Syntax of CCS CCS Process Expressions Semantics of CCS CCS Defining Equations Definition of CCS (expressions) P := | process constants ( K ∈ K ) K α. P | prefixing ( α ∈ Act ) � | summation ( I is an arbitrary index set) i ∈ I P i P 1 | P 2 | parallel composition | restriction ( L ⊆ A ) P � L P [ f ] | relabelling ( f : Act → Act ) such that f ( τ ) = τ f ( a ) = f ( a ) The set of all terms generated by the abstract syntax is called CCS process expressions (and denoted by P ). Notation P 1 + P 2 = � i ∈{ 1 , 2 } P i Nil = 0 = � i ∈∅ P i Lecture 2 Semantics and Verification 2005

  6. Introduction to CCS Notation Syntax of CCS CCS Process Expressions Semantics of CCS CCS Defining Equations Precedence Precedence 1 restriction and relabelling (tightest binding) 2 action prefixing 3 parallel composition 4 summation � � Example: R + a . P | b . Q � L means R + ( a . P ) | ( b . ( Q � L )) . Lecture 2 Semantics and Verification 2005

  7. Introduction to CCS Notation Syntax of CCS CCS Process Expressions Semantics of CCS CCS Defining Equations Definition of CCS (defining equations) CCS program A collection of defining equations of the form K def = P where K ∈ K is a process constant and P ∈ P is a CCS process expression. Only one defining equation per process constant. Recursion is allowed: e.g. A def = a . A | A . Lecture 2 Semantics and Verification 2005

  8. Introduction to CCS Motivation Syntax of CCS SOS Rules for CCS Semantics of CCS Examples Semantics of CCS Syntax Semantics − → CCS LTS (labelled transition systems) (collection of defining equations) HOW? Lecture 2 Semantics and Verification 2005

  9. Introduction to CCS Motivation Syntax of CCS SOS Rules for CCS Semantics of CCS Examples Structural Operational Semantics for CCS Structural Operational Semantics (SOS) – G. Plotkin 1981 Small-step operational semantics where the behaviour of a system is inferred using syntax driven rules. Given a collection of CCS defining equations, we define the a following LTS ( Proc , Act , { − →| a ∈ Act } ): Proc = P (the set of all CCS process expressions) Act = L ∪ { τ } (the set of all CCS actions including τ ) transition relation is given by SOS rules of the form: premises conclusion conditions RULE Lecture 2 Semantics and Verification 2005

  10. Introduction to CCS Motivation Syntax of CCS SOS Rules for CCS Semantics of CCS Examples SOS rules for CCS ( α ∈ Act , a ∈ L ) → P ′ α P j − j ACT α. P j ∈ I SUM j α α → P ′ � − → P i ∈ I P i − j → Q ′ α → P ′ α − P − Q COM1 COM2 → P ′ | Q α α → P | Q ′ P | Q − P | Q − a a → P ′ → Q ′ − − COM3 P Q τ → P ′ | Q ′ P | Q − → P ′ → P ′ α α − − P P RES → P ′ � L α, α �∈ L REL α f ( α ) − P � L → P ′ [ f ] P [ f ] − α → P ′ P − K def = P CON α → P ′ − K Lecture 2 Semantics and Verification 2005

  11. Introduction to CCS Motivation Syntax of CCS SOS Rules for CCS Semantics of CCS Examples Deriving Transitions in CCS Let A def = a . A . Then c � � � � ( A | a . Nil ) | b . Nil [ c / a ] − → ( A | a . Nil ) | b . Nil [ c / a ] . ACT a a . A − → A def CON = a . A A a − → A A COM1 a A | a . Nil − → A | a . Nil COM1 a ( A | a . Nil ) | b . Nil − → ( A | a . Nil ) | b . Nil REL c � � � � ( A | a . Nil ) | b . Nil [ c / a ] − → ( A | a . Nil ) | b . Nil [ c / a ] Lecture 2 Semantics and Verification 2005

  12. � � � Introduction to CCS Motivation Syntax of CCS SOS Rules for CCS Semantics of CCS Examples LTS of the Process a . Nil | a . Nil a . Nil | a . Nil � � �������������� � � � � a � a � � � � � � � � Nil | a . Nil a . Nil | Nil τ � � � �������������� � � � � a a � � � � � � � � Nil | Nil Lecture 2 Semantics and Verification 2005

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