src/data/roadmaps/system-design/content/domain-name-system@Uk6J8JRcKVEFz4_8rLfnQ.md
A Domain Name System (DNS) translates a domain name such as www.example.com to an IP address.
DNS is hierarchical, with a few authoritative servers at the top level. Your router or ISP provides information about which DNS server(s) to contact when doing a lookup. Lower level DNS servers cache mappings, which could become stale due to DNS propagation delays. DNS results can also be cached by your browser or OS for a certain period of time, determined by the time to live (TTL).
Services such as CloudFlare and Route53 provide managed DNS services. Some DNS services can route traffic through various methods:
* Prevent traffic from going to servers under maintenance
* Balance between varying cluster sizes
* A/B testing
Visit the following resources to learn more: