Menu
What is IPv6 Anycast Routing?

First a review of the other addressing modes.

Unicast addressing

Unicast (one-to-one) - Data is sent from one unique host to another unique host. There is only one sender, and one receiver. This is the most common case.

Broadcast addressing

Broadcast (one-to-all) - Data is sent from one unique host and a copy of that data will be forwarded to all other hosts in a given scope. There is only one sender and the data is sent only once. But the data is delivered to all devices in the broadcast domain (i.e. physical network, vlan etc.).

Multicast addressing

Multicast (one-to-many) - Data is sent from one unique host to a specific group of devices on the network. Devices interested in a particular Multicast traffic must join that Multicast group to receive the traffic. An example of multicast traffic is a single host sending a video stream. That host sends only one copy of each packet whether 1 or 100 hosts join the group and whether those hosts are on the same local network or spread across a larger routed network.

Anycast addressing

Anycast From a network perspective the connection looks like a unicast - one unique host sending to another. The difference is that the target address actually exists in multiple places. When the given host sends a packet to this address it will follow the shortest route as defined by the routing protocols. If that fails then that route is removed and packets will be sent to the next shortest route. Anycasting is commonly used to to solve the load balance problem.


Learn more at amazon.com

More Networking Basics:
• Network Administrator Street Smarts: A Real World Guide to CompTIA Network+ Skills
• What is the Internet of Things?
• Network Servers
• A Complete Explanation of Cloud Computing
• What is IPv6 Anycast Routing?
• What Routers Do
• Web Server
• Create a Peer-to-peer Network
• What is Microsoft Azure?
• Virtualization For Dummies Cheat Sheet