# Overview
A system is considered linearizable if the distributed and replicated data can be seen as being a single copy (i.e., the interacting with the data is [[Strongly Consistent]]). This means all the writes are "ordered".
Linearizability can be achieved through [[Total Order Broadcast]].
# Key Considerations
# Implementation Details
# Useful Links
# Related Topics
## Reference
#### Working Notes
#### Sources