Youtube stopped running again.
Traced route for problems.
Found an odd flaw with Verizon:
Traced Youtube route from Boston to California.
Seems fastest route -always- requires a time delayed trip to U.K. (London: 216.239.50.139)
216.239.50.139 is London UK:
http://www.findip-address.com/
Tracert:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\z>tracert 74.125.228.46
Tracing route to iad23s06-in-f14.1e100.net [74.125.228.46]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms Wireless_Broadband_Router.home [192.168.1.1]
2 130 ms 5 ms 6 ms L100.BSTNMA-VFTTP-95.verizon-gni.net [98.110.194
.1]
3 7 ms 11 ms 7 ms G0-11-4-4.BSTNMA-LCR-21.verizon-gni.net [100.41.
204.117]
4 14 ms 13 ms 80 ms ae1-0.BOS-BB-RTR1.verizon-gni.net [130.81.151.60
]
5 15 ms 15 ms 13 ms 0.ae11.XL3.NYC1.ALTER.NET [152.63.20.69]
6 13 ms 15 ms 13 ms 0.xe-8-0-0.GW13.NYC1.ALTER.NET [152.63.19.49]
7 14 ms 15 ms 14 ms google-gw.customer.alter.net [204.148.18.206]
8 15 ms 14 ms 14 ms 216.239.50.139
9 14 ms 16 ms 15 ms 209.85.246.4
10 27 ms 28 ms 18 ms 209.85.249.11
11 21 ms 21 ms 18 ms 72.14.236.153
12 24 ms 25 ms 23 ms 72.14.238.175
13 20 ms 18 ms 21 ms iad23s06-in-f14.1e100.net [74.125.228.46]
Trace complete.
C:\Users\z>
Seems odd that the fastest route to California is through London England.
Don't understand this.
tia
216.239.50.139
| Hostname | No Hostname |
| Network | AS15169 Google Inc. |
| City | United Kingdom |
| Latitude/Longitude | 51.5000,-0.1300 |
Try the JSON API from the command line
$ curl ipinfo.io/216.239.50.139
{
"ip": "216.239.50.139",
"hostname": "No Hostname",
"city": null,
"region": null,
"country": "GB",
"loc": "51.5000,-0.1300",
"org": "AS15169 Google Inc."
}
See the
developers page for more information on using the ipinfo.io geolocation API from the command line, in scripts, or on webpages.