Appendix C Flashcards
What does DNS stand for
Domain Name System
What port does DNS operate on
Both TCP & UDP 53
How does DNS work
User sends a single UDP packet to the server
Server responds with a single UDP packet
What is a DNS Zone Transfer
A method of copying the DNS database across multiple DNS a set of DNS servers.
What two types of DNS Zone Transfers are there
AXFR : Full
IXFR : Incremental
How does a DNS Zone Transfer Work
The actual data transfer process begins by the client sending a query (opcode 0) with the special QTYPE (query type) AXFR (value 252) over the TCP connection to the server.
The server responds with a series of response messages, comprising all of the resource records for every domain name in the “zone”.
The first response comprises the SOA resource record for the zone apex.
The other data follows in no specified order. The end of the data is signalled by the server repeating the response containing the SOA resource record for the zone apex.
What does SOA stand for
Start of Authority, multiple fields which specify what parts of the naming hierarchy a server implements. Includes the primary NS, the domain serial number, email address of admin, and refresh timing info.
What does MX stand for
Mail Exchange, 16 bit preference and name of the host that acts as a mail exchange server for a domain, i.e. mail.domain.com
What does TXT stand for
Text, Uninterpreted string of ASCII text
What does A stand for
Address, 32 bit IP address of the host or domain
What does NS stand for
Name Server, Authoritive name server for the domain
What does PTR stand for
Pointer, symbolic link for a domain i.e. net.domain.com points to www.domain.com
What does HINFO stand for
Host Information, Name of CPU and OS
What does CNAME stand for
Canonical Name, canonical domain name
What does AAAA stand for
AAAA (IPv6 Address Record) returns the 128bit IPv6 address