Road to Cybersecurity Professional
&
Game Dev after Dark

Networking Essentials

💻 Behind the Scenes of the Internet: What I Learned in TryHackMe's Networking Essentials

Networking is often described as the backbone of the internet, and after diving into TryHackMe’s Networking Essentials room, I understand why. This module unpacked key protocols and processes that make communication between devices possible — often without us even noticing. Here's a breakdown of some of the core concepts I explored.

📦 DHCP – Automatic IP Addressing Made Simple

The Dynamic Host Configuration Protocol (DHCP) is the silent hero behind assigning IP addresses. I learned how devices on a network automatically receive IPs, gateways, and DNS settings via a four-step process: Discover, Offer, Request, Acknowledge (DORA).

Understanding DHCP clarified how devices join networks without manual setup — and how attackers might exploit it in rogue DHCP server attacks.

🧭 ARP – Finding Friends on the Network

Address Resolution Protocol (ARP) acts like a local phonebook, translating IP addresses into MAC addresses so devices can communicate on the same network segment. I saw how ARP requests and replies enable devices to "learn" where their neighbors are.

It also became clear why ARP spoofing is a common attack vector — and how important it is to monitor ARP traffic in a secure environment.

📡 ICMP – The Network’s Messenger

Internet Control Message Protocol (ICMP) might not carry user data, but it's critical for diagnostics. It powers tools like ping and traceroute, helping admins test reachability and network paths.

I learned how ICMP can be used both for troubleshooting and by attackers for reconnaissance — a reminder that even diagnostic tools need monitoring.

🛣️ Routing – Getting Data Where It Needs to Go

Routing is how data finds its way across networks. I explored the difference between static and dynamic routing, and how routers use routing tables to forward packets based on their destination IP.

This section helped me visualize how packets traverse local networks, ISPs, and the wider internet — a key concept for both defenders and pentesters.

🌐 NAT – Translating Private to Public

Network Address Translation (NAT) was one of the most eye-opening topics. NAT allows multiple devices on a private network to share a single public IP address. This is what lets your home router connect all your devices to the internet without needing multiple public IPs.

I also discovered how NAT impacts port forwarding, how it affects services like VPNs, and why it’s a critical security layer.

🧠 Final Thoughts

The Networking Essentials room didn’t just teach me how networks work — it showed me why they work. From automatic IP assignment to packet routing and address translation, each protocol plays a role in keeping devices connected.

These fundamentals are essential for anyone pursuing cybersecurity, and I now have a much clearer view of how data travels, where vulnerabilities can appear, and how to better defend a network.

🔐 Whether you're chasing certifications, entering the SOC, or just curious about how the internet works, TryHackMe’s Networking Essentials is a must-do learning path.