Network Device Roles
Know what each device does, which OSI layer it operates at, and when to use it. Exam topic 1.1.
Routers connect different IP networks together. Forwarding decisions are based on the destination IP address and the routing table. Each interface sits on a different subnet.
Traditional firewalls filter by IP/port. NGFWs add deep packet inspection, application awareness, user identity, and integrated IPS.
PoE eliminates separate power adapters for IP phones, APs, and IP cameras by delivering power through Cat5e/Cat6 cables.
Network Topology Architectures
Exam topic 1.2 — know the purpose and characteristics of each design.
Two-Tier (Collapsed Core)
Core and Distribution layers are merged into one. Access switches connect directly to this layer. Used in smaller campus networks where cost matters more than scalability.
Three-Tier (Hierarchical)
Dedicated Core, Distribution, and Access layers. Core = high-speed backbone with no policy. Distribution = ACLs, routing, QoS. Access = end-user ports.
Spine-Leaf
Every Leaf connects to every Spine. No Leaf-to-Leaf or Spine-to-Spine links. Predictable latency — always exactly 2 hops. Scales horizontally by adding Leaf switches.
WAN Topologies
Connect geographically separate sites. Design choices balance redundancy, bandwidth, and cost.
SOHO
Small Office/Home Office — one all-in-one device (router + switch + WAP + firewall) connects users to the internet via broadband.
On-Premises vs Cloud
On-prem: company owns all hardware in its own DC. Cloud: resources hosted by a provider (AWS, Azure, GCP).
Physical Interfaces & Cabling
Exam topics 1.3 and 1.4 — cabling types, distances, speeds, and interface errors.
Switching Concepts
Exam topic 1.13 — MAC learning, aging, frame switching modes, and flooding.
When a frame arrives, the switch reads the source MAC and records it with the ingress port. This is MAC learning — it builds the Content Addressable Memory (CAM) table.
Receives entire frame, checks FCS, then forwards. Filters corrupt frames. Adds latency. Default on modern Cisco switches.
Reads only the first 6 bytes (dst MAC) then forwards immediately. Very low latency but forwards corrupt frames — no FCS check.
Reads first 64 bytes then forwards. Filters runts (collision fragments). Compromise between the other two modes.
| Device | OSI Layer | Broadcast Domain | Collision Domain | Forwarding |
|---|---|---|---|---|
| Hub | L1 | 1 shared | 1 shared | Repeats all bits |
| Switch | L2 | 1 per switch | 1 per port ✓ | MAC address |
| Router | L3 | 1 per interface ✓ | 1 per interface ✓ | IP address |
Virtualization Fundamentals
Exam topic 1.12 — server virtualization, containers, and VRFs.
A hypervisor abstracts physical hardware and lets multiple VMs share one server. Each VM has its own OS, virtual CPU, RAM, and virtual NICs.
Runs directly on hardware. No host OS. Most efficient. Examples: VMware ESXi, Hyper-V, KVM.
Runs on top of a host OS. Less efficient. Examples: VirtualBox, VMware Workstation. Labs and dev use.
| Feature | VMs | Containers |
|---|---|---|
| OS | Full guest OS each | Share host kernel |
| Size | GBs | MBs |
| Startup | Minutes | Seconds / ms |
| Isolation | Strong (full OS) | Process-level |
| Use case | Full OS, legacy apps | Microservices, CI/CD |
VRF creates multiple completely isolated routing tables on a single router. Traffic in one VRF cannot reach another without explicit inter-VRF routing.
NFV moves traditional network appliances (firewalls, routers, load balancers) from dedicated hardware onto VMs or containers running on standard servers.
Verifying IP on Client Operating Systems
Exam topic 1.10 — verify IP address, subnet mask, gateway, and DNS on Windows, macOS, and Linux.
🪟 Windows
🍎 macOS
🐧 Linux
Packet Tracer Labs
Hands-on fundamentals walkthroughs — open Cisco Packet Tracer alongside these steps.
Topic Checklist
Tick each topic as you learn it. Progress saves automatically.