DNS and Reverse DNS Lookups

DNS Lookup

$ dig <domain>

Reverse DNS Lookup

$ dig -x <ip>
$ host <ip>

Reference