Packet.School
HomeLevelsSandboxFreeAbout
XP0
Sandbox·Network Glossary

Phase 1 · Reference

Network Glossary

Plain-language definitions for core networking terms, with tiny examples.

Search by term, alias, category, or example. Keep it open while the lessons get dense.

24terms
Addressing

IP address

A logical address that identifies an interface on an IP network.

Aliases
IPv4IPv6
Example

192.168.1.20 can identify a laptop on a LAN.

Addressing

Subnet

A smaller IP network carved out of a larger address block.

Aliases
CIDR
Example

192.168.10.0/24 contains 256 addresses.

Addressing

Default gateway

The router a host uses when the destination is outside the local subnet.

Aliases
Gateway
Example

A home PC may use 192.168.1.1 as its gateway.

Addressing

MAC address

A link-layer hardware identifier used on local networks.

Example

Switches learn which MAC address lives on each port.

Protocol

ARP

A protocol that maps an IPv4 address to a MAC address on the local link.

Example

Who has 192.168.1.1? Tell 192.168.1.20.

Protocol

DNS

The naming system that resolves human-readable names into records such as IP addresses.

Aliases
Domain Name System
Example

packet.school can resolve to an A record.

Protocol

DHCP

A protocol that automatically gives hosts IP settings such as address, mask, and gateway.

Example

A phone joins Wi-Fi and receives an IP lease.

Protocol

TCP

A connection-oriented transport protocol with reliability and ordered delivery.

Example

HTTPS usually runs over TCP port 443.

Protocol

UDP

A lightweight transport protocol without built-in delivery guarantees.

Example

DNS queries often use UDP port 53.

Protocol

ICMP

A control protocol used for diagnostics and network error messages.

Example

ping uses ICMP echo request and reply.

Device

Switch

A layer-2 device that forwards frames based on MAC addresses.

Example

A switch connects devices inside the same LAN.

Device

Router

A layer-3 device that forwards packets between IP networks.

Example

A router moves traffic from your LAN to the internet.

Security

Firewall

A policy enforcement point that allows or blocks traffic.

Example

Block inbound TCP 22 except from admin IPs.

Addressing

NAT

Translation that lets private addresses share or map to public addresses.

Aliases
Network Address Translation
Example

Many home devices share one public IP.

Operations

VLAN

A logical layer-2 network separated on shared switching infrastructure.

Example

Guest Wi-Fi can live in a separate VLAN.

Operations

MTU

The largest packet size a link can carry without fragmentation.

Aliases
Maximum Transmission Unit
Example

Ethernet commonly uses an MTU of 1500 bytes.

Operations

TTL

A limit that prevents packets or cached records from living forever.

Aliases
Time To Live
Example

Routers decrement IP TTL at every hop.

Operations

Latency

The time it takes for data to travel from one point to another.

Example

A 20 ms ping is lower latency than a 120 ms ping.

Operations

Packet loss

The percentage of packets that fail to reach their destination.

Example

Video calls degrade when packet loss rises.

Addressing

CIDR

Slash notation that describes an IP network prefix length.

Example

/24 means the first 24 bits are the network part.

Security

TLS

A protocol that encrypts and authenticates application traffic.

Example

HTTPS is HTTP protected by TLS.

Protocol

BGP

The routing protocol autonomous systems use to exchange internet routes.

Example

ISPs use BGP to announce reachable prefixes.

Operations

CDN

A distributed system that serves content from locations closer to users.

Aliases
Content Delivery Network
Example

A CDN can serve images from a nearby edge node.

Security

VPN

An encrypted tunnel that carries traffic across another network.

Example

A remote employee connects to office resources over VPN.

Packet.School

An open, interactive curriculum for computer networking.

v3.0 · MIT22 lessons live

Learn

  • Lessons
  • Sandbox
  • Levels
  • Free
  • About

Simulations

  • Packet Journey
  • DNS Lookup
  • DHCP Simulator
  • Subnet Calc
  • Network Builder
  • Terminal

Project

  • About
  • Changelog
  • GitHub
  • Contributing
  • Style guide

Newsletter

One short email when a new level ships. No tracking pixels.

© 2026 Packet.School — MIT licensedSupport with a coffeebuilt in the open