Address Types: Unicast, Multicast & Anycast

Want to help support this blog? Try out Oh Dear, the best all-in-one monitoring tool for your entire website, co-founded by me (the guy that wrote this blogpost). Start with a 10-day trial, no strings attached.

We offer uptime monitoring, SSL checks, broken links checking, performance & cronjob monitoring, branded status pages & so much more. Try us out today!

Profile image of Mattias Geniar

Mattias Geniar, March 21, 2010

Follow me on Twitter as @mattiasgeniar

IPv6 has three types of addresses: unicast, multicast and anycast.

A unicast address is used to refer to a single host. It is ment to send data to a single destination.

Unicast address

A multicast address can be used to deliver a package to a group of destinations. Any packet sent to a multicast address, will be delivered to every host that has joined that particular group.

Multicast address

Since IPv6 has no support for the broadcast address, any function that used to rely on broadcasts will now be using multicast addresses. This has the great advantage of (ab)using less traffic, as only those hosts that are interested in it, will join that particular multicast group and receive the packets. If the host hasn’t join the group, the packets will be ignored at the hardware level – not asking any resources from the OS.

Multicast addresses are in the range of FF00::/8.

The anycast address is very similar to the multicast address, but packets will be delivered to only one random host, instead of the entire group.

Anycast address

Anycast address don’t have a specific range, as they are exactly the same as regular unicast addresses. This means that a hosts has no way to distinguish a unicast from an anycast address when it sends a packet.



Want to subscribe to the cron.weekly newsletter?

I write a weekly-ish newsletter on Linux, open source & webdevelopment called cron.weekly.

It features the latest news, guides & tutorials and new open source projects. You can sign up via email below.

No spam. Just some good, practical Linux & open source content.