Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?
This is your opportunity to ask questions. No question too simple or too silly.
Culture war topics are accepted, and proposals for a better intro post are appreciated.
Jump in the discussion.
No email address required.
Notes -
Because network communication doesn't always require an IP. Think of the network as different technologies arranged in a stack, each building on the last. Specifically, the stack generally looks like:
Ethernet
IP
TCP/UDP
Other protocols on top that (e.g. HTTP)
For DHCP, your machine broadcasts at the Ethernet level which works based on the MAC addresses baked into every network interface. It receives a reply in the same way. And even once you have an IP address, those IP packets will be riding on top of Ethernet frames which are sent out to the local network in much the same way as DHCP traffic is.
More options
Context Copy link