mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-26 03:17:01 +08:00
1.8 KiB
1.8 KiB
CS144: Computer Network
Introduction
- Offered by: Stanford
- Prerequisites: Computer System Fundamentals, CS106L
- Programming Language: C++
- Difficulty: 🌟🌟🌟🌟🌟
- Class Hour: 100 hours
One of the lecturers of this course is Professor Nick McKeown, a giant in the field of Networking. At the end of each chapter of MOOC, he will interview an executive in the industry or an expert in the academia, which can certainly broadens your horizons.
In the projects, you will use C++ to build the entire TCP/IP protocol step by step, implement IP router and ARP protocol, and finally use your own protocol stack to replace the protocol stack in Linux Kernel to communicate with your classmates, which is really amazing and exciting.
Resources
- Website: https://cs144.github.io/
- Video: https://www.youtube.com/watch?v=r2WZNaFyrbQ&list=PL6RdenZrxrw9inR-IJv-erlOKRHjymxMN
- Textbook: None
- Assignments: https://cs144.github.io/