12

If a wireless modem router has the option Allow multicast from Broadband Network, what does this mean exactly?

What risks are there to leaving it enabled and why would you have it enabled?

I understand that a broadcast is sending a packet to every device on the network and a multicast is send a packet to a specified set of addresses. A multicast packet can cross routers whereas a broadcast cannot although I don't quite understand how these "set of addresses are specified"

3 Answers3

8

IP multicast is a method by which data can be broadcasted to a select group of hosts using a single transmission. These days, it's primarily used for IPTV and satellite connections. In theory, it could be used for any kind of streaming broadcast-type media (e.g. internet TV, internet radio, teleconferencing, and other Video-over-IP applications), and the more hosts on a network that subscribe to a multicast stream, the more efficient it becomes.

However, the only consumer-level implementation of it that I know of is IPTV. In this case, the user's set-top box is the multicast/IGMP client, and their home router would be the multicast/IGMP router. If you only have a single set-top box, I don't think you need it enabled, but if you have more than one, then it allows the upstream server to send only one transmission to your router to serve all of your set-top boxes. So if you had 4 set-top boxes at home, and each set-top box was turned onto the same channel, you could reduce the total bandwidth usage by 75%.

The nice thing about multicast vs. broadcast is that the multicast router knows to send out each multicast transmission only to the devices that have subscribed to it. So your LAN won't be flooded with useless broadcast traffic.

There aren't really any risks to leaving it enabled. But for now you're not likely to get any benefit from it unless your home/office is subscribed to IPTV or some other IP multicast service.

2

I just found a reason to activate that option even for domestic use. Hosts on the wireless and cable interfaces will not see IGMP requests to 224.0.0.1 although they are all assigned to the same network segment.

When that option was activated then Wuala, on Laptop connected through WIFI, found the NAS connected in the gigabit ethernet port. I guess that the complex configuration of briges changes with this configuration.

m4ktub
  • 121
0

Unless the broadband side is a larger network, turn it off. Multicast is used in specific situations to let multiple clients receive a packet without having to explicitly send it to each IP address.