C1 - Registration Records Flashcards
What is WHOIS?
A public database that houses the information collected when someone registers a domain name or updates their DNS settings.
What information does WHOIS show?
IP range, Registrar, Organisation/Owner, Assigned date, Geographical location
What does DNS stand for?
Domain Name Server
What is DNS?
Distributed database used to map IP addresses to hostnames and vice versa and provides email routing information.
What is a DNS Query?
A message that a client sends to the DNS server.
How does a DNS query work?
It contains a list of question that DNS server answers.
Can contain multiple questions that the server will reply to, but server can also reply with additional information.
What is Recursive query?
A recursive query directs the DNS server to fully resolve the domain name and provide a final answer. If the server doesn’t know the IP, it queries other servers until it succeeds or fails.
What is a iterative query?
DNS server will return the best answer it has, either the final IP address or a referral to another DNS server (usually a higher-level domain server).
What is non-recursive query?
A DNS server returns the requested hostname if it has the information in its cache. If not, it responds with an empty answer.
What the three types of DNS queries?
Recursive, Non-recursive, Iterative
What is a DNS zone transfer?
Propagates current DNS zone material to other name servers that support the operation.
What port is a DNS zone transfer done on?
Port 53
What command is used to perform a DNS zone transfer?
dig
dig axfr
nslookup
What command is used to perfrom a reverse DNS zone transfer?
dig -x
What does SOA stand for in DNS records?
Start of Authority