Routing Theory
IPv6 Addressing
IPv6 Addressing
  • Introduction
  • Addresses
  • Addressing Model
    • GUA
    • Link Local
    • Site Local
    • ULA
    • Anycast
    • Multicast
      • Solicited Node Multicast Address
  • Subnetting
    • Example
  • The last 64 bits
  • Routing Protocols
Powered by GitBook
On this page
  1. Addressing Model

Anycast

An anycast address is a global unicast address assigned to a set of interfaces, typically on different nodes. IPv6 anycast is used for a network multi-homed to several ISPs that have multiple connections to each other

  • One-to-nearest (allocated from unicast address space)

  • Multiple devices share the same address

  • All anycast nodes should provide uniform service

  • Source devices send packets to anycast address

  • Routers decide on closest device to reach that destination

  • Suitable for load balancing and content delivery services

PreviousULANextMulticast

Last updated 1 year ago