每日英语: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. ...
随机推荐
- springboot+mybatis+maven角色权限框架
发布时间:2018-10-24 技术:springboot,mybatis,maven,shiro 概述 Springboot作为基础框架,使用mybatis作为持久层框架 使用官方推荐的th ...
- java服务端微信小程序支付
发布时间:2018-10-05 技术:springboot+maven 概述 java微信小程序demo支付只需配置支付一下参数即可运行 详细 代码下载:http://www.demodash ...
- SpringBoot与Dubbo整合的三种方式
1. 使用默认application.properties和注解的方式 导入dubbo-starter,在application.properties配置属性,使用@Service注解来暴露服务,使用 ...
- Swift3 颜色转换成图片Image
Swift3下的转换写法: /// 将颜色转换为图片 /// /// - Parameter color: <#color description#> /// - Returns: < ...
- java节假日api--关于节假日想到的
http://goseek.cn/index.php. 跟一园友讨论节假日问题得之一网址...涨姿势...(仅限中国节假日) http://api.goseek.cn/ 另一网友整理了测试类: htt ...
- ios实例开发精品文章推荐(8.19)
1.iOS源码:选择器类--简单的效果.<ignore_js_op> 下载地址:http://www.apkbus.com/android-109320-1-1.html 2.iOS源码: ...
- 【CI】CN.一种多尺度协同变异的微粒群优化算法
[论文标题]一种多尺度协同变异的微粒群优化算法 (2010) [论文作者]陶新民,刘福荣, 刘 玉 , 童智靖 [论文链接]Paper(14-pages // Single column) [摘要] ...
- linux命令大全之watch命令详解(监测命令运行结果)
watch是一个非常实用的命令,基本所有的Linux发行版都带有这个小工具,如同名字一样,watch可以帮你监测一个命令的运行结果,省得你一遍遍的手动运行.在Linux下,watch是周期性的执行下个 ...
- mysql配置文件 /etc/my.cnf 详细解释
basedir = path 使用给定目录作为根目录(安装目录). character-sets-dir = path 给出存放着字符集的目录. datadir = path 从给定目录读取数据库文件 ...
- Swift 类
1.类概念 类是一种抽象的概念,它实际上并不存在于现实中的时间和空间里. 在定义一个类时,我们就会在类中定义该类事物的特性和行为,从术语上讲,特性叫类的属性,行为叫类的方法. 类是一个静态的概念,类本 ...