Investigator · Lesson 05

How can you test the model?

A model becomes useful when it makes predictions. Network tools give you clues, but each clue answers a different question.

Clues are not conclusions

Observe first. Explain second.

A slow page does not automatically mean a slow Internet connection. A public IP (Internet Protocol) address does not reveal every device behind it. A WebRTC (Web Real-Time Communication) candidate does not describe the entire route.

Investigation starts by separating what you can observe from what you infer: one signal can support a hypothesis, but rarely proves the whole story.

Ask a precise question.“What address answered?” “How long did this step take?” and “Which service is speaking?” lead to better tests than “Why is the network broken?”

Strengthen the test

A hypothesis gets stronger when independent clues agree.

Start with a baseline, repeat the same measurement, and change one relevant condition at a time. Then compare signals that answer different parts of the question: DNS can show name resolution, latency can show timing, and TLS can show secure identity.

Agreement does not remove uncertainty, but it makes a story more testable. If DNS changes while latency stays stable, or TLS fails while name resolution succeeds, the evidence points to different next checks.

Triangulate before you generalize.Record what changed, what stayed stable, and which observation would disprove the current hypothesis.

Build the investigator's kit

Four useful signals

01

DNS (Domain Name System)

Shows how a name was translated into one or more addresses.

02

Latency

Measures elapsed time between a request and a response.

03

TLS (Transport Layer Security)

Shows how a secure connection identifies and protects a service.

04

WebRTC (Web Real-Time Communication)

Can expose candidate paths used when browsers establish peer connections.

Mini investigation

Choose the clue that answers the question

Match a practical question with the signal that gives the most direct evidence.

QUESTIONWhich address did this name resolve to?
OBSERVATION Choose a signal, then inspect it.

Ready. Start with a precise question.

Knowledge check

Test your investigation model

Answer eight questions. The answer order changes each time.

0 / 8