00
About this module
The network security module covers the building blocks of data communication: how addresses work at layers 2 and 3, what the core terminal commands reveal about a live network, and which devices sit at the boundaries doing the filtering. Every topic here is something you can test at a terminal right now.
Pages are sequenced for a first read, starting with the commands you will type most often and building toward the addressing and device concepts those commands expose.
Pages
5 of 5 live
Module
04
Track
Foundational
01
Pages in this module
04.01
Live
04.02
Live
04.03
Live
04.04
Live
04.05
Live
04.06
Live
04.07
Live
LAB
Lab
Terminal Network Commands
The commands every security professional types first: ping, traceroute, nslookup, netstat, ipconfig/ifconfig, arp, and their output. Hands-on from the first paragraph.
MAC Addresses
Layer 2 addressing: the 48-bit hardware identifier burned into every NIC, how ARP resolves IP to MAC, OUI lookups, and why MAC addresses matter for security (and why they don't).
IPv4 Anatomy
The 32-bit address, dotted-decimal notation, subnet masks, CIDR, private vs. public ranges, and the header fields that matter when reading a packet capture.
IPv6 Anatomy
The 128-bit address, colon-hex notation, address types (unicast, multicast, anycast), link-local scope, and the simplified header that replaced IPv4's complexity.
Network Devices
Hubs, switches, routers, firewalls, load balancers, and IDS/IPS. What each device does, which OSI layer it operates at, and where it sits in a typical network topology.
Reading PCAPs
tcpdump, BPF filters, the nested-envelope anatomy of a packet, and what real captures look like when something interesting is happening on the wire.
Wireshark-Lite
An interactive three-pane analyzer in the browser. Synthetic intrusion capture: scan → DNS → login → payload fetch → beacon. Click through, follow the story.
Port Scanning Lab
Six scan techniques (Connect, SYN, FIN, Xmas, UDP, version), three target scenarios. Fire each, watch the packets, read the verdict.