{"id":25872,"date":"2024-05-08T22:01:24","date_gmt":"2024-05-08T22:01:24","guid":{"rendered":"https:\/\/blog.lacnic.net\/?p=25872"},"modified":"2024-09-23T15:38:19","modified_gmt":"2024-09-23T15:38:19","slug":"measuring-anycast-prefix-response-times","status":"publish","type":"post","link":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/","title":{"rendered":"Measuring Anycast Prefix Response Times"},"content":{"rendered":"\n<p>By <a href=\"https:\/\/blog.lacnic.net\/en\/author\/tomas-lynch\">Tomas Lynch<\/a>, Senior Network Architect at Vultr<\/p>\n\n\n\n<p>How do we know if a prefix we are propagating from different points is considered the best route by other networks? Let&#8217;s begin by analyzing what constitutes the best route to a prefix. For me, and I assume for everyone else, it&#8217;s the route with the shortest response time and zero packet loss.<\/p>\n\n\n\n<p>If the route is unique, there&#8217;s not much we can do \u2014 it will be the best even if it is a high-latency route. For a network propagated from a single point, or unicast prefix, there won&#8217;t be many options to choose from. However, determining the best route for a prefix propagated from different points, known as anycast networks, can be quite a challenge.<\/p>\n\n\n\n<p>This challenge has existed since the early days of the Internet. The Internet is a topological, not a geographic network. To go from one city to another, packets don&#8217;t usually take the shortest physical path, but are routed through a series of interconnections between various networks. Let&#8217;s take a look at the following image of an imaginary country called Charlesland.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" width=\"1024\" height=\"973\" src=\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/fig1-midiendo-el-tiempo-de-respuesta-de-prefijos-anycast-1024x973.png\" alt=\"\" class=\"wp-image-25866\" style=\"width:400px\" srcset=\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/fig1-midiendo-el-tiempo-de-respuesta-de-prefijos-anycast-1024x973.png 1024w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/fig1-midiendo-el-tiempo-de-respuesta-de-prefijos-anycast-300x285.png 300w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/fig1-midiendo-el-tiempo-de-respuesta-de-prefijos-anycast-347x330.png 347w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/fig1-midiendo-el-tiempo-de-respuesta-de-prefijos-anycast-768x730.png 768w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/fig1-midiendo-el-tiempo-de-respuesta-de-prefijos-anycast.png 1160w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Despite complaints from the residents of City D about response times being twice as long as those in City A, King Charles II of Charlesland decreed that the seat of power would remain in City A, and that all internet links should pass through A. All jokes aside, this situation is quite common within real countries and even more so between different countries, especially when the primary service provider is also a customer of other providers. Considering that networks can use various BGP attributes to decide the best route to an anycast prefix, a network might select the one with the longest response time. This can create latency issues that are difficult to solve without knowing what is going on at the other end.<\/p>\n\n\n\n<p>During LACNIC41, I presented <a href=\"https:\/\/lacnic41.lacnic.net\/es\/programa\/agenda\/foro-tecnico-de-lacnic?day=07\/05\/2024\" target=\"_blank\" rel=\"noreferrer noopener\">Measuring Anycast Prefix Latency with NLNOG Ring<\/a>, where I sought to address the problem of sub-optimal routes and understand why they happen, as well as what we can do to influence route selection by third-party networks. To do so, I shared a very useful tool that anyone can use: the <a href=\"https:\/\/ring.nlnog.net\/\" target=\"_blank\" rel=\"noreferrer noopener\">Ring de NLNOG<\/a> project.<\/p>\n\n\n\n<p>How often have we reached out to friends and colleagues asking for a ping from their networks to our prefix to measure latency? How often have we decided <strong>not<\/strong> to reach out to them, not wanting to inconvenience them? The idea behind the Ring project is simple: if you allow us to access a physical or virtual machine on your network, we will allow you to access ours.<\/p>\n\n\n\n<p>We will have root access to these machines and will be able to conduct a variety of tests such as ping, mtr, ssh, scp, and more, just as if we were using our own machines. We will also be able to generate simple commands from a group or from all the machines. The following is an example of a ping from 10 Ring member machines to a simulated anycast prefix:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ ring-ping -n 10 -v -i 2001:db8::1\n\nhostuniversal07: 36.754 &#91; Australia - AS136557 ]\nvultr13:         0.230  &#91; Mexico - AS20473 ]\nisc01:           9.261  &#91; United States - AS1280 ]\ncdw03:           10.451 &#91; Minnesota, United States - AS3599 ]\nkamel01:         1.057  &#91; Sweden - AS213113 ]\nkviknet01:       10.753 &#91; Denmark - AS204151 ]\ngrenode01:       9.699  &#91; France - AS51083 ]\nleaseweb02:      0.630  &#91; Netherlands - AS60781 ]\nfnutt01:         8.795  &#91; Norway - AS57381 ]\ninberlin01.ring.nlnog.net: timeout\n\n9 servers: 9.74ms average 9.26ms median\n1 unreachable via: inberlin01.ring.nlnog.net\n<\/code><\/pre>\n\n\n\n<p>The ring-ping command is used to generate pings from several machines to a specific IP address. In this case, the ping is generated on 10 random servers to 2001:db8::1. Based on our presence in each country, we can tell whether the latency is adequate. For example, if we don&#8217;t have presence in Denmark but we do have presence somewhere in Europe, a 10-millisecond latency would be appropriate. Likewise, if we have presence in Australia, depending on the city, those 36 milliseconds could serve as an alarm, prompting us to find out how AS136557 reaches our DNS. This can be done simply by accessing \u201chostuniversal07\u201d and running an mtr to addresses that are part of our anycast prefixes.<\/p>\n\n\n\n<p>In other words, the Ring project allows us to see how other networks reach the prefixes we propagate to the Internet, thus helping to improve the performance of our network. Additionally, RIPE Atlas tools are installed on all RING nodes, combining the functions of both platforms. More than 500 organizations with autonomous systems in more than 60 countries are currently part of the project.<\/p>\n\n\n\n<p>However, as always, there is a caveat: to date, the participation of machines from the LACNIC region in the project is still very low. Out of the more than 600 machines comprising the Ring project, only 15 are located in our region. This is why <strong>I invite you to join this project<\/strong>. All you need to do to gain access to an extremely useful tool with an extensive geographical distribution is to provide a physical or even a virtual machine. To join this project and for more information about the requirements and participants, you can go to <a href=\"https:\/\/ring.nlnog.net\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/ring.nlnog.net\/.<\/a><\/p>\n\n\n\n<p>Click <a href=\"https:\/\/www.youtube.com\/watch?v=xTTYaGMZI8k\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a> to watch my full presentation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By Tomas Lynch, Senior Network Architect at Vultr How do we know if a prefix we are propagating from different points is considered the best route by other networks? Let&#8217;s begin by analyzing what constitutes the best route to a prefix. For me, and I assume for everyone else, it&#8217;s the route with the shortest [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":25863,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[1321],"tags":[416,1372,1280],"archivo":[1345,1451],"taxonomy-authors":[],"tipo_autor":[],"class_list":["post-25872","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dns-en","tag-dns-en","tag-internet-measurements","tag-routing","archivo-editions","archivo-highlights-2023"],"acf":{"author":"Tomas Lynch, Senior Network Architect at Vultr","related_notes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LACNIC Blog | Measuring Anycast Prefix Response Times<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LACNIC Blog | Measuring Anycast Prefix Response Times\" \/>\n<meta property=\"og:description\" content=\"By Tomas Lynch, Senior Network Architect at Vultr How do we know if a prefix we are propagating from different points is considered the best route by other networks? Let&#8217;s begin by analyzing what constitutes the best route to a prefix. For me, and I assume for everyone else, it&#8217;s the route with the shortest [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/\" \/>\n<meta property=\"og:site_name\" content=\"LACNIC Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/lacnic\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-08T22:01:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-23T15:38:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/old-clock-time-anycast.png\" \/>\n\t<meta property=\"og:image:width\" content=\"680\" \/>\n\t<meta property=\"og:image:height\" content=\"330\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Gianni\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lacnic\" \/>\n<meta name=\"twitter:site\" content=\"@lacnic\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/\"},\"author\":{\"name\":\"Gianni\",\"@id\":\"https:\/\/blog.lacnic.net\/#\/schema\/person\/1338d9cfdb0137e8bc5581f3771f39ab\"},\"headline\":\"Measuring Anycast Prefix Response Times\",\"datePublished\":\"2024-05-08T22:01:24+00:00\",\"dateModified\":\"2024-09-23T15:38:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/\"},\"wordCount\":791,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/blog.lacnic.net\/#organization\"},\"image\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/old-clock-time-anycast.png\",\"keywords\":[\"DNS\",\"Internet Measurements\",\"Routing\"],\"articleSection\":[\"DNS\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/\",\"url\":\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/\",\"name\":\"LACNIC Blog | Measuring Anycast Prefix Response Times\",\"isPartOf\":{\"@id\":\"https:\/\/blog.lacnic.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/old-clock-time-anycast.png\",\"datePublished\":\"2024-05-08T22:01:24+00:00\",\"dateModified\":\"2024-09-23T15:38:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#primaryimage\",\"url\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/old-clock-time-anycast.png\",\"contentUrl\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/old-clock-time-anycast.png\",\"width\":680,\"height\":330},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/blog.lacnic.net\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Measuring Anycast Prefix Response Times\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.lacnic.net\/#website\",\"url\":\"https:\/\/blog.lacnic.net\/\",\"name\":\"LACNIC Blog\",\"description\":\"En el Blog de LACNIC encontrar\u00e1s art\u00edculos t\u00e9cnicos vinculados al desarrollo de Internet en la regi\u00f3n de Am\u00e9rica Latina y el Caribe.\",\"publisher\":{\"@id\":\"https:\/\/blog.lacnic.net\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.lacnic.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blog.lacnic.net\/#organization\",\"name\":\"LACNIC Blog\",\"url\":\"https:\/\/blog.lacnic.net\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.lacnic.net\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2023\/03\/lacnic-blog.svg\",\"contentUrl\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2023\/03\/lacnic-blog.svg\",\"caption\":\"LACNIC Blog\"},\"image\":{\"@id\":\"https:\/\/blog.lacnic.net\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/lacnic\",\"https:\/\/x.com\/lacnic\",\"https:\/\/www.instagram.com\/lacnic\/?hl=es-la\",\"https:\/\/uy.linkedin.com\/company\/lacnic\",\"https:\/\/www.youtube.com\/user\/lacnicstaff\",\"https:\/\/www.lacnic.net\/podcast\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.lacnic.net\/#\/schema\/person\/1338d9cfdb0137e8bc5581f3771f39ab\",\"name\":\"Gianni\",\"url\":\"https:\/\/blog.lacnic.net\/en\/author\/gianni\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LACNIC Blog | Measuring Anycast Prefix Response Times","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:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/","og_locale":"en_US","og_type":"article","og_title":"LACNIC Blog | Measuring Anycast Prefix Response Times","og_description":"By Tomas Lynch, Senior Network Architect at Vultr How do we know if a prefix we are propagating from different points is considered the best route by other networks? Let&#8217;s begin by analyzing what constitutes the best route to a prefix. For me, and I assume for everyone else, it&#8217;s the route with the shortest [&hellip;]","og_url":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/","og_site_name":"LACNIC Blog","article_publisher":"https:\/\/facebook.com\/lacnic","article_published_time":"2024-05-08T22:01:24+00:00","article_modified_time":"2024-09-23T15:38:19+00:00","og_image":[{"width":680,"height":330,"url":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/old-clock-time-anycast.png","type":"image\/png"}],"author":"Gianni","twitter_card":"summary_large_image","twitter_creator":"@lacnic","twitter_site":"@lacnic","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#article","isPartOf":{"@id":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/"},"author":{"name":"Gianni","@id":"https:\/\/blog.lacnic.net\/#\/schema\/person\/1338d9cfdb0137e8bc5581f3771f39ab"},"headline":"Measuring Anycast Prefix Response Times","datePublished":"2024-05-08T22:01:24+00:00","dateModified":"2024-09-23T15:38:19+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/"},"wordCount":791,"commentCount":0,"publisher":{"@id":"https:\/\/blog.lacnic.net\/#organization"},"image":{"@id":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/old-clock-time-anycast.png","keywords":["DNS","Internet Measurements","Routing"],"articleSection":["DNS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/","url":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/","name":"LACNIC Blog | Measuring Anycast Prefix Response Times","isPartOf":{"@id":"https:\/\/blog.lacnic.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#primaryimage"},"image":{"@id":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/old-clock-time-anycast.png","datePublished":"2024-05-08T22:01:24+00:00","dateModified":"2024-09-23T15:38:19+00:00","breadcrumb":{"@id":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#primaryimage","url":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/old-clock-time-anycast.png","contentUrl":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/old-clock-time-anycast.png","width":680,"height":330},{"@type":"BreadcrumbList","@id":"https:\/\/blog.lacnic.net\/en\/measuring-anycast-prefix-response-times\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/blog.lacnic.net\/en\/"},{"@type":"ListItem","position":2,"name":"Measuring Anycast Prefix Response Times"}]},{"@type":"WebSite","@id":"https:\/\/blog.lacnic.net\/#website","url":"https:\/\/blog.lacnic.net\/","name":"LACNIC Blog","description":"En el Blog de LACNIC encontrar\u00e1s art\u00edculos t\u00e9cnicos vinculados al desarrollo de Internet en la regi\u00f3n de Am\u00e9rica Latina y el Caribe.","publisher":{"@id":"https:\/\/blog.lacnic.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.lacnic.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.lacnic.net\/#organization","name":"LACNIC Blog","url":"https:\/\/blog.lacnic.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.lacnic.net\/#\/schema\/logo\/image\/","url":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2023\/03\/lacnic-blog.svg","contentUrl":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2023\/03\/lacnic-blog.svg","caption":"LACNIC Blog"},"image":{"@id":"https:\/\/blog.lacnic.net\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/lacnic","https:\/\/x.com\/lacnic","https:\/\/www.instagram.com\/lacnic\/?hl=es-la","https:\/\/uy.linkedin.com\/company\/lacnic","https:\/\/www.youtube.com\/user\/lacnicstaff","https:\/\/www.lacnic.net\/podcast"]},{"@type":"Person","@id":"https:\/\/blog.lacnic.net\/#\/schema\/person\/1338d9cfdb0137e8bc5581f3771f39ab","name":"Gianni","url":"https:\/\/blog.lacnic.net\/en\/author\/gianni\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2024\/05\/old-clock-time-anycast.png","jetpack_sharing_enabled":true,"wpml_current_locale":"en_US","wpml_translations":[{"locale":"es_ES","id":25860,"post_title":"Midiendo el Tiempo de Respuesta de Prefijos Anycast","slug":"midiendo-el-tiempo-de-respuesta-de-prefijos-anycast","href":"https:\/\/blog.lacnic.net\/midiendo-el-tiempo-de-respuesta-de-prefijos-anycast\/"},{"locale":"pt_BR","id":25887,"post_title":"Medindo o tempo de resposta de prefixos Anycast","slug":"medindo-o-tempo-de-resposta-de-prefixos-anycast","href":"https:\/\/blog.lacnic.net\/pt-br\/medindo-o-tempo-de-resposta-de-prefixos-anycast\/"}],"_links":{"self":[{"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/posts\/25872","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/comments?post=25872"}],"version-history":[{"count":4,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/posts\/25872\/revisions"}],"predecessor-version":[{"id":27324,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/posts\/25872\/revisions\/27324"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/media\/25863"}],"wp:attachment":[{"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/media?parent=25872"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/categories?post=25872"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/tags?post=25872"},{"taxonomy":"archivo","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/archivo?post=25872"},{"taxonomy":"taxonomy-authors","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/taxonomy-authors?post=25872"},{"taxonomy":"tipo_autor","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/tipo_autor?post=25872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}