Google Data Centers

Google's first production server rack, circa 1998

Google data centers are the computer software and large hardware resources Google uses to provide their services. This article describes the technological infrastructure behind Google's websites as presented in the company's public announcements.

Locations

The locations of Google's various data centers are as follows:[1]

United States:

  1. Berkeley County, South Carolina since 2007, expanded in 2013, 150 employment positions
  2. Council Bluffs, Iowa 41°13′17.7″N 95°51′49.92″W / 41.221583°N 95.8638667°W / 41.221583; -95.8638667 announced 2007, first phase completed 2009, expanded 2013 and 2014, 130 employment positions
  3. Douglas County, Georgia 33°44′59.04″N 84°35′5.33″W / 33.7497333°N 84.5848139°W / 33.7497333; -84.5848139 since 2003, 350 employment positions
  4. Jackson County, Alabama[2]
  5. Lenoir, North Carolina 35°53′54.78″N 81°32′50.58″W / 35.8985500°N 81.5473833°W / 35.8985500; -81.5473833 announced 2007, completed 2009, over 110 employment positions
  6. Mayes County, Oklahoma
  7. Montgomery County, Tennessee
  8. Pryor Creek, Oklahoma at MidAmerica Industrial Park 36°14′28.1″N 95°19′48.22″W / 36.241139°N 95.3300611°W / 36.241139; -95.3300611 announced 2007, expanded 2012, 100 employment positions
  9. The Dalles, Oregon 45°37′57.04″N 121°12′8.16″W / 45.6325111°N 121.2022667°W / 45.6325111; -121.2022667 since 2006, 80 full-time employment positions

South America:

Europe:

Asia:

Hardware

Original hardware

The original hardware (circa 1998) that was used by Google when it was located at Stanford University included:[3]

Production hardware

Google uses commodity-class x86 server computers running customized versions of Linux. The goal is to purchase CPU generations that offer the best performance per dollar, not absolute performance. How this is measured is unclear, but it is likely to incorporate running costs of the entire server, and CPU power consumption could be a significant factor.[4] Servers as of 2009–2010 consisted of custom-made open-top systems containing two processors (each with several cores[5]), a considerable amount of RAM spread over 8 DIMM slots housing double-height DIMMs, and at least two SATA hard disk drives connected through a non-standard ATX-sized power supply unit.[6] The servers were open top so more servers could be fit into a rack. According to CNET and to a book by John Hennessy, each server had a novel 12-volt battery to reduce costs and improve power efficiency.[5][7]

According to Google their global data center operation electrical power ranges between 500 and 681 megawatts.[8][9] The combined processing power of these servers might have reached from 20 to 100 petaflops in 2008.[10]

Network topology

Details of the Google worldwide private networks are not publicly available but Google publications[11][12] make references to the "Atlas Top 10" report that ranks Google as the third largest ISP behind Level 3.[13]

In order to run such a large network with direct connections to as many ISP as possible at the lowest possible cost Google has a very open peering policy.[14]

From this site we can see that the Google network can be accessed from 67 public exchange points and 69 different locations across the world. As of May 2012 Google had 882 Gbit/s of public connectivity (not counting private peering agreements that Google has with the largest ISPs). This public network is used to distribute content to Google users as well as to crawl the Internet to build its search indexes.

The private side of the network is a secret but recent disclosure from Google[15] indicate that they use custom built high-radix switch-routers (with a capacity of 128 × 10 Gigabit Ethernet port) for the wide area network. Running no less than two routers per datacenter (for redundancy) we can conclude that the Google network scales in the terabit per second range (with two fully loaded routers the bi-sectional bandwidth amount to 1,280 Gbit/s).

These custom switch-routers are connected to DWDM devices to interconnect data centers and point of presences (PoP) via dark fibre.

From a datacenter view, the network starts at the rack level, where 19-inch racks are custom-made and contain 40 to 80 servers (20 to 40 1U servers on either side, while new servers are 2U rackmount systems.[16] Each rack has a switch). Servers are connected via a 1 Gbit/s Ethernet link to the top of rack switch (TOR). TOR switches are then connected to a gigabit cluster switch using multiple gigabit or ten gigabit uplinks.[17] The cluster switches themselves are interconnected and form the datacenter interconnect fabric (most likely using a dragonfly design rather than a classic butterfly or flattened butterfly layout[18]).

From an operation standpoint, when a client computer attempts to connect to Google, several DNS servers resolve www.google.com into multiple IP addresses via Round Robin policy. Furthermore, this acts as the first level of load balancing and directs the client to different Google clusters. A Google cluster has thousands of servers and once the client has connected to the server additional load balancing is done to send the queries to the least loaded web server. This makes Google one of the largest and most complex content delivery networks.[19]

Google has numerous data centers scattered around the world. At least 12 significant Google data center installations are located in the United States. The largest known centers are located in The Dalles, Oregon; Atlanta, Georgia; Reston, Virginia; Lenoir, North Carolina; and Moncks Corner, South Carolina.[20] In Europe, the largest known centers are in Eemshaven and Groningen in the Netherlands and Mons, Belgium.[20] Google's Oceania Data Center is claimed to be located in Sydney, Australia. [21]

