LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

Why doesn't IPv6 have broadcast?

IPv6 dropped broadcast because it forces every host to process packets it may not care about; instead it uses multicast (for groups, including all-nodes/all-routers) and anycast.

Broadcast (removed in IPv6 because it forces all hosts to process) replaced by multicast (all-nodes/all-routers groups) and anycast (nearest instance)

* IPv6 replaces broadcast with targeted multicast groups plus anycast. *

Instead, IPv6 uses:

IPv6 Alternative Purpose
Multicast For group communication
Anycast For nearest server communication

Problems with broadcast:

  • Forces ALL devices to process the packet
  • Wastes CPU on uninterested hosts
  • Doesn't scale well in large networks

IPv6 solution:

  • Use multicast for "everyone" scenarios
  • Specific multicast groups (all-nodes, all-routers)
  • More efficient network utilization

Memory tip: IPv6 said "No more shouting at everyone!" - use targeted groups instead.

Go deeper:

From Quiz: NETW1 / Protocols and Models | Updated: Jul 14, 2026