|
|
|
|
|
by zamadatix
1017 days ago
|
|
It would be nice... if it were actually "real" multicast :). It's instead link-local multicast, which has none of the filtering advantages of traditional IP multicast (i.e. no group joining via IGMP is performed for the switches/routers to be able learn who actually needs to listen) https://community.cisco.com/t5/switching/route-igmp-link-loc... https://community.cisco.com/t5/switching/multicast-on-the-la.... The advantage of link-local multicast over a plain broadcast is it gives a unique address (IP and multicast) so the clients themselves can more easily filter them. That's about it. An mdns aware router just enables MORE flooding to happen (across subnet boundaries, where link-local is not supposed to go). |
|