DNS Lookup and Reverse DNS Lookup are redundant as either tool can accept both domain names and IP addresses. This was done as a convenience for users who are used to using a DNS Lookup for finding the IP address of a domain name and using a Reverse DNS Lookup for finding the domain name of an IP address.
Below is a description of Network Tool "DNS Lookup" that also describes Network Tool "Reverse DNS Lookup". "DNS Lookup" takes a Domain Name and provides its IPv4 address and any registered IPv6 address. ("DNS Lookup" was used above to find Google's IPv4 and IPv6 addresses.) This is known as a forward DNS. There can be multiple IP addresses associated with the Domain Name. 1. Example of "DNS Lookup"
Output:
"Reverse DNS Lookup" takes an IP address and provides it Domain Name. 2. Example of "Reverse DNS Lookup" Input the first yahoo.com server in example 1 above "64.20.34.50" and click "Submit" Output:
IPv4/IPv6 information lookup
3. Example of "DNS Lookup" Input the domain name "cache2.trouble-free.net" from Example 2 and click "Submit" Output:
server IP address 64.20.34.50 in example 3 is the same as the server IP address input in Example 2. We now have a Forward-confirmed reverse DNS (FCrDNS) also known as full-circle reverse DNS. DNS "cache2.trouble-free.net" -> "64.20.34.50"
DNS doesn't require Reverse DNS records, and forward and reverse DNS records do not even have to agree with each other (See Example 2) - but if they do, then we have a FCrDNS, which is a weak form of authentication and is becoming required by mail servers for verification. |