So I decided to do this little thing as a project and see what results I got.
As some of you may know, im currently learning about networking in my Desktop Technician program and I wanted to figure out where the physical location (server) that this website was being held on so here is what I did...
I opened my command prompt, running it with administrator privileges. and typed the following commands being displayed in the code as follows and the follow up results from the commands I put in...
After 14 hops later from tracing the route of the IP address I put in the very last command, it let me to a physical server address located somewhere out in Washington state. There wasn't an exact location listed but it did list the ISP that the servers were owned and maintained by so if I did a follow up check on their physical servers, I bet I could find the ACTUAL location of the server the site is hosted on.
Isn't technology amazing?   :D
As some of you may know, im currently learning about networking in my Desktop Technician program and I wanted to figure out where the physical location (server) that this website was being held on so here is what I did...
I opened my command prompt, running it with administrator privileges. and typed the following commands being displayed in the code as follows and the follow up results from the commands I put in...
Code: (Select All)
C:\windows\system32>nslookup ffxiv-roleplayers.com
Name: (of the server the look up is sent from)
Address: (youre server's address)
non-authoritative awnser:
Name:ffxiv-roleplayers.com
Address:192.185.16.72 (this is the actual phyisical hosts site's IP address.)
c:\windows\system32>tracert 192.185.16.72Isn't technology amazing?   :D





![[Image: NCtCate.png]](http://i.imgur.com/NCtCate.png)
We're actually currently hosted in Houston, TX, in HostGator's data center. The traceroute is actually a bit devious, as Comcast evidently peers with HostGator's ISP at Microsoft's peering point in Washington (AS8075). The next hop, 216.117.50.142, is CyrusOne, a data center provider in whose Houston, TX data center HostGator's racks reside. My guess is that Microsoft leases some space from them to run part of Azure, and Comcast just takes advantage of the peering point.