Skip to main content

Broadcast

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.
Diagram of a network broadcastWhen 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.
Illustration of Wi-Fi router broadcasting its SSID 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

Popular posts from this blog

Top 3 Virtualization Technology in world

  VMware Find a major data center anywhere in the world that doesn't use VMware, and then pat yourself on the back because you've found one of the few. VMware dominates the server virtualization market. Its domination doesn't stop with its commercial product, VMware vSphere. VMware also dominates the desktop-level virtualization market and perhaps even the free server virtualization market with its VMware Server product. VMware remains in the dominant spot due to its innovations, strategic partnerships and rock-solid products     Microsoft Microsoft came up with the only non-Linux hypervisor, Hyper-V, to compete in a tight server virtualization market that VMware currently dominates. Not easily outdone in the data center space, Microsoft offers attractive licensing for its Hyper-V product and the operating systems that live on it. For all Microsoft shops, Hyper-V is a viable solution that has only gotten more competitive in the virtualization space w...

Facebook wants your nude photos to fight revenge porn

he program asks those who fear their intimate photos may be shared on Facebook, Instagram or Messenger to send the photos to Facebook's special team for review. The special team "creates a human-unreadable, numerical fingerprint of it" and stores it as a "photo hash" to prevent someone from uploading the photo in the future. Like all photos, the image will be cross-examined in a database of "photo hashes" and if it matches a flagged photo, Facebook will prevent it from being posted or shared. The pilot program is limited to Australia. To minimize confusion,  Facebook explained how the program works : Australians can complete an online form on the eSafety Commissioner’s official website. To establish which image is of concern, people will be asked to send the image to themselves on Messenger. The eSafety Commissioner’s o...

Top Web Development Frameworks

As web development specialists, we did a thorough research at ValueCoders and shortlisted the top 10 frameworks. Let's start with AngularJS.   AngularJS If you are familiar with the latest web development technologies, then AngularJS is a familiar name to you. Angular is a JavaScript open-source framework which was designed particularly for single-page web applications using an MVC architectural pattern. It is not a full-stack, but a front-end framework dealing basically with your web pages. After the release of Angular 2, a complete revamp of the first version, this framework created a lot of hype. Now, they have come up with Angular 4 (skipping 3) and that's even better. Due to these constant upgrades, this Google product deserves to stay in the top web development framework's list and should be considered as a crucial part of your next web development project.  2) Laravel When we talk about backend web development frameworks, Laravel comes up ...