single point of failure
**Single point of failure** is the **component, system, or dependency whose failure alone can stop critical operations due to lack of viable backup** - identifying and mitigating these points is central to reliability engineering.
**What Is Single point of failure?**
- **Definition**: Any non-redundant element that creates total-function loss when it fails.
- **Examples**: Unique utility source, sole controller, single bottleneck tool, or exclusive network path.
- **Risk Characteristic**: Low-frequency SPOF events can still have extreme outage consequences.
- **Detection Method**: Dependency mapping and failure-impact simulation across the production chain.
**Why Single point of failure Matters**
- **Business Continuity Risk**: SPOFs can halt wafer movement and downstream commitments immediately.
- **Recovery Difficulty**: Outage duration is often dominated by repair complexity or part lead time.
- **Safety and Compliance Exposure**: Critical utility SPOFs can create broader operational hazards.
- **Planning Requirement**: SPOF mitigation must be embedded in design, maintenance, and capital planning.
- **Resilience Benchmark**: Reduction of SPOFs is a core indicator of operational robustness.
**How It Is Used in Practice**
- **Dependency Audit**: Maintain updated maps of critical tool, utility, and control-path dependencies.
- **Mitigation Actions**: Add redundancy, stock critical spares, and define failover procedures.
- **Stress Testing**: Validate contingency plans through drills and controlled failover exercises.
Single point of failure is **a high-severity reliability exposure that demands proactive mitigation** - resilient operations require eliminating or hardening every identified SPOF.