Paxos consensus algorithm
E105793
The Paxos consensus algorithm is a fault-tolerant protocol for achieving agreement among distributed systems, widely used as a foundation for reliable, replicated state machines and modern distributed databases.
All labels observed (9)
| Label | Occurrences |
|---|---|
| Paxos Made Simple | 2 |
| Paxos consensus algorithm canonical | 2 |
| Cheap Paxos | 1 |
| Fast Paxos | 1 |
| Generalized Paxos | 1 |
| Multi-Paxos | 1 |
| Paxos | 1 |
| Vertical Paxos | 1 |
| Viewstamped Replication (revisited) | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T886642 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: Paxos consensus algorithm Context triple: [Leslie Lamport, knownFor, Paxos consensus algorithm]
-
A.
Paxos
Paxos is a small Greek island in the Ionian Sea, known for its clear turquoise waters, olive groves, and tranquil, less-touristed atmosphere.
-
B.
Algorand blockchain protocol
Algorand blockchain protocol is a scalable, secure, and energy-efficient public blockchain platform designed by cryptographer Silvio Micali that uses a pure proof-of-stake consensus mechanism.
-
C.
Merkle
Merkle is a surname most prominently associated with Ralph Merkle, a pioneering computer scientist and cryptographer known for his foundational work in public-key cryptography and Merkle trees.
-
D.
Merkle puzzles
Merkle puzzles are an early cryptographic protocol that introduced the concept of public-key exchange by allowing two parties to establish a shared secret over an insecure channel using computationally asymmetric “puzzle” problems.
-
E.
Jepsen
Jepsen is a surname most notably associated with individuals such as display technology innovator Mary Lou Jepsen.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: Paxos consensus algorithm Target entity description: The Paxos consensus algorithm is a fault-tolerant protocol for achieving agreement among distributed systems, widely used as a foundation for reliable, replicated state machines and modern distributed databases.
-
A.
Paxos
Paxos is a small Greek island in the Ionian Sea, known for its clear turquoise waters, olive groves, and tranquil, less-touristed atmosphere.
-
B.
Algorand blockchain protocol
Algorand blockchain protocol is a scalable, secure, and energy-efficient public blockchain platform designed by cryptographer Silvio Micali that uses a pure proof-of-stake consensus mechanism.
-
C.
Merkle
Merkle is a surname most prominently associated with Ralph Merkle, a pioneering computer scientist and cryptographer known for his foundational work in public-key cryptography and Merkle trees.
-
D.
Merkle puzzles
Merkle puzzles are an early cryptographic protocol that introduced the concept of public-key exchange by allowing two parties to establish a shared secret over an insecure channel using computationally asymmetric “puzzle” problems.
-
E.
Jepsen
Jepsen is a surname most notably associated with individuals such as display technology innovator Mary Lou Jepsen.
- F. None of above. chosen
Statements (48)
| Predicate | Object |
|---|---|
| instanceOf |
consensus algorithm
ⓘ
distributed algorithm ⓘ fault-tolerant protocol ⓘ |
| application |
distributed databases
ⓘ
distributed lock services ⓘ metadata management in distributed file systems ⓘ replicated state machines ⓘ |
| assumes |
non-Byzantine failures
ⓘ
reliable local storage on each node ⓘ |
| basedOn | quorum intersection ⓘ |
| category | quorum-based protocol ⓘ |
| complexity | often considered difficult to understand ⓘ |
| correctnessProvedBy | Leslie Lamport ⓘ |
| describedIn |
"The Part-Time Parliament"
ⓘ
surface form:
The Part-Time Parliament
|
| designedBy | Leslie Lamport ⓘ |
| firstPublishedYear | 1998 ⓘ |
| formalization | state-machine replication framework ⓘ |
| guarantees |
linearizable decisions when used correctly
ⓘ
single value chosen per instance ⓘ |
| influenced |
Raft consensus algorithm
ⓘ
Paxos consensus algorithm self-linksurface differs ⓘ
surface form:
Viewstamped Replication (revisited)
|
| livenessProperty | eventual decision under sufficient synchrony ⓘ |
| messagePattern | two-round protocol in basic form ⓘ |
| nameOrigin | island of Paxos in Greece ⓘ |
| operatesIn | asynchronous distributed system ⓘ |
| phase |
accept phase
ⓘ
prepare phase ⓘ |
| primaryGoal |
ensure consistency of replicated state
ⓘ
reach consensus among distributed processes ⓘ |
| property |
leader can be elected implicitly via proposers
ⓘ
progress depends on a stable leader in Multi-Paxos ⓘ |
| requires | majority of nodes to be correct ⓘ |
| safetyProperty | never returns conflicting decisions ⓘ |
| tolerates |
crash failures
ⓘ
message loss ⓘ message reordering ⓘ |
| usedIn |
Apache ZooKeeper
ⓘ
surface form:
Apache ZooKeeper (inspired design)
Apache ZooKeeper ⓘ
surface form:
Google Chubby lock service
Cloud Spanner ⓘ
surface form:
Google Spanner
Azure ⓘ
surface form:
Microsoft Azure storage systems
|
| usesRole |
acceptor
ⓘ
learner ⓘ proposer ⓘ |
| variant |
Paxos consensus algorithm
self-linksurface differs
ⓘ
surface form:
Cheap Paxos
Paxos consensus algorithm self-linksurface differs ⓘ
surface form:
Fast Paxos
Paxos consensus algorithm self-linksurface differs ⓘ
surface form:
Generalized Paxos
Paxos consensus algorithm self-linksurface differs ⓘ
surface form:
Multi-Paxos
Paxos consensus algorithm self-linksurface differs ⓘ
surface form:
Vertical Paxos
|
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: Paxos consensus algorithm Description of subject: The Paxos consensus algorithm is a fault-tolerant protocol for achieving agreement among distributed systems, widely used as a foundation for reliable, replicated state machines and modern distributed databases.
Referenced by (11)
Full triples — surface form annotated when it differs from this entity's canonical label.