在之前的文章中,已经介绍过很多次 ECMP 了,它的原理非常简单:在路由协议中,如果下一跳有多个路径可以选择, […]
Continue reading…
网络
iptables 拦截 bridge 包的问题排查
最近排查的一个网络问题,两个 IP 之间的网络不通,经过在 Linux 上一个一个 interface 上抓包 […]
Continue reading…
ARP Flux 问题和解决方法
我们写程序不需要写 ARP request 和 response 相关的逻辑,因为这部分是操作系统帮我们做的。 […]
Continue reading…
特殊的 ARP 用法:Gratuitous ARP, ARP Probe 和 ARP Announce
在 Ethernet 环境中,所有的数据最终都要以二层 Ethernet Frame 的形式发送,要添加 Sr […]
Continue reading…
Google 的十年五代网络架构
一个数据中心有一万台机器,如何将这些机器连接起来? 最直观的方式是在每一个 Rack (机柜)上放一个交换机 […]
Continue reading…