What is the meaning of 'brd'?

0238

In the output of the ip addr show command, brd stands for "broadcast." It indicates the broadcast address for the network interface.

Explanation:

  • The broadcast address is used to send data packets to all devices on a specific network segment.
  • For example, in the output inet 192.168.1.10/24 brd 192.168.1.255, the broadcast address 192.168.1.255 allows packets to be sent to all devices within the 192.168.1.0/24 subnet.

If you have more questions or need further clarification, feel free to ask!

0 Comments

no data
Be the first to share your comment!