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.72
Isn't technology amazing?   :D