{"id":12484,"date":"2025-11-04T07:55:40","date_gmt":"2025-11-04T15:55:40","guid":{"rendered":"https:\/\/blogs.infoblox.com\/?p=12484"},"modified":"2025-11-03T11:11:12","modified_gmt":"2025-11-03T19:11:12","slug":"outages-keep-proving-it-dns-resilience-is-business-resilience","status":"publish","type":"post","link":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/","title":{"rendered":"Outages Keep Proving It: DNS Resilience Is Business Resilience"},"content":{"rendered":"<p>Noticed some issues loading web applications in recent weeks? The recent major cloud outage was a reminder of something we should all know by now, that we seem to keep forgetting until the next crisis: if DNS stumbles, everything depending on it does too.  <\/p>\n<p>This time it was a problem with one of the major public cloud providers. But every digital service provider\u2014really, every business running a network\u2014has dealt with DNS issues at some point. In this incident, a domain name pointed to a database service that wasn\u2019t resolvable, which prevented many of that provider\u2019s customers\u2014and many of their own internal services\u2014from reaching that database service, causing widespread outages.  <\/p>\n<p>We\u2019ve seen this movie before. In 2016, a withering distributed denial-of-service (DDoS) attack on Dyn, one of the largest DNS hosting providers, knocked many well-known web properties offline for hours. Last year\u2019s big CrowdStrike outage was actually caused by a software bug that had nothing to do with DNS, but crashed Windows Servers and endpoints the CrowdStrike agent was running on. It still caused global network failures\u2014because many of those servers were also running DNS.<\/p>\n<p>Why does this problem keep biting us? Because virtually every digital connection starts by asking a DNS server how to reach some destination. As the \u201cdigital phonebook\u201d for IP networks, DNS handles the mundane but extremely important task of translating human-readable domain names into IP addresses. When DNS fails, applications can\u2019t find other endpoints\u2019 addresses. No address, no connection. No connection, no business. <\/p>\n<h3>Why Does DNS Fail?<\/h3>\n<p>As a protocol, DNS is designed to be fairly resilient (if one authoritative DNS server fails, for example, recursive DNS servers on the internet will automatically find another to resolve queries). The problem is that DNS is so fundamental to digital communication, when there\u2019s an issue, it tends to have a large blast radius, rippling out to many other connections and dependencies. Additionally, as one of the foundational elements of a business\u2019s online presence, DNS is a prime target for cyberattacks.  <\/p>\n<p>Common causes of DNS failures include: <\/p>\n<ul class=\"list-spacing\">\n<li>\n    <strong>Attacks on DNS Infrastructure:<\/strong> Threat actors relentlessly probe public-facing authoritative servers. This subjects the servers to all manner of threats, from volumetric DDoS attacks, which overwhelm DNS servers with massive traffic, to exploits like DNS hijacking, which alter authoritative DNS records to direct queries to malicious sites.\n  <\/li>\n<li>\n    <strong>Configuration Errors:<\/strong> Unfortunately, many DNS issues are self-inflicted, because DNS servers can be pretty unforgiving in how they handle errors. Seemingly minor issues\u2014say, transposing digits when entering header information\u2014can cause major outages. Or if you introduce an error in an authoritative DNS server, it might start sending non-authoritative responses\u2014which recursive DNS servers on the internet won\u2019t accept.\n  <\/li>\n<li>\n    <strong>Automation Gone Sideways:<\/strong> At cloud scale, DNS changes are scripted. If bad information somehow finds its way into a zone, that bad data spreads widely and instantly.\n  <\/li>\n<li>\n    <strong>Single Points of Failure:<\/strong> It\u2019s never a good idea to put all your eggs in one basket\u2014even if it\u2019s the best basket money can buy. If one provider handles all your authoritative DNS, and that provider has an outage, you\u2019re out of commission until they resolve it.\n  <\/li>\n<li>\n    <strong>Sharing Space with Other Services:<\/strong> Many organizations still run DNS from the same servers that handle identity or other services\u2014effectively handcuffing DNS to another system\u2019s health. As we saw during the CrowdStrike outage, problems don\u2019t have to originate with DNS itself. If the box DNS lives in breaks, you get the same results.\n  <\/li>\n<\/ul>\n<h3>A Practical Playbook for Resilient DNS<\/h3>\n<p>The good news is that there are many things organizations can do to avoid these kinds of problems. The simplest steps take advantage of DNS\u2019s built-in resiliency: Give recursive servers multiple authoritative DNS servers to choose from. Give stub resolvers, or DNS clients, multiple recursive servers to choose from. And use DNS anycast to automatically route queries to the nearest healthy resolver in the event of a failure.  <\/p>\n<p>Here are some other best practices I\u2019ve recommended over the years: <\/p>\n<ul class=\"list-spacing\">\n<li>\n    <strong>Diversify Authoritative DNS:<\/strong> The best way to eliminate single points of failure is to run a heterogeneous set of authoritative DNS servers\u2014some hosted by a reputable cloud or SaaS provider, some self-hosted on-premises. That way, if your cloud or SaaS DNS service ever goes down, the self-hosted authoritative DNS servers are still available\u2014and your sites and services stay online. Back when the Dyn outage happened, I spoke with a team using this exact architecture. (They supported online trading and monitored their site reachability minute by minute.) While other companies went dark for up to eight hours, they saw barely a hiccup.\n  <\/li>\n<li>\n    <strong>Separate Roles, Decouple Shared Fate:<\/strong> Don\u2019t co-host authoritative DNS with identity or other services on the same infrastructure. DNS is mission-critical for modern businesses and should be treated that way, with strict separation of duties. New draft recommendations from the National Institute of Standards and Technology (NIST) make this explicit: \u201cEven if a DNS is run on a secure operating system, vulnerabilities in other software programs on that OS can be used to compromise the security and availability of DNS software. Hence, the infrastructure that hosts DNS services should be dedicated to that task and hardened for this purpose.\u201d<sup>1<\/sup> Along those lines, don\u2019t use the same external DNS servers for both authoritative and recursive roles. Always separate them.\n  <\/li>\n<li>\n    <strong>Protect External Authoritative DNS against DDoS and Abuse:<\/strong> A surprising number of companies leave external authoritative DNS servers unprotected. Public-facing name servers should be able to absorb DDoS floods and block protocol exploits while continuing to serve legitimate queries.\n  <\/li>\n<li>\n    <strong>Diversify Internal Name Servers:<\/strong> To ensure resiliency of internal DNS, host critical zones on multiple DNS authoritative servers on different subnets\u2014ideally at different sites. And deploy them as close as possible to the clients that use them, so queries don\u2019t have to traverse the whole network, adding latency.\n  <\/li>\n<li>\n    <strong>Continuously Test and Verify:<\/strong> Any time you make any non-trivial change to zone data or DNS server configuration, confirm your servers are responding\u2014and responding authoritatively. Run periodic probes from the internet or remote parts of your network to verify that key domain names are resolving and services are reachable.\n  <\/li>\n<li>\n    <strong>Centralize DNS Management:<\/strong> If you run a hybrid and\/or multi-cloud environment with teams constantly swiveling between dedicated DNS systems and tools, you\u2019re always one fat finger away from an outage. Wherever possible, consolidate DNS services within a unified, cloud-agnostic point of management, control and visibility. When you can monitor all DNS from one place and use the same consistent workflows and automation across all environments, there\u2019s a much lower chance of something going wrong.\n  <\/li>\n<\/ul>\n<p><a href=\"https:\/\/www.linkedin.com\/posts\/infoblox_its-always-dns-activity-7386887213080334336-HvzZ\/\" target=\"_blank\">Here\u2019s a video<\/a> where I discuss some of the best practices above.  <\/p>\n<table class=\"calloutbox\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\"><strong><a href=\"https:\/\/www.linkedin.com\/posts\/infoblox_its-always-dns-activity-7386887213080334336-HvzZ\/?utm_medium=ios_app&#038;rcm=ACoAAAEwbucBuGttKsMB2bisLsfIymHfGY5QHDE&#038;utm_source=social_share_send&#038;utm_campaign=copy_link\" rel=\"noopener\" target=\"_blank\">It\u2019s Always DNS<\/a><\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The most important recommendation: Take these steps when your network is healthy, instead of waiting until there\u2019s a problem. The internet\u2019s been resilient for decades because DNS is resilient\u2014but only if you design it that way. Invest in heterogeneity, separation and verification while skies are clear, and the next time there\u2019s a DNS hiccup, you\u2019ll keep right on resolving. <\/p>\n<h3 style=\"font-size:18px;\">Footnotes<\/h3>\n<ol style=\"font-size:14px;\">\n<li><a href=\"https:\/\/www.nist.gov\/news-events\/news\/2025\/04\/secure-domain-name-system-dns-deployment-guide-comment-nist-sp-800-81r3\" target=\"_blank\"><strong><em>Secure Domain Name System (DNS) Deployment Guide | Comment on NIST SP 800-81r3 | NIST<\/strong><\/a>, S. Rose, C. Liu, R. Gibson.  April 2025.<\/em><\/li>\n<\/ol>\n<style>\n.code-format {\n\tfont-family: 'Courier New';\n}\n.image-caption {\n    font-size: 12px;\n}\n.list-spacing li{margin-bottom:10px}\nol.list-spacing > li::marker {\n    font-weight: 700;\n}\n.entry-content ul.list-spacing ul > li {\n    list-style-type: square;\n}\ntable {\n    font-size: 16px;\n    word-break: keep-all;\n}\n.calloutbox td {\n    padding: 20px;\n    font-size: 18px;\n}\n<\/style>\n<p><script>\njQuery('.single h1').html('Outages Keep Proving It: <span class=\"gradient\">DNS Resilience Is Business Resilience<\/span>');\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Noticed some issues loading web applications in recent weeks? The recent major cloud outage was a reminder of something we should all know by now, that we seem to keep forgetting until the next crisis: if DNS stumbles, everything depending on it does too. This time it was a problem with one of the major [&hellip;]<\/p>\n","protected":false},"author":178,"featured_media":12485,"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":[1],"tags":[1381,542,1079,1382,1383,1384,1385,1118,1386,1387],"class_list":{"0":"post-12484","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-company","8":"tag-dns-resilience","9":"tag-dns-outage","10":"tag-authoritative-dns","11":"tag-recursive-dns","12":"tag-dns-anycast","13":"tag-ddos-on-dns","14":"tag-dns-misconfiguration","15":"tag-dns-best-practices","16":"tag-hybrid-multi-cloud-dns","17":"tag-dns-management","18":"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>DNS Resilience Is Business Resilience | Why Outages Happen<\/title>\n<meta name=\"description\" content=\"When DNS stumbles, business stops. Learn why outages keep happening and how to build resilient DNS with practical best practices you can apply now.\" \/>\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\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DNS Resilience Is Business Resilience | Why Outages Happen\" \/>\n<meta property=\"og:description\" content=\"When DNS stumbles, business stops. Learn why outages keep happening and how to build resilient DNS with practical best practices you can apply now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/\" \/>\n<meta property=\"og:site_name\" content=\"Infoblox Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-04T15:55:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/blog-dns-resilience-is-business-resilience.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"612\" \/>\n\t<meta property=\"og:image:height\" content=\"408\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Cricket Liu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"DNS Resilience Is Business Resilience | Why Outages Happen\" \/>\n<meta name=\"twitter:description\" content=\"When DNS stumbles, business stops. Learn why outages keep happening and how to build resilient DNS with practical best practices you can apply now.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/blog-dns-resilience-is-business-resilience.jpeg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Cricket Liu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/outages-keep-proving-it-dns-resilience-is-business-resilience\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/outages-keep-proving-it-dns-resilience-is-business-resilience\\\/\"},\"author\":{\"name\":\"Cricket Liu\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/bb6b62b1b99a7cbcd7c528d5763778d5\"},\"headline\":\"Outages Keep Proving It: DNS Resilience Is Business Resilience\",\"datePublished\":\"2025-11-04T15:55:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/outages-keep-proving-it-dns-resilience-is-business-resilience\\\/\"},\"wordCount\":1229,\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/outages-keep-proving-it-dns-resilience-is-business-resilience\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/blog-dns-resilience-is-business-resilience.jpeg\",\"keywords\":[\"DNS resilience\",\"DNS outage\",\"authoritative DNS\",\"recursive DNS\",\"DNS anycast\",\"DDoS on DNS\",\"DNS misconfiguration\",\"DNS Best Practices\",\"hybrid multi-cloud DNS\",\"DNS management\"],\"articleSection\":[\"Company\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/outages-keep-proving-it-dns-resilience-is-business-resilience\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/outages-keep-proving-it-dns-resilience-is-business-resilience\\\/\",\"name\":\"DNS Resilience Is Business Resilience | Why Outages Happen\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/outages-keep-proving-it-dns-resilience-is-business-resilience\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/outages-keep-proving-it-dns-resilience-is-business-resilience\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/blog-dns-resilience-is-business-resilience.jpeg\",\"datePublished\":\"2025-11-04T15:55:40+00:00\",\"description\":\"When DNS stumbles, business stops. Learn why outages keep happening and how to build resilient DNS with practical best practices you can apply now.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/outages-keep-proving-it-dns-resilience-is-business-resilience\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/outages-keep-proving-it-dns-resilience-is-business-resilience\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/outages-keep-proving-it-dns-resilience-is-business-resilience\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/blog-dns-resilience-is-business-resilience.jpeg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/blog-dns-resilience-is-business-resilience.jpeg\",\"width\":612,\"height\":408},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/outages-keep-proving-it-dns-resilience-is-business-resilience\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Company\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/category\\\/company\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Outages Keep Proving It: DNS Resilience Is Business Resilience\"}]},{\"@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\\\/bb6b62b1b99a7cbcd7c528d5763778d5\",\"name\":\"Cricket Liu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/cricket-new-96x96.jpg\",\"url\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/cricket-new-96x96.jpg\",\"contentUrl\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/cricket-new-96x96.jpg\",\"caption\":\"Cricket Liu\"},\"description\":\"Cricket is one of the world\u2019s leading experts on the Domain Name System (DNS) and serves as the liaison between Infoblox and the DNS community. Before joining Infoblox, he founded an internet consulting and training company, Acme Byte &amp; Wire, after running the hp.com domain at Hewlett-Packard. Cricket is a prolific speaker and author, having written a number of books including \u201cDNS and BIND,\u201d one of the most widely used references in the field, now in its fifth edition.\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/author\\\/cricket-liu\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"DNS Resilience Is Business Resilience | Why Outages Happen","description":"When DNS stumbles, business stops. Learn why outages keep happening and how to build resilient DNS with practical best practices you can apply now.","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\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/","og_locale":"en_US","og_type":"article","og_title":"DNS Resilience Is Business Resilience | Why Outages Happen","og_description":"When DNS stumbles, business stops. Learn why outages keep happening and how to build resilient DNS with practical best practices you can apply now.","og_url":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/","og_site_name":"Infoblox Blog","article_published_time":"2025-11-04T15:55:40+00:00","og_image":[{"width":612,"height":408,"url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/blog-dns-resilience-is-business-resilience.jpeg","type":"image\/jpeg"}],"author":"Cricket Liu","twitter_card":"summary_large_image","twitter_title":"DNS Resilience Is Business Resilience | Why Outages Happen","twitter_description":"When DNS stumbles, business stops. Learn why outages keep happening and how to build resilient DNS with practical best practices you can apply now.","twitter_image":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/blog-dns-resilience-is-business-resilience.jpeg","twitter_misc":{"Written by":"Cricket Liu","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/#article","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/"},"author":{"name":"Cricket Liu","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/bb6b62b1b99a7cbcd7c528d5763778d5"},"headline":"Outages Keep Proving It: DNS Resilience Is Business Resilience","datePublished":"2025-11-04T15:55:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/"},"wordCount":1229,"publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/blog-dns-resilience-is-business-resilience.jpeg","keywords":["DNS resilience","DNS outage","authoritative DNS","recursive DNS","DNS anycast","DDoS on DNS","DNS misconfiguration","DNS Best Practices","hybrid multi-cloud DNS","DNS management"],"articleSection":["Company"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/","url":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/","name":"DNS Resilience Is Business Resilience | Why Outages Happen","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/#primaryimage"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/blog-dns-resilience-is-business-resilience.jpeg","datePublished":"2025-11-04T15:55:40+00:00","description":"When DNS stumbles, business stops. Learn why outages keep happening and how to build resilient DNS with practical best practices you can apply now.","breadcrumb":{"@id":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/#primaryimage","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/blog-dns-resilience-is-business-resilience.jpeg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/blog-dns-resilience-is-business-resilience.jpeg","width":612,"height":408},{"@type":"BreadcrumbList","@id":"https:\/\/www.infoblox.com\/blog\/company\/outages-keep-proving-it-dns-resilience-is-business-resilience\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infoblox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Company","item":"https:\/\/www.infoblox.com\/blog\/category\/company\/"},{"@type":"ListItem","position":3,"name":"Outages Keep Proving It: DNS Resilience Is Business Resilience"}]},{"@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\/bb6b62b1b99a7cbcd7c528d5763778d5","name":"Cricket Liu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/cricket-new-96x96.jpg","url":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/cricket-new-96x96.jpg","contentUrl":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/cricket-new-96x96.jpg","caption":"Cricket Liu"},"description":"Cricket is one of the world\u2019s leading experts on the Domain Name System (DNS) and serves as the liaison between Infoblox and the DNS community. Before joining Infoblox, he founded an internet consulting and training company, Acme Byte &amp; Wire, after running the hp.com domain at Hewlett-Packard. Cricket is a prolific speaker and author, having written a number of books including \u201cDNS and BIND,\u201d one of the most widely used references in the field, now in its fifth edition.","url":"https:\/\/www.infoblox.com\/blog\/author\/cricket-liu\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/12484","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\/178"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/comments?post=12484"}],"version-history":[{"count":6,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/12484\/revisions"}],"predecessor-version":[{"id":12491,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/12484\/revisions\/12491"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media\/12485"}],"wp:attachment":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media?parent=12484"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/categories?post=12484"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/tags?post=12484"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}