Learning Resources
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/resources.md - App:
systems - Semester:
semester-05-os-networking - Module:
module-05-network-protocols-sockets - Unit kind:
resource - Curation level:
module_curated
Learning objectives
- Explain Learning Resources across protocol layers instead of treating packets, sockets, and applications as disconnected topics.
- Use Learning Resources 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.1.3,CN 1.5.1 (Part 1),CN 1.5.2,CN Homework Problems Ch. 1-3 (Part 1),TCP (Part 1) - /books/computer-networking/chapter-02-application-layer via
(Part 2),CN 2.2.1,CN 2.2.2,CN 2.2.3,CN 2.2.6,CN 2.4.2 (Part 1),CN 2.7 intro,HTTP/DNS - /books/computer-networking/chapter-03-transport-layer via
(Part 3),CN 3.3 (Part 1),CN 3.5.1,CN 3.5.2 (Part 1),CN 3.5.4 (Part 1),CN 3.5.5,CN 3.5.6 (Part 1),CN 3.7.1 (Part 1),UDP - /books/computer-networking/chapter-04-the-network-layer-data-plane via
CN 4.3 intro,CN 4.3.2 (Part 1),CN 4.3.2 (Part 4),CN 4.3.3 - /books/computer-networking/chapter-05-the-network-layer-control-plane via
CN 5.2,CN 5.6 - /books/computer-networking/chapter-06-the-link-layer-and-lans via
CN 6.4.1 (Part 1) - /books/computer-networking/chapter-08-security-in-computer-networks via
8.6.2,CN 8.2.2 (Part 1),CN 8.3,CN 8.6.1 - /books/computer-networking/wireshark-lab-ssl via
CN Wireshark Lab: SSL - /books/computer-networking/wireshark-labs-exploring-tcp-udp via
CN Wireshark Labs: Exploring TCP/UDP,CN Wireshark labs: TCP/UDP
Unix Network Programming
- /books/unix-network-programming via
2.7 TIME_WAIT,30.11,30.12,5.9 summary,UNP 2.6,UNP 26.2,UNP 3.2 (Part 1),UNP 3.4,UNP 30.6,UNP 5.2,UNP 6.2,UNP Appendix: netstat,UNP Exercises chap. 2,UNP IPv6 addresses (Part 1),UNP: socket,accept,advanced polling (Part 1),bind,chap. 4,chap. 5,connect,listen (Part 1),select (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
- Diagnose my confusion
- Revision mode
- Connect forward / backward
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 Learning Resources, and treat outside material as supporting enrichment only.