Understanding Broadcast Address in Networking

broadcastlayer2layer3

Please validate my understanding for the following points with regard to broadcast address:

1.Broadcast address is relative to a network, so every n/w will have it's own broadcast adress(I can obtain the broadcast address, by replacing all the n/w bits to 1)

2.When the destination IP address is a broadcast address,the router will send out the packet(by replicating it) out of all available interfaces. That means, if a router has interface f0/1 , f0/2 and f0/3 –then 3 packets will be sent out(each being sent out of one of the interfaces)

3.A frame with destination layer 2 broadcast address ( FF:FF:FF:FF:FF:FF) is sent to all the devices in the SAME LAN

Best Answer

I can obtain the broadcast address, by replacing all the n/w bits to 1)

Actually you set the host bits to 1, not the network bits.

Your other points are OK.