每日英语:Google Scraps Plan to Build Hong Kong Data Center
Internet giant Google Inc. has scrapped a plan to build its own data center in Hong Kong and will instead expand its facilities in Taiwan and Singapore.
“While we see tremendous opportunity and potential in Hong Kong…we will not be moving ahead with this project,” Taj Meadows, Asia-Pacific policy communications manager, told The Wall Street Journal on Tuesday, citing cost and the difficulty in acquiring spacious land in Hong Kong to build a facility.
Data centers house computer, telecommunications and storage systems, and typically include backup power supplies and security devices.
Mr. Meadows declined to comment when asked whether the decision might be because of Hong Kong’s proximity to China, where Google has faced challenges in expanding its business following its run-ins with the Chinese government over censorship in 2010. Tensions between the U.S. and China have heightened in recent months following revelations by National Security Agency contractor Edward Snowden that the U.S. agency collects sensitive data.
Last month, Google Executive Chairman Eric Schmidt expressed concerns about reports that the U.S. government allegedly spied on its data centers, describing such an act as “outrageous” and potentially illegal if proven.
Google operates 12 data centers globally, with seven based in the Americas region. The company has announced an investment of $300 million for the data center in Taiwan and $120 million for the facility in Singapore. Both centers are expected to be operational later this year.
Google first announced in 2011 that it would build its own data centers in Asia and was looking to acquire land in Singapore, Taiwan and Hong Kong. The move to set up its own centers in Asia comes as Google, like many other Internet companies, is seeing robust growth in Internet traffic and a rise in new users across many parts of Asia. More consumers are using smartphones and tablet computers to access online videos and other content requiring higher data bandwidth. Companies typically decide to build their own data centers for better security.
As a result of the move to abandon the Hong Kong data center, Google will have two data centers in Asia – one in Taiwan’s Changhua county and the other in Singapore.
“To keep up with the rapid growth in users and usage across the region, we need to focus on locations where we can build for economies of scale,” Mr. Meadows said, noting that the company isn’t scaling back its Hong Kong operations despite abandoning plans to build a data center.
每日英语:Google Scraps Plan to Build Hong Kong Data Center的更多相关文章
- 每日英语:Hong Kong Lifestyle Strains City's Resources
Hong Kong's rapacious consumption and waste production is straining its natural resources and could ...
- 每日英语:Who Needs to Know How to Code
Like many 10-year-olds, Nick Wald takes private lessons. His once-a-week tutor isn't helping him wit ...
- 每日英语:why can't China produce world-class CEO?
The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...
- 每日英语:How to Save Detroit
Detroit is beautiful-though you probably have to be a child of the industrial Midwest, like me, to s ...
- 每日英语:Nanjing's New Sifang Art Museum Illustrates China's Cultural Boom
In a forest on the outskirts of this former Chinese capital, 58-year-old real-estate developer Lu Ju ...
- 每日英语:Why Are Items Pricier in China?
In China, consumers pay nearly $1 more for a latte at Starbucks than their U.S. counterparts. A Cadi ...
- 每日英语:Why Chinese Companies Lack Homegrown Luxury Brand Power
Chinese companies build iPads, high-speed trains and world-class telecom gear, but they can't seem t ...
- 每日英语:KFC's Crisis in China Tests Ingenuity of Man Who Built Brand
Sam Su for years ran one of the highest-flying foreign business operations in China. These days, he' ...
- 每日英语:Chinese Show Global Real-Estate Appetite
Chinese investors have been snapping up real estate in the world's most important cities this year. ...
随机推荐
- TL认证和运作经典案例评选
评选背景: 1.TL能力模型推出一年多时间以来,各地区.部门的TL认证和运作如火如荼,中开社上已有部分案例输出: 2.有部门在认证和运作上希望能借鉴优秀案例的经验,并且更希望能得到本地其他部门的帮扶: ...
- UVa 10029 - Edit Step Ladders
題目:已知一些字典序排列的單詞,問能從中找到最大的一個有序單詞集合, 使得集合中的單詞每一個是有上一個單詞經過一次變換得來的(增.刪.改). 分析:dp,LIS.最大遞增子序列,不過數據較大须要優化. ...
- 【linux】系统初始化的shell脚本
根据参考网上的一些文章,总结出来一个系统初始化的shell脚本 1.初始化脚本 #!/bin/bash cat << EOF +------------------------------ ...
- JavaScript indexOf() 方法详解
定义和用法 indexOf() 方法可返回某个指定的字符串值在字符串中首次出现的位置. 语法 stringObject.indexOf(searchvalue,fromindex) 参数 描述 sea ...
- 构建高性能数据库缓存之redis(二)
一.概述 在构建高性能数据库缓存之redis(一)这篇文档中,阐述了Redis数据库(key/value)的特点.功能以及简单的配置过程,相信阅读过这篇文档的朋友,对Redis数据库会有一点的了解,此 ...
- 【Spring】Spring+struts2+Hibernate框架的搭建
1.搭建过程 首先需要引入Spring.Struts2.Hibernate的开发包,已经数据库的驱动包. UserAction.java文件 package cn.shop.action; impor ...
- mysql常用查询语句
一.查询指定schema下表的个数 select count(TABLE_NAME) from information_schema.tables where table_schema="d ...
- MySQL-innodb_flush_log_at_trx_commit
有效取值为0.1.2.建议设置为1 -1:执行commit的时将重做日志缓冲区同步写到磁盘,即伴有fsync调用 -2:执行commit的时将重做日志异步写到磁盘,即先写到文件系统的缓冲中(因为文件系 ...
- SQL SERVER数据库维护与重建索引
第一步:查看是否需要维护,查看扫描密度/Scan Density是否为100% declare @table_id int set @table_id=object_id('表名') dbcc sho ...
- Android Developers:保存文件
Android使用一个和其它平台基于硬盘文件系统相似的文件系统.这个课程描述了如何和在Android文件系统使用File APIs读和写文件. 一个File对象适用于读或者写从头到尾没用中断的大型数据 ...