Skip to content

The Best Way To Learn Networking

Learn networking fundamentals for cybersecurity with practical tools like Wireshark and Packet Tracer, plus recommended resources and courses.

Ask about this video. Answers come from its transcript only — with the timestamp, so you can check them.

Generated from the transcript and can be wrong — check the timestamp.

Key Takeaways

  • Networking fundamentals are critical and underpin all cybersecurity knowledge and attacks.
  • Hands-on practice with tools like Wireshark and Packet Tracer accelerates understanding.
  • Free, high-quality resources exist to build a strong networking foundation without cost.
  • Understanding network concepts deeply enables better security defense and attack strategies.
  • Persistence through the abstract learning phase is essential to becoming proficient.

What the video covers

  • Networking is the essential foundation for all cybersecurity skills and tools, not programming or hacking frameworks.
  • Traditional textbook methods fail; hands-on learning by observing and breaking network protocols is recommended.
  • Start with Professor Messer's free CompTIA Network+ YouTube series for structured foundational knowledge.
  • Use Wireshark to visualize network traffic and understand protocols like TCP, DNS, and ARP in real time.
  • Cisco Packet Tracer offers a free, simulated environment to practice configuring routers and switches without hardware.
  • Subnetting is conceptually simple once understood; use subnet calculators before diving into binary math.
  • Advanced networking topics like ARP spoofing reveal real-world attack techniques and network vulnerabilities.
  • Additional resources include NetworkChuck’s engaging YouTube content and textbooks by Tanenbaum and Bejtlich.
  • CyberFlow offers paid courses with practical hacking labs, reverse engineering, and bug bounty methods.
  • All foundational tools and resources mentioned are free; success requires time and persistence through initial abstraction.

Answers

Questions about this video

Why is networking considered the best starting point for learning cybersecurity?

Networking forms the foundation for all cybersecurity concepts and attacks. Without understanding networking, other skills and tools lack context and effectiveness.

What free resources are recommended for learning networking hands-on?

Professor Messer’s CompTIA Network+ YouTube series, Cisco Packet Tracer with a Networking Academy account, and Wireshark for packet analysis are key free resources.

How can subnetting be learned more easily according to the video?

Focus first on understanding the concept of subnetting and use subnet calculators to experiment before tackling the binary math, which will then become clearer.

Full Transcript — Download SRT & Markdown

