Network Engineer — resources
roadmap.sh: https://roadmap.sh/network-engineer
Books
- Computer Networking: A Top-Down Approach (Kurose & Ross) — the canonical intro; builds from the application layer down so concepts stay grounded in real protocols (HTTP, DNS, TCP).
- TCP/IP Illustrated, Vol. 1: The Protocols (W. Richard Stevens) — deep, packet-level reference for how TCP/IP actually behaves on the wire; pair it with Wireshark.
- Computer Networks (Andrew S. Tanenbaum & David Wetherall) — broad, rigorous coverage of every layer; strong on the theory behind switching, routing, and media.
- Network Warrior (Gary A. Donahue) — practical, Cisco-flavored field guide that fills the gap between certification theory and running production networks (VLANs, STP, routing, troubleshooting).
Courses / practice
- Cisco Networking Academy — free CCNA-aligned courses plus the Packet Tracer simulator for hands-on labs without physical gear.
- Professor Messer — Network+ / Security+ — free, well-structured video training that maps directly to the CompTIA Network+ and Security+ objectives.
- Wireshark.org Learn + sample captures — official docs, sample pcaps, and guides to practice real packet analysis across the protocols in this roadmap.