Teqvault.study

Networking: Beginner to Job-Ready

How data actually moves, from a single cable to the entire internet โ€” cabling, IP addressing, routing, wireless, security, and troubleshooting, built for people who have never configured a router in their life.

๐ŸŒ ๐Ÿ”Œ ๐Ÿ“ก ๐Ÿ”’ ๐Ÿ–ง
Course Progress
0%
MODULE 01

๐ŸŒ Networking Fundamentals โ€” How Data Actually Moves

Before touching a router or a cable, you need the mental model everything else in this course builds on: what a network actually is, how data is broken up and delivered, and the two completely different addressing systems every device uses at once.

๐Ÿ”— What Is a Network?

A network is simply two or more devices connected so they can exchange data. That's it โ€” two laptops connected by a single cable already qualify. Everything else in this course (the internet included) is just that same basic idea, scaled up with more devices, more paths, and more rules for keeping traffic organized.

A device that can send or receive data on a network is called a host or node โ€” a computer, phone, printer, or server all count.

๐Ÿ“ฆ Data Doesn't Travel in One Piece

When you send a file or load a webpage, the data isn't transmitted as one giant blob. It's broken into small chunks called packets, each wrapped with its own addressing and control information, sent independently โ€” sometimes over completely different paths โ€” and reassembled in the correct order at the destination.

Original file: "Hello, World! This is a test message." โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ Packet 1 โ”‚ โ”‚ Packet 2 โ”‚ โ”‚ Packet 3 โ”‚ โ”‚ Packet 4 โ”‚ โ”‚ "Hello, "โ”‚ โ”‚ "World! "โ”‚ โ”‚ "This is"โ”‚ โ”‚ " a test"โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€โ”€โ”€โ”€ sent across the network, possibly different paths โ”€โ”€โ”€โ”€โ”˜ reassembled in order at the destination โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–บ
๐Ÿ’ก
Why bother splitting data up?Smaller packets mean if one gets lost or corrupted, only that small piece needs to be resent โ€” not the entire file. It also lets many devices share the same network fairly, since no single transfer can hog the connection indefinitely.
๐Ÿง… The OSI Model โ€” 7 Layers of "Whose Job Is This?"

Networking is complicated enough that engineers split it into layers โ€” each one responsible for one specific job, handing its work to the layer above or below. The OSI Model is the standard 7-layer reference everyone in networking uses to talk about where a problem or a protocol lives.

#LayerWhat It's Responsible ForExample
7ApplicationWhat the user-facing software actually doesA web browser requesting a page
6PresentationFormatting/encoding/encryption of dataSSL/TLS encryption, converting formats
5SessionOpening, managing, and closing a connectionKeeping a login session active
4TransportReliable delivery, ordering, error-checkingTCP, UDP (Module 10)
3NetworkLogical addressing and routing between networksIP addresses, routers (Modules 5โ€“7)
2Data LinkPhysical addressing and delivery within one local networkMAC addresses, switches (Module 4)
1PhysicalThe actual electrical/optical/radio signal and hardwareCables, connectors, radio waves (Modules 3, 8)
๐Ÿ’ก
A classic memory trick"All People Seem To Need Data Processing" โ€” top to bottom, Application through Physical. You'll hear networking professionals casually say things like "that's a layer 2 problem" โ€” this is exactly what they mean.
๐ŸŒ The TCP/IP Model โ€” What's Actually Used in Practice

The OSI model is the universal reference everyone talks in, but the actual internet runs on a simpler 4-layer model called TCP/IP. You'll see both used interchangeably in the field โ€” this course maps between them so neither terminology catches you off guard.

TCP/IP Model maps to OSI Model โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ Application โ”‚ โ—„โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–บ โ”‚ 7 Application โ”‚ โ”‚ โ”‚ โ”‚ 6 Presentation โ”‚ โ”‚ โ”‚ โ”‚ 5 Session โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ Transport โ”‚ โ—„โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–บ โ”‚ 4 Transport โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ Internet โ”‚ โ—„โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–บ โ”‚ 3 Network โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ Network Access โ”‚ โ—„โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–บ โ”‚ 2 Data Link โ”‚ โ”‚ โ”‚ โ”‚ 1 Physical โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
๐Ÿท๏ธ Two Different Addresses, Two Different Jobs

Every device on a network actually has two addresses, and confusing them is one of the most common beginner mix-ups:

MAC AddressIP Address
Layer2 (Data Link)3 (Network)
Assigned byBurned into the network hardware at manufactureAssigned by the network (manually or via DHCP, Module 9)
Looks like3C:5A:B4:12:9F:E1192.168.1.42
ScopeOnly meaningful on the local network segmentMeaningful across the entire network, including the internet
AnalogyA permanent serial number stamped on a deviceA mailing address โ€” can change depending on where you are
๐Ÿ’ก
Why do we need both?The IP address gets your data to the right network. Once it arrives, the MAC address is what actually delivers it to the correct physical device on that local network. Module 4 covers exactly how a switch uses MAC addresses, and Module 5 covers how IP addressing and subnetting work.
๐Ÿงฐ The Hardware You'll Keep Running Into
๐Ÿ–ฅ๏ธ

NIC (Network Interface Card)

The hardware inside a device (built-in or a separate card) that actually connects it to a network โ€” wired or wireless. Every device on a network has at least one.

๐Ÿ”€

Switch

Connects multiple devices on the same local network, and intelligently forwards data only to the specific device it's meant for, using MAC addresses (Module 4).

๐Ÿงญ

Router

Connects different networks together โ€” most commonly, your home/office network to the internet โ€” using IP addresses (Modules 5โ€“7) to decide where traffic goes.

๐Ÿ“ก

Access Point

Extends a wired network out wirelessly, letting Wi-Fi devices join the same network a switch or router serves (Module 8).

โ˜Ž๏ธ

Modem

Translates between your ISP's incoming signal (cable, fiber, DSL) and the Ethernet-based signal your home network actually uses. Often combined with a router into one box by ISPs.

๐Ÿ•ธ๏ธ

Hub (Legacy)

An older, "dumb" version of a switch โ€” it blindly repeats every signal to every port instead of targeting the right device. Rarely used today, but worth recognizing if you see one in older documentation.

