What is reverse DNS?
Reverse DNS (rDNS), also called reverse resolution, maps an IP address back to a hostname. It is the inverse of normal DNS, which maps hostnames to IP addresses.
Example: normal DNS resolves dns.google → 8.8.8.8. Reverse DNS resolves 8.8.8.8 → dns.google.
Implementation: reverse records live in the .in-addr.arpa special top-level DNS zone. The IP is reversed octet-by-octet — 8.8.8.8 becomes 8.8.8.8.in-addr.arpa — and a PTR record at that zone returns the hostname.
rDNS matters most for:
- Email deliverability — mail servers reject messages from IPs with no rDNS as spam
- Server identification — traceroute and server logs show meaningful names instead of numbers
- Security audits — matching forward + reverse DNS confirms legitimate ownership
WorldIP.io runs a reverse DNS lookup on every IP page you visit.