LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

What is DNS and what are the common DNS record types?

DNS maps names to addresses; key record types are A (IPv4), AAAA (IPv6), NS (name server), and MX (mail), and every DNS message has question, answer, authority, and additional sections.

DNS (Domain Name Service):

An automated service that matches resource names (like domain names) with their numeric IP addresses.

Common DNS record types

* A maps to IPv4, AAAA to IPv6, NS names the authoritative server, MX routes mail. *

Purpose: Domain names like www.cisco.com are much easier to remember than IP addresses like 198.133.219.25.

Common DNS Record Types:

Record Purpose
A End device IPv4 address
NS Authoritative name server
AAAA End device IPv6 address (pronounced "quad-A")
MX Mail exchange record

DNS Message Format Sections:

Section Description
Question The question for the name server
Answer Resource Records answering the question
Authority Resource Records pointing toward an authority
Additional Resource Records holding additional information

DNS Resolution Process:

  1. Client queries local DNS server
  2. If not found, query forwarded to other DNS servers
  3. Response cached temporarily for future queries

Go deeper:

From Quiz: NETW1 / Application Layer | Updated: Jul 14, 2026