00:00
Speaker A
So every single time someone asks me where to start in cybersecurity, I give them the same answer, and they always look slightly disappointed when they hear it. Not Python. Not Kali Linux. Not some fancy exploitation framework. Networking. Every single time. And I get the disappointment because networking sounds like the boring corporate IT thing, the stuff your uncle who works in a server room talks about at family dinners. But here's the thing: every attack you've ever heard of, every tool you've ever wanted to learn, every concept that actually matters in this field sits on top of networking fundamentals. Skip it, and you're building everything on sand. Learn it properly, and everything else suddenly makes sense in a way it didn't before.
00:18
Speaker A
The way most people try to learn networking is by reading a textbook cover to cover and falling asleep somewhere around chapter three. The OSI model gets introduced as seven abstract layers with names to memorize and no explanation of why any of it exists.
00:33
Speaker A
That's the wrong approach entirely. The right approach is to learn networking by touching it, breaking it, and watching what happens at the packet level while you do.
00:43
Speaker A
Start with Professor Messer's CompTIA Network+ material on YouTube. It's free, it's comprehensive, and unlike most networking content, it actually explains why things work the way they do instead of just telling you what they are. Don't take the certification unless you want to. Just use the material as a structured foundation because it covers everything you actually need: IP addressing, subnetting, routing, switching, DNS, DHCP, firewalls, the whole picture organized in a way that builds on itself properly.
00:58
Speaker A
Alongside that, get Wireshark open immediately and keep it open. Every concept you read about, capture it. You learn about the TCP three-way handshake? Open Wireshark, filter for TCP traffic, watch a connection establish in real time, and follow the SYN, SYN-ACK, ACK sequence with your own eyes. You learn about DNS? Filter for DNS traffic and watch your machine send queries and receive responses every time you type a domain name. You learn about ARP? Watch your machine broadcast onto the local network asking who has this IP address and watch the response come back. Wireshark turns abstract protocol descriptions into things you can actually observe.
01:07
Speaker A
Subnetting is the thing that breaks most beginners, and I want to address it directly because it has a reputation for being harder than it actually is. Subnetting is just dividing a network into smaller pieces using a subnet mask to define which part of an IP address identifies the network and which part identifies the individual host. The panic around it usually comes from trying to do it mathematically before the underlying concept is clear. Get the concept first, use a subnet calculator, play with it, understand what changing the prefix length actually does to the number of available hosts and networks. Once the concept is solid, the binary math underneath it clicks naturally instead of feeling like an arbitrary exercise.
01:21
Speaker A
Cisco Packet Tracer is free with a Cisco Networking Academy account, and it's genuinely one of the best tools for learning networking concepts hands-on without needing physical hardware. You drag routers and switches onto a canvas, connect them, configure them through a simulated CLI, and watch traffic flow between them.
01:38
Speaker A
Once you have the fundamentals, the projects that actually matter for security work start becoming available, and this is where networking stops being a prerequisite and starts being directly exciting. Build a home lab with a few virtual machines and practice capturing traffic between them in Wireshark. Set up a pfSense firewall VM, route your lab traffic through it, and learn how to write firewall rules that actually do what you intend them to do, and then deliberately craft traffic that bypasses poorly written rules to understand why firewall configuration is hard to get right. Run Nmap against your own lab network with different scan types and watch the packets each one generates in Wireshark simultaneously. Seeing the tool output and the raw packets side by side is one of the most educational things you can do in this field, and it's completely free to set up.
01:56
Speaker A
For the more advanced side of networking that starts connecting directly to attack techniques, learn how ARP works and then look up ARP spoofing. ARP has no authentication whatsoever, which means on a local network you can broadcast fake ARP responses telling every machine that your MAC address is the gateway, routing all their traffic through you. That's a man-in-the-middle attack, and it works because of a fundamental design decision made in the 1980s that prioritized simplicity over security.
02:12
Speaker A
For resources beyond Professor Messer, NetworkChuck on YouTube makes networking genuinely fun to watch, which should not be possible, but he manages it, especially his content on routing protocols and VPNs. The book "Computer Networks" by Tanenbaum is the one I'd recommend if you want to go genuinely deep into how protocols are designed and why, though it's a proper textbook commitment rather than a weekend read. And for the security-specific networking side, "The Practice of Network Security Monitoring" by Richard Bejtlich is one of the best books that exists on understanding networks from a defensive perspective, which directly informs how you think about attacking them.
02:28
Speaker A
Everything I just described is free. Professor Messer, Packet Tracer, Wireshark, your own virtual lab—none of it costs anything. What it costs is time and the willingness to sit with something that feels abstract until it stops feeling abstract.
02:44
Speaker A
That transition is uncomfortable, and it's also exactly when the understanding actually forms. The people who push through that uncomfortable period are the ones who end up being genuinely good at this. The ones who skip to the tools because networking feels boring are the ones who hit a ceiling they can't explain and can't get past.
02:59
Speaker A
You still stuck in tutorial hell? We got full courses step-by-step as well. Web hacking labs, real attack flow, not “click here”… actually break the code.
03:17
Speaker A
Reverse engineering crackmes inside, Ghidra open, ego died. Bug bounty methods that actually scale. Find one vuln that’s grocery money mail.
03:21
Speaker A
Twenty-nine dollars, that’s it, bro. Skill goes up. That’s Cyberflow. Python for hackers, C++ pain. Build your own tools, don’t just complain.
03:31
Speaker A
New course dropping every month. No content drought, we stack it up. Private Discord killers in chat. Stuck on a bug? We fix that.
03:42
Speaker A
one of the most educational things you can do in this field and it's completely free to set up.
03:46
Speaker A
For the more advanced side of networking that starts connecting directly to attack techniques learn how ARP works and then look up ARP spoofing. ARP has no authentication whatsoever, which means on a local network you can broadcast fake ARP responses telling every machine that your MAC address is the gateway,
04:04
Speaker A
routing all their traffic through you. That's a man in the middle attack and it works because of a fundamental design decision made in the 1980s that prioritized simplicity over security.
04:06
Speaker A
For resources beyond Professor Messer NetworkChuck on YouTube makes networking genuinely fun to watch which should not be possible but he manages it, especially his content on routing protocols and VPNs. The book "Computer Networks" by Tanenbaum is the one I'd recommend if you want to go genuinely
04:22
Speaker A
deep into how protocols are designed and why, though it's a proper textbook commitment rather than a weekend read. And for the security specific networking side, "The Practice of Network Security Monitoring" by Richard Bejtlich is one of the best books that exists on understanding networks
04:37
Speaker A
from a defensive perspective, which directly informs how you think about attacking them. Everything I just described is free. Professor Messer, Packet Tracer, Wireshark, your own virtual lab none of it costs anything. What it costs is time and the willingness to sit with something that feels abstract until it stops feeling abstract.
04:53
Speaker A
That transition is uncomfortable and it's also exactly when the understanding actually forms. The people who push through that uncomfortable period are the ones who end up being genuinely good at this. The ones who skip to the tools because networking feels
05:06
Speaker A
boring are the ones who hit a ceiling they can't explain and can't get past.
05:11
Speaker A
You still stuck in tutorial hell? We got full courses step-by-step as well. Web hacking labs, real attack flow, Not “click here”… actually break the code.
05:57
Speaker A
Reverse engineering crackmes inside, Ghidra open, ego died. Bug bounty methods that actually scale, Find one vuln that’s grocery money mail.
06:08
Speaker A
Twenty-nine dollars that’s it, bro. Skill goes up. That’s Cyberflow.Python for hackers, C++ pain, Build your own tools, don’t just complain.
06:18
Speaker A
New course dropping every month, No content drought, we stack it up. Private Discord killers in chat, Stuck on a bug? We fix that.
Topics:networkingcybersecurityWiresharkCisco Packet TracerCompTIA Network+ARP spoofingnetwork fundamentalsnetwork securitysubnettingcyberflow

Get More with the SozAI App

Transcribe recordings, audio files, and YouTube videos — with AI summaries, speaker detection, and unlimited transcriptions.

Or transcribe another YouTube video here →