每日英语: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. ...
随机推荐
- Spring MVC测试框架详解——服务端测试
随着RESTful Web Service的流行,测试对外的Service是否满足期望也变的必要的.从Spring 3.2开始Spring了Spring Web测试框架,如果版本低于3.2,请使用sp ...
- 跟我学Shiro---无状态 Web 应用集成
无状态 Web 应用集成 在一些环境中,可能需要把 Web 应用做成无状态的,即服务器端无状态,就是说服务器端不会存储像会话这种东西,而是每次请求时带上相应的用户名进行登录.如一些 REST 风格的 ...
- 【TP3.2.X】linux环境下TP3.2.X的各个目录权限
1.将整个项目文件 所属设置成www:www,单个文件夹 755 2.Application 单文件夹是755 3.Runtime.Public .Uploads 均是 -R 777
- Iphone开发基本UI组件
在IOS中的基础UI组件,IPHONE的组件大多以UI开头,这种独树一帜的命名方法极有可能是为了与其他系统的组件进行区分,避免混淆引起冲突: 下面描述一下IOS的基础UI控件以及和Android中的 ...
- 多线程场景下如何使用 ArrayList
ArrayList 不是线程安全的,这点很多人都知道,但是线程不安全的原因及表现,怎么在多线程情况下使用ArrayList,可能不是很清楚,这里总结一下. 1. 源码分析 查看 ArrayList 的 ...
- spring事务配置的两种方式
spring所有的事务管理策略类都继承自org.springframework.transaction.PlatformTransactionManager接口. <!-- 事务管理器配置,单数 ...
- sql和hql的区别
转自:https://blog.csdn.net/lxf512666/article/details/52820368 hql是面向对象查询,格式:from + 类名 + 类对象 + where + ...
- Ubuntu Linux 环境变量PATH设置
前俩天编译linux下rar解压软件的时候说找不到 /usr/local/linux 路径,在设定path变量的时候,忽然就想看看,path最原始的变量值是多少....(在环境变量文件中保存.... ...
- Kickstart无人值守安装[转载]
导言 作为中小公司的运维,经常会遇到一些机械式的重复工作,例如:有时公司同时上线几十甚至上百台服务器,而且需要我们在短时间内完成系统安装. 常规的办法有什么? 光盘安装系统===>一个服务器DV ...
- golang项目结构
一.概述 golang更新了环境变量,导致整个goproject的结构改变: [root@node175 goproject]# tree -L . ├── bin │ └── demo ├── ...