# Overview A system is considered linearizable if... #flashcard 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". <!--ID: 1751507776859--> Linearizability can be achieved through [[Total Order Broadcast]]. # Key Considerations # Implementation Details # Useful Links # Related Topics ## Reference #### Working Notes #### Sources