There are many ways you may find an IP address of a website. These can be using your command line interface, web browser, or an app. In this how-to guide, we will show you how you can get an IP address of a website in easy steps.
Pinging a Domain Name
AURL, Uniform Resource Locator, tells us about the location of a specific website, page, or file on the Internet in a human-readable form. A Domain Name is a part of an URL. For example,technewstoday.comis the domain name in the URL https://www.technewstoday.com/how-to-find-ip-address-of-website/
Each domain name has one or more IP addresses associated with it, and that’s how data packets can be routed on the Internet.
Ping, which stands forPacket Internet Groper, is a network tool to test the connectivity. you may ping a domain name and find the corresponding IP address.
Step 1. OpenCommand Promptapp in Windows orTerminalon Mac. Alternatively, you may useNetwork Utilityapp on Mac.
To open Command Prompt, press theWindows (⊞)key, and type “cmd”. SelectCommand Promptfrom the search result.
Step 2. On the command prompt, type “ping” and a website name. For example,ping technewstoday.com
You’ll find the website IP address in the ping result. The dotted decimel afterReply fromis the IP address of a site.
Nslookup is a network tool for querying a DNS (Domain Name System) to obtain a domain name, an IP address, or for any other DNS record for a website.
Step 1. Type nslookup at the command prompt, and pressEnter.Step 2. TypeServer x.x.x.xwhere x.x.x.x is the IP address of a DNS server. you may use an IP address of a popular DNS server like Google, cloudflare, or OpenDNS. For Google DNS, the IP address is 8.8.8.8. HitEnter.Step 3. Type the domain name of the website you want to find the IP address of, and pressEnter.
The result is located under addresses. For popular websites, there may be more than one IP address.
Trace Route a website
TraceRoute is a convenient network tool to determine the network route a data packet will take. It also gives the IP address of each hop router on the way.
Step 1. At the command prompt, typetracertand the name of a website.