Fail- types 2 Flashcards
What is Fail-close?
A failure mode that prioritizes security by completely blocking traffic or access when a system fails — nothing gets through, even if it means taking the service offline.
What is Fail-soft?
Tries to keep partial functionality going during failure, often sacrificing performance — not strictly focused on security.
What is Fail-through?
A failure mode where a system continues operating despite partial failure, ensuring ongoing availability, even if performance or accuracy is degraded.
Common in DNS, load balancers, or routing systems.
What is Fail-open?
A failure mode that disables security restrictions (like firewalls or intrusion prevention systems) to maintain service availability, allowing all traffic through — risky from a security standpoint.
What is Fail-safe?
Prioritizes safety (for people/equipment), not necessarily security — behavior depends on the context.