| Hazard Source | Standard Addresses It | Example |
|---|---|---|
| Hardware fault (random) | ISO 26262 (ASIL + hardware metrics) | ECU memory bit-flip causes wrong torque command |
| Software fault (systematic) | ISO 26262 (MISRA, review, test coverage) | Bug in AEB algorithm causes false activation |
| Performance limitation (SOTIF) | ISO 21448 | AEB camera cannot detect pedestrian in heavy rain — no fault, just limitation |
| Environmental edge case (SOTIF) | ISO 21448 | Adaptive cruise misidentifies a billboard speed sign as actual speed limit |
| Driver interaction (SOTIF) | ISO 21448 | Lane-keeping over-assistance → driver releases steering → vehicle drifts |
💡 SOTIF Applies When There Is No Fault
The key SOTIF insight is that a system can be fault-free (all hardware works, all software runs as designed) and still cause harm because the intended functionality has limitations under certain triggering conditions. SOTIF analysis asks: 'Under what conditions does correct operation of this function cause a hazardous situation?' This question is entirely outside the scope of ISO 26262, which only considers faults and failures.