Earlier quoted context omitted.
> First, a /16 network is 65536 devices, which is pretty big as-is. "big" is a relative term. For some cases, that's a really annoying restriction. > But it's a bad idea. You will have a shared media that can be brought down by erroneous broadcasts or devices. This is a classic story: https://www.computerworld.com/article/2581420/all-systems-do ... IPv6 doesn't have the concept of "broadcast". > ND doesn't solve it.…
> IPv6 doesn't have the concept of "broadcast". Indeed. It has magic fairies delivering multicast packets to the right interfaces. > No, ND uses multicast. How do you think multicast is implemented in Ethernet?
Via MLD snooping on switches that support it. Yes, some switches will fall back to broadcast, but only if they're not multicast aware.