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的更多相关文章

  1. 每日英语:Hong Kong Lifestyle Strains City's Resources

    Hong Kong's rapacious consumption and waste production is straining its natural resources and could ...

  2. 每日英语: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 ...

  3. 每日英语: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 ...

  4. 每日英语:How to Save Detroit

    Detroit is beautiful-though you probably have to be a child of the industrial Midwest, like me, to s ...

  5. 每日英语: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 ...

  6. 每日英语: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 ...

  7. 每日英语: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 ...

  8. 每日英语: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' ...

  9. 每日英语:Chinese Show Global Real-Estate Appetite

    Chinese investors have been snapping up real estate in the world's most important cities this year. ...

随机推荐

  1. MFQ

    一什么是MFQ&PPDCS?MFQ&PPDCS是由外部教练邰晓梅提出的一套测试分析和测试设计方法.MFQ将被测对象分层,针对不同层次进行测试分析和设计进行,使测试设计人员不会那么容易忘 ...

  2. 【总结】java regex 正则表达式 提取数字和去除数字,过滤数字,提取价格

    @Test public void test33() { String phoneString = "哈哈,13888889999"; // 提取数字 Pattern patter ...

  3. linux中DHCP服务配置文件/etc/dhcpd.conf详细说明

    DHCP服务的配置 dhcpd.conf 是DHCP服务的配置文件,DHCP服务所有参数都是通过修改dhcpd.conf 文件来实现,安装后dhcpd.conf 是没有做任何配置的,将/usr/sha ...

  4. VS2010编译Boost 1.56

    (1)首先下载源代码:http://softlayer-dal.dl.sourceforge.net/project/boost/boost/1.56.0/boost_1_56_0.zip 解压到某个 ...

  5. C#中缓存的简单方法及使用Sql设置缓存依赖项

    概述 使用Cache高速缓存可以提高数据的读取速度,减少服务器与客户端之间的数据交互.因为Cache一经创建就会占用服务器上的资源,所以Cache并不是越多越好,一般用于数据较固定,使用较频繁的地方. ...

  6. Entity Framework 4.0 recipes 读书笔记2 ExecuteStoreQuery()

    写在之前:我想通过refector 反编译一下system.data.entity.dll(4.0 version),发现反编译出来的只有属性申明和方法声明,里面一句代码都没有,真是火大啊,试了几个. ...

  7. [Android] 使用Include布局+Fragment滑动切换屏幕

        前面的文章已经讲述了"随手拍"项目图像处理的技术部分,该篇文章主要是主界面的布局及屏幕滑动切换,并结合鸿洋大神的视频和郭神的第一行代码(强推两人Android博客),完毕了 ...

  8. Android登录client,验证码的获取,网页数据抓取与解析,HttpWatch基本使用

    大家好,我是M1ko.在互联网时代的今天,假设一个App不接入互联网.那么这个App一定不会有长时间的生命周期,因此Android网络编程是每个Android开发人员必备的技能.博主是在校大学生,自学 ...

  9. SharePoint 2013 Disaster Recovery——迁移内容数据库

    安装和配置SharePoint Farm时,一定要注意将内容数据库不要放在C盘,除非你的C盘能足够承受起日益增长的数据.由于在安装SQL SERVER中没有注意,我将数据库存放在默认的 C:\Prog ...

  10. Jedis工具类(含分布式锁的调用和释放)

    个人把工具类分为两部分: 一.连接池部分 import org.slf4j.Logger; import org.slf4j.LoggerFactory; import redis.clients.j ...