Traceroute from Cybercon to major Internet backbones
Public network tools, such as traceroute, allow you to see how a packet is delivered from a server or router to another server or an end user's workstation. The traceroute results will show how many stops (hops) the packet takes and at what speed (in terms of milliseconds). The smaller number of milliseconds, the better (faster).
Here are real life traceroute results from Cybercon's data center to major Internet backbones. You will see less hops (stops) to get to each Internet backbone, and each one at a super-fast speed. If your servers, webpages, and applications are hosted in Cybercon's data center, the packets will be delivered to most users at a much faster speed.
1. From Cybercon data center to UUNET (MCI) Internet backbone:
One hop. 0 milliseconds.
Type escape sequence to abort. Tracing the route to www.uu.net (global.mci.com) (164.109.35.20) 1 GigabitEthernet4-1.GW2.STL3.ALTER.NET (157.130.163.137) 0 msec 0 msec 0 msec !On UUNET network! 2 122.at-5-0-0.XL2.STL3.ALTER.NET (152.63.90.126) 0 msec 0 msec 0 msec 3 0.so-1-0-0.TL2.STL3.ALTER.NET (152.63.88.245) 0 msec 0 msec 0 msec 4 0.so-4-1-0.TL2.DCA6.ALTER.NET (152.63.0.197) 24 msec 24 msec 20 msec 5 0.so-6-0-0.XL2.DCA6.ALTER.NET (152.63.38.74) 28 msec 28 msec 20 msec 6 0.so-7-0-0.GW6.DCA6.ALTER.NET (152.63.41.225) 24 msec 24 msec 20 msec 7 digex-gw.customer.alter.net (157.130.214.102) 24 msec 24 msec 24 msec 8 vlan47.dca2b-fdisb-sw2-msfc1.netsrv.digex.net (164.109.3.109) 24 msec 24 msec 24 msec 9 global.mci.com (164.109.35.20) 24 msec 24 msec 24 msec
2. From Cybercon data center to AT&T Internet backbone:
One hop. 0 milliseconds.
Type escape sequence to abort.
Tracing the route to www.att.net (204.127.135.135)
1 cybercon.ip.att.net (12.118.144.69) [AS 7018] 0 msec 0 msec 0 msec !!!On ATT Network!!!
2 gbr5-p50.sl9mo.ip.att.net (12.123.24.122) [AS 7018] 4 msec 0 msec 0 msec
3 gbr3-p100.sl9mo.ip.att.net (12.122.5.178) [AS 7018] 4 msec 0 msec 0 msec
4 gbr1-p10.bgtmo.ip.att.net (12.122.4.69) [AS 7018] 0 msec 0 msec 0 msec
5 12.122.248.250 [AS 7018] 4 msec 4 msec 0 msec
.................
3. From Cybercon data center to Qwest Internet backbone:
One hop. 0 milliseconds.
Type escape sequence to abort.
Tracing the route to www.qwest.net (204.147.80.81)
1 mo1-edge-03.inet.qwest.net (65.123.132.253) 0 msec 0 msec 0 msec !!! On Qwest Network !!!
2 kcm-core-03.inet.qwest.net (205.171.29.169) 8 msec 4 msec 8 msec
3 kcm-core-02.inet.qwest.net (205.171.29.129) 12 msec 16 msec 8 msec
4 dal-core-02.inet.qwest.net (205.171.8.141) 16 msec 16 msec 20 msec
5 dal-edge-07.inet.qwest.net (205.171.25.58) 16 msec 20 msec 16 msec
6 66.62.112.1 20 msec 20 msec 16 msec
....................
4. From Cybercon data center to Level 3 Internet backbone:
One hop. 0 milliseconds.
Type escape sequence to abort.
Tracing the route to www.level3.net (209.245.19.41)
1 gigabitethernet5-1-107.hsipaccess1.StLouis1.Level3.net (63.208.32.9) 0 msec 0 msec 0 msec
2 ge-6-0-0.mp1.StLouis1.Level3.net (64.159.0.61) 0 msec 0 msec 4 msec
3 so-5-1-0.mp1.Denver1.Level3.net (64.159.0.54) 16 msec 20 msec 16 msec
4 gigabitethernet11-0.hsipaccess1.Denver1.Level3.net (64.159.3.126) 20 msec 20 msec 20 msec
5 serial3-0.hsa1.Broomfield1.Level3.net (209.245.16.18) 16 msec 20 msec 20 msec
..................
If you have a Unix server, you can do a traceroute yourself with the command:
traceroute www.level3.net
under your Unix shell.
If you have a Windows server, you can do a traceroute yourself with the command:
tracert www.level3.net
under the DOS prompt.