Project 02

One of the largest Google data centers is located in the town of The Dalles, Oregon, on the Columbia River, approximately 80 miles from Portland. Codenamed "Project 02", the $600 million[22] complex was built in 2006 and is approximately the size of two American football fields, with cooling towers four stories high.[23] The site was chosen to take advantage of inexpensive hydroelectric power, and to tap into the region's large surplus of fiber optic cable, a remnant of the dot-com boom. A blueprint of the site appeared in 2008.[24]

Summa papermill

In February 2009, Stora Enso announced that they had sold the Summa paper mill in Hamina, Finland to Google for 40 million Euros.[25][26] Google plans to invest 200 million euros on the site to build a data center.[27] Google chose this location due to the availability and proximity of renewable energy sources.[28]

Modular container data centers

In 2005,[29] Google was researching a containerized modular data center. Google filed a patent application for this technology in 2003.[30]

Software

Most of the software stack that Google uses on their servers was developed in-house.[31] According to a well-known Google employee, C++, Java, Python and (more recently) Go are favored over other programming languages.[32] For example, the back end of Gmail is written in Java and the back end of Google Search is written in C++.[33] Google has acknowledged that Python has played an important role from the beginning, and that it continues to do so as the system grows and evolves.[34]

The software that runs the Google infrastructure includes:[35]

Google has developed several abstractions which it uses for storing most of its data:[43]

Software development practices

Most operations are read-only. When an update is required, queries are redirected to other servers, so as to simplify consistency issues. Queries are divided into sub-queries, where those sub-queries may be sent to different ducts in parallel, thus reducing the latency time.[16]

To lessen the effects of unavoidable hardware failure, software is designed to be fault tolerant. Thus, when a system goes down, data is still available on other servers, which increases reliability.

Search infrastructure

Index

Like most search engines, Google indexes documents by building a data structure known as inverted index. Such an index obtains a list of documents by a query word. The index is very large due to the number of documents stored in the servers.[19]

The index is partitioned by document IDs into many pieces called shards. Each shard is replicated onto multiple servers. Initially, the index was being served from hard disk drives, as is done in traditional information retrieval (IR) systems. Google dealt with the increasing query volume by increasing number of replicas of each shard and thus increasing number of servers. Soon they found that they had enough servers to keep a copy of the whole index in main memory (although with low replication or no replication at all), and in early 2001 Google switched to an in-memory index system. This switch "radically changed many design parameters" of their search system, and allowed for a significant increase in throughput and a large decrease in latency of queries.[48]

In June 2010, Google rolled out a next-generation indexing and serving system called "Caffeine" which can continuously crawl and update the search index. Previously, Google updated its search index in batches using a series of MapReduce jobs. The index was separated into several layers, some of which were updated faster than the others, and the main layer wouldn't be updated for as long as two weeks. With Caffeine the entire index is updated incrementally on a continuous basis. Later Google revealed a distributed data processing system called "Percolator"[49] which is said to be the basis of Caffeine indexing system.[41][50]

Server types

Google's server infrastructure is divided into several types, each assigned to a different purpose:[16][19][51][52][53]

