Fail- types 2 Flashcards

1
Q

What is Fail-close?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Fail-soft?

A

Tries to keep partial functionality going during failure, often sacrificing performance — not strictly focused on security.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Fail-through?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Fail-open?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Fail-safe?

A

Prioritizes safety (for people/equipment), not necessarily security — behavior depends on the context.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly