{"id":713,"date":"2018-04-16T20:00:13","date_gmt":"2018-04-16T20:00:13","guid":{"rendered":"https:\/\/live-infoblox-blog.pantheonsite.io\/?p=713"},"modified":"2020-05-06T10:27:07","modified_gmt":"2020-05-06T17:27:07","slug":"back-to-basics-the-ipv6-address-types-part-3","status":"publish","type":"post","link":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/","title":{"rendered":"Back to Basics \u2013 The IPv6 Address Types \u2013 part 3"},"content":{"rendered":"<p>It\u2019s been a while since\u00a0<a href=\"\/ipv6-coe\/back-to-basics-the-ipv6-address-types\/\" target=\"_blank\" rel=\"noopener noreferrer\">Part 1<\/a>\u00a0and\u00a0<a href=\"\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-2\/\" target=\"_blank\" rel=\"noopener noreferrer\">Part 2<\/a>\u00a0from the Back to Basics series so let\u2019s complete it with a review of the final address type we\u2019ll cover (and how it used in IPv6): anycast.<\/p>\n<p>As a quick review, the goal of this \u201cback to IPv6 basics\u201d series is to provide a bit more detail on the three main address types in IPv6. They are:<\/p>\n<ul>\n<li>Unicast<\/li>\n<li>Multicast<\/li>\n<li>Anycast<\/li>\n<\/ul>\n<p>Most network operators (Enterprise or Service Provider) who are providing highly-available and\/or distributed services (like DNS or DHCP) are already leveraging anycast, with either IPv4 and\/or IPv6. Anycast is a straight-forward concept but sometimes there are some implementation challenges that go hand-in-hand with routing protocols (around convergence). Because of this, it is useful to review how anycast can be leveraged. The great news is that anycast functions the same for IPv6 as for IPv4, making adopting and use of IPv6 anycast a breeze for anyone who has done it in IPv4 already.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-714\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/back-to-basics-part-3-anycast-network.png\" alt=\"Anycast Network\" width=\"400\" height=\"391\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/back-to-basics-part-3-anycast-network.png 400w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/back-to-basics-part-3-anycast-network-300x293.png 300w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-715\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/back-to-basics-part-3-anycast-with-failure.png\" alt=\"Anycast Network with Failure\" width=\"400\" height=\"375\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/back-to-basics-part-3-anycast-with-failure.png 400w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/back-to-basics-part-3-anycast-with-failure-300x281.png 300w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\" \/><\/p>\n<p>Anycast is an odd address type because there is no obvious way to tell an anycast address from a unicast address. A unicast address is defined as a single unique address per network interface but an anycast address defines a group of network interfaces with the same shared address. With IPv6, because we can have multiple addresses per interface the anycast definition becomes even more convoluted. It may seem counter-intuitive and a violation of the address uniqueness requirements to have a single address used by multiple interfaces, but trust me, it works. \u00a0Any address within the\u00a0<a href=\"https:\/\/www.iana.org\/assignments\/ipv6-unicast-address-assignments\/ipv6-unicast-address-assignments.xhtml\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">IPv6 Global Unicast Address<\/a>\u00a0(GUA) address ranges may be used as an anycast address.<\/p>\n<p>Reachability to a given anycast address is handled by routing protocols. The multiple interfaces that are configured with the anycast address use a dynamic routing protocol like OSPF or BGP to advertise the \/32 (for IPv4) and the \/128 (for IPv6) host route. \u00a0The usage goal of making the anycast address available to a resource from the \u201cclosest\u201d routing location. The user of the anycast service communicates with the anycast address that is nearest. If any of the anycast nodes fails, then the route is withdrawn, the routing tables converge, and the users communicate with their new \u201cnearest\u201d anycast address. \u00a0There is no functional implementation difference for anycast in IPv4 compared to IPv6.<\/p>\n<p>There are a handful of Internet services that leverage anycast to make it easier to remember a specific service offering. Some of the more famous anycast addresses that people might know include:<\/p>\n<p>8.8.8.8 \u2013 Google\u2019s IPv4 public DNS server<\/p>\n<p>8.8.4.4 \u2013 Google\u2019s IPv4 public DNS server<\/p>\n<p>2001:4860:4860::8888 \u2013 Google\u2019s IPv6 public DNS server<\/p>\n<p>2001:4860:4860::8844 \u2013 Google\u2019s IPv6 public DNS server<\/p>\n<p>207.171.17.0\/24 \u2013 pool.ntp.org anycast range<\/p>\n<p>2620:101:d007::\/48 \u2013 IPv6 pool.ntp.org anycast range<\/p>\n<p>1.1.1.1 \u2013 Cloudflare\u2019s IPv4 public DNS server<\/p>\n<p>1.0.0.1 \u2013 Cloudflare\u2019s IPv4 public DNS server<\/p>\n<p>2606:4700:4700::1111 &#8211; Cloudflare\u2019s IPv6 public DNS server<\/p>\n<p>2606:4700:4700::1001 &#8211; Cloudflare\u2019s IPv6 public DNS server<\/p>\n<p>It is most common to see DNS and NTP services using anycast for their public Internet presence but there are other services that might leverage anycast. The thirteen\u00a0<a href=\"https:\/\/www.iana.org\/domains\/root\/servers\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">root name servers<\/a>\u00a0all use anycast addresses. \u00a0Email, SIP gateways, websites, VPN gateways, and more specialized services may take advantage of anycast but you would have no idea they are doing it unless you spend some time doing packet analysis. And really, that is the point. You don\u2019t need to know that a service is leveraging anycast, it should look and function like unicast as far as the consumer of the anycast service is aware.<\/p>\n<p>So what structural advantage do operators get by setting up anycast? Really there are two. The first is simplification for consumers of a service in remembering the IPv4 or IPv6 address. This isn\u2019t as much of a concern since DNS is such a fundamental service for the Internet. But at some point, a basic DNS resolver must be provided to a host. With DHCP you get that information automatically and at this point that is the same model for DHCPv6 and now for SLAAC with\u00a0<a href=\"https:\/\/tools.ietf.org\/html\/rfc8016\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RFC 8016<\/a>\u00a0(Mobility with Traversal Using Relays around NAT (TURN)). The second advantage is solving the high availability problem without having to modify every endpoint about where the service is running. This is the primary reason operators deploy and use anycast for both IPv4 and IPv6. So anycast helps meet high-availability design requirements in a very simple and scalable way.<\/p>\n<p>In an enterprise network, anycast solves the high availability issue for DNS, DHCP and NTP and may be leveraged for more services than those core fundamental ones. Depending on the design, the anycast services might be geographically bound to help ensure isolation of services if needed. At other times, the design might be truly global and used to provide highly available services regardless of location in the network. The use cases vary depending on security or business needs but the nice thing is anycast isn\u2019t the limiting factor in the design decision. The only limit is how many anycast networks you want to advertise in your network but with the limitation that the anycast network must meet the minimum smallest routable block (IPv4 or IPv6) that is accepted into the\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/Default-free_zone\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">default free-zone<\/a>.<\/p>\n<p>So that is it, the brief look at IPv6 anycast. It is a super useful address type that is likely completely unknown to the majority of people using it. It quietly solves the high availability problem for lots of operators and is used by everyone on the Internet. So thank you anycast!<\/p>\n<p>You can find me on twitter as\u00a0<a href=\"https:\/\/twitter.com\/ehorley\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">@ehorley<\/a>\u00a0and remember\u2026<\/p>\n<p>IPv6 is the future and the future is now!<\/p>\n<p>&#8211; Ed<\/p>\n<p>Ed Horley\u00a0<a href=\"https:\/\/twitter.com\/scotthogg\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">(<\/a><a title=\"Twitter - Ed Horley\" href=\"https:\/\/twitter.com\/ehorley\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">@ehorley<\/a>) is CEO of\u00a0<a title=\"HexaBuild.io\" href=\"https:\/\/hexabuild.io\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">HexaBuild.io<\/a>, an IPv6 consulting and training company.\u00a0 Ed is Co-chair of the California IPv6 Task Force (<a title=\"CAv6TF\" href=\"https:\/\/www.cav6tf.org\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">CAv6TF<\/a>) and authored the Apress Press book on\u00a0<a href=\"https:\/\/www.apress.com\/gp\/book\/9781430263708\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Practical IPv6 for Windows Administrators<\/a>.\u00a0 Follow HexaBuild on\u00a0<a href=\"https:\/\/twitter.com\/hexabuild\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Twitter<\/a>\u00a0and\u00a0<a href=\"https:\/\/www.linkedin.com\/company\/hexabuild\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">LinkedIn<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It\u2019s been a while since\u00a0Part 1\u00a0and\u00a0Part 2\u00a0from the Back to Basics series so let\u2019s complete it with a review of the final address type we\u2019ll cover (and how it used in IPv6): anycast. As a quick review, the goal of this \u201cback to IPv6 basics\u201d series is to provide a bit more detail on the [&hellip;]<\/p>\n","protected":false},"author":323,"featured_media":716,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[17],"tags":[38],"class_list":{"0":"post-713","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ipv6-coe","8":"tag-ipv6","9":"entry"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Back to Basics \u2013 The IPv6 Address Types \u2013 part 3<\/title>\n<meta name=\"description\" content=\"It\u2019s been a while since Part 1 and Part 2 from the Back to Basics series so let\u2019s complete it with a review of the final address type we\u2019ll cover (and how it used in IPv6): anycast.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Back to Basics \u2013 The IPv6 Address Types \u2013 part 3\" \/>\n<meta property=\"og:description\" content=\"It\u2019s been a while since Part 1 and Part 2 from the Back to Basics series so let\u2019s complete it with a review of the final address type we\u2019ll cover (and how it used in IPv6): anycast.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/\" \/>\n<meta property=\"og:site_name\" content=\"Infoblox Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-04-16T20:00:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-06T17:27:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/ipv6-banner-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"413\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ed Horley\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ed Horley\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/back-to-basics-the-ipv6-address-types-part-3\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/back-to-basics-the-ipv6-address-types-part-3\\\/\"},\"author\":{\"name\":\"Ed Horley\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/b09ec2fd0a273ea1cb94ae2fd98232f9\"},\"headline\":\"Back to Basics \u2013 The IPv6 Address Types \u2013 part 3\",\"datePublished\":\"2018-04-16T20:00:13+00:00\",\"dateModified\":\"2020-05-06T17:27:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/back-to-basics-the-ipv6-address-types-part-3\\\/\"},\"wordCount\":986,\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/back-to-basics-the-ipv6-address-types-part-3\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/ipv6-banner-1.jpg\",\"keywords\":[\"IPv6\"],\"articleSection\":[\"IPv6 CoE\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/back-to-basics-the-ipv6-address-types-part-3\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/back-to-basics-the-ipv6-address-types-part-3\\\/\",\"name\":\"Back to Basics \u2013 The IPv6 Address Types \u2013 part 3\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/back-to-basics-the-ipv6-address-types-part-3\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/back-to-basics-the-ipv6-address-types-part-3\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/ipv6-banner-1.jpg\",\"datePublished\":\"2018-04-16T20:00:13+00:00\",\"dateModified\":\"2020-05-06T17:27:07+00:00\",\"description\":\"It\u2019s been a while since Part 1 and Part 2 from the Back to Basics series so let\u2019s complete it with a review of the final address type we\u2019ll cover (and how it used in IPv6): anycast.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/back-to-basics-the-ipv6-address-types-part-3\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/back-to-basics-the-ipv6-address-types-part-3\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/back-to-basics-the-ipv6-address-types-part-3\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/ipv6-banner-1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/ipv6-banner-1.jpg\",\"width\":600,\"height\":413},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/back-to-basics-the-ipv6-address-types-part-3\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IPv6 CoE\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/category\\\/ipv6-coe\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Back to Basics \u2013 The IPv6 Address Types \u2013 part 3\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"name\":\"infoblox.com\\\/blog\\\/\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\",\"name\":\"Infoblox\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"width\":137,\"height\":30,\"caption\":\"Infoblox\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/b09ec2fd0a273ea1cb94ae2fd98232f9\",\"name\":\"Ed Horley\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/blog-ed-horley-96x96.jpg\",\"url\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/blog-ed-horley-96x96.jpg\",\"contentUrl\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/blog-ed-horley-96x96.jpg\",\"caption\":\"Ed Horley\"},\"description\":\"Ed Horley (@ehorley) is a Co-founder and CEO of HexaBuild.io, an IPv6 consulting and training company. Ed is Co-chair of the California IPv6 Task Force (CAv6TF) and authored the Apress Press book Practical IPv6 for Windows Administrators and two IPv6 courses on Pluralsight. He is also the co-host of the IPv6 Buzz Podcast on the PacketPushers. Follow HexaBuild on Twitter and LinkedIn and let us help you advance cloud, IoT and security with IPv6!\",\"sameAs\":[\"https:\\\/\\\/hexabuild.io\"],\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/author\\\/ed-horley\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Back to Basics \u2013 The IPv6 Address Types \u2013 part 3","description":"It\u2019s been a while since Part 1 and Part 2 from the Back to Basics series so let\u2019s complete it with a review of the final address type we\u2019ll cover (and how it used in IPv6): anycast.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/","og_locale":"en_US","og_type":"article","og_title":"Back to Basics \u2013 The IPv6 Address Types \u2013 part 3","og_description":"It\u2019s been a while since Part 1 and Part 2 from the Back to Basics series so let\u2019s complete it with a review of the final address type we\u2019ll cover (and how it used in IPv6): anycast.","og_url":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/","og_site_name":"Infoblox Blog","article_published_time":"2018-04-16T20:00:13+00:00","article_modified_time":"2020-05-06T17:27:07+00:00","og_image":[{"width":600,"height":413,"url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/ipv6-banner-1.jpg","type":"image\/jpeg"}],"author":"Ed Horley","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ed Horley","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/#article","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/"},"author":{"name":"Ed Horley","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/b09ec2fd0a273ea1cb94ae2fd98232f9"},"headline":"Back to Basics \u2013 The IPv6 Address Types \u2013 part 3","datePublished":"2018-04-16T20:00:13+00:00","dateModified":"2020-05-06T17:27:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/"},"wordCount":986,"publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/ipv6-banner-1.jpg","keywords":["IPv6"],"articleSection":["IPv6 CoE"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/","url":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/","name":"Back to Basics \u2013 The IPv6 Address Types \u2013 part 3","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/#primaryimage"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/ipv6-banner-1.jpg","datePublished":"2018-04-16T20:00:13+00:00","dateModified":"2020-05-06T17:27:07+00:00","description":"It\u2019s been a while since Part 1 and Part 2 from the Back to Basics series so let\u2019s complete it with a review of the final address type we\u2019ll cover (and how it used in IPv6): anycast.","breadcrumb":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/#primaryimage","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/ipv6-banner-1.jpg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/ipv6-banner-1.jpg","width":600,"height":413},{"@type":"BreadcrumbList","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/back-to-basics-the-ipv6-address-types-part-3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infoblox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"IPv6 CoE","item":"https:\/\/www.infoblox.com\/blog\/category\/ipv6-coe\/"},{"@type":"ListItem","position":3,"name":"Back to Basics \u2013 The IPv6 Address Types \u2013 part 3"}]},{"@type":"WebSite","@id":"https:\/\/www.infoblox.com\/blog\/#website","url":"https:\/\/www.infoblox.com\/blog\/","name":"infoblox.com\/blog\/","description":"","publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.infoblox.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.infoblox.com\/blog\/#organization","name":"Infoblox","url":"https:\/\/www.infoblox.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","width":137,"height":30,"caption":"Infoblox"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/b09ec2fd0a273ea1cb94ae2fd98232f9","name":"Ed Horley","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/blog-ed-horley-96x96.jpg","url":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/blog-ed-horley-96x96.jpg","contentUrl":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/blog-ed-horley-96x96.jpg","caption":"Ed Horley"},"description":"Ed Horley (@ehorley) is a Co-founder and CEO of HexaBuild.io, an IPv6 consulting and training company. Ed is Co-chair of the California IPv6 Task Force (CAv6TF) and authored the Apress Press book Practical IPv6 for Windows Administrators and two IPv6 courses on Pluralsight. He is also the co-host of the IPv6 Buzz Podcast on the PacketPushers. Follow HexaBuild on Twitter and LinkedIn and let us help you advance cloud, IoT and security with IPv6!","sameAs":["https:\/\/hexabuild.io"],"url":"https:\/\/www.infoblox.com\/blog\/author\/ed-horley\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/713","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/users\/323"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/comments?post=713"}],"version-history":[{"count":2,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/713\/revisions"}],"predecessor-version":[{"id":3659,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/713\/revisions\/3659"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media\/716"}],"wp:attachment":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media?parent=713"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/categories?post=713"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/tags?post=713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}