What is Reverse DNS or PTR Record ?
Posted by on 10 November 2011 05:42 PM
|
|
Reverse DNS (or sometimes called as PTR record) is a DNS record that helps to determine the domain name that is associated with a given IP address using the Domain Name System (DNS) of the Internet.
PTR record is the opposite of an A record. While the A record points a domain name to an IP address, the PTR record resolves the IP address to a domain/hostname. PTR records are used for the reverse DNS (Domain Name System) lookup. Using the IP address you can get the associated domain/hostname as a result of the lookup. An A record should exist for every PTR record.
More information is available via the link below: | |
|