A broadcast in a computer network is a message that is transmitted to all participants in a network and does not require a response. A computer in a network sends a data packet simultaneously to all other participants in the network. The sender does not have to specify any recipient addresses — this distinguishes the broadcast method from unicast, in which only a single, known recipient is addressed.
The general advantage of a broadcast is that information can be widely distributed and does not have to be transmitted multiple times. To implement the procedure, a special address is required that replaces the respective recipient addresses. This broadcast IP is mainly used when the addresses of the individual network participants are unknown.