Failure

Failure behaviour in systems falls into one of the following categories:

Fail-closed

Shut down and prevent further operation, common in security-critical components as it ensures no transactions are processed without correct vetting.

Fail-open

Continue operations as if the failing system were not in place. This approach is common where availability is deemed more important than security.

Fail-safe

In a failure condition the system responds in a way that causes minimal or no harm to other equipment, the environment or people. Where this isn't possible, redundancy will be employed, allowing operations to continue as if the faulting system was not in place.

Failover

Recovery by failing over onto another component.


Backlinks