Skip to content
CBT Nuggets

Networking · Beginner

DNS (Domain Name System)

DNS is the distributed system that translates human-readable names like cbtnuggets.com into the IP addresses computers use to connect. Records of different types describe what each name points to.

For IT leaders

Most outages your users actually feel start with DNS; team fluency on records, caching, and split-horizon is non-optional.

Why IT teams care

Where this shows up at the team level

  • Email security (MX, SPF, DKIM, DMARC) and SaaS rollouts hinge on DNS changes.
  • Cloud migrations and hybrid identity rely on split-horizon DNS and conditional forwarders.
  • Incident response time on user-visible outages drops sharply when on-call staff can read DNS records confidently.

In production

Where teams encounter it

  • Authoritative DNS hosted in Route 53, Azure DNS, Google Cloud DNS, or on-prem AD-integrated DNS
  • Internal DNS for Active Directory and Kubernetes service discovery
  • Email and SaaS configuration via TXT, MX, and CNAME records

How it works

How DNS actually works

  1. 01Resolvers walk a hierarchy from the root, to top-level domains (.com, .org, etc.), to authoritative name servers for each zone.
  2. 02Each zone holds resource records: A and AAAA for IPv4/IPv6 addresses, CNAME for aliases, MX for mail, TXT for verification and policy data, NS for delegation.
  3. 03Recursive resolvers cache answers for each record's TTL; once that timer expires they re-query the authoritative servers.
  4. 04Authoritative servers and the data path (DNSSEC, DoH/DoT) can be hardened so attackers cannot poison or eavesdrop on lookups.

In practice

Common team use cases

  • Pointing services at load balancers and CDN endpoints
  • Email authentication via SPF, DKIM, and DMARC records
  • Active Directory name resolution and Kubernetes cluster DNS

Build the capability

Each link routes to a hub that goes deeper than this definition.

Close the team gap

Turn this concept into team capability

CBT Nuggets builds expert-led team training that closes the gaps definitions only describe. Talk to sales about a plan that fits your team.