2-Phase Commit Protocol Simulation

Based on the simulation, what is the default outcome if a participant fails before voting?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

In the simulation, what did you observe when the coordinator failed after sending the `GLOBAL_COMMIT` message but before receiving all `ACK`s?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

What is the purpose of the `ACK` message sent from participants to the coordinator in Phase 2?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

If a network partition separates a participant from the coordinator after the participant has voted `VOTE_COMMIT`, what is the participant's status?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

The simulation demonstrates that 2PC guarantees atomicity. What is the primary trade-off for this guarantee?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Why can't a participant that voted `VOTE_COMMIT` and is now blocked just decide to abort after a timeout?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Consider a scenario not in the simulation: a `GLOBAL_COMMIT` message from the coordinator to one participant is lost. What prevents this participant from being blocked forever?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

If the simulation used a non-blocking protocol like 3PC, what would a participant do if the coordinator crashed after the 'pre-commit' phase?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

The simulation shows that the coordinator is a single point of failure. In a real-world, high-availability system, how is this typically addressed?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation