Friday, November 25, 2016

How To Trace A Website Using Command Prompt?

Command Prompt is a treasure to provide solutions to the executed commands on the command line. You can even trace a website using the command prompt. This is a simple trick that exposes hosting provider for a particular domain. TRACERT (Trace Route), a command line utility used to trace the path that an Internet Protocol (IP) packet takes to its destination.

trace-website-using-command-prompt
How To Trace A Website Using Command Prompt?
This command is extremely useful when trying to troubleshoot with a website issues such as a website unreachable. It helps to see where the connection fails. All the network related information about a website can be known using the command prompt. You can use TRACERT to find out where a packet stopped on the network. With TRACERT command you can see visually network packet being sent and received and the amount of hops required for the packet to get to its destination.

Procedure to trace a Website using command Prompt.

Step1: Open run command by typing Windows + R and type cmd in the empty field.
trace-website-using-command-prompt
How To Trace A Website Using Command Prompt?

Step2: Press Ok or Press Enter to open command prompt Window.
how-to-trace-a-website-using-command-prompt
How To Trace A Website Using Command Prompt?

Step3: Type tracert domain name or website name.
For Example type tracert www.google.com 
trace-website-using-command-prompt
How To Trace A Website Using Command Prompt?

Step4: Press Enter. Command prompt start tracing to the domain name provided. It tells you IP Address of that domain and a maximum number of hops before time out.
trace-website-using-command-prompt
How To Trace A Website Using Command Prompt?

This command prompt hack is extremely recommended if your website is not reachable. The tracert command list all the routers it passes through to reach its destination. It also tells you how long each hop takes from router to router. 

0 comments: