Most network problems are solved not by guessing but by a structured method and a handful of tools. The OSI model gives you the map: isolate the layer, then fix the fault.
The OSI Model
The seven-layer map every networking technician uses to troubleshoot.
Tap or hover a part to learn more.
User-facing protocols.
Where apps interact with the network — HTTP, HTTPS, DNS, SMTP. This is what users and applications actually 'see'.
Check your understanding
1. Which layer do IP addresses and routers operate at?
2. TCP and UDP live at which layer?
Keep learning
The core idea
- Work the layers: is it physical (link), then IP (addressing), then naming (DNS)?
- Core tools: ping (reachability), traceroute (path), ipconfig/ifconfig (config), nslookup/dig (DNS).
- Change one thing at a time so you know what actually fixed it.
ICMP: Ping & Traceroute
The messages behind your everyday troubleshooting tools.
Tap or hover a part to learn more.
Is it reachable?
ping sends an ICMP Echo Request; a reply confirms the host is reachable and shows the round-trip time. It is usually the first reachability test you run.
Check your understanding
1. What does traceroute manipulate to reveal each hop?
2. A ping fails — what must you consider?
Keep learning
How it works in practice
- 'Can't reach a website': check link light → IP/DHCP → ping gateway → ping 8.8.8.8 → test DNS.
- If you can ping an IP but not a name, it's DNS.
- A 169.254.x.x address means DHCP failed.
Common mistakes
- Making several changes at once.
- Skipping the physical layer ('is it plugged in?').
- Blaming the network when it's DNS or a firewall rule.
Why it matters for your career
Structured troubleshooting is the single most valued skill in support and networking interviews — the classic 'a user can't reach a site, walk me through it' question.
Technical interview questions
- Walk me through troubleshooting 'the internet is down'.
- What does traceroute show you?
- If you can ping an IP but not a name, what's wrong?
Practice questions
- Tool to test reachability? (ping)
- Tool to see the path/hops? (traceroute)
- Ping IP works, name doesn't — cause? (DNS)
Where this fits in your networking journey
This is one concept in the Networking Fundamentals path, which leads into CompTIA Network+ and Cisco CCNA. When this clicks, review Wireless Networking and continue with The OSI Model.
Practise with Missiora
- AI Interview™ — rehearse networking interview questions with scored feedback.
- Career Coach™ — build a fundamentals → certification → job plan.
- Job Intelligence™ — see which networking skills real adverts demand.
