1. What are the common cases that are usually considered in practice?
the common cases that are usually considered in practice are those where the system is synchronous, there is no failure, contention is not very high, a specific conditional branch is to be considered, etc.
read more
2. What is the longest common prefix of a sequence s?
Given a set of sequences P , the longest common prefix of set P is the longest among the sequences s′ such that for all sequence s ∈ P , s′ is a prefix of s.Multisets.
read more
3. How can the authors prove that the consensus algorithm is linearizable?
thanks to the intra-object composition theorem, the authors easily proved the optimized protocol correct just by proving the optimization speculatively linearizable and by relying on the correctness of Paxos.
read more
4. Why does the automaton have to associate to a response or switch action the very history it?
Because their ADT’s output function is the identity and because rinit(h) = {h},we have no choice but to associate to a response or switch action the very history it contains (remember that outputs and switch values are histories in this section).
read more


