Recap of Distributed State Machines Chapter 5
in Foo definitions are available without a namespace import, DistributedSystem variables, NextStep, HostNext, Network reordering, duplication allowed broadcast network properties, and more. Explore the concepts in Distributed State Machines Chapter 5 through images and explanations.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Distributed State Machines chapter 5 recap
Dafny Modules import opened Foo definitions in Foo are available here without a namespace import Foo definitions in Foo are available here under Foo we use this to avoid collisions across Constants, Variables, Init, Next module X refines Y this has nothing to do with chapter04 state machine refinement
Start with DistributedSystem DistributedSystem Variables, NextStep, HostNext Network Host Host Coordinator Participant Host Participant
Polymorphic Host module DistributedSystem It's just a state machine! Network Variables is just a union type We need GroupWFConstants, GroupWF, GroupInit to configure how many hosts fit together. Host Host Coordinator Participant Host Participant
Properties of chapter05's Network model reordering & duplication allowed broadcast network: Network unaware of src or dst (arbitrary delays allowed -- but they only affect liveness)