{"id":7931,"date":"2024-01-16T07:57:27","date_gmt":"2024-01-16T13:57:27","guid":{"rendered":"https:\/\/www.atom.com\/blog\/?p=7931"},"modified":"2025-10-15T02:34:47","modified_gmt":"2025-10-15T07:34:47","slug":"what-is-dns-domain-name-system","status":"publish","type":"post","link":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/","title":{"rendered":"What is DNS? A Beginner&#8217;s Guide to the Domain Name System"},"content":{"rendered":"\n<p>Up until now, you might not have spent too much time considering how the internet works. And if you did, perhaps you were happy with that old quote, \u201cAny sufficiently advanced technology is indistinguishable from magic\u201d.<\/p>\n\n\n\n<p>But if you\u2019re starting a business and registering a domain name, then you might need to dig a little deeper. For example, you need to understand the domain name system, or DNS. Let\u2019s start simple: the DNS is often likened to the phonebook of the internet, and it\u2019s the way that browsers find out where to access website files. It\u2019s just like how you\u2019d look up someone\u2019s phone number in the Yellow Pages (okay, in the 1990s).<\/p>\n\n\n\n<p>Your DNS records must be accurate, otherwise, your website might go offline. Inaccurate records could also slow your website down, or stop you from receiving emails with your @domain email address.<\/p>\n\n\n\n<p>Don\u2019t worry, it\u2019s all pretty easy to manage, and your registrar or DNS provider should provide all the tools needed for easy management of your DNS settings.<\/p>\n\n\n\n<p>In this article, we\u2019ll answer the question \u201cwhat is DNS\u201d and provide a complete guide to the domain name system so you can get your website running smoothly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is DNS?<\/h2>\n\n\n\n<p>DNS stands for Domain Name System, and it acts as the internet\u2019s phonebook. It\u2019s how browsers use domain names to find websites.<\/p>\n\n\n\n<p>Domain names are the website names that people use day-to-day. When you want to search for something, you type <a href=\"https:\/\/www.google.com\/\">google.com<\/a> in your browser, and when you want a great business name you type <a href=\"https:\/\/www.Atom.com\/\">Atom.com<\/a>.<\/p>\n\n\n\n<p>Domain names are easy for humans to use because they\u2019re usually made up of common words or phrases. But computers use IP addresses to find websites: these are a series of numbers that look like 136.058.4.38. Every domain name is mapped to an IP address (or in the case of very popular websites, multiple IP addresses).<\/p>\n\n\n\n<p>The domain name system is how your browser finds the correct IP address from the domain name.<\/p>\n\n\n\n<p>For our younger readers, the phone book might not make much sense as an analogy, so imagine you\u2019re making a call on your smartphone. When you search and tap \u201cMichael\u201d in your contacts, your smartphone uses the number mapped to his name to make the call.<\/p>\n\n\n\n<p>Similarly, a domain name is mapped to an IP address. The DNS consists of a series of searches through which your browser finally reaches the right IP address, finds the website files, and returns them to you.<\/p>\n\n\n\n<p>And all this happens in the blink of an eye. It\u2019s so fast, most of us never realize how much is going on behind our browser. Let\u2019s take a look at the whole domain name system so you can stop wondering \u201cwhat is DNS\u201d every time you visit a website\u2026<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Anatomy of the Domain Name System<\/h2>\n\n\n\n<p>Because there are so many websites and IP addresses, one phonebook isn\u2019t enough. Instead, there\u2019s a whole library of them. First, your browser must find the right aisle, then the right book, before finally finding the number, or IP address and returning it to you.<\/p>\n\n\n\n<p>This means that when you make a DNS request it goes through several servers to find the exact IP address. Let\u2019s take a look at the whole process.<\/p>\n\n\n\n<p><strong>Browser:<\/strong> The browser is the everyday program you use to browse the internet. The browser makes the DNS request (also called a DNS query) when you enter a domain name. Chrome, Safari, and Firefox are popular browsers.<\/p>\n\n\n\n<p><strong>Domain Name: <\/strong>The domain name is the website\u2019s commonly used address, like Sqiadhelp.com. Every domain name pairs a \u2018name\u2019 (Atom) with a TLD (top-level domain) like .com, .org or .co. Here are some domain name examples with different TLDs: whitehouse.gov, harvard.edu, branch.io, aldi.de.<\/p>\n\n\n\n<p><strong>IP Address: <\/strong>The domain name is linked to an IP address, which is how your browser accesses the website\u2019s files. The domain name system is how your browser uses the domain name to find the IP address. IPv4 addresses look like a series of numbers or more complex alphanumeric IP addresses in the IPv6 format such as 2001:0db8:85a3:0000:0000:8a2e:0370:7334.<\/p>\n\n\n\n<p><strong>Servers: <\/strong>Servers are the steps along the way that the browser uses to find the IP address.<\/p>\n\n\n\n<ul>\n<li><strong>Recursive resolver:<\/strong> The recursive resolver is like the librarian who directs you where to go, and it\u2019s the first stop your browser makes when you enter a domain name. Like a librarian, the recursive DNS server may remember the IP address from a previous request and provide it immediately. If not, it will direct the request to the next step.<\/li>\n<\/ul>\n\n\n\n<p>Unless you deliberately make a change, your browser will use the recursive server offered by your ISP (internet service provider).<\/p>\n\n\n\n<ul>\n<li><strong>Root nameserver:<\/strong> If the recursive server has not cached the IP address, it directs the query to the root nameserver. These are managed by the non-profit organization ICANN (the Internet Corporation for Assigned Names and Numbers) which manages the domain name system. The root nameserver\u2019s role is to pass the appropriate TLD nameserver back to the recursive server.<\/li>\n<\/ul>\n\n\n\n<p>There are 13 root servers, but multiple copies of each to provide faster querying.&nbsp;<\/p>\n\n\n\n<ul>\n<li><strong>TLD nameserver: <\/strong>The TLD nameserver contains all the information for particular top-level domains. There are two main types of TLD nameserver, those for generic TLDs (gTLDs) like .com, .org, or .edu and country-code TLDs (like .ru, .nl, and .de), and some, <a href=\"https:\/\/www.atom.com\/blog\/why-are-io-domains-expensive\/\">like .io<\/a> are ccTLDs that get treated like a gTLD. TLD nameservers are managed by a branch of ICANN, called the Internet Assigned Numbers Authority (IANA). When a DNS request reaches the TLD nameserver, the TLD nameserver points to an authoritative nameserver.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Authoritative nameserver: <\/strong>Finally, the right phonebook has been located. The authoritative nameserver contains the final information about which IP address matches the initial request and the DNS zone file.<\/li>\n<\/ul>\n\n\n\n<p>There are many authoritative nameservers, categorized by country, region, register, and so on. Many registrars will provide an authoritative nameserver for your domain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How DNS Works<\/h2>\n\n\n\n<p>So that\u2019s every piece of the puzzle, and now it\u2019s time to put them together. What happens when you make a DNS query? Here\u2019s a step-by-step breakdown of the DNS resolution process<\/p>\n\n\n\n<ol>\n<li><strong>The user enters a domain name in the browser. This is the query.<\/strong><\/li>\n<\/ol>\n\n\n\n<ol start=\"2\">\n<li><strong>The query goes to the recursive DNS server.<\/strong><\/li>\n<\/ol>\n\n\n\n<ol start=\"3\">\n<li><strong>The recursive server contacts the authoritative DNS server.<\/strong> This is done by reaching the intermediary servers: the root nameserver and the TLD nameserver.<\/li>\n<\/ol>\n\n\n\n<ol start=\"4\">\n<li><strong>The authoritative server provides the IP address to the recursive server.<\/strong><\/li>\n<\/ol>\n\n\n\n<ol start=\"5\">\n<li><strong>The recursive server returns the IP address to the user. <\/strong>The website loads in the browser. This whole process happens almost instantly, but as you can see a lot is happening behind the scenes.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">What is caching in DNS?<\/h2>\n\n\n\n<p>The above process ignores one thing: caching. The recursive DNS server doesn\u2019t forward requests to the authoritative server every time you make a DNS query. To speed up the process, recursive servers will cache or store the information received from an authoritative server for some time (this could be just a few seconds, or up to months).<\/p>\n\n\n\n<p>Caching makes the DNS request process much more efficient. But if a website\u2019s DNS settings are changed while the IP address is cached, it will mean the browser is sent to the wrong place and the website won\u2019t be found. When this happens, it\u2019s time to <a href=\"https:\/\/mackeeper.com\/blog\/how-to-clear-cache-mac\/\">clear your cache<\/a> to start the search from scratch.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Managing Your DNS<\/h2>\n\n\n\n<p>As a website owner, you will have to manage your DNS, but fortunately, <a href=\"https:\/\/www.atom.com\/blog\/what-is-a-domain-registrar\/\">a good domain registrar<\/a> will make this easy for you. Here\u2019s what you need to know about managing your DNS.<\/p>\n\n\n\n<p>There are various types of DNS records attached to your domain. The most important records are:<\/p>\n\n\n\n<ul>\n<li><strong>\u2018A\u2019 record: <\/strong>the main record for your DNS. A records connect your domain and your IP address.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Subdomain record: <\/strong>A subdomain comes before the main domain, like \u201cmail\u201d in mail.google.com. You can create subdomain records for your domain through DNS settings.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>CNAME record: <\/strong>CNAME records are another way of creating a subdomain, adding a prefix before your main domain. Unlike a subdomain record, which can be an A record pointing to an IP address, a CNAME record can only point to a URL. For example, you could set up blog.yourwebsite.com and link this domain to your blog elsewhere.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>MX record: <\/strong>MX records manage emails associated with the domain.<\/li>\n<\/ul>\n\n\n\n<p>Managing your DNS is essentially the management of these records. Here\u2019s what you might do.<\/p>\n\n\n\n<ul>\n<li><strong>Add, edit, or delete records: <\/strong>for example, if you\u2019re creating a subdomain.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Set your TTL (Time-to-Live). <\/strong>Your TTL tells the recursive server how long it should hold information in the cache. The default is often one hour, and if you set it for too long, the recursive server won\u2019t find your website if your DNS records change.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Change nameservers: <\/strong>you can move your DNS records from one nameserver to another if you\u2019re changing provider.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting DNS Issues<\/h2>\n\n\n\n<p>I wouldn\u2019t recommend messing with your DNS settings unless you understand the consequences, but it might be necessary to manage your email accounts and set up subdomains for a blog or store.<\/p>\n\n\n\n<p>And sometimes, things go wrong. If there\u2019s an error with your DNS records then your website can disappear from the internet, so let\u2019s see how to troubleshoot common DNS issues.<\/p>\n\n\n\n<ul>\n<li><strong>Your website won\u2019t load: <\/strong>If your website isn\u2019t loading and the browser returns a page saying \u201cwww.website.com\u2019s server IP address could not be found.\u201d then there may be a problem with your A records. Your A record will also tell you who your web hosting provider is and they can help troubleshoot further.<\/li>\n<\/ul>\n\n\n\n<p>Check also whether your website loads with or without the <em>www<\/em> prefix. If the www prefix doesn\u2019t work, you need to add a CNAME record to your zone file.<\/p>\n\n\n\n<ul>\n<li><strong>Your emails won\u2019t send: <\/strong>A problem with your MX records can stop your emails from being sent or new emails from being received at your address. Check your MX records and revert them to match your provider\u2019s recommended settings.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>DNS propagation delays: <\/strong>DNS propagation refers to the time it takes for changes in DNS records to be reflected across all servers. Typically, this can take up to 48 hours, and your website may be down for some of this time. DNS propagation delays can be caused if servers are caching your zone file for too long, so reduce your TTL if you\u2019re experiencing problems.<\/li>\n<\/ul>\n\n\n\n<p>When you make changes to your DNS records, you can use <a href=\"https:\/\/www.whatsmydns.net\/\">whatsmydns.net<\/a> to check your DNS propagation has been successful.<\/p>\n\n\n\n<ul>\n<li><strong>Check your domain hasn&#8217;t expired: <\/strong>While this isn\u2019t a DNS issue, if your <a href=\"https:\/\/www.atom.com\/blog\/dropped-expired-domains\/\">domain registration expires<\/a> your website will stop working and your emails won\u2019t get through.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Wrapping Up<\/h2>\n\n\n\n<p>Now you know the answer to the question \u201cwhat is DNS\u201d you can launch your business\u2019s website without fear of any complicated internet shenanigans. The domain name system is no more mysterious than a big virtual library housing the records of where to find a website.<\/p>\n\n\n\n<p>The first step towards a website is choosing the perfect domain name for your brand.&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.Atom.com\/premium-domains-for-sale\/all\">Atom\u2019s Premium Marketplace<\/a> is where you can find one. These domains have been created by our community of naming experts around the world, and every name in our marketplace has been chosen for its brandable character and paired with a trusted top-level domain.<\/p>\n\n\n\n<p>Your business journey can start today with a powerful domain name from Atom.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>if you\u2019re starting a business and registering a domain name, then you might need to dig a little deeper. For example, you need to understand the domain name system, or DNS. Let\u2019s start simple: the DNS is often likened to the phonebook of the internet, and it\u2019s the way that browsers find out where to access website files. It\u2019s just like how you\u2019d look up someone\u2019s phone number in the Yellow Pages (okay, in the 1990s).<\/p>\n","protected":false},"author":111,"featured_media":10335,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1137],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is DNS? A Beginner&#039;s Guide to the Domain Name System - Atom<\/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:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is DNS? A Beginner&#039;s Guide to the Domain Name System - Atom\" \/>\n<meta property=\"og:description\" content=\"if you\u2019re starting a business and registering a domain name, then you might need to dig a little deeper. For example, you need to understand the domain name system, or DNS. Let\u2019s start simple: the DNS is often likened to the phonebook of the internet, and it\u2019s the way that browsers find out where to access website files. It\u2019s just like how you\u2019d look up someone\u2019s phone number in the Yellow Pages (okay, in the 1990s).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/\" \/>\n<meta property=\"og:site_name\" content=\"Atom\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/atomdotcom\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-16T13:57:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-15T07:34:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/DNS.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1792\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Thom Davies\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@atomhq\" \/>\n<meta name=\"twitter:site\" content=\"@atomhq\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thom Davies\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/\"},\"author\":{\"name\":\"Thom Davies\",\"@id\":\"https:\/\/www.atom.com\/blog\/#\/schema\/person\/dfca6ef18987daaa3ab731fb9176bd39\"},\"headline\":\"What is DNS? A Beginner&#8217;s Guide to the Domain Name System\",\"datePublished\":\"2024-01-16T13:57:27+00:00\",\"dateModified\":\"2025-10-15T07:34:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/\"},\"wordCount\":1967,\"publisher\":{\"@id\":\"https:\/\/www.atom.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/DNS.jpeg\",\"articleSection\":[\"Domains\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/\",\"url\":\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/\",\"name\":\"What is DNS? A Beginner's Guide to the Domain Name System - Atom\",\"isPartOf\":{\"@id\":\"https:\/\/www.atom.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/DNS.jpeg\",\"datePublished\":\"2024-01-16T13:57:27+00:00\",\"dateModified\":\"2025-10-15T07:34:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#primaryimage\",\"url\":\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/DNS.jpeg\",\"contentUrl\":\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/DNS.jpeg\",\"width\":1792,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.atom.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is DNS? A Beginner&#8217;s Guide to the Domain Name System\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.atom.com\/blog\/#website\",\"url\":\"https:\/\/www.atom.com\/blog\/\",\"name\":\"Atom\",\"description\":\"Insights from 50,000+ Domain, Naming and Branding Projects\",\"publisher\":{\"@id\":\"https:\/\/www.atom.com\/blog\/#organization\"},\"alternateName\":\"Atom.com\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.atom.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.atom.com\/blog\/#organization\",\"name\":\"Atom\",\"alternateName\":\"Atom.com\",\"url\":\"https:\/\/www.atom.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.atom.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/04\/Atom-03.png\",\"contentUrl\":\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/04\/Atom-03.png\",\"width\":766,\"height\":226,\"caption\":\"Atom\"},\"image\":{\"@id\":\"https:\/\/www.atom.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/atomdotcom\",\"https:\/\/x.com\/atomhq\",\"https:\/\/www.linkedin.com\/company\/atomdotcom\/\",\"https:\/\/www.youtube.com\/@atomdotcom\",\"https:\/\/www.instagram.com\/workwithatom\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.atom.com\/blog\/#\/schema\/person\/dfca6ef18987daaa3ab731fb9176bd39\",\"name\":\"Thom Davies\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.atom.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/23ebbcaafa6185a7358ae8cc1eb139d5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/23ebbcaafa6185a7358ae8cc1eb139d5?s=96&d=mm&r=g\",\"caption\":\"Thom Davies\"},\"description\":\"Content strategist at atom.com.\",\"url\":\"https:\/\/www.atom.com\/blog\/author\/thom\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is DNS? A Beginner's Guide to the Domain Name System - Atom","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.atom.com\/blog\/what-is-dns-domain-name-system\/","og_locale":"en_US","og_type":"article","og_title":"What is DNS? A Beginner's Guide to the Domain Name System - Atom","og_description":"if you\u2019re starting a business and registering a domain name, then you might need to dig a little deeper. For example, you need to understand the domain name system, or DNS. Let\u2019s start simple: the DNS is often likened to the phonebook of the internet, and it\u2019s the way that browsers find out where to access website files. It\u2019s just like how you\u2019d look up someone\u2019s phone number in the Yellow Pages (okay, in the 1990s).","og_url":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/","og_site_name":"Atom","article_publisher":"https:\/\/www.facebook.com\/atomdotcom","article_published_time":"2024-01-16T13:57:27+00:00","article_modified_time":"2025-10-15T07:34:47+00:00","og_image":[{"width":1792,"height":1024,"url":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/DNS.jpeg","type":"image\/jpeg"}],"author":"Thom Davies","twitter_card":"summary_large_image","twitter_creator":"@atomhq","twitter_site":"@atomhq","twitter_misc":{"Written by":"Thom Davies","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#article","isPartOf":{"@id":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/"},"author":{"name":"Thom Davies","@id":"https:\/\/www.atom.com\/blog\/#\/schema\/person\/dfca6ef18987daaa3ab731fb9176bd39"},"headline":"What is DNS? A Beginner&#8217;s Guide to the Domain Name System","datePublished":"2024-01-16T13:57:27+00:00","dateModified":"2025-10-15T07:34:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/"},"wordCount":1967,"publisher":{"@id":"https:\/\/www.atom.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#primaryimage"},"thumbnailUrl":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/DNS.jpeg","articleSection":["Domains"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/","url":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/","name":"What is DNS? A Beginner's Guide to the Domain Name System - Atom","isPartOf":{"@id":"https:\/\/www.atom.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#primaryimage"},"image":{"@id":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#primaryimage"},"thumbnailUrl":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/DNS.jpeg","datePublished":"2024-01-16T13:57:27+00:00","dateModified":"2025-10-15T07:34:47+00:00","breadcrumb":{"@id":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#primaryimage","url":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/DNS.jpeg","contentUrl":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/DNS.jpeg","width":1792,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.atom.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is DNS? A Beginner&#8217;s Guide to the Domain Name System"}]},{"@type":"WebSite","@id":"https:\/\/www.atom.com\/blog\/#website","url":"https:\/\/www.atom.com\/blog\/","name":"Atom","description":"Insights from 50,000+ Domain, Naming and Branding Projects","publisher":{"@id":"https:\/\/www.atom.com\/blog\/#organization"},"alternateName":"Atom.com","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.atom.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.atom.com\/blog\/#organization","name":"Atom","alternateName":"Atom.com","url":"https:\/\/www.atom.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.atom.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/04\/Atom-03.png","contentUrl":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/04\/Atom-03.png","width":766,"height":226,"caption":"Atom"},"image":{"@id":"https:\/\/www.atom.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/atomdotcom","https:\/\/x.com\/atomhq","https:\/\/www.linkedin.com\/company\/atomdotcom\/","https:\/\/www.youtube.com\/@atomdotcom","https:\/\/www.instagram.com\/workwithatom"]},{"@type":"Person","@id":"https:\/\/www.atom.com\/blog\/#\/schema\/person\/dfca6ef18987daaa3ab731fb9176bd39","name":"Thom Davies","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.atom.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/23ebbcaafa6185a7358ae8cc1eb139d5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/23ebbcaafa6185a7358ae8cc1eb139d5?s=96&d=mm&r=g","caption":"Thom Davies"},"description":"Content strategist at atom.com.","url":"https:\/\/www.atom.com\/blog\/author\/thom\/"}]}},"_links":{"self":[{"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/posts\/7931"}],"collection":[{"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/users\/111"}],"replies":[{"embeddable":true,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/comments?post=7931"}],"version-history":[{"count":5,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/posts\/7931\/revisions"}],"predecessor-version":[{"id":12115,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/posts\/7931\/revisions\/12115"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/media\/10335"}],"wp:attachment":[{"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/media?parent=7931"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/categories?post=7931"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/tags?post=7931"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}