A design principle where components in a system are tied together in such a way that they share a common fate. If one component fails, the related components fail together rather than being left in an inconsistent state.

See Also