In computer networking, a broadcast address is an IP address that allows information to be sent to all machines on a given subnet rather than a specific machine. The exact notation can vary by operating system, but the standard is laid out in RFC 919.Generally, the broadcast address is found by taking the bit complement of the subnet mask and then OR-ing it bitwise with the IP address. Example: to broadcast a packet to an entire class B subnet using a private IP address space, the broadcast address would be 172.16.255.255.
See more at Wikipedia.org...