โš ๏ธ
Switch vs. Router is the #1 beginner mix-upA switch connects devices within one network. A router connects separate networks together (most often your local network to the internet). Home "router" boxes usually contain a switch, a router, an access point, and sometimes a modem, all in one case โ€” which is exactly why people conflate the terms.
๐Ÿ“จ Encapsulation โ€” How a Layer Model Actually Works in Practice

As data moves down through the layers to be sent, each layer wraps the data from the layer above it in its own header โ€” like nesting envelopes inside envelopes. This process is called encapsulation, and it's why the OSI/TCP-IP models aren't just theory โ€” every real packet is physically built this way.

Application data: "GET /index.html" โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ Ethernet Header โ”‚โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”โ”‚ โ”‚ (MAC addresses) โ”‚โ”‚ IP Header โ”‚โ”‚ โ”‚ โ”‚โ”‚ (IP addresses) โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”โ”‚โ”‚ โ”‚ โ”‚โ”‚ โ”‚TCP Hdr โ”‚โ”‚โ”‚ โ”‚ โ”‚โ”‚ โ”‚(ports) โ”‚โ”‚โ”‚ โ”‚ โ”‚โ”‚ โ”‚"GET /..โ”‚โ”‚ โ”‚ โ”‚โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜โ”‚โ”‚ โ”‚ โ”‚โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ Layer 2 Layer 3 Layer 4 Layer 7

At the receiving end, this happens in reverse โ€” each layer strips off its own header (de-encapsulation) until the original application data is left.

๐Ÿง  Quick Check
A device's MAC address and IP address are both a form of "address." What's the key difference?
๐Ÿง  Quick Check
You plug two laptops and a printer into the same box, and they can all now see each other on the local network. What device is this box most likely acting as?
MODULE 02

๐Ÿ—บ๏ธ Network Types & Topologies

Networks come in different sizes and different physical shapes. Knowing the vocabulary here is how you'll describe any network you encounter on the job in one sentence.

๐Ÿ“ Network Types by Size
TypeStands ForTypical Scope
PANPersonal Area NetworkA phone and a bluetooth earbud โ€” just a few feet
LANLocal Area NetworkOne building or office
WLANWireless LANSame as a LAN, just over Wi-Fi instead of cable
CANCampus Area NetworkSeveral buildings close together (a school, a corporate campus)
MANMetropolitan Area NetworkA city-wide network
WANWide Area NetworkConnects LANs across cities, states, or countries โ€” the internet is the largest WAN
SANStorage Area NetworkA dedicated high-speed network just for connecting servers to shared storage
๐Ÿ’ก
The one distinction that matters most on the jobLAN vs. WAN. Everything local to one site is your LAN; the connection out to other sites or the internet is a WAN link โ€” and that link is usually the most expensive, slowest, and most failure-prone part of any network design.
๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ Client-Server vs. Peer-to-Peer
Client-ServerPeer-to-Peer
StructureDedicated servers provide resources; clients request themEvery device can act as both provider and requester
ExampleA company file server; a web serverTwo laptops sharing a folder directly
Best forCentralized control, larger networks, consistent security policySmall, simple, informal setups
๐Ÿ”ท Physical Topologies โ€” The Actual Shape of the Wiring
STAR (most common today) [Switch] / | \ \ [PC] [PC] [PC] [PC] BUS (legacy) โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”ฌโ”€โ”€ โ”‚ โ”‚ โ”‚ โ”‚ [PC] [PC] [PC] [PC] RING [PC]โ”€โ”€โ”€โ”€[PC] โ”‚ โ”‚ [PC]โ”€โ”€โ”€โ”€[PC] MESH (fully connected) [PC]โ”€โ”€โ”€โ”€[PC] โ”‚ โ•ฒ โ•ฑ โ”‚ [PC]โ”€โ”€โ”€โ”€[PC]
TopologyProCon
StarOne cable failure only knocks out one device; easy to troubleshootThe central switch is a single point of failure
BusCheap, simple, minimal cablingOne break in the main cable takes down the whole segment; rarely used today
RingPredictable, even data flowOne broken link can disrupt the entire ring (unless dual-ring)
MeshExtremely redundant โ€” many paths between any two pointsExpensive and complex to cable; scales poorly by device count
โ„น๏ธ
What you'll actually see in the fieldNearly every modern office LAN is physically a star topology โ€” devices cabled to a central switch. Bus and ring are largely historical at this point, but they still show up in certification exams and help explain why star topology won out (isolated failures, easier troubleshooting).
๐Ÿง  Physical vs. Logical Topology

The physical topology is how cables are actually run. The logical topology is how data actually flows, which can be different. A classic example: older Ethernet hubs were wired in a physical star, but every device still received every signal โ€” behaving logically like a bus. Don't assume the cable diagram tells you the whole story of how traffic moves.

๐Ÿง  Quick Check
Your company's main office connects to a branch office in another city over the internet. What kind of network connection is that?
MODULE 03

๐Ÿ”Œ Cabling & the Physical Layer

Every network eventually comes down to a physical signal on a physical medium. Here's what actually carries your data, and the tools that verify a connection is good before you blame anything else.

๐Ÿงต Twisted Pair Copper โ€” The Cable You'll See Most

Ethernet cables contain 4 pairs of copper wires, twisted together specifically to cancel out electrical interference between them. UTP (Unshielded Twisted Pair) is standard for most offices; STP (Shielded Twisted Pair) adds a foil/braid shield for environments with heavy electrical interference.

CategoryMax SpeedMax Distance
Cat5e1 Gbps100m
Cat610 Gbps (up to 55m), 1 Gbps beyond that100m at 1 Gbps
Cat6a10 Gbps100m
Cat7 / Cat810โ€“40 GbpsShorter runs, data centers
๐Ÿ’ก
What to actually buyCat6 is the practical default for new installs today โ€” Cat5e is fine for existing runs you're not replacing, and Cat6a/7/8 are typically reserved for data centers and high-density server racks.
๐Ÿ”ง RJ45 & Wiring Standards

The connector on the end of an Ethernet cable is called RJ45. The order the 8 wires are terminated in follows one of two color-code standards, T568A or T568B โ€” either works as long as both ends of one cable match.

