LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

What is multicast addressing?

Multicast is one-to-many: sent to a specific group of receivers who have joined that group — more efficient than sending many unicasts.

Sender delivering one-to-group to three joined group members while a non-joined host is skipped

* Multicast: delivered only to hosts that joined the group. *

A multicast message is sent to a specific group of interested receivers.

Characteristics:

  • One sender, multiple receivers
  • Only group members receive the message
  • More efficient than sending individual unicasts
  • Receivers must "join" the multicast group

Examples:

  • Video streaming to multiple viewers
  • Stock market updates
  • Online gaming (updates to nearby players)

Memory tip: Multicast = "MULTI" (many) - but only interested parties!

Go deeper:

  • doc Multicast — one-to-group delivery and why it scales better than many unicasts.

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