跳转至

网络

Linux network internals

Start learning with basic concepts like Key problems with networking, Network interface card (NIC) device drivers, System initialization, Layer 2 (link-layer) tasks implementation and problems based on these data asked in product based tier etc.

斯坦福大学CS144:计算机网络

这门课的主讲人之一是网络领域的巨擘 Nick McKeown 教授。这位拥有自己创业公司的学界业界双巨佬会在他慕课每一章节的最后采访一位业界的高管或者学界的高人,非常开阔眼界。

在这门课的 Project 中,你将用 C++ 循序渐进地搭建出整个 TCP/IP 协议栈,实现 IP 路由以及 ARP 协议,最后利用你自己的协议栈代替 Linux Kernel 的网络协议栈和其他学生的计算机进行通信,非常 amazing!