mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-26 03:17:01 +08:00
34 lines
No EOL
2 KiB
Markdown
34 lines
No EOL
2 KiB
Markdown
# CS144: Computer Network
|
||
## 课程简介
|
||
- 所属大学:Stanford
|
||
- 先修要求:一定的计算机系统基础,CS106L
|
||
- 编程语言:C++
|
||
- 课程难度:🌟🌟🌟🌟🌟
|
||
- 预计学时:100小时
|
||
|
||
这门课的主讲人之一是网络领域的巨擘[Nick McKeown](http://yuba.stanford.edu/~nickm/index.html)教授。这位拥有自己创业公司的学界业界双巨佬会在他慕课每一章节的最后采访一位业界的高管或者学界的高人,非常开阔眼界。
|
||
|
||
在这门课的Project中,你将用C++循序渐进地搭建出整个TCP/IP协议栈,实现IP路由以及ARP协议,最后利用你自己的协议栈代替Linux Kernel的网络协议栈和其他学生的计算机进行通信,非常amazing!
|
||
|
||
## 课程资源
|
||
- [课程网站](https://cs144.github.io/)
|
||
- [课程视频](https://www.youtube.com/watch?v=r2WZNaFyrbQ&list=PL6RdenZrxrw9inR-IJv-erlOKRHjymxMN)
|
||
- 课程教材:无
|
||
- [课程作业](https://cs144.github.io/):8个Project带你实现整个TCP/IP协议栈
|
||
|
||
## 资源汇总
|
||
我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/CS144-Computer-Network)中。
|
||
|
||
### 一些可以参考的博客
|
||
- [Lexssama's Blogs](https://lexssama.github.io/tags/CS144/)
|
||
- [huangrt01](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/Computer-Networking-Lab-CS144-Stanford.md)
|
||
- [kiprey](https://kiprey.github.io/tags/CS144/)
|
||
- [康宇PL's Blog](https://www.cnblogs.com/kangyupl/p/stanford_cs144_labs.html)
|
||
- [doraemonzzz](http://doraemonzzz.com/tags/CS144/)
|
||
- [ViXbob's libsponge](https://vixbob.moe/25.html)
|
||
- [吃着土豆坐地铁的博客](https://www.epis2048.net/categories/Code/Stanford-CS144/)
|
||
- [Smith](https://www.inlighting.org/archives/2021-cs144-notes/#Lab-4-the-TCP-connection)
|
||
- [PKUFlyingPig](https://github.com/PKUFlyingPig/CS144-Computer-Network)
|
||
- [星遥见](https://www.cnblogs.com/weijunji/tag/CS144/)
|
||
- [EIMadrigal](https://www.cnblogs.com/EIMadrigal/p/15500472.html)
|
||
- [Joey](http://yuzijun.life/2021-02/CS144) |