IPv4 and IPv6: Addressing and Subnets
This generated surface maps a learner-facing curriculum unit to its canonical source routes.
Curriculum surface
- Open learner-facing unit
- Curriculum path:
content/curriculum/systems/semester-05-os-networking/module-05-network-protocols-sockets/concepts/cluster-02-ip-and-the-network-layer/04-ipv4-and-ipv6-addressing-and-subnets-primary.md - App:
systems - Semester:
semester-05-os-networking - Module:
module-05-network-protocols-sockets - Unit kind:
concept - Curation level:
module_curated
Learning objectives
- Explain IPv4 and IPv6: Addressing and Subnets across protocol layers instead of treating packets, sockets, and applications as disconnected topics.
- Use IPv4 and IPv6: Addressing and Subnets to predict system behavior in tools such as tcpdump, Wireshark, or socket-level code.
- Use
computer-networking,unix-network-programmingto connect the learner explanation to packet traces, protocol state, and API behavior.
Prerequisites
- Comfort with file descriptors, blocking I/O, and reading system-level diagrams.
Source books
computer-networkingunix-network-programming
Source routes
Computer Networking
- /books/computer-networking/chapter-04-the-network-layer-data-plane via
Computer Networking: IP, IPv4 addressing, IPv6 and more,Computer Networking: IPv4 addressing (Part 1),Computer Networking: IPv4 addressing (Part 2)
Unix Network Programming
- /books/unix-network-programming via
UNP: IPv4 addresses,UNP: IPv6 addresses (Part 1)
Supporting curriculum routes
No supporting curriculum routes linked yet.
External enrichment
- Beej's Guide to Network Programming (
read_if_stuck) - Best reinforcement when learners need to connect protocol concepts to real socket programming practice. - man 2 socket (
official_docs_companion) - Anchors the networking module in the actual system interface instead of staying purely conceptual.
AI companion modes
- Explain simply
- Socratic tutor
- Quiz me
- Diagnose my confusion
- Generate extra practice
Source-of-truth note
This teaching unit is learner-facing guidance assembled from multiple canonical book routes. Use the listed source books as the primary conceptual spine for IPv4 and IPv6: Addressing and Subnets, and treat outside material as supporting enrichment only.