Book Exercise Lanes
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/exercises.md - App:
systems - Semester:
semester-05-os-networking - Module:
module-05-network-protocols-sockets - Unit kind:
exercise - Curation level:
module_curated
Learning objectives
- Explain Book Exercise Lanes across protocol layers instead of treating packets, sockets, and applications as disconnected topics.
- Use Book Exercise Lanes 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-01-computer-networks-and-the-internet via
CN 1.5.1 Layered architecture (Part 1),CN 1.5.1 Layered architecture (Part 2),CN 1.5.2 Encapsulation,CN Homework Problems (Part 1) - /books/computer-networking/chapter-02-application-layer via
CN 2.2.1 Overview of HTTP,CN 2.2.3 HTTP message format,CN 2.2.6 HTTP/2,CN 2.4.3 DNS records and messages (Part 1) - /books/computer-networking/chapter-03-transport-layer via
CN 3.3 UDP (Part 1),CN 3.5.1 The TCP connection,CN 3.5.2 TCP segment structure (Part 1),CN 3.5.5 Flow control,CN 3.5.6 TCP connection management (Part 1),CN 3.5.6 TCP connection management (Part 2),CN 3.7.1 Classic TCP congestion control (Part 1) - /books/computer-networking/chapter-04-the-network-layer-data-plane via
CN 4.3.2 IPv4 addressing (Part 1),CN 4.3.2 IPv4 addressing (Part 2),CN 4.3.3 NAT - /books/computer-networking/chapter-08-security-in-computer-networks via
CN 8.6.1 The big picture (TLS),CN 8.6.2 A more complete picture - /books/computer-networking/wireshark-lab-ssl via
CN Wireshark lab: SSL - /books/computer-networking/wireshark-labs-exploring-tcp-udp via
CN Wireshark lab: exploring TCP/UDP
Unix Network Programming
- /books/unix-network-programming via
UNP 14.6 advanced polling (Part 1),UNP 2.6 TCP establishment and termination,UNP 2.7 TIME_WAIT state,UNP 26.4 TCP echo server using threads,UNP 30.11 one-thread-per-client server,UNP 30.6 preforked TCP server (Part 1),UNP 4.2 socket,UNP 4.3 connect,UNP 4.4 bind,UNP 4.5 listen (Part 1),UNP 4.7 accept,UNP 5.2 TCP echo server,UNP 6.2 I/O models,UNP 6.3 select (Part 1),UNP netstat program
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 Book Exercise Lanes, and treat outside material as supporting enrichment only.