[TRANSLATION] translate CS144.md

This commit is contained in:
clingfei 2022-09-22 12:18:00 +08:00
parent eef36b9374
commit 8cabee7317

View file

@ -8,16 +8,16 @@
- Difficulty: 🌟🌟🌟🌟🌟 - Difficulty: 🌟🌟🌟🌟🌟
- Class Hour: 100 hours - Class Hour: 100 hours
One of the lecturers of this course is Professor [Nick McKeown](http://yuba.stanford.edu/~nickm/index.html), 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. One of the lecturers of this course is Professor [Nick McKeown](http://yuba.stanford.edu/~nickm/index.html), 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 broaden 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. In the projects, you will use C++ to build the entire TCP/IP protocol stack, the IP router, and the ARP protocol step by step from scratch. Finally, you will replace Linux Kernel's protocol stack with your own and use socket programming to communicate with your classmates, which is really amazing and exciting.
## Resources ## Resources
- Website: https://cs144.github.io/ - Course Website: <https://cs144.github.io/>
- Video: https://www.youtube.com/watch?v=r2WZNaFyrbQ&list=PL6RdenZrxrw9inR-IJv-erlOKRHjymxMN - Video: <https://www.youtube.com/watch?v=r2WZNaFyrbQ&list=PL6RdenZrxrw9inR-IJv-erlOKRHjymxMN>
- Textbook: None - Textbook: None
- Assignments: <https://cs144.github.io/> - Assignments: refer to the course website
## Reference ## Reference