Cable TypeWiringHistorical Use
Straight-throughT568B on both endsPC to switch (the vast majority of cables you'll make)
CrossoverT568A one end, T568B the otherPC directly to PC, switch to switch (older hardware)
โ„น๏ธ
Auto-MDIX made this mostly automaticModern switches and NICs auto-detect and adjust, so a straight-through cable usually works even in situations that once required a crossover. You still need to know the difference for certification exams and for older/specialized hardware.
๐Ÿ’ก Fiber Optic โ€” Light Instead of Electricity
Single-ModeMulti-Mode
Light sourceLaser, one straight pathLED, multiple light paths bouncing through the core
DistanceMiles (long-haul, ISP backbones)Hundreds of meters (data centers, campus links)
CostHigherLower

Common fiber connectors: SC (square, push-pull), LC (small form factor, most common today), ST (round, twist-lock, older).

๐Ÿ’ก
Why fiber at all?Fiber isn't affected by electrical interference the way copper is, supports much higher bandwidth, and travels far greater distances without a signal boost โ€” but costs more per port and requires different (more delicate) handling and tools than copper.
๐Ÿ“บ Coaxial โ€” Still Around for a Reason

The same cable type used for cable TV, still commonly used by cable internet modems for the "last mile" connection from the ISP into a building. You likely won't terminate coax yourself often, but you'll recognize it at the demarc point where an ISP's responsibility ends and yours begins.

๐Ÿงฐ Testing & Installation Tools
ToolWhat It Does
Cable testerConfirms all 8 wires are connected correctly end-to-end, and flags shorts, opens, or miswired pairs
Tone generator & probeSends a tone down a cable so you can trace which physical cable in a bundle corresponds to which jack โ€” essential in a messy wiring closet
Punch-down toolTerminates individual wires into a patch panel or keystone jack
CrimperAttaches an RJ45 connector onto loose cable ends
โš ๏ธ
Test every cable you terminateA cable that "looks" fine can still have a miswired pair or a bad crimp that only shows up as intermittent packet loss โ€” cheap and fast to catch with a tester, painful to diagnose later without one.
๐Ÿง  Quick Check
You're running a new cable across a factory floor with heavy electrical machinery nearby. Which cable choice best resists that interference?
MODULE 04

๐Ÿ–ง Ethernet & Switching Fundamentals

How a switch actually knows where to send each frame, and the layer 2 vocabulary โ€” MAC addresses, collision domains, VLANs โ€” that everything else in local networking builds on.

๐Ÿท๏ธ MAC Address Structure

A MAC address is 48 bits, written as 12 hexadecimal characters, e.g. 3C:5A:B4:12:9F:E1. It's split into two halves:

First half (24 bits)Second half (24 bits)
OUI โ€” Organizationally Unique Identifier, assigned to the manufacturer (e.g. Intel, Apple)A unique serial number the manufacturer assigns to that specific device
๐Ÿ’ก
Practical useYou can look up the OUI portion of any MAC address to identify the manufacturer of an unknown device on your network โ€” genuinely useful when troubleshooting "what is this thing on my switch."
๐Ÿ“ฆ The Ethernet Frame
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ” โ”‚ Dest MAC โ”‚ Src MAC โ”‚ Type โ”‚ Payload โ”‚ FCS โ”‚ โ”‚ (6 bytes) โ”‚ (6 bytes) โ”‚(2 B) โ”‚ (46-1500 B) โ”‚(4 B)โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”˜
FieldPurpose
Destination / Source MACWho it's from, who it's going to โ€” on the local segment only
TypeWhat's inside the payload (e.g. an IP packet)
PayloadThe actual data being carried โ€” from Module 1's encapsulation, this is where the Layer 3 packet sits
FCS (Frame Check Sequence)An error-checking value the receiver uses to detect a corrupted frame
๐Ÿง  How a Switch Learns โ€” The MAC Address Table

A switch builds and maintains a MAC address table (also called a CAM table) by watching incoming traffic:

  1. A frame arrives on Port 3 with source MAC AA:AA:.... The switch records "MAC AA:AA:... lives on Port 3."
  2. When a later frame's destination is AA:AA:..., the switch checks its table and sends the frame only out Port 3 โ€” not to every port.
  3. If the destination MAC isn't in the table yet, the switch temporarily floods the frame out every port except the one it arrived on, until it learns the real location from a reply.
โ„น๏ธ
This is what makes a switch smarter than a hubA hub blindly repeats every signal out every port, all the time. A switch actively learns and targets traffic โ€” dramatically reducing unnecessary network noise as it learns more devices.
๐Ÿ’ฅ Collision Domains vs. Broadcast Domains
Collision DomainBroadcast Domain
What it isA set of devices where two signals sent at once can collideA set of devices that all receive the same broadcast traffic
SwitchesEach switch port is its own collision domainAll switch ports share one broadcast domain, unless VLANs are used
Routersโ€”A router separates broadcast domains between networks
๐Ÿข VLANs โ€” One Switch, Multiple Logical Networks

A VLAN (Virtual LAN) lets you split one physical switch into multiple logically separate networks โ€” devices on VLAN 10 can't directly talk to devices on VLAN 20, even though they're plugged into the exact same physical switch, without a router or layer-3 device passing traffic between them.

๐Ÿ’ก
Why bother?Common real-world use: separating a "Guest Wi-Fi" VLAN from your "Corporate" VLAN on the same physical hardware, so guest devices can't see internal file servers or printers โ€” security and organization without buying separate physical switches.
๐Ÿ” Spanning Tree โ€” Preventing Network Loops

If you accidentally cable two switches together with two separate cables (often by mistake, sometimes intentionally for redundancy), you create a loop โ€” frames can circle forever, rapidly overwhelming the network (a "broadcast storm"). STP (Spanning Tree Protocol) detects loops and automatically disables the redundant path, keeping one clean logical path while keeping the backup cable ready if the primary fails.

๐Ÿง  Quick Check
A switch receives a frame for a MAC address it has never seen before. What does it do?
MODULE 05

๐Ÿ”ข IP Addressing & Subnetting

The math that decides which devices can talk directly to each other and which need a router in between. This is the single most job-tested skill in networking โ€” worth slowing down for.

๐Ÿ”ข What an IPv4 Address Actually Is

An IPv4 address is 32 bits, written as 4 decimal numbers (0โ€“255) separated by dots โ€” e.g. 192.168.1.42. Each of those 4 numbers is one octet (8 bits).

192.168.1.42 11000000.10101000.00000001.00101010 8 bits 8 bits 8 bits 8 bits = 32 bits total
๐Ÿ”’ Private vs. Public IP Addresses
RangeScope
10.0.0.0 โ€“ 10.255.255.255Private โ€” large organizations
172.16.0.0 โ€“ 172.31.255.255Private โ€” medium networks
192.168.0.0 โ€“ 192.168.255.255Private โ€” home/small office (most common you'll see)
Everything else routablePublic โ€” globally unique, reachable across the internet
๐Ÿ’ก
Why private ranges existThese ranges are reserved so anyone can use them internally without conflicting with the rest of the internet. That's exactly why NAT exists: your router translates your private internal address into its one public address before traffic leaves your network โ€” covered fully below.
๐ŸŽญ Subnet Masks & CIDR Notation

An IP address alone doesn't tell you which part identifies the network and which part identifies the specific host on it. That's the subnet mask's job โ€” it draws the line.

Subnet MaskCIDR NotationMeaning
255.0.0.0/8First 8 bits are network, remaining 24 bits are host
255.255.0.0/16First 16 bits are network, remaining 16 are host
255.255.255.0/24First 24 bits are network, remaining 8 are host โ€” the most common home/small-office default

CIDR notation (the /24 shorthand) is just a faster way of writing how many bits are the network portion, instead of writing out the full mask.

๐Ÿงฎ Subnetting โ€” A Full Worked Example

Say you're given the network 192.168.1.0/24 and told to split it into 4 smaller subnets. Here's the exact process:

  1. Figure out how many bits you need to borrow. To create 4 subnets, you need enough new bit-combinations to count 0,1,2,3 โ€” that's 2 bits (2ยฒ = 4).
  2. Borrow those bits from the host portion. /24 + 2 borrowed bits = /26 โ€” your new subnet mask is 255.255.255.192.
  3. Calculate the block size. With 2 bits borrowed, each subnet is 2^(8-2) = 64 addresses wide.
  4. List the subnets by counting up in that block size:
SubnetNetwork AddressUsable Host RangeBroadcast Address
1192.168.1.0.1 โ€“ .62192.168.1.63
2192.168.1.64.65 โ€“ .126192.168.1.127
3192.168.1.128.129 โ€“ .190192.168.1.191
4192.168.1.192.193 โ€“ .254192.168.1.255
โš ๏ธ
Every subnet loses 2 usable addressesThe very first address in each block is the network address (identifies the subnet itself, can't be assigned to a device) and the very last is the broadcast address (sends to every device on that subnet). A /26 block of 64 addresses gives you 62 usable host addresses, not 64 โ€” this "off by 2" is one of the most common subnetting exam mistakes.
๐Ÿ”„ NAT โ€” How Private Addresses Reach the Internet

NAT (Network Address Translation) is what your router does to let every device on your private network share one public IP address. When your laptop (192.168.1.42) sends a request to the internet, your router swaps that private source address for its own public IP before sending it out, and keeps a table so it can correctly route the response back to your laptop specifically.

โ„น๏ธ
This is why private IPs "just work" everywhereMillions of home networks all use 192.168.1.x internally with zero conflict, because NAT means none of those addresses are ever directly visible to the wider internet โ€” only the router's one public address is.
๐Ÿง  Quick Check
You're given 192.168.1.0/24 and need exactly 4 subnets. What's the new subnet mask?
MODULE 06

6๏ธโƒฃ IPv6 Fundamentals

Why the world needed a new addressing system, and how to read the notation that looks intimidating but follows just a few simple rules.

โ“ Why IPv6 Exists

IPv4 provides about 4.3 billion possible addresses (32 bits). That sounded infinite in the 1980s โ€” it isn't anymore, with billions of phones, laptops, IoT devices, and servers all needing addresses. IPv6 uses 128 bits instead of 32, providing an almost incomprehensibly larger address space โ€” enough to assign a unique address to every grain of sand on Earth many times over.

๐Ÿ“ Reading IPv6 Notation

An IPv6 address is written as 8 groups of 4 hexadecimal digits, separated by colons:

2001:0db8:85a3:0000:0000:8a2e:0370:7334

Two shortcuts make these more manageable:

  1. Leading zeros in each group can be dropped: 0db8 becomes db8.
  2. One run of consecutive all-zero groups can be replaced with ::, one time only per address: 2001:db8:85a3:0:0:8a2e:370:7334 becomes 2001:db8:85a3::8a2e:370:7334.
โš ๏ธ
"::" can only appear onceIf an address had two separate runs of zeros both replaced with "::", there'd be no way to tell how many zero-groups belong to each gap. That ambiguity is exactly why the rule exists.
๐Ÿท๏ธ IPv6 Address Types
TypePurposeRoughly Equivalent To (IPv4)
Global UnicastPublicly routable, unique addressA public IPv4 address
Link-LocalAutomatically assigned, only valid on the local network segment, starts with fe80::Somewhat like APIPA (169.254.x.x)
MulticastDelivers to a group of interested devices at onceIPv4 has multicast too, just less commonly used day-to-day
๐Ÿ’ก
No more broadcastIPv6 doesn't have broadcast addresses at all โ€” multicast handles the same use cases more efficiently, only reaching devices that actually want the traffic instead of every device on the segment.
๐Ÿ”€ Living With Both โ€” Dual Stack

The internet didn't switch from IPv4 to IPv6 overnight โ€” most networks today run dual stack, meaning every device has both an IPv4 and an IPv6 address simultaneously, and can communicate over either depending on what the destination supports. You'll be working with both address families for the foreseeable future, not one replacing the other on any fixed timeline.

๐Ÿง  Quick Check
Why can the "::" shorthand only be used once in a single IPv6 address?
MODULE 07

๐Ÿงญ Routing Fundamentals

How a router actually decides where to send a packet โ€” routing tables, the difference between static and dynamic routing, and a first look at the protocols that run the internet.

๐Ÿ“‹ The Routing Table

Every router keeps a routing table โ€” a list of known networks and which direction (which interface, or which "next hop" router) to send traffic for each one. When a packet arrives, the router checks its destination IP against this table and forwards it accordingly.

Destination NetworkNext HopInterface
192.168.1.0/24Directly connectedeth0
10.0.0.0/8192.168.1.254eth0
0.0.0.0/0 (default route)ISP gatewayeth1
๐Ÿ’ก
The default route is your safety net0.0.0.0/0 matches literally any destination not more specifically listed elsewhere in the table โ€” it's what sends your traffic "out to the internet" when nothing more specific applies. This is also called the default gateway from a host's perspective.
๐Ÿ†š Static vs. Dynamic Routing
Static RoutingDynamic Routing
How routes are addedManually typed in by an administratorRouters automatically discover and share routes with each other
Best forSmall, simple, rarely-changing networksLarger networks, or ones that need to automatically adapt to failures
DownsideDoesn't adapt โ€” if a link goes down, traffic doesn't reroute automaticallyMore complex to configure and troubleshoot
๐ŸŒ Dynamic Routing Protocols โ€” A First Look
ProtocolTypeUsed For
RIPDistance-vector โ€” picks the path with the fewest hopsSmall, simple networks; largely legacy today
OSPFLink-state โ€” picks the fastest path based on actual link speed, not just hop countCommon inside larger enterprise networks
BGPPath-vector โ€” makes policy-based routing decisions between separate organizationsThe protocol that actually runs the internet, connecting ISPs to each other
โ„น๏ธ
Distance-vector vs. link-state, in one sentenceDistance-vector protocols (like RIP) only count how many routers are in the way; link-state protocols (like OSPF) actually understand the speed and health of each link and route around slow or failed ones.
๐Ÿ”— Connecting Back to Module 1

Recall from Module 1: a switch forwards traffic within one network using MAC addresses; a router forwards traffic between different networks using IP addresses. Everything in this module is what a router is actually doing under the hood to make that second job possible.

๐Ÿง  Quick Check
A small office network has 2 routers that never change and don't need to automatically adapt to failures. What's the simplest appropriate choice?
MODULE 08

๐Ÿ“ถ Wireless Networking

The 802.11 standards, how devices actually find and join a wireless network, and the security protocols that keep that connection private.

๐Ÿ“ก 802.11 Standards
StandardMarketing NameBandMax Speed (theoretical)
802.11gโ€”2.4 GHz54 Mbps
802.11nWi-Fi 42.4/5 GHz600 Mbps
802.11acWi-Fi 55 GHz~3.5 Gbps
802.11axWi-Fi 6 / 6E2.4/5/6 GHz~9.6 Gbps
๐Ÿ’ก
2.4GHz vs. 5GHz vs. 6GHz2.4GHz travels farther and penetrates walls better, but is slower and more crowded (older devices, microwaves, Bluetooth all share it). 5GHz and 6GHz are faster with far less interference, but have shorter range. Modern routers broadcast multiple bands simultaneously and let devices pick.
๐Ÿท๏ธ SSID & Channels

The SSID is simply the network name you see when choosing a Wi-Fi network. A channel is a specific frequency range within a band โ€” think of a band as a highway and channels as individual lanes. Overlapping channels between nearby networks (like apartment neighbors) causes interference and slower speeds for everyone.

โš ๏ธ
On 2.4GHz specifically, use channels 1, 6, or 11These are the only three channels on 2.4GHz that don't overlap with each other at all. Picking a channel in between (like 4) actually causes more interference with both neighbors, not less.
๐Ÿ”’ Wireless Security โ€” WPA2 vs. WPA3
WPA2WPA3
StatusStill widely used, but agingCurrent standard
EncryptionAES (strong), though the older handshake has known weaknessesStronger encryption, protects against offline password-guessing attacks
RecommendationFine if WPA3 isn't available on your hardwareUse this if every device on your network supports it
โš ๏ธ
Never use WEPWEP is an old wireless security standard that can be cracked in minutes with freely available tools. If you ever see a network still running WEP, that's a serious, urgent vulnerability โ€” not just an "older but fine" option.
๐Ÿ“ถ Basic Wireless Site Design
  • Access point placement โ€” central, elevated, away from thick walls and metal objects where possible, since both significantly reduce signal range.
  • Overlap between APs โ€” in a multi-AP setup, aim for a small amount of coverage overlap so devices can roam between APs without a dead zone, but not so much overlap that APs interfere with each other on the same channel.
  • Interference sources โ€” microwaves, cordless phones, and Bluetooth devices all commonly interfere with 2.4GHz specifically.
๐Ÿง  Quick Check
You're setting the channel for a 2.4GHz access point. Which channels avoid overlapping with each other?
MODULE 09

๐Ÿท๏ธ Network Services โ€” DHCP & DNS

Two services running quietly in the background of nearly every network โ€” one hands out addresses automatically, the other turns names into addresses so you never have to memorize an IP.

๐Ÿ“‡ DHCP โ€” Automatic IP Assignment

Without DHCP, every device joining a network would need someone to manually type in an IP address, subnet mask, default gateway, and DNS server. DHCP (Dynamic Host Configuration Protocol) automates all of that the moment a device connects.

The DORA Process Client DHCP Server โ”‚ โ”€โ”€โ”€โ”€ Discover โ”€โ”€โ”€โ”€โ–บ โ”‚ "Is anyone a DHCP server?" โ”‚ โ—„โ”€โ”€โ”€โ”€ Offer โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โ”‚ "Here's an available address" โ”‚ โ”€โ”€โ”€โ”€ Request โ”€โ”€โ”€โ”€โ”€โ–บ โ”‚ "I'll take that one" โ”‚ โ—„โ”€โ”€โ”€โ”€ Ack โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โ”‚ "Confirmed, it's yours"
StepWhat Happens
DiscoverThe client broadcasts asking if any DHCP server is available
OfferA DHCP server responds with a proposed IP address and settings
RequestThe client formally requests that specific offered address
AcknowledgeThe server confirms โ€” the address is now assigned
๐Ÿ’ก
Leases expireDHCP assignments aren't permanent โ€” they're a "lease" for a set period of time. Devices typically renew automatically before the lease expires; this is also why a device's IP can occasionally change unless you've configured a DHCP reservation for it.
๐Ÿ“– DNS โ€” Turning Names Into Addresses

Computers route traffic using IP addresses, but humans remember names. DNS (Domain Name System) is the internet's phonebook, translating a name like example.com into the IP address a router can actually deliver a packet to.

  1. You type example.com into a browser.
  2. Your device asks a DNS server (often your ISP's, or a public one like 1.1.1.1 or 8.8.8.8) to resolve that name.
  3. The DNS server returns the corresponding IP address.
  4. Your device connects directly to that IP address โ€” DNS's job is now done.
๐Ÿ“‡ Common DNS Record Types
RecordPurpose
AMaps a name to an IPv4 address
AAAAMaps a name to an IPv6 address
CNAMEAn alias โ€” points one name to another name, which then resolves further
MXSpecifies which mail server handles email for a domain
TXTFree-form text โ€” commonly used for domain verification and email security policies
๐Ÿ”— Where These Two Meet

DHCP doesn't just hand out an IP address โ€” it typically also tells the client which DNS server to use. This is why "no internet access" on a device is often actually a DHCP or DNS problem rather than a true connectivity problem: the device might have a valid IP and a working path to the internet, but no way to resolve names into addresses.

๐Ÿง  Quick Check
A laptop can successfully ping 8.8.8.8 (a known working IP address) but can't load any websites by name. What's the most likely cause?
MODULE 10

๐Ÿ”€ Transport Layer & Protocols

TCP and UDP handle getting data reliably (or quickly) from one application to another, and port numbers make sure it ends up in the right application once it arrives.

๐Ÿ†š TCP vs. UDP
TCPUDP
ConnectionConnection-oriented โ€” sets up a session firstConnectionless โ€” just sends
ReliabilityGuarantees delivery and correct order, resends lost dataNo guarantee โ€” lost packets just stay lost
SpeedSlower, due to the overhead of guaranteesFaster, no overhead
Used forWeb browsing, email, file transfer โ€” anywhere correctness mattersVideo/voice calls, live streaming, DNS โ€” anywhere speed matters more than a perfect copy
๐Ÿ’ก
Why would you ever want UDP's "no guarantee"?In a live video call, a lost packet from half a second ago is worthless by the time it could be resent โ€” better to just drop it and keep the call moving than to pause and guarantee perfect delivery.
๐Ÿค The TCP Three-Way Handshake
Client Server โ”‚ โ”€โ”€โ”€โ”€ SYN โ”€โ”€โ”€โ”€โ–บ โ”‚ "I'd like to connect" โ”‚ โ—„โ”€ SYN-ACK โ”€โ”€ โ”‚ "Okay, and confirm you got this?" โ”‚ โ”€โ”€โ”€โ”€ ACK โ”€โ”€โ”€โ”€โ–บ โ”‚ "Confirmed โ€” connection established"

Every TCP connection โ€” every webpage load, every file transfer โ€” starts with this exact 3-step exchange before any real data is sent. This is also exactly what TCP's connection-oriented reliability is built on top of.

๐Ÿ”ข Port Numbers โ€” Getting to the Right Application

An IP address gets data to the right device; a port number gets it to the right application running on that device. Ports 0โ€“1023 are "well-known" ports, reserved for standard services.

PortProtocolUse
20/21FTPFile transfer
22SSHSecure remote terminal access
23TelnetUnencrypted remote terminal โ€” legacy, avoid using it
25SMTPSending email
53DNSName resolution (Module 9)
67/68DHCPAutomatic IP assignment (Module 9)
80HTTPUnencrypted web traffic
443HTTPSEncrypted web traffic โ€” the vast majority of the modern web
3389RDPRemote Desktop Protocol
โš ๏ธ
This table is worth memorizingPort numbers come up constantly in real troubleshooting ("is port 443 open through the firewall?") and are heavily tested on certification exams. These are the ones you'll see most.
๐Ÿงฉ Putting It Together โ€” A Full Address

An IP address plus a port number together form a socket, written as 192.168.1.10:443 โ€” this fully identifies not just which device, but which specific application/service on that device a connection is talking to.

๐Ÿง  Quick Check
A live video call app chooses UDP over TCP. Why does that make sense for this use case?
MODULE 11

๐Ÿ”’ Network Security Fundamentals

The core principles behind every security decision you'll make, plus the tools โ€” firewalls, ACLs, VPNs โ€” that actually enforce them.

๐Ÿ”บ The CIA Triad
PrincipleMeansExample Threat
ConfidentialityOnly authorized people can see the dataAn attacker intercepting unencrypted traffic
IntegrityData isn't modified in transit or at rest without detectionA man-in-the-middle attack altering data en route
AvailabilitySystems and data are accessible when neededA denial-of-service attack taking a server offline
๐Ÿ’ก
Every security control maps back to one of these threeEncryption protects confidentiality. Checksums and digital signatures protect integrity. Redundancy and DDoS protection protect availability. When evaluating any security measure, ask which of the three it's actually defending.
๐Ÿงฑ Firewalls

A firewall inspects traffic and allows or blocks it based on a set of rules โ€” the single most fundamental network security device.

TypeHow It Decides
Packet-filteringSimple rules based on IP address, port, protocol โ€” fast but not context-aware
StatefulTracks entire connections, not just individual packets โ€” can tell a reply apart from an unsolicited new connection
Next-gen (NGFW)Also inspects the actual content/application of traffic, not just headers โ€” can identify and block specific applications or threats
๐Ÿ“œ ACLs โ€” Access Control Lists

An ACL is an ordered list of rules, applied on a router or switch, that permit or deny specific traffic โ€” essentially a lightweight, more targeted firewall ruleset applied directly at a network device.

โš ๏ธ
Order matters โ€” a lotACL rules are processed top to bottom, and the first matching rule wins. A broad "deny all" rule placed too early will silently block traffic you meant to allow further down the list โ€” a classic real-world misconfiguration.
๐Ÿ” VPNs โ€” Encrypted Tunnels Over Untrusted Networks

A VPN (Virtual Private Network) creates an encrypted tunnel across a public network (like the internet), so traffic inside that tunnel is protected from anyone intercepting it along the way โ€” commonly used for remote employees securely reaching an internal company network, or connecting two office sites together over the internet instead of an expensive dedicated line.

โ˜ฃ๏ธ Common Threats to Recognize
ThreatWhat It Is
MalwareMalicious software โ€” viruses, ransomware, spyware, and similar
PhishingTricking a person into giving up credentials or clicking something malicious, usually via a fake but convincing email or site
DoS / DDoSOverwhelming a system with traffic so legitimate users can't access it โ€” directly attacks the "Availability" leg of the CIA triad
Man-in-the-MiddleAn attacker secretly intercepts (and possibly alters) traffic between two parties who believe they're communicating directly
๐Ÿง  Quick Check
An attacker floods a company's web server with so much junk traffic that real customers can't load the site. Which part of the CIA triad is being attacked?
MODULE 12

๐Ÿ› ๏ธ Troubleshooting & Tools

The command-line tools every networking job actually uses daily, and a real methodology for narrowing down a problem instead of guessing.

๐Ÿ“ ping โ€” Is It Even Reachable?
Terminal
ping 8.8.8.8
ping google.com

Sends a small packet and waits for a reply, confirming basic reachability and round-trip time. Pinging a known-good public IP (like 8.8.8.8) versus a name (like google.com) is a classic first split-test: if the IP works but the name doesn't, you're looking at a DNS problem (Module 9), not a connectivity problem.

๐Ÿ—บ๏ธ traceroute / tracert โ€” Where Exactly Does It Break?
Terminal
# Linux/macOS
traceroute google.com

# Windows
tracert google.com

Shows every router hop between you and the destination, with the response time at each one. If the trace consistently fails or spikes at one particular hop, that's exactly where to focus โ€” the problem almost certainly isn't your local machine if the first several hops respond fine.

๐Ÿ–ฅ๏ธ Checking Your Own Configuration
Terminal
# Windows
ipconfig /all

# Linux/macOS
ifconfig
ip addr

Shows your device's own IP address, subnet mask, default gateway, and DNS servers โ€” the first thing to check when a device can't reach anything: does it even have a valid configuration in the first place?

๐Ÿ“– nslookup โ€” Testing DNS Directly
Terminal
nslookup google.com

Manually queries DNS and shows exactly what IP address a name resolves to โ€” useful for confirming whether a "site won't load" complaint is a DNS issue before looking anywhere else.

๐Ÿ”ฌ Wireshark โ€” Seeing the Actual Traffic

Wireshark captures and displays every packet crossing a network interface, letting you inspect headers and payloads directly โ€” the deepest level of troubleshooting available short of physical hardware testing. You won't need it for most day-to-day issues, but it's the tool that answers "what is actually being sent" when every higher-level tool has failed to explain a problem.

๐Ÿงญ A Real Troubleshooting Methodology
ApproachHow It WorksBest For
Bottom-upStart at the Physical layer (is it plugged in? link light on?) and work upWhen you suspect a hardware/cabling issue
Top-downStart at the Application layer (does the specific app work?) and work downWhen one specific application is failing but general connectivity seems fine
Divide-and-conquerStart in the middle (e.g., can you ping the local gateway?) and branch based on the resultFastest general-purpose approach when you don't have a strong lead yet
๐Ÿ’ก
This maps directly back to Module 1's OSI modelEvery troubleshooting methodology is really just "figure out which layer the problem lives at." A cable unplugged is a Layer 1 problem; a DNS failure is a Layer 7-ish application/service problem, even though the underlying protocol runs lower.
๐Ÿง  Quick Check
ping to a known-good IP address works fine, but ping to a website's name fails. Which tool would you use next to confirm the exact cause?
MODULE 13

โ˜๏ธ WAN & Cloud Networking

How separate sites connect to each other across long distances, and how the same networking concepts you've learned show up inside a cloud provider's console.

๐ŸŒ‰ WAN Connection Types
TypeHow It WorksNotes
Leased LineA dedicated, private physical circuit rented from a providerReliable and consistent, but expensive
MPLSA provider's private backbone that efficiently routes multiple customers' traffic with guaranteed performance tiersCommon in traditional enterprise WANs
Site-to-Site VPNAn encrypted tunnel between two locations, sent over the regular public internetFar cheaper than a leased line or MPLS, at the cost of depending on regular internet quality
SD-WANSoftware that intelligently manages traffic across multiple WAN connections (e.g. a leased line AND a broadband internet link) at onceThe modern trend โ€” combines reliability with cost savings by using whichever path performs best per type of traffic
๐Ÿ” Site-to-Site VPN in Practice

Two office locations, each with their own router, establish a permanent encrypted tunnel between them over the internet. Once established, devices on each side can reach devices on the other side as if they were on the same local network โ€” the same idea as the individual remote-access VPN from Module 11, just connecting two whole networks instead of one user.

โ˜๏ธ Networking Concepts Inside the Cloud

Cloud providers (AWS, Azure, Google Cloud) let you build virtual versions of the same networking concepts from this entire course, just software-defined instead of physical hardware.

Cloud ConceptReal-World Equivalent
VPC (Virtual Private Cloud)Your own private LAN, but virtual and running inside the provider's data center
Subnets within a VPCSame subnetting math from Module 5 โ€” you're still carving up a /24 or similar block
Security Groups / NACLsFirewall rules and ACLs (Module 11), just applied to virtual instances instead of physical devices
Internet GatewayConceptually similar to your home router's connection out to your ISP
๐Ÿ’ก
Nothing here is actually newCloud networking intimidates a lot of beginners because of unfamiliar console UIs and vendor-specific names, but the underlying concepts are exactly what you've already learned โ€” IP addressing, subnetting, routing, and firewalls, just clicked together in a web dashboard instead of wired by hand.
๐Ÿง  Quick Check
A company wants to connect two offices without paying for an expensive dedicated leased line, and is fine relying on regular internet service. What's the appropriate solution?
MODULE 14

๐Ÿ“Š Monitoring & Management

The unglamorous but essential practices that separate a network you understand from one that quietly breaks and nobody notices until it's a crisis.

๐Ÿ“ˆ SNMP โ€” Asking Devices How They're Doing

SNMP (Simple Network Management Protocol) lets a central monitoring system regularly poll routers, switches, and servers for health data โ€” CPU load, interface traffic, error counts, temperature โ€” without needing to log into each device individually.

TermMeaning
ManagerThe central system collecting data (e.g. a monitoring dashboard)
AgentSoftware running on each monitored device, reporting its stats
MIBManagement Information Base โ€” the structured list of exactly what data a device can report
TrapAn unprompted alert a device sends immediately when something urgent happens (like an interface going down), rather than waiting to be asked
๐Ÿ“ Syslog โ€” A Central Record of Everything

Syslog is a standard for devices to send log messages to a central logging server, instead of each device only keeping logs locally (where they're easy to lose, and hard to correlate across multiple devices during an incident).

๐Ÿ’ก
Why centralize logs at all?When something breaks at 2am, having every device's logs already flowing into one searchable place is the difference between finding the cause in minutes versus manually SSHing into a dozen devices one at a time.
๐Ÿ“‹ Documentation โ€” The Job Skill Nobody Talks About
  • Network diagrams โ€” a current, accurate map of every device and connection. Out-of-date diagrams are worse than none, because they actively mislead.
  • IP address inventory โ€” what's assigned where, so you're not guessing (or causing a conflict) when adding a new device.
  • Configuration backups โ€” saved device configs you can restore from, so a failed device or a bad change isn't a from-scratch rebuild.
๐Ÿ”„ Change Management

A formal process for proposing, reviewing, approving, and documenting any change to network configuration โ€” even a "simple" one. The point isn't bureaucracy for its own sake; it's making sure someone else knows what changed, why, and how to undo it if something breaks.

โš ๏ธ
Most outages are caused by changes, not failuresAn undocumented "quick fix" made under pressure, with no rollback plan, is one of the most common real-world causes of extended outages โ€” not because the change was wrong, but because nobody could quickly tell what had been changed when it went bad.
๐Ÿง  Quick Check
A switch immediately sends an alert the moment one of its interfaces goes down, without being asked. What SNMP concept is this?
MODULE 15 ๐Ÿ

๐Ÿ Capstone โ€” Design a Small Business Network

Everything from this course, combined into one design-and-troubleshoot project โ€” plus certification and career guidance for turning this knowledge into a job.

๐Ÿงฉ The Scenario

A small business is moving into a new office: 3 departments (Sales, Engineering, Guest Wi-Fi), around 40 employees, one internet connection, and a requirement that guest devices must never reach internal resources. You're designing the network from scratch.

๐Ÿ—‚๏ธ The Build Plan
  1. Topology (Module 2): A star topology from a central switch stack, uplinked to a router/firewall at the network edge.
  2. Cabling (Module 3): Cat6 for all desk drops, planned to stay within the 100m distance limit from the wiring closet.
  3. VLANs (Module 4): Three VLANs โ€” Sales, Engineering, Guest โ€” on the same physical switches, keeping Guest traffic logically isolated.
  4. IP addressing (Module 5): Subnet a private block (e.g. 192.168.0.0/22) into three right-sized subnets, one per VLAN, using the same borrowing method from Module 5.
  5. Routing (Module 7): A default route out to the internet, with static routes (or a routing protocol, if the network grows) between VLANs where needed.
  6. Wireless (Module 8): Separate SSIDs for Corporate and Guest, mapped to their respective VLANs, WPA3 (or WPA2 minimum) on both.
  7. Services (Module 9): DHCP scopes per VLAN, each handing out the correct subnet, gateway, and DNS servers automatically.
  8. Security (Module 11): A firewall at the edge, with ACLs specifically blocking the Guest VLAN from reaching Sales/Engineering subnets.
  9. Documentation (Module 14): A network diagram, IP address inventory, and VLAN assignment sheet โ€” the artifacts a real employer would expect handed off.
๐Ÿ” The Troubleshooting Half

A truly comprehensive capstone isn't just designing a working network โ€” it's also being handed a broken one. Practice each of these scenarios using the methodology from Module 12:

SymptomWhere to Look First
One desk has no connectivity at allPhysical layer โ€” cable, link light, switch port (Module 3)
Guest Wi-Fi users can see internal file sharesVLAN assignment and ACL rules (Modules 4, 11)
Devices get an IP but can't browse the web by nameDNS configuration handed out by DHCP (Module 9)
One department can't reach another department's printerInter-VLAN routing rules (Module 7)
๐ŸŽ“ Certification Path
CertificationLevelCovers
CompTIA Network+Entry-level, vendor-neutralAlmost exactly the scope of this course โ€” the natural next step to formalize this knowledge
Cisco CCNAEntry-to-mid, vendor-specific (Cisco)Deeper hands-on routing/switching configuration, using Cisco's actual command-line syntax
CompTIA Security+Entry-level securityA natural follow-up if you want to specialize toward network security
๐Ÿ’ก
Which one first?Network+ is the most direct match to everything in this course and is a strong general-purpose credential. CCNA goes deeper but is Cisco-specific โ€” worth it once you know you'll be working with Cisco gear specifically, which is extremely common in enterprise environments.
๐Ÿ’ผ Getting Job-Ready
  • Build a home lab โ€” even a cheap used switch/router setup lets you practice VLANs, subnetting, and basic routing hands-on, which matters far more to interviewers than a certificate alone.
  • Learn to explain your capstone out loud โ€” being able to walk someone through why you chose a /22 subnet split, or why Guest Wi-Fi needs its own VLAN, is exactly what a help-desk or NOC interview will probe for.
  • Target entry roles precisely โ€” Help Desk, NOC Technician, and Network Support Technician are the standard first rungs; they lean heavily on exactly the troubleshooting methodology from Module 12.
๐Ÿ Final Challenge

Design, Document, and Defend

Produce a full network diagram and IP addressing plan for the scenario above, then write out (or say out loud to someone) a one-paragraph justification for every major decision โ€” VLAN count, subnet sizes, where the firewall rules sit. Being able to defend a design decision, not just produce one, is exactly what separates a certificate-holder from someone who's actually job-ready.

  • A complete network diagram (switches, router/firewall, VLANs, wireless APs)
  • A full subnetting plan for all 3 VLANs from one parent block
  • Documented firewall/ACL rules enforcing Guest isolation
  • A one-page written justification for every major design choice
Roadmap