Roadmaps / Networking
🌐
beginner Roadmap #2

Networking

Most attacks and defenses happen at the network layer. This roadmap gives you a deep understanding of how data flows across networks — from physical cables to application-layer protocols — and the tools to capture and analyze it.

📚 10 lessons ⏱ ~15h 📊 beginner

Create a free account to track your progress and unlock all features.

Get Started Free Sign In
OSI Model TCP/IP Stack DNS & DHCP Routing & Switching Firewalls & NAT Wireshark Packet Analysis VLANs & Subnetting

📋 Lessons (10 total)

1
What Is a Network? Easy prereq required

Understand what a network is, how LAN differs from WAN, key components, topologies, and the ARP protocol.

⏱ 40m
2
LAN — Local Area Networks Easy prereq required

Deep dive into LAN topologies, Ethernet frames, WiFi standards, and LAN security threats.

⏱ 40m
3
Wireless Networking Fundamentals Easy

Learn 802.11 standards, 2.4GHz vs 5GHz tradeoffs, SSID/BSSID, WPA2/WPA3, and channel planning — the non-attack foundation for the Ethical Hacking roadmap's wireless attacks.

⏱ 40m
4
IP Addressing & Subnetting Easy prereq required

Master IPv4 address structure, subnet masks, CIDR notation, and how to calculate network ranges.

⏱ 45m
5
IPv6 Fundamentals Easy

Read IPv6 address notation, learn its address types, and understand NDP/SLAAC and dual-stack deployment — the modern counterpart to the IPv4 lesson right before this one.

⏱ 40m
6
TCP/IP & OSI Model Easy prereq required

Understand how the OSI and TCP/IP models layer network functions, how data travels from app to wire.

⏱ 45m
7
DNS & DHCP — Network Services Medium prereq required

Understand how DNS resolves domain names, how DHCP assigns IPs automatically, and troubleshoot both.

⏱ 40m
8
Network Security Fundamentals Medium prereq required

Common network attacks, how firewalls work, IDS vs IPS, and using nmap for reconnaissance.

⏱ 45m
9
Routing & Switching Medium prereq required

How switches learn MAC addresses, how routers forward packets, VLANs, and reading a routing table.

⏱ 40m
10
WAN Technologies & SD-WAN Medium

Compare leased lines, MPLS, and internet-based VPN, understand why SD-WAN emerged, and weigh the security tradeoffs of local breakout versus centralized backhauling.

⏱ 60m
🌐

Networking is Key

Most attacks and defenses happen at the network layer. Understanding how data flows is essential for any security role.

$ tcpdump -i eth0 -w capture.pcap
$ wireshark capture.pcap

Recommended Before

Complete earlier roadmaps in the sequence for best results.

View all roadmaps →

What You'll Learn

  • Master the OSI and TCP/IP models layer by layer
  • Understand IP addressing and subnetting
  • Capture and analyze network traffic with Wireshark
  • Configure and understand firewalls
  • Identify common network attacks