Learning Centre

What Is Dns And How Does It Work?

Learn what DNS is, how it connects your domain to websites, email and online services, and why correct DNS records matter for uptime, security and search visibility.

On this page

    Definition

    DNS

    DNS, short for Domain Name System, is the system that translates a domain name such as example.com.au into the technical records computers need to find websites, deliver email and connect online services.

    DNS is often described as the phonebook of the internet, but it does more than point a domain to a website. It also controls email routing, verification records, SSL/TLS validation and many third-party service connections.

    Key Takeaways

    • DNS connects a domain name to websites, email platforms and other online services.
    • Incorrect DNS changes can take a website offline, stop email delivery, break forms or interrupt third-party tools.
    • DNS should be reviewed before website launches, hosting migrations, email changes and domain transfers.

    Plain English Explanation

    Why DNS Matters More Than Most Businesses Realise

    DNS sits between your domain name and the services attached to it. When someone types your domain into a browser, DNS helps their device find the correct web server. When someone sends an email to your business, DNS helps the sending mail server find the right email platform. This matters because a domain name on its own does not know where your website or email lives. DNS provides those instructions through records. If those records are missing, outdated or entered incorrectly, visitors may not reach your website and emails may not arrive. For a business, DNS is part of the digital foundation. It affects availability, email deliverability, security checks, website launches, hosting moves, SSL/TLS certificates and services such as analytics, booking systems, CRMs and payment platforms.
    DNS connects your domain to the technical services your business relies on.
    DNS connects your domain to the technical services your business relies on.

    How It Works

    What Happens When Someone Visits Your Website

    The DNS lookup process happens quickly, often in milliseconds. The basic journey can be understood in three stages.

    1. The browser asks where the domain lives

      When a visitor enters your domain name, their device asks a DNS resolver for the records attached to that domain. The resolver is often provided by the visitor’s internet provider or a public DNS service.

    2. DNS finds the authoritative answer

      If the resolver does not already have a recent answer cached, it follows the DNS chain to find the authoritative nameservers for the domain. These nameservers hold the active DNS zone records.

    3. The visitor is directed to the right service

      The resolver returns the relevant DNS record, such as an A record for a website or an MX record for email. The visitor’s browser or email server then connects to the destination listed in that record.

    Important DNS Terms Explained

    DNS uses technical terms that can sound similar. These are the terms business owners are most likely to encounter during a website launch, email setup or migration.

    Nameservers
    Nameservers tell the internet where the active DNS records for a domain are managed. If nameservers point to the wrong provider, the records you edit elsewhere may not affect the live domain.
    DNS Zone
    A DNS zone is the collection of records for a domain. It may include records for the website, email, verification services, security policies and third-party platforms.
    TTL
    TTL means time to live. It tells DNS resolvers how long they can cache a record before checking for a fresh answer. Shorter TTL values can help during planned changes, but they should still be managed carefully.

    DNS Records

    The Main Types of DNS Records

    Different DNS records perform different jobs. You do not need to memorise every record type, but it helps to understand the ones most likely to affect a business website or email setup. An A record points a domain or subdomain to an IPv4 address. This is commonly used to direct a website to a hosting server. An AAAA record performs a similar role for IPv6 addresses. A CNAME record points one hostname to another hostname. For example, www.example.com.au may point to example.com.au, or a subdomain may point to a third-party platform. MX records tell other mail servers where email for your domain should be delivered. If MX records are wrong, email may bounce, fail silently or arrive at the wrong mail platform. TXT records store text-based instructions. They are often used for domain verification and email authentication, including SPF, DKIM and DMARC. These records help receiving mail servers assess whether email claiming to come from your domain is legitimate.
    DNS records give specific instructions for websites, email and connected platforms.
    DNS records give specific instructions for websites, email and connected platforms.

    Example DNS Zone

    This simplified example shows how different records can work together for one domain. The values are examples only and should not be copied into a live DNS zone.

    dns
    example.com.au.      A      203.0.113.10
    www.example.com.au.  CNAME  example.com.au.
    example.com.au.      MX     10 mail.example-email-provider.com.
    example.com.au.      TXT    "v=spf1 include:example-email-provider.com ~all"

    A simple DNS zone may include website, www, email and authentication records.

    DNS, Domains and Hosting Are Not the Same Thing

    Many website and email problems start because these three terms are used interchangeably. They are connected, but they do different jobs.

    Area What It Does Business Impact
    Domain name The registered name people use to find your business online, such as yourbusiness.com.au. If ownership or renewal access is unclear, your website and email may be at risk.
    DNS The instruction layer that tells browsers, mail servers and platforms where to send traffic. Incorrect records can break websites, email, SSL/TLS validation and third-party integrations.
    Website hosting The server environment where your website files, application and database are stored. Poor hosting can affect speed, uptime, security and user experience, even if DNS is correct.

    DNS Can Affect Both Your Website and Email

    Changing a website record does not automatically move email, but DNS records often live in the same zone. A rushed edit can accidentally remove MX, SPF, DKIM or DMARC records, which may interrupt email delivery or reduce deliverability.

    Business Impact

    How DNS Affects Websites, Email and Online Services

    DNS has a direct effect on website availability. If an A record or CNAME record points to the wrong destination, visitors may see an error, an old website, a staging website or nothing at all. DNS also affects business email. MX records route mail, while SPF, DKIM and DMARC records support email authentication. These records do not guarantee inbox placement, because spam filtering also depends on sender reputation, content, user behaviour and provider rules. Even so, missing or incorrect authentication can make deliverability problems more likely. SSL/TLS certificates may also depend on DNS. Some providers use DNS records to verify that you control a domain before issuing or renewing a certificate. If verification records are missing, a secure HTTPS connection may be affected. Third-party tools can also rely on DNS. Examples include CRM verification, marketing platforms, booking tools, payment systems, helpdesk platforms and analytics services. This is why DNS should be documented and managed as part of the wider website, hosting and email environment.
    DNS changes can affect several business systems at once.
    DNS changes can affect several business systems at once.

    Registrar DNS vs Managed DNS

    Potential Advantages of Basic Registrar DNS

    • It may be simple for a small domain with only a basic website record and no complex email or platform connections.
    • It is often included with domain registration, so there may be no separate DNS management interface to learn.
    • It can be adequate when the domain is low-risk, well documented and not tied to critical business systems.

    Reasons Managed DNS May Be Preferred

    • Managed DNS can provide stronger oversight when websites, email, SSL/TLS, security services and third-party tools all depend on the same domain.
    • A managed approach can reduce provider finger-pointing because one technical contact can review records in context.
    • Platforms such as Cloudflare can support fast DNS resolution, DDoS protection and SSL/TLS management when configured correctly.

    Common DNS Mistakes to Avoid

    DNS changes are not always difficult, but mistakes can be disruptive. These are common problems we see during launches, migrations and email changes.

    Changing nameservers without copying existing records

    Do this instead

    Before changing nameservers, export or document the current DNS zone. Recreate required website, email, verification and authentication records in the new DNS provider before cutover.

    Deleting email records during a website launch

    Do this instead

    Treat website and email records separately. Moving a website usually requires changes to web records, not the removal of MX, SPF, DKIM or DMARC records.

    Assuming DNS updates are instant everywhere

    Do this instead

    Allow for DNS propagation and caching. Lowering TTL values before planned changes may help, but some networks and devices may still use cached records for a period of time.

    Common DNS Problems and What They May Mean

    These symptoms do not always prove DNS is the only cause, but they are strong signals that DNS should be checked.

    The website is not loading after a launch or migration

    Likely cause

    The domain may still point to the old server, the A record may be wrong, or DNS propagation may still be occurring.

    Solution

    Check the live nameservers, confirm the active A or CNAME record, verify the hosting server is ready, and allow for propagation where appropriate.

    Business emails are bouncing or not arriving

    Likely cause

    MX records may be missing or pointing to the wrong mail provider. SPF, DKIM or DMARC records may also be incomplete.

    Solution

    Review mail routing records and email authentication records together. If the business uses Microsoft 365 or another provider, confirm the records match that provider’s current requirements.

    A third-party platform cannot verify the domain

    Likely cause

    The required TXT or CNAME verification record may be missing, entered in the wrong place or cached by DNS resolvers.

    Solution

    Confirm the record name, value and active DNS provider. Then test again after allowing enough time for the record to become visible.

    DNS Review Checklist Before Making Changes

    Use this checklist before changing DNS for a website launch, hosting migration, email migration or domain transfer.

    • Confirm where DNS is currently managed

      Check the active nameservers first. Editing records at the registrar will not help if the domain uses DNS from another provider.

    • Document all existing records

      Record website, www, email, SPF, DKIM, DMARC, verification and third-party service records before making changes.

    • Plan the timing and rollback path

      Avoid making critical changes without knowing how to restore the previous records if something fails during cutover.

    DIY or Support

    Can You Manage DNS Yourself?

    Some DNS tasks are suitable for an internal team. Adding a simple verification TXT record, updating a clearly documented subdomain or checking a provider’s published setup instructions may be manageable if you have access and understand the active DNS provider. Professional help becomes more valuable when the domain supports business-critical systems, the existing setup is undocumented, several providers are involved, or the change affects hosting, email and SSL/TLS at the same time. It is also worth getting support when your domain was registered by a former provider, employee or agency and ownership or access is unclear. DNS mistakes can be hard to diagnose because the symptom may appear somewhere else. A website may look like a hosting issue, an email problem may look like a Microsoft 365 issue, and a certificate warning may look like a security issue. Reviewing DNS in context helps narrow the cause.
    DNS can be simple in isolation, but risky when several services depend on it.
    DNS can be simple in isolation, but risky when several services depend on it.

    Our Approach

    How We Manage DNS at Dobble

    We treat DNS as part of a business’s wider digital infrastructure, not as an isolated technical setting. This fits our Structure Before Aesthetics approach because website performance, search visibility, email reliability and business continuity all depend on foundations being configured correctly. Where appropriate, we use Cloudflare for DNS infrastructure, DDoS protection and SSL/TLS management. We also manage domain registrations on behalf of clients while the registered client retains ownership of the domain. For .au domains, ownership remains with the registered client, subject to registry and registrar policies. When we plan migrations, we audit existing services, prepare the new environment, take backups where possible and coordinate DNS changes carefully. The aim is to minimise disruption, although temporary interruptions can still occur due to DNS propagation, third-party providers or internet caching. We can also help with domain and DNS audits, email deliverability audits, managed hosting, Microsoft 365 business email configuration and related technical reviews. As with all third-party systems, DNS providers, registrars, email platforms and CDN services have their own policies and availability limits. We can assist where practical, but we do not control every external service involved.
    We manage DNS as part of a practical, search-first and performance-conscious digital foundation.
    We manage DNS as part of a practical, search-first and performance-conscious digital foundation.

    DNS FAQs

    These short answers clarify common DNS questions that come up during website launches, email setup and provider changes.

    Is DNS the same as a domain name?

    No. A domain name is the registered address, while DNS is the system of records that tells the internet where the website, email and other services for that domain should go.

    How long do DNS changes take?

    Some DNS changes appear quickly, but others can take longer because of caching and propagation. TTL values, internet providers and previous cached records can all affect timing.

    Can DNS affect SEO?

    DNS can affect SEO indirectly if misconfiguration causes downtime, crawling problems, HTTPS issues or poor user experience. A DNS change alone does not guarantee higher rankings.

    Need a DNS or Domain Review?

    If you are launching a website, moving hosting, changing email providers or trying to untangle an old domain setup, we can review your DNS and help plan the next step with less guesswork.

    Request a Domain Review View Domain Management

    Keep learning

    Tap to call
    Enquire now

    Ask Dobble

    Ask a question

    Send us your question and the Dobble team will get back to you.

    Prefer to talk to us directly?

    Get in touch

    Contact us

    Tell us about your project and the Dobble team will be in touch shortly.

    Prefer to talk to us directly?