Week 07 · lesson

Lesson 1: Network Hardware and Internet Edge Devices

The box your internet provider gave you may contain a modem, router, switch, wireless access point, firewall, and DHCP service in one plastic case.

That is convenient for a home user.

It is terrible for learning networking if you start calling every function "the router."

A technician needs to separate the jobs even when one device performs several of them.

The NIC gives the endpoint a network interface

A network interface card, or NIC, connects an endpoint to network media.

The interface may be wired Ethernet, wireless, integrated into the motherboard, or installed as an expansion card or module.

A NIC participates in local-link communication and has a physical MAC address used at that local-link layer.

If the interface is disabled or has no physical or radio link, higher network services cannot rescue it.

This is why the path starts at the endpoint.

SOHO topology showing provider handoff, router and firewall, switching, wireless access, clients, and printer.
SOHO topology showing provider handoff, router and firewall, switching, wireless access, clients, and printer.

Diagrams open at a readable shape-aware scale. Zoom or expand when you need more detail.

System process animation

A packet leaves one boundary at a time

Follow traffic from endpoint to remote network and localize evidence.

Technician question: Which device rewrites the Layer 2 frame for the next routed link?

A switch connects devices inside the local network

A switch connects devices on a LAN and forwards local Ethernet traffic between its ports.

PC ─┐
    ├── switch ── printer
AP ─┤
    └── server

A managed switch exposes configuration and monitoring features.

An unmanaged switch is simpler and generally provides basic switching without the same administrative control.

A switch is not automatically the device that routes traffic to the internet.

Local switching and inter-network routing are different jobs.

A router moves traffic between IP networks

A router connects different IP networks and chooses a next path for packets.

In a typical SOHO network, the router provides the endpoint's default gateway toward destinations outside the local subnet.

That creates a useful troubleshooting distinction:

Local devices can communicate through the switch while remote communication fails at the router or gateway boundary.

If a local printer works but the gateway is unreachable, the entire LAN is not dead.

The surviving path tells you where not to look first.

A wireless access point lets Wi-Fi clients join the local network.

laptop
  )) Wi-Fi ((
      AP

    Ethernet

     switch

The AP is not the internet.

It provides the wireless access path into the network.

A client can associate with an AP while upstream routing, DHCP, DNS, or provider service is broken.

The Wi-Fi icon proves less than people think.

A patch panel organizes cabling; it does not switch packets

Structured building cabling may terminate on a patch panel.

The patch panel provides an organized physical termination point.

It does not learn MAC addresses, route IP traffic, or provide network intelligence by itself.

A cable may run:

wall jack

building cable

patch panel

patch cable

switch port

Calling the patch panel a switch confuses the physical cable plant with the active network device.

A firewall enforces traffic policy

A firewall applies rules that allow, deny, or otherwise control traffic according to policy and implementation.

A SOHO router may include firewall functionality in the same box.

Again, one box can contain multiple logical roles.

The useful question is:

Which function is making this decision?

That becomes important later when a route works but policy blocks a service.

Power over Ethernet adds power to the network path

Power over Ethernet, or PoE, can deliver electrical power and Ethernet data over supported cabling.

Power can come from:

  • a PoE-capable switch;
  • a PoE injector.

Common IEEE families include:

  • 802.3af;
  • 802.3at;
  • 802.3bt.

Do not pick a PoE source based only on the marketing label.

The endpoint's required power, source capability, and cable path must all be compatible.

Evidence:

Ethernet cable: connected
switch port: normal data port, no PoE
PoE injector: none
AP: requires PoE

Is the Wi-Fi radio defective?

There is no evidence for that yet.

The AP has no supported power source.

This is a power-delivery failure at the network edge, not a radio diagnosis.

The provider edge depends on the access technology

Not every provider handoff is a cable modem.

Cable

Cable internet commonly uses a cable modem or gateway connected to coaxial provider infrastructure.

DSL

DSL uses supported telephone-line infrastructure and a DSL modem or gateway.

Fiber

Fiber service commonly terminates at an ONT, or optical network terminal, which converts the provider optical link into customer-facing connectivity.

Cellular or fixed wireless

A cellular or WISP edge uses radio-based provider access and different physical constraints.

The provider device reflects the underlying access technology.

Do not call an ONT a cable modem because both eventually lead to Ethernet.

One SOHO device can wear several hats

A consumer wireless gateway may contain:

router
+
Ethernet switch
+
wireless access point
+
firewall
+
DHCP service
+
NAT

When that device fails, the symptom depends on which function failed.

For example:

  • Wi-Fi disabled while wired switching still works;
  • DHCP fails while existing statically configured devices still communicate;
  • WAN or provider link fails while local LAN communication remains healthy.

The box is one object.

The system is several functions.

Build the role map

For each device, record:

  • primary job;
  • what it connects;
  • where it sits in the network path;
  • one thing it does not automatically do.

Include:

  • NIC;
  • managed switch;
  • unmanaged switch;
  • router;
  • access point;
  • patch panel;
  • firewall;
  • PoE switch or injector;
  • cable modem;
  • DSL device;
  • ONT.

Example:

Patch panel: terminates and organizes structured cabling. It does not forward Ethernet frames like a switch.

That last sentence is where the understanding lives.

Before you move on

A network becomes easier to reason about when you can point to the device or function responsible for:

endpoint interface
local switching
wireless access
routing / default gateway
traffic policy
PoE power
provider handoff

Next we connect those devices with actual media and learn why "Cat 6 cable" is still not enough information to approve an installation.

Read it. Prove it.

Lesson knowledge checks

Answer from the lesson you just completed. Results stay in this browser and are not submitted.
Knowledge check 1

What is the primary difference between a switch and a router in a basic network?

Knowledge check 2

What does an ONT do on a fiber internet connection?