# Overview Ensures that all subsequent reads will reflect the most recent write. Essentially, its makes the system appear as if there is only a single copy of the data. A strongly consistent system is considered to have [[Linearizability]]. # Key Considerations # Pros - Can have negative impacts on performance # Cons # Use Cases - Banking Systems # Related Topics