In general, to broadcast
information is to transmit it to many receivers. For example, a radio
station broadcasts a signal to many listeners, and digital TV
subscribers receive a signal that is broadcast by their TV provider.
In computer networking, broadcasting is the process of sending data packets to multiple recipients all at once. For instance, a local area network can be configured so that any device on the network can broadcast a message to all the others.
When a networked device wants to broadcast, it transmits a data packet to the network's broadcast address. The network hardware, such as routers or switches, does the work of sending the packet to every other device in the group. The group of eligible devices is called a broadcast domain.
This type of communication is also called all-to-all, because every device can transmit a message simultaneously to every other device.
Broadcast networking is supported by IPv4, the network protocol used by most of today's Internet. However, the newer IPv6 protocol deprecates broadcasting in favor of multicasting.
Broadcasting is one of the five major techniques for routing computer network traffic. The others are unicast, multicast, anycast, and geocast.
Wi-Fi networks announce themselves to all nearby wireless devices by broadcasting their SSID.
By broadcasting the SSID it makes it easier for wireless devices to
find a nearby network. It's the reason you see your neighbor's Wi-Fi
network name when your device scans for an access point.
Comments
Post a Comment