Translate domain name to IP address¶
Use Case¶
Translate a domain name to the corresponding IP address
Usage Guide¶
Input the domain name to query
User registered domain name, e.g. google.com, mozilla.org
Multi-level domain name, e.g. www.google.com, developer.mozilla.org
URL, e.g. https://mozilla.org, https://en.wikipedia.org/wiki/main_page
Email address, e.g. User@gmail.com, user@protonmail.com
Select Resource record type
IPv4: Convert a domain name to IPv4 address
IPv6: Convert a domain name to IPv6 address
Email: Convert a domain name to a list of MTAs(Message Transfer Agents)
Click button of query
There are many name servers in program, and select one from them to get IP address, so the result may be different every query.
Examine Results
It will display domain name, name server, a list of IP addresses and the raw data.
Click ‘Raw data ->’, the raw data is displayed, and click again, they are disappeared.
Background Knowledge¶
The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online through domain names, like nytimes.com or espn.com. Web browsers interact through Internet Protocol (IP) addresses. DNS translates domain names to IP addresses so browsers can load Internet resources.
Each device connected to the Internet has a unique IP address which other machines use to find the device. DNS servers eliminate the need for humans to memorize IP addresses such as 192.168.1.1 (in IPv4), or more complex newer alphanumeric IP addresses such as 2400:cb00:2048:1::c629:d7a2 (in IPv6).
Refer to What is DNS? Domain Name System