The Speed of the Internet at Google (Googleplex)

Recently Google hosted a thread on Reddit where they answered questions from the general public.  The question of Internet connection speed at Googleplex came up.  To put things in perspective, the average download speed in South Korea is 20 Mb/s, 16 Mb/s in Japan, and 5 Mb/s in the United States.  Personally, my connection with U-Verse is a blazing, or so I thought, 25 Mb/s.  Google’s pipe is a mind blowing 523 Mb/s!

They posted their current connection speed (using speedtest.net tools):

Google Internet connection speed
Google Internet connection speed test that they ran at speedtest.net

 

And to demonstrate the speed in a real-world measurement, posted this download screenshot (click screenshot for full-size view).

Screenshot of Google downloading Rift over their huge pipe
Screenshot of Google downloading Rift over their huge pipe

Leave a Reply

Related Post

New 3D Tri-Gate chips coming from Intel

Silicon wafers used in computer chipsets (processors) have typically been two dimensional. On May 4, 2011, Intel announced a 3-D transistor technology, called Tri-Gate, that ensures Moore’s Law, which predicts that chipset transistor density doubles every two years, keeps pace. Dense chipsets allow Intel to pack more computer cycles (with less power usage) onto a single chip. By building above the chip’s surface, Intel can build chipsets that are smaller, faster, and use less power. The Tri-Gate transistors will be used in a line of 22 nanometer processors (code named Ivy Bridge) and ready for production use by 2012.

Common Mysql commands, queries, and administrative functions

Gotta love the mysql database.  Here is a list of common mysql commands and syntax that you will use most often. To login (from unix shell) use -h only if needed. # [mysql dir]/bin/mysql -h hostname -u root -p Create a database on the sql server. mysql> create database [databasename]; List all databases on the […]