不要因为现实的平凡,就否定了那华丽的梦想!

6.5 斯坦福 CS 144 计算机网络

课程名称

Introduction to Computer Networking

课程概要
《斯坦福 CS 144 计算机网络》课程系统讲解计算机网络核心原理与技术,涵盖分层架构(应用层、传输层、网络层、链路层)及关键协议(HTTP、DNS、TCP/IP、BGP)。课程从网络基础(边缘/核心、性能优化)出发,深入可靠数据传输、流量控制、拥塞控制、路由器结构、路由算法(OSPF、BGP)等核心主题,结合 Socket 编程实践与视频流/CDN 等现代网络技术,帮助学习者构建完整的网络协议栈认知,掌握互联网高效通信与资源分发的底层逻辑。适合计算机科学及工程背景学生系统学习网络架构与工程实现。
课程大纲
1.导论(重制)-什么是互联网-Introduction (reposted) - What is the Internet
2.网络边缘-The Network Edge
3.网络核心-The Network Core
4.网络性能-Performance
5.分层与封装-Layering, Encapsulation
6.受攻击的网络-Networks Under Attack
7.计算机网络历史与第1章(网络导论)-History of Computer Networking, and Chapter 1 (Introduction to Networking)
8.应用层核心原理-Principles of the Application Layer
9.Web与HTTP协议(上)-The Web and HTTP (part 1)
10.Web与HTTP协议(下)-The Web and HTTP part 2
11.电子邮件系统-Email
12.域名系统(DNS)-The Domain Name System (DNS)
13.视频流与内容分发网络-Video Streaming and Content Distribution Networks
14.套接字编程-Socket Programming
15.传输层服务导论-Introduction and Transport-layer Services
16.传输层多路复用与解复用-Transport Layer Multiplexing and Demultiplexing
17.无连接传输协议:UDP-Connectionless Transport: UDP
18.可靠数据传输原理(上)-Principles of Reliable Data Transfer (Part 1)
19.可靠数据传输原理(下)-Principles of Reliable Data Transfer (Part 2)
20.TCP可靠性、流量控制与连接管理-TCP Reliability, Flow Control, and Connection Management
21.TCP可靠性、流量控制与拥塞控制-TCP Reliability, Flow Control, and Congestion Control
22.TCP拥塞控制-TCP Congestion Control
23.传输层功能演进-Evolution of Transport-layer Functionality
24.章节总结-Summary
25.网络层导论-Introduction to the Network Layer
26.路由器内部结构(上)-What's Inside a Router Part 1
27.路由器内部结构(下)-What's Inside a Router Part 2
28.互联网协议(上)-The Internet Protocol, part 1
29.互联网协议(下)-The Internet Protocol, part 2
30.通用转发-Generalized Forwarding
31.中间盒与互联网架构-Middleboxes, Internet Architecture
32.网络层控制平面导论-Introduction to the Network-layer Control Plane
33.路由算法:链路状态路由-Routing Algorithms: Link State Routing
34.Bellman-Ford距离向量路由算法-Bellman Ford Distance Vector Routing (updated)
35.开放最短路径优先协议(OSPF)-Open Shortest Path First (OSPF)
36.边界网关协议(BGP)-BGP: The Border Gateway Protocol
37.互联网控制报文协议(ICMP)-ICMP: Internet Control Message Protocol
38.链路层导论-Introduction to the Link Layer
39.差错检测与纠正-Error Detection and Correction
40.多路访问链路与协议-Multiple Access Links and Protocols
学习指南