Week 09 · lesson
Lesson 5: Network Incident Defense
A technician's job is not finished when they name a likely cause.
The diagnosis has to survive questions:
- What evidence supports it?
- What alternative did you reject?
- Why was that test appropriate?
- What changed?
- What did the retest prove?
- What is still unknown?
That is the difference between a guess that happened to work and a defensible service record.
Start with the user's language, then tighten it
User report:
"The network keeps cutting out during calls."
Now add evidence:
Wi-Fi association: stable
IPv4 configuration: valid
gateway: reachable
DNS: resolves
web browsing: generally available
voice traffic: large variation in packet delay
The report has become a specific technical problem.
A total-connectivity diagnosis is weak because several lower layers remain healthy.
A real-time performance problem involving jitter or latency is much stronger.
Build claims in layers
A defensible incident record separates:
observation
↓
interpretation
↓
hypothesis
↓
test
↓
result
↓
correction
↓
verification
↓
remaining limitation
Do not compress those into:
Wi-Fi bad. Rebooted AP. Fixed.
That tells the next technician almost nothing.
Mixed incident 1: port flapping
Evidence:
user reports intermittent network
switch log: port 12 repeatedly up/down
other switch ports: stable
DNS: not yet tested
A strong diagnosis stays close to the evidence:
The supplied log shows repeated link-state changes on port 12 while other ports remain stable, consistent with instability in the port, cable, or NIC physical path.
It does not claim the cable is definitely bad.
A useful next test might compare a known-good cable, known-good switch port, and endpoint NIC behavior.
DNS is not the first question because the link itself is unstable.
Mixed incident 2: network path valid, authentication rejected
Evidence:
link: good
IP: valid
gateway: reachable
service host: reachable
authentication log: fictional account rejected by policy
The failed boundary is identity or policy.
Do not reset the router. Do not replace the cable.
The lower path is already proven well enough to reach the authentication service.
Mixed incident 3: APIPA on one wired endpoint
Evidence:
link: up
other clients on switch: normal DHCP
problem client: 169.254.x.x
gateway: none
Possible explanations include client DHCP disabled or misconfigured, wrong VLAN, a DHCP request or reply path specific to that endpoint, or another local configuration problem.
A total DHCP-server outage becomes weaker because other clients are receiving expected leases.
One comparison changed the theory.
Mixed incident 4: hostname fails, direct IP works
Evidence:
remote IP: reachable
portal hostname: lookup failure
Strong claim:
The supplied evidence supports working IP reachability to the tested destination while required DNS name resolution fails.
Weak claim:
The DNS server hardware is dead.
You still need DNS server, path, and record evidence before naming the component.
Mixed incident 5: strong signal, congested channel
Evidence:
signal: strong
association: stable
wired path: normal
wireless throughput: collapses under load
channel evidence: heavy overlap/contention
A strong correction may involve channel, band, width, AP, or client-distribution changes in the supplied design.
Verification should not be:
Bars still look full.
Retest the behavior that failed under load.
Signal strength was never the main problem.
Correction should be as narrow as the evidence allows
If one cable is bad, replace the cable.
Do not reset the entire network.
If DNS has the wrong record, correct the record.
Do not change DHCP too.
If a client is in the wrong VLAN, correct the placement or policy under the approved scenario.
Large changes destroy the evidence trail and create new failure opportunities.
Verification returns to the original requirement
Suppose you correct a DNS record.
A weak verification is:
nslookupreturns something now.
A stronger verification checks:
- DNS returns the expected address;
- the client reaches the expected service endpoint;
- the actual required application function works.
Why go higher?
Because the user did not ask for a successful DNS query. They asked for the application.
At the same time, one successful page load does not prove every network service is healthy.
Preventive action should match the failure
Useful follow-up might include:
- document cable or port replacement;
- correct DHCP scope planning;
- document a reservation;
- improve AP channel plan;
- monitor port-flap events;
- correct DNS ownership and documentation;
- record VPN or authentication dependencies;
- update a service map.
Do not add generic "monitor the network" language if you cannot explain what should be monitored and why.
Build the final incident defense
Use one supplied mixed scenario and create:
user-visible symptom
scope
physical / radio evidence
IP / gateway evidence
DNS / service evidence
performance / authentication evidence
last proven-good boundary
first failed or uncertain boundary
strongest diagnosis
competing diagnosis
why the competing diagnosis is weaker
selected tool / evidence source
controlled correction
rollback if relevant
verification of original requirement
remaining uncertainty
preventive / documentation action
Then defend it using this structure:
I observed...
That supports...
It does not yet prove...
I tested... because...
The result changed the diagnosis by...
The correction was...
The retest proved...
I still cannot claim...
That is a technical defense, not a worksheet answer.
What the networking block should leave you with
Weeks 7 through 9 form one system:
WEEK 7
physical path + device roles + media + IP addressing
↓
WEEK 8
DHCP + DNS + transport + wireless + service dependencies
↓
WEEK 9
question-driven tools + evidence + diagnosis + verification
The main skill is not remembering every port or cable connector.
It is being able to look at a network problem and say:
This is what I know. This is the first thing I do not know. This tool can answer that question. This result supports this claim, and no more.
That reasoning carries directly into operating systems, security, cloud systems, and every troubleshooting problem that follows.
Read it. Prove it.