Scott Diemer
July 7, 2026IT Support Certification

Learning Journal: Diving into the Architecture of Networking

Today marked a major milestone as I wrapped up the first module of the networking course. Moving from general IT foundations into the actual plumbing of the internet has been incredibly eye-opening. Networking is easily one of the most critical elements of IT support, and today was all about understanding how data actually moves from point A to point B without getting lost along the way.

Here is a breakdown of the core concepts and architectural layers I explored today:

🌐 The Network Models: Layer by Layer

Instead of looking at a network as one massive, chaotic system, the course broke it down using structural models—specifically the TCP/IP five-layer model and the OSI model. Seeing how these models segment responsibilities makes troubleshooting feel much more like a logical puzzle rather than guesswork.

  • The Physical Layer (Layer 1): The absolute foundation. This is the hardware you can physically touch—the cables, connectors, and the electrical or light signals traveling through them.
  • The Data Link Layer (Layer 2): This layer introduces our very first protocols. While Layer 1 handles the raw signals, Layer 2 is responsible for defining a common language to interpret those signals so local devices can communicate directly.
  • The Network Layer (Layer 3): Also known as the Internet layer. This is where different independent networks talk to each other. It relies on routers to inspect IP data and find the best path across the globe.
  • The Transport Layer (Layer 4): This layer ensures the data gets delivered to the specific application or program that needs it (sorting out client and server programs).
  • The Application Layer (Layer 5): The top of the stack. This is the software-specific layer where protocols like HTTP or SMTP allow us to browse websites and send emails.

🔌 Physical Infrastructure & Hardware Fundamentals

Outside of the theoretical models, I spent a lot of time diving into the actual hardware that keeps our devices connected.

  • Cables & Media: I learned the functional differences between copper twisted-pair cables (like Cat5e and Cat6) which use electrical voltage modifications to transmit binary data, and fiber-optic cables, which use high-speed pulses of light through tiny glass tubes. Understanding how Cat6 uses stricter specifications to eliminate crosstalk (accidental signal bleeding between wires) gave me a great perspective on why hardware choices matter for bandwidth stability.
  • Networking Devices: I mapped out the evolutionary step-up from basic hubs (which blindly broadcast data to every connected port) to switches (Layer 2 devices that smartly direct traffic only to the intended MAC address), and finally to routers (Layer 3 devices that manage traffic between completely distinct networks using the Border Gateway Protocol to chart the most optimal paths).

💡 Takeaways & Next Steps

Getting a firm grasp on the Physical and Data Link layers gives me a solid foundation for what's coming next. Understanding how data is packaged, transmitted via voltage changes or light, and delivered via local switches makes the entire concept of "the internet" feel much more tangible.

Next up, I’ll be diving even deeper into Layer 3 to tackle IP addressing schemes, subnetting, and the binary math that powers routing.