每日英语: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. ...
随机推荐
- Uva10161 Ant on a Chessboard
Uva10161 Ant on a Chessboard 10161 Ant on a Chessboard One day, an ant called Alice came to an M*M c ...
- ios 中基本控件的定义
我的开发笔记--UILabel的详细使用及特殊效果 我的开发笔记--UIButton的详细使用 我的开发笔记---UISegmentedControl的详细使用 我的开发笔记---UITextFiel ...
- Unix awk使用手册
什么是awk? 你可能对UNIX比较熟悉,但你可能对awk很陌生,这一点也不奇怪,的确,与其优秀的功能相比,awk还远没达到它应有的知名度.awk是什么?与其它大多数UNIX命令不同的是,从名字上看, ...
- Android开发的16条小经验总结
Android开发的16条小经验总结,希望对各位搞Android开发的朋友有所帮助. 1. TextView中的getTextSize返回值是以像素(px)为单位的, 而setTextSize()是以 ...
- 【MySQL】MySQL的约束
在开始之前,笔者介绍一下笔者使用的数据库版本为5.7.所有的关系型数据库都支持对数据表使用约束,通过约束可以更好的保证数据表里数据的完整性.约束是在表上强制执行的数据校验,约束主要用于保证数据库里数据 ...
- js 对文件操作
下面是对此知识的系统介绍(转自互联网): Javascript是网页制作中离不开的脚本语言,依靠它,一个网页的内容才生动活泼.富有朝气.但也许你还没有发现并应用它的一些更高级的功能吧?比如,对文件和文 ...
- Mac下django简单安装配置步骤
一.安装软件包并创建项目 $sudo pip install django$sudo python -c "import django;print django.VERSION"( ...
- Python 文件 close() 方法
描述 Python 文件 close() 方法用于关闭一个已打开的文件.关闭后的文件不能再进行读写操作, 否则会触发 ValueError 错误. close() 方法允许调用多次. 当 file 对 ...
- labview程序性能优化
课时15: 中级08:LabVIEW运行性能(作者:NI应用工程师 李甫成) 一.避免强制类型转换 二.防止内存泄漏 三.将vi的一部分转化为子vi 四轴项目中所占内存对比,变为子vi后执行速度也快了 ...
- Android后台处理最佳实践(Best Practices for Background Jobs)
本课将告诉你如何通过后台加载来加速应用启动和降低应用耗电. 后台跑服务 除非你做了特殊指定,否则在应用中的大部分前台操作都是在一个特殊的UI线程里面进行的.这有可能会导致一些问题,因为长时间运行的操作 ...