References

  1. "Google data centers, locations". Google. Retrieved 21 July 2014.
  2. https://www.google.com/about/datacenters/inside/locations/jackson-county/
  3. "Google Stanford Hardware" at the Wayback Machine (archived February 9, 1999). Stanford University (provided by Internet Archive). Retrieved on July 10, 2006.
  4. Tawfik Jelassi; Albrecht Enders (2004). "Case study 16 — Google". Strategies for E-business. Pearson Education. p. 424. ISBN 978-0-273-68840-2.
  5. 1 2 Computer Architecture, Fifth Edition: A Quantitative Approach, ISBN 978-0123838728; Chapter Six; 6.7 "A Google Warehouse-Scale Computer" page 471 "Designing motherboards that only need a single 12-volt supply so that the UPS function could be supplied by standard batteries associated with each server"
  6. Google's secret power supplies on YouTube
  7. Google on-server 12V UPS, 1 April 2009.
  8. Google Green infographics
  9. Analytics Press Growth in data center electricity use 2005 to 2010
  10. Google Surpasses Supercomputer Community, Unnoticed?, May 20, 2008.
  11. "Fiber Optic Communication Technologies: What's Needed for Datacenter Network Operations", Research, Google
  12. "FTTH look ahead — technologies & architectures", Research, Google
  13. James Pearn. How many servers does Google have?. plus.google.com.
  14. "kumara ASN15169", Peering DB
  15. "Urs Holzle", Speakers, Open Network Summit
  16. 1 2 3 Web Search for a Planet: The Google Cluster Architecture (Luiz André Barroso, Jeffrey Dean, Urs Hölzle)
  17. Warehouse size computers
  18. Denis Abt High Performance Datacenter Networks: Architectures, Algorithms, and Opportunities
  19. 1 2 3 Fiach Reid (2004). "Case Study: The Google search engine". Network Programming in .NET. Digital Press. pp. 251–253. ISBN 978-1-55558-315-6.
  20. 1 2 Rich Miller (March 27, 2008). "Google Data Center FAQ". Data Center Knowledge. Retrieved 2009-03-15.
  21. Brett Winterford (March 5, 2010). "Found: Google Australia's secret data network". ITNews. Retrieved 2010-03-20.
  22. Google "The Dalles, Oregon Data Center" Retrieved on January 3, 2011.
  23. Markoff, John; Hansell, Saul. "Hiding in Plain Sight, Google Seeks More Power." New York Times. June 14, 2006. Retrieved on October 15, 2008.
  24. Strand, Ginger. "Google Data Center" Harper's Magazine. March 2008. Retrieved on October 15, 2008. Archived August 30, 2012, at the Wayback Machine.
  25. "Stora Enso divests Summa Mill premises in Finland for EUR 40 million". Stora Enso. 2009-02-12. Retrieved 12.02.2009. Check date values in: |access-date= (help)
  26. "Stooora yllätys: Google ostaa Summan tehtaan". Kauppalehti (in Finnish). Helsinki. 2009-02-12. Retrieved 2009-02-12.
  27. "Google investoi 200 miljoonaa euroa Haminaan". Taloussanomat (in Finnish). Helsinki. 2009-02-04. Retrieved 2009-03-15.
  28. Finland – First Choice for Siting Your Cloud Computing Data Center. Accessed 4 August 2010.
  29. http://www.theregister.co.uk/2009/04/10/google_data_center_video
  30. "United States Patent: 7278273". Patft.uspto.gov. Retrieved 2012-02-17.
  31. Mark Levene (2005). An Introduction to Search Engines and Web Navigation. Pearson Education. p. 73. ISBN 978-0-321-30677-7.
  32. "Python Status Update". Artima. 2006-01-10. Retrieved 2012-02-17.
  33. "Warning". Panela. Blog-city. Archived from the original on December 28, 2011. Retrieved 2012-02-17.
  34. "Quotes about Python". Python. Retrieved 2012-02-17.
  35. "Google Architecture". High Scalability. 2008-11-22. Retrieved 2012-02-17.
  36. 1 2 3 Fikes, Andrew (July 29, 2010), "Storage Architecture and Challenges", TechTalk (PDF), Google
  37. "Colossus: Successor to the Google File System (GFS)". SysTutorials. 2012-11-29. Retrieved 2016-05-10.
  38. Dean, Jeffrey 'Jeff' (2009), "Design, Lessons and Advice from Building Large Distributed Systems", Ladis (keynote talk presentation), Cornell
  39. Shute, Jeffrey 'Jeff'; Oancea, Mircea; Ellner, Stephan; Handy, Benjamin 'Ben'; Rollins, Eric; Samwel, Bart; Vingralek, Radek; Whipkey, Chad; Chen, Xin; Jegerlehner, Beat; Littlefield, Kyle; Tong, Phoenix (2012), "F1 — the Fault-Tolerant Distributed RDBMS Supporting Google's Ad Business", Research (presentation), Sigmod: Google
  40. "Anna Patterson – CrunchBase Profile". Crunchbase.com. Retrieved 2012-02-17.
  41. 1 2 The Register. Google Caffeine jolts worldwide search machine
  42. "Google official release note". Google.com. Retrieved 2013-09-28.
  43. 1 2 "Google Developing Caffeine Storage System | TechWeekEurope UK". Eweekeurope.co.uk. 2009-08-18. Retrieved 2012-02-17.
  44. "Developer Guide – Protocol Buffers – Google Code". Code.google.com. Retrieved 2012-02-17.
  45. windley on June 24, 2008 1:10 PM (2008-06-24). "Phil Windley's Technometria | Velocity 08: Storage at Scale". Windley.com. Retrieved 2012-02-17.
  46. "Message limit – Protocol Buffers | Google Groups". Groups.google.com. Retrieved 2012-02-17.
  47. "Jeff Dean's keynote at WSDM 2009" (PDF). Retrieved 2012-02-17.
  48. Daniel Peng, Frank Dabek. (2010). Large-scale Incremental Processing Using Distributed Transactions and Notifications. Proceedings of the 9th USENIX Symposium on Operating Systems Design and Implementation.
  49. The Register. Google Percolator – global search jolt sans MapReduce comedown
  50. Chandler Evans (2008). "Google Platform". Future of Google Earth. Madison Publishing Company. p. 299. ISBN 978-1-4196-8903-1.
  51. Chris Sherman (2005). "How Google Works". Google Power. McGraw-Hill Professional. pp. 10–11. ISBN 978-0-07-225787-8.
  52. Michael Miller (2007). "How Google Works". Googlepedia. Pearson Technology Group. pp. 17–18. ISBN 978-0-7897-3639-0.

Further reading

External links

[* Search Engine Optimization

This article is issued from Wikipedia - version of the 12/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.