Skip to content

Latest commit

 

History

History
79 lines (70 loc) · 4.94 KB

File metadata and controls

79 lines (70 loc) · 4.94 KB

Category 05: Network Troubleshooting & Tools (60 Facts)

Troubleshooting Methodology

  1. Identify the problem — gather info, question users, duplicate the issue (Domain 5.1).
  2. Establish a theory of probable cause (Domain 5.1).
  3. Test the theory to confirm root cause (Domain 5.1).
  4. Establish a plan of action and identify potential effects (Domain 5.1).
  5. Implement the solution or escalate if necessary (Domain 5.1).
  6. Verify full system functionality and apply preventative measures (Domain 5.1).
  7. Document findings, actions, and outcomes for future reference (Domain 5.1).

Common Network Issues

  1. No connectivity may result from bad cables, NIC issues, or switch port failures (Domain 5.2).
  2. Intermittent connectivity often points to loose connections or EMI (Domain 5.2).
  3. Slow transfer speeds may be caused by duplex mismatch or congestion (Domain 5.2).
  4. IP conflicts occur when two hosts share the same IP (Domain 5.2).
  5. Duplicate MAC addresses cause network instability (Domain 5.2).
  6. Incorrect gateway settings prevent external access (Domain 5.2).
  7. Unresponsive services may indicate firewall or DNS issues (Domain 5.2).
  8. High CPU utilization on network devices reduces performance (Domain 5.2).
  9. Wireless signal interference degrades performance (Domain 5.2).
  10. Excessive collisions in half-duplex networks cause retransmissions (Domain 5.2).

Diagnostic Tools (Command-Line)

  1. ping verifies connectivity to a host (Domain 5.3).
  2. traceroute/tracert shows the path packets take (Domain 5.3).
  3. nslookup/dig queries DNS servers (Domain 5.3).
  4. ipconfig/ifconfig/ip displays IP configuration (Domain 5.3).
  5. arp -a shows ARP cache and IP-to-MAC mappings (Domain 5.3).
  6. netstat displays active connections and ports (Domain 5.3).
  7. nmap scans hosts and services (Domain 5.3).
  8. tcpdump captures live traffic for analysis (Domain 5.3).
  9. pathping combines ping and traceroute diagnostics (Domain 5.3).
  10. whois reveals domain ownership information (Domain 5.3).

Diagnostic Tools (Hardware)

  1. Cable tester verifies continuity, wiring, and shorts (Domain 5.4).
  2. TDR (Time Domain Reflectometer) locates cable faults (Domain 5.4).
  3. OTDR (Optical TDR) locates fiber optic faults (Domain 5.4).
  4. Tone generator and probe trace cables through walls (Domain 5.4).
  5. Loopback plug tests NIC transmit/receive functions (Domain 5.4).
  6. Punch-down tool terminates twisted-pair cables (Domain 5.4).
  7. Crimper attaches RJ-45 connectors to cables (Domain 5.4).
  8. Light meter measures optical fiber signal strength (Domain 5.4).
  9. Multimeter measures voltage, resistance, continuity (Domain 5.4).
  10. Spectrum analyzer identifies wireless interference sources (Domain 5.4).

Wireless Troubleshooting

  1. Low signal strength may be due to distance or obstructions (Domain 5.5).
  2. Incorrect SSID prevents clients from joining the WLAN (Domain 5.5).
  3. Mismatched security settings (WPA2 vs WPA3) block access (Domain 5.5).
  4. Channel overlap in 2.4 GHz reduces throughput (Domain 5.5).
  5. Incorrect antenna placement creates dead zones (Domain 5.5).
  6. AP overload from too many clients causes disconnections (Domain 5.5).
  7. Rogue access points create security risks and instability (Domain 5.5).
  8. Evil twin APs mimic real SSIDs to steal credentials (Domain 5.5).
  9. Captive portal issues may prevent internet access after authentication (Domain 5.5).
  10. Firmware mismatches cause instability in Wi-Fi controllers/APs (Domain 5.5).

Structured Problem Solving

  1. Divide and conquer isolates faults by testing midpoint devices (Domain 5.6).
  2. Top-to-bottom OSI approach starts at Application layer down (Domain 5.6).
  3. Bottom-to-top OSI approach starts at Physical layer up (Domain 5.6).
  4. Substitution (swap known-good cable/device) helps isolate issues (Domain 5.6).
  5. Replication reproduces problem for accurate testing (Domain 5.6).
  6. Escalation sends unresolved issues to higher support levels (Domain 5.6).
  7. Root cause analysis identifies underlying reasons for recurring issues (Domain 5.6).
  8. Post-mortem review analyzes outages to prevent future problems (Domain 5.6).
  9. Change rollback restores configs after failed fixes (Domain 5.6).
  10. Proactive monitoring detects issues before they become outages (Domain 5.6).

Best Practices

  1. Keep spare cables and parts for faster recovery (Domain 5.7).
  2. Use labeling and documentation to speed troubleshooting (Domain 5.7).
  3. Test after each change to confirm problem resolution (Domain 5.7).

📊 Category Total: 60 Facts (tools, issues, methodology, wireless, and best practices)