Finding out more about a site OPEN -- Finding more about a specific Web site could start by going to the Start > Programs > Accessories > Command Prompt When that opens you will be looking at a DOS window with a prompt like C:/> type the following: tracert www.mywebsite.com It will ping every machine along the routing path and return the name of that machine and its ping time to you. From the names (which are usually decipherable) you should get a good idea of the locations. Check out Visualroute for a graphical charting of the traceroute. Tip of the hat to Tom Murphy x_ref143
|