| Q |
What is DNS? |
| A |
DNS is short for Domain Name System. DNS translates
domain names into IP addresses. For example,
www.mydomain.com might translate to 123.456.789.0. |
|
| Q |
Why is DNS important? |
| A |
DNS makes navigating the web much easier. Instead of having to remember a long IP address to access a server or email, DNS associates a specific IP to a much easier to remember domain name (hostfaqs.info for example).
|
|
|
|
|
| Q |
What are name servers? |
| A |
Name servers are servers that host the domain name zone of a domain name. They provide the mapping of domain names to IP addresses.
|
|
| Q |
What are the types of DNS records? |
| A |
The main DNS records are:
A Record: Maps hostname to an IPv4 address.
AAAA Record: Maps hostname to an IPv6 address.
CNAME Record: Indicates the true hostname of a computer that its aliases are associated with.
MX Record: Identifies server responsible for handling emails.
Name Server Record: Specifies DNS servers for a domain name.
|