Collect relevant data from network devices and logs
2
New cards
Identify the problem(Question users)
Ask users about issues and recent changes
3
New cards
Identify the problem(Identify symptoms)
Determine the observable signs of the problem
4
New cards
Identify the problem(Determine if anything has changed)
Check for recent configuration, hardware, or environmental changes
5
New cards
Identify the problem(Duplicate the problem, if possible)
Recreate the issue to understand it better
6
New cards
Identify the problem(Approach multiple problems individually)
Handle separate issues one at a time
7
New cards
Establish a theory of probable cause(Question the obvious)
Consider simple explanations first
8
New cards
Establish a theory of probable cause(Consider multiple approaches)
Use top-to-bottom or bottom-to-top OSI model and divide-and-conquer methods Top-to-bottom/bottom-to-top OSI model - Check layers sequentially Divide and conquer - Isolate and test components
9
New cards
Test the theory to determine the cause(If theory is confirmed, determine next steps to resolve problem)
Plan corrective actions based on findings
10
New cards
Test the theory to determine the cause(If theory is not confirmed, establish a new theory or escalate)
Re-evaluate hypothesis or involve higher-level support
11
New cards
Establish a plan of action to resolve the problem and identify potential effects
Develop step-by-step resolution plan and anticipate impacts
12
New cards
Implement the solution or escalate as necessary
Carry out plan or request assistance if needed
13
New cards
Verify full system functionality and implement preventive measures if applicable
Confirm systems operate correctly and prevent recurrence
14
New cards
Document findings, actions, outcomes, and lessons learned throughout the process
Record detailed troubleshooting process for reference
15
New cards
Cable issues(Incorrect cable)
Wrong cable type or configuration Single mode vs. multimode - Fiber type difference Category 5/6/7/8 - Cable performance rating Shielded twisted pair (STP) vs. unshielded twisted pair (UTP) - Shielding differences
16
New cards
Cable issues(Signal degradation)
Loss or distortion of signals Crosstalk - Interference between wires Interference - External signal disruption Attenuation - Signal weakening over distance
Rising error counts on interfaces Cyclic redundancy check (CRC) - Data corruption detection Runts - Undersized frames Giants - Oversized frames Drops - Lost packets
20
New cards
Interface issues(Port status)
Port administrative or operational state Error disabled - Port shut due to errors Administratively down - Disabled by configuration Suspended - Temporarily inactive
21
New cards
Hardware issues(Power over Ethernet (PoE))
Supplying power via Ethernet Power budget exceeded - Too many devices drawing power Incorrect standard - Incompatible PoE type
22
New cards
Hardware issues(Transceivers)
Fiber or copper modules Mismatch - Incorrect type or speed Signal strength - Weak transmission
23
New cards
Switching issues(STP)
Spanning Tree Protocol for loop prevention Network loops - Redundant path causing loops Root bridge selection - Determines main switch Port roles - Defines switch port function Port states - Current operational state
24
New cards
Switching issues(Incorrect VLAN assignment)
Device in wrong VLAN
25
New cards
Switching issues(ACLs)
Access control lists restricting traffic
26
New cards
Route selection(Routing table)
Table of known routes
27
New cards
Route selection(Default routes)
Fallback route for unknown destinations
28
New cards
Address pool exhaustion
No available IP addresses
29
New cards
Incorrect default gateway
Wrong router for outbound traffic
30
New cards
Incorrect IP address(Duplicate IP address)
Same IP assigned to multiple devices
31
New cards
Incorrect subnet mask
Network division misconfiguration
32
New cards
Congestion/contention
Too much traffic on network
33
New cards
Bottlenecking
Traffic slowed by limited resource
34
New cards
Bandwidth(Throughput capacity)
Maximum data transfer rate
35
New cards
Latency
Delay in packet delivery
36
New cards
Packet loss
Dropped packets in transit
37
New cards
Jitter
Variation in packet arrival times
38
New cards
Wireless(Interference)
Signal disruption by other devices Channel overlap - Frequencies interfering
39
New cards
Wireless(Signal degradation or loss)
Weak or lost wireless signal
40
New cards
Wireless(Insufficient wireless coverage)
Areas with no signal
41
New cards
Wireless(Client disassociation issues)
Clients repeatedly disconnect
42
New cards
Wireless(Roaming misconfiguration)
Incorrect handoff between APs
43
New cards
Software tools(Protocol analyzer)
Captures and analyzes traffic
44
New cards
Software tools(Command line)
Network commands for testing ping - Check host reachability traceroute/tracert - Trace network path nslookup - Query DNS records tcpdump - Capture packets dig - DNS lookup tool netstat - Active connections ip/ifconfig/ipconfig - Interface info arp - MAC to IP mapping