What does it mean “System Shall Be Resilient”?

Technology CommunityCategory: Availability & ReliabilityWhat does it mean “System Shall Be Resilient”?
VietMX Staff asked 3 years ago

System is Resilient if it stays responsive in the face of failure. This applies not only to highly-available, mission critical systems — any system that is not resilient will be unresponsive after a failure.

Resilience is achieved by:

  • replication,
  • containment,
  • isolation and
  • delegation.

Failures are contained within each component, isolating components from each other and thereby ensuring that parts of the system can fail and recover without compromising the system as a whole. Recovery of each component is delegated to another (external) component and high-availability is ensured by replication where necessary. The client of a component is not burdened with handling its failures.