Fault Tree
AND/OR logic of failure paths
- Best for
- reliability engineering analysis
- Time
- 1–2 hr
- Difficulty
- Advanced
Example
Reliability engineering: tracing how the API returned 5xx
Fault tree branches
- Top event — API returns 5xx to customer
- OR — gateway returns 5xx (timeout OR memory exhaustion)
- OR — app server returns 5xx (downstream DB OR config bug)
- AND — DB failure requires (primary down AND failover misconfigured)
- Action: harden gateway timeouts AND test failover quarterly
Related frameworks
Want to fill in your own Fault Tree?
Get FrameworkList for iOS