Basic_Paxos_without_failures.svg


Summary

Description
English: Image generated by Plant UML from the following code:
@startuml
skinparam BoxPadding 25

Participant Client as C
Participant Proposer as P
box Acceptors
  Participant A as AA
  Participant B as AB
  Participant C as AC
end box
box Learners
  Participant A as LA
  Participant B as LB
end box

C ->> P:Request
note over P: Proposer selects\n1 as the identifier
== Phase 1a ==
P ->> AA: Prepare(1)
P ->> AB
P ->> AC
== Phase 1b ==
AA ->> P: Promise(1,Va)
AB ->> P: Promise(1,Vb)
AC ->> P: Promise(1,Vc)
== Phase 2a ==
P ->> AA: Accept!(1,V)
P ->> AB: 
P ->> AC: 
== Phase 2b ==
AA ->> P: Accepted(1,V)
AA ->> LA
AA ->> LB
AB ->> P: Accepted(1,V)
AB ->> LA
AB ->> LB
AC ->> P: Accepted(1,V)
AC ->> LA
AC ->> LB
LA ->> C: Response
LB ->> C:
@enduml
Date
Source Own work
Author Iamfromspace

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

8 June 2022

image/svg+xml

648e9eaaee2a041ca60f4daf980486e30e55d07b

16,771 byte

784 pixel

467 pixel