cs-self-learning/docs/计算机网络/topdown.md
2021-12-10 00:24:25 +08:00

18 lines
No EOL
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Computer Networking: A Top-Down Approach
## 课程简介
- 所属大学:马萨诸塞大学
- 先修要求:有一定的计算机系统基础
- 编程语言:无
- 课程难度:🌟🌟🌟
- 预计学时40小时
《自顶向下方法》是计算机网络领域的一本经典教材两位作者Jim Kurose和Keith Ross精心制作了教材配套的课程网站并且公开了自己录制的网课视频交互式的在线章节测试以及利用wireshark进行抓包分析的lab。唯一遗憾的是这门课并没有硬核的编程作业而Stanford的[CS144](./CS144.md)能很好地弥补这一点。
## 课程资源
- [课程网站](https://gaia.cs.umass.edu/kurose_ross/index.php)
- [课程视频](https://gaia.cs.umass.edu/kurose_ross/lectures.php)
- 课程教材Computer Networking: A Top-Down Approach
- [课程作业](https://gaia.cs.umass.edu/kurose_ross/wireshark.php)
## 资源汇总
我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/Computer-Network-A-Top-Down-Approach)中。