alex / what-happens-when

An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"
40.11k stars 5.55k forks source link

ARP Process incorrect #263

Open eucariot opened 6 years ago

eucariot commented 6 years ago

Hello. Really enjoyed by this article. But network part contains error. ARP request is broadcast and has ff:ff:ff:ff:ff:ff as Destination MAC. Switch has only option what to do with such packet: broadcast it everywhere. This MAC can't be stored in CAM.

And as for Hub - you can consider it as deprecated. There are no hubs nowadays.

akostadinov commented 6 years ago

Consider writing a pull request.

mallika-b commented 3 years ago

pull request was submitted and approved a few montsh ago, but has yet to be merged: https://github.com/alex/what-happens-when/pull/304