# Why is DNS Critical?

DNS is not simply a convenience layer for converting domain names into IP addresses — it is a **critical control layer** of the global internet.\
Every request to a website, API, or streaming service begins with a DNS lookup.\
Within **Medianova’s ecosystem**, DNS resolution determines how user traffic is routed, how quickly content becomes reachable, and how securely it is delivered.

### **DNS Is the Entry Point to All Online Services**

Every browser request, media stream, or API call begins with DNS resolution.\
If this initial lookup fails, the service becomes unreachable — regardless of how well the origin servers or CDN resources are functioning.\
Reliable DNS therefore defines the **perceived uptime** of any digital service.

{% hint style="info" %}
Medianova’s [Anycast DNS](/products/dns/dns-vs-dynamic-dns-vs-anycast-dns.md) minimizes latency and improves reliability by resolving queries through multiple geographically distributed nodes.
{% endhint %}

### **DNS Controls Traffic Direction and Availability**

DNS functions as a **traffic control plane**, allowing administrators to dynamically route users between resources, data centers, or fallback systems.\
Through a single record update, DNS can:

* Shift load between regions during traffic peaks
* Redirect requests during maintenance or outages
* Blackhole malicious sources using ACL-based records
* Balance requests across CDN Resources for redundancy

For advanced routing logic, see [Redirect](/products/dns/redirect.md) and [CNAME & SSL](/products/performance-cdn/static-content-delivery/advanced-configuration/cname-and-ssl.md).

### **DNS Propagation and Caching**

DNS records are cached across multiple layers — browsers, operating systems, recursive resolvers, and CDN nodes.\
While caching improves performance, it also means configuration errors can persist for hours if high **Time to Live (TTL)** values are used.\
Medianova DNS supports optimized TTL management and **low-propagation updates**, ensuring near-real-time reconfiguration for mission-critical resources.

### **DNS as a Security Surface**

Because DNS determines where user requests are routed, it represents an important **security boundary**.\
Threats include:

* **Spoofing and cache poisoning** — forged DNS responses redirecting users to malicious destinations
* **Hijacking attempts** — unauthorized record modifications
* **Data exfiltration** via DNS tunneling
* **Unencrypted visibility** through plain DNS queries

Medianova implements secure protocols such as **DNSSEC**, **TLSA**, and **CAA records** to ensure DNS integrity, while also supporting HTTPS routing through [SSL & TLS Encryption](/products/security/ssl-tls-encryption.md).

### **DNS as a Programmable Layer**

Modern DNS is not static — it can be controlled programmatically through APIs.\
This makes DNS part of the automation layer that supports:

* **CI/CD pipelines**, for dynamically creating or removing test routes
* **Failover automation**, for instant rerouting during incidents
* **Scaling triggers**, where system expansion updates DNS zones automatically

Medianova DNS provides API access for zone management and record updates, enabling infrastructure-as-code integrations across your deployment workflows.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://clients.medianova.com/products/dns/why-is-dns-critical.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
