📘 01-05: Troubleshooting Methodology & Safety¶
🔍 The 7-Step CompTIA Troubleshooting Model¶
- Identify the problem — gather information, question users, note symptoms and recent changes.
- Establish a theory of probable cause — question the obvious; consider multiple approaches (OSI top-down or bottom-up).
- Test the theory — confirm or refute it. If refuted, form a new theory or escalate.
- Establish a plan of action — decide the fix and identify potential side effects.
- Implement the solution — apply the fix (or escalate).
- Verify full system functionality — confirm the fix works and implement preventive measures.
- Document findings, actions, and outcomes — record everything for future reference.
First step: Identify the problem. Last step: Document.
🔍 OSI-Based Troubleshooting¶
- Bottom-up — start at Physical (cable, link light) and move up. Good when a hardware fault is suspected.
- Top-down — start at Application and move down. Good when an app-specific issue is reported.
- Divide and conquer — start in the middle (e.g., ping tests at Layer 3).
📌 Safety Best Practices¶
| Concern | Practice |
|---|---|
| ESD (static) | Use an anti-static (ESD) strap; ground yourself before handling components |
| Electrical | Power down and unplug before servicing; respect PSU capacitors |
| Hazardous materials | Follow the MSDS/SDS for toner, batteries, cleaning agents |
| Physical | Use proper lifting technique for heavy racks/UPS units |
| Fire | Use plenum-rated cable in air spaces; know extinguisher types |
Tip
Key idea — Troubleshooting is a repeatable process: identify → theorize → test → plan → implement → verify → document. Pair it with the OSI model to isolate the layer at fault, and always work safely (ESD strap, MSDS).
See also: The OSI Model, CLI Troubleshooting Tools
Previous: Network Hardware Devices | All Notes | Module 01 Exercise | Next: Structured Cabling