[New Course] Add USTC Computer Networking: A Top-Down Approach (#195)

[New Course] Add USTC Computer Networking: A Top-Down Approach (#195)
This commit is contained in:
flyingpig 2022-08-04 21:22:31 +08:00 committed by GitHub
commit 86aede4a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# USTC Computer Networking:A Top-Down Approach
## 课程简介
- 所属大学:中国科学技术大学
- 授课教师:郑烇、杨坚
- 先修要求:操作系统(非必需)
- 编程语言:无
- 课程难度:🌟🌟🌟
- 预计学时40 小时
这门课应该是中文互联网上比较火的计算机网络课了,教材采用神书计算机网络(自顶向下方法),授课风格更偏向实际而非纯理论(**强烈建议**先阅读教材预习再看课,否则上课时*可能*会有些懵圈)。
课程内容包括**大部分**自顶向下方法里的内容,同时**涵盖**考试内容,可放心观看。
课程视频是郑烇老师本人在哔哩哔哩上上传的且从2020年至今一直坚持在评论区答疑属实负责且认真。
## 课程资源
- 课程网站:<http://staff.ustc.edu.cn/~qzheng/teaching.html>
- 课程视频:<https://www.bilibili.com/video/BV1JV411t7ow/>
- 课程教材:计算机网络(自顶向下方法 第7版机械工业出版社2016
## 资源汇总
课程课件:<http://staff.ustc.edu.cn/~qzheng/cn.zip>
## 备注
根据[USTC评课社区](https://icourse.club/course/6266/)里对该课的评价,该课有实验且有一半课会点名,科大学生慎选。

View File

@ -135,6 +135,7 @@ nav:
- "UCB CS161: Computer Security": "系统安全/CS161.md"
- "MIT 6.858: Computer System Security": "系统安全/MIT6.858.md"
- 计算机网络:
- "USTC Computer Networking:A Top-Down Approach": "计算机网络/topdown_ustc.md"
- "Computer Networking: A Top-Down Approach": "计算机网络/topdown.md"
- "Stanford CS144: Computer Network": "计算机网络/CS144.md"
- 数据库系统: