03-28-2022 12:05 AM
When I use a broadcast IP address, for example 198.255.255.255, what will happen when it gets passed down to the link-layer which will then look for the corresponding MAC address in your ARP table. Does your ARP table have an entry for 198.255.255.255;FF:FF:FF:FF:FF:FF, if not, how can the link-layer know it should use FF:FF:FF:FF:FF:FF as physical address to broadcast it into the subnet?
03-28-2022 12:19 AM
Hope below information helps you :
03-29-2022 12:26 AM
Hello,
interesting question. I did a debug when sending a limited broadcast, and the all 1s broadcast is never matched to a physical MAC address. So it appears to be just an implementation of the TCP stack, all 1s means send to all MAC addresses in the broadcast domain. It is not bound to a 'special' MAC address...
03-29-2022 02:02 AM
- As George said , an ip-broadcast is not a layer2-broadcast, broadcast is done to the targeted ip-subnet-members and or ARP resolved when needed (only).
M.
04-05-2022 07:43 PM
Yes, if that's your network's broadcast address. It will also include an entry for the Limited Broadcast address 255.255.255.255 pertaining to ff-ff-ff-ff-ff-ff.
This is visible if you display your ARP table (arp -a for Windows).
krunker
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide