Distilling market noise into market sense

The VisionMobile blog is a space where VisionMobile analysts and industry insiders exchange views on the fast-changing mobile market and the trends that define the future direction of telecoms.

  • 2
    Feb
    2009

    Cloud Computing anyone?

    [Cloud Computing is the new buzzword, blogger Thomas Menguy tries to decipher its underlying concepts, the main actors, the business models and the implications for the industry ].

    image

    Cloud Computing is everywhere, and begins to look like the next big thing. But the term seems to regroup a plethora of new and old concepts with no clear consensus about it: everybody seems to understand what it is but when asked, having a clear definition is not so easy (I know, I’ve tried recently…and miserably failed :-) ). Here is my attempt to give it some sense.

     

    I’ll begin with some quotes grabbed from this nice video from the web2.0 expo

    Everything that we think of as a computer today is really just just a device that connect to the big computer we are all collectively building…Cloud computing : how computing services will be delivered in the future

    Tim O’Reilly

    Chance for developer to no worry about “things” …business concerns, scaling concerns

    Matt Mullenweg (WordPress Co-founder)

    A way to deliver services rather than applications completely independent of platform completely independent of physical hardware and I hope it works.

    Vamshi Krishna Mokshagundam

    Ok, so to sum up those gurus’ words, cloud computing seems to be about:

    • Software Services deployment
    • Transparent scaling of those services
    • Reliability (no down time worry)
    • Monetization handling
    • Decorrelate the software from the physical hardware it is running on

    After this helicopter view, we can try to be a little be more educated, reading this excellent article from ExplainingComputers about the cloud may help:

    It describes a very good metaphor for all this cloud stuff:

    In his book The Big Switch, Nicholas Carr compares the growth of cloud computing to the development of the electricity network around a century ago. Before that time businesses had to generate their own power and therefore had to choose their location based on the available means of generation, such as moving water to drive a wheel or a supply of coal. However, with the availability of a reliable electricity grid to which they could connect, firms were increasingly freed from such constraints to focus on the other aspects of their business.

    In exactly the same manner we are today just about entering an age in which both individuals and organizations will be able to dispense with a large home computer or corporate data centre, and instead connect far leaner computing devices to cloud computing resources that will fuel their information processing requirements. It is therefore hardly surprising that cloud computing is also being referred to as “grid computing” or “utility computing”

    ExplainingComputers about the cloud:

    What a paradigm shift! Computing power data storage and services will soon be outsourced to 3rd parties.

    Now getting back to the industry, Cloud computing seems to be the sum of two concepts

    Software as a Service, or SaaS, perhaps you know it under another name : web 2.0

    It can be described as desktop like application accessed within the browser (or a  RDA technology like AIR) and where the storage/processing is on dedicated servers.

    Those services can be free or not, here are some notable examples:

    • http://www.salesforce.com/ : CRM for marketing/sales, per user monthly fee (9$ to 65$ a month)
    • The excellent http://zoho.com free for personal use then few bucks per month/per user for business
    • http://www.clarizen.com/ : project management software, per user monthly fee (around 20$ to 40$)
    • Even IBM is going this route with https://www.lotuslive.com/ a kind of hosted Lotus service (I can’t get prices…)
    • Of course : http://docs.google.com/ to store/share/edit office documents, free but has a paid version for enterprise. Of course Gmail is there also as Google web album (price depend on storage)
    • Adobe plays the game with https://www.photoshop.com/ a kind of “online” Photoshop elements to store share and edit your personal photos, free for simple use, from 19$ to 129$ a year to grow the storage, different services are proposed if you already own Photoshop elements or premiere elements. Adobe also provides an office online collaborative suite: https://www.acrobat.com/ free to use, but acrobat desktop is heavily advertized across the tool.
    • Apple MobileMe for photos, mail, events contact calendar shared between desktop and mobile (iphone) 99$ a year.
    • Microsoft answer to Apple: SkyBox/SkyLine/SkyMarket (MobileMe+Appstore for WinMob). Microsoft has also some offers, around Microsoft live, http://home.live.com/, and some plan for hosted exchange services, I don’t have any price point to compare it to “standard” Exchange installations

    Of course I forget a lot of others, like Flickr, yahoo! services, etc.

    All those services have in common:

    • Ease of use, not only for the service itself, but also for billing, maintenance, installation, deployment, etc.
    • Affordable, price depending on storage/number of user/services accessed
    • Neat and modern UIs
    • Packaged and well defined services

    This is this last point that led some of those providers to open their infrastructures, putting in place the Next Big Thing :

    Hardware as a Service, HaaS

    Those SaaS providers have grown their infrastructure  to support scaling and reliability for their services…the next step is to open it and monetize it.

    So here is HaaS where the business model is simply to sell some RAM/CPU/Storage/Bandwidth/some services according to the needs of the customer.

    • The real first One: Amazon EC2, part of Amazon Web Service (AWS) platform. A way to deploy and scale a web application, paying only for the resources it actually uses (prices are around 0.10$ to 0.80$ of cpu/hour, 0.10$ per GB transferred, 0.15$ per GB stored per month, 0.01$ per 1000/10000 PUT/GET requests).(side note: Adobe proposes LiveCycle ES on Amazon Cloud).  Amazon describes its solution as:
      • Elastic: user can increase or decrease their hardware requirements within minutes
      • Flexible: user can choose specification of each individual instance of computer power purchased
      • Inexpensive: no dedicated capital investment required
      • Reliable: make use of Amazon proven datacenter and network infrastructure.
    • Google of course is there (do your self a favor and read this about the AMAZING Google infrastructure) with Google App Engine , free for now but fairly limited
    • Little actors like MossoGoGrid or 3tera are popping out on the same kind of technology
    • IBM is jumping also with Blue Cloud
    • HP, Intel, Yahoo join forces on cloud computing research
    • For me Facebook is part of the game: easy way to deploy and monetize (?) social applications. Ning is another example (for social networks)
    • And of course Microsoft with Azure:

    image

    Azure seems to be really complete with a new OS, great marketing materials etc…but as always with MS not really available yet. Business model is again identical: you pay what you use as resources.

     

    image

    See above a schema about those technologies. What is emerging is a new kind of OS capable to handle

    • faulty hardware,
    • load balancing,
    • heavy multiprocessing and parallelization,
    • virtualization technologies are key here (at least I understand the market cap of VMWare now!) ,
    • advanced storage technologies and databases.

    Google has built its own stuff (the three core elements of Google’s software: GFS, the Google File System, BigTable, and the MapReduce algorithm), Microsoft too (and present Azure as it is : a new OS), Amazon, Yahoo and others are using some Open-Source initiatives like http://hadoop.apache.org/ .

    A nice summary of what we can do with cloud computing, from the Yahoo white paper:

    What does it take to get the Next Great Thing off the
    ground?

    Now:

    • Set up multiple replicas of a clustered data store
    • Set up a system for indexing
    • Set up a system for caching
    • Set up auxiliary DBMS instances for reporting, etc.
    • Set up the feeds and messaging between them
    • Write the application logic
    • Fairly complex system at first line of new code

    Our vision:

    • Write the application logic
    • Use a hosted infrastructure to store and query your data

    => Or, as Joshua Shachter puts it: “The next cool thing shouldn’t take a team
    of 30, it should be three guys, PHP and a long weekend”

    Yahoo white paper

    This is all well and good but where is the catch?

    Many aspects are slowing this IT revolution

    • Concerns around privacy and collusion: giving all my (as a company) data AND processing of my critical business to Amazon and Google may lead to collusion, Google is no more the “don’t be evil” it may have been, nor Microsoft or Amazon…Or even worse if I am a service provider new entrant (hum say like Nokia with Ovi for example), I just can’t use Google Infrastructure for that! How can I trust Google about my competing usage of its own resources to deliver a service …that competes with Google own ones?
    • Concerns about stability. Most cloud vendors today do not provide availability assurances. This is particularly an issue with Mashups that need a set of web services hosted in various cloud computing environments, and many may stop working at any time. Seeing the MobileMe launch fiasco, Apple learnt how difficult it is!
    •  Concerns around security. The old dilemma: “should I put my money in a Bank or in my own building” …we all know the right answer now.
    • Regulation issues:  For Example in Europe, some countries require services and/or customer data be retained within a country’s borders.
    • This is new technology: even if simple, there is a learning
    • IT service may feel threatened: after all the tedious tasks of updating, backup, hardware handling are now externalized…

    One key point seems to be that to be trusted cloud computing providers have to stop offering their own services and focus ONLY on providing a compelling and efficient cloud platform.

    Where is the Mobile industry: client side?

    As said by Tim O’Reilly in the first quote, ALL the devices are morphing to cloud access points, phones are on their way, MID and Netbooks are just showing it more clearly.

    The iPhone is the first real device to access the cloud effectively, and what is really interesting about it is that the browser is not the preferred choice to access the cloud: the vast majority of non-game iPhone applications are simply optimized front-end to a dedicated  SaaS! I predict the same for Android Marketplace…and many software actors will pop out  around this cloud interaction.

    Nokia is morphing into a cloud computing provider …but doing the whole stuff alone: Ovi being the infrastructure AND the service, and Nokia devices nice cloud front-end.

    Time will tell if an actor alone can handle those three aspects, Google, Microsoft and Apple are also trying…

    Where is the Mobile industry: server side?

    Doing this overview I was really surprised to not see the “natural” actors of this new paradigm:

    • Who has a BIG infrastructure?
    • Who can link this infrastructure to the final devices/customer?
    • Who is deploying complex services to million of customers for decades?
    • Who handles directly the customer billing?

    ….hum you guessed it : our beloved CARRIERS!

    Cloud computing would be a fantastic way for them to not fall in the dumb pipe category. Let’s face it, developing services has to be done by service providers, not operators (who wants to use its operator IM or mail? social network? photo sharing?) .

    If carriers were able to leverage their fantastic cloud computing capabilities, they may stop developing sure-to-fail-services and monetize their pipe not only to the final customer but also smartly from the service provider ( NaaS seems to be a first attempt but I still don’t understand the business model). Perhaps a bold statement, I would be more than happy to have some carrier comments on this one!

    Looking forward to your comments.

    -Thomas

    guest author

    Thomas Menguy

Rod Drury

A really timely article.

We believe carriers are the logical channel for cloud based services as they already have an online relationship with millions of subscribers, have substantial marketing resources and their traditional services are being driven to commoditization.

Cloud applications provide the business driver for fixed line broadband, data plans for phones and data cards.

http://blog.xero.com/2008/10/telecom-xero/

Cheers

Rod

Xero – online accounting
<a href="http://www.xero.com” target=”_blank”>www.xero.com

 
02Feb
Thomas Menguy

Hello Rod

Thanks for the comment, and nice to see an expert sharing this vision.

Do you see that coming with your carrier partners?

BR

Thomas

 
02Feb
Petros

What a crystal clear view on upcoming technologies and offers!

Thanks.

 
02Feb
Thomas Menguy

Thanks Petros :-)

 
05Feb

Vision Mobile Blog

Distilling market noise into market sense

A Game of Ecosystems: Measuring ecosystem performance VisionMobile - Game of Ecosystems

[How do ecosystem economics shape the mobile competitive landscape? What are the key performance indicators and how should app ecosystem…

Continue Reading
The Mediatek Phenomenon: the new smartphone disruption The Mediatek Phenomenon

[The next disruption in smartphones comes not from the power struggle between Apple, Google and Amazon, but from silicon. Guest…

Continue Reading
[Infographic] Developer Economics 2013: Dev tools are the foundation of the app economy DE13_preview

We’d like to present our latest infographic, based on the latest Developer Economics report – themed around dev tools. This…

Continue Reading

Vision Mobile Research

Analytical reports on emerging solution markets

Mobile Innovation Economics MIE

“Mobile Innovation Economics” is a strategy workshop that delivers a 360 degree view on how the telecoms industry is disrupted…

The 100 Million Club Preview100Million

The 100 Million Club is a watchlist tracking the shipments of the largest handset manufacturers and mobile platforms. The current…

Developer Economics 2013: The tools report DE13_flagF

This is the fourth in the series of Developer Economics reports, our highly acclaimed developer research series. Besides benchmarking developer mindshare,…

Vision Mobile Strategy

Market Sonar MarketSonar_ill

Market Sonar is a customisable reporting service, based on Big Data from all major app stores. We deliver monthly, quarterly…

Report: Telco Innovation Toolbox Telco_web

Telco Innovation Toolbox showcases 10 economic models on how Telcos can manage disruption and reinvent themselves. This report, produced in…

Telco Innovation Toolbox VM029 - SEBroc_V0.5_HR-1 copy

“Telco Innovation Toolbox” is a strategy workshop introducing the new economic thinking necessary for successful innovation by telcos. Aimed at…

Privacy Policy

1. Introduction

VisionMobile Limited (referred to as “VisionMobile”, “we, or “our”) is committed to protecting the privacy of visitors to the VisionMobile web site(s) together with all related surveys, discussion forums, directories and databases. This privacy policy explains how we collect and use the information we collect about you.
By accessing and using this web site, you agree to the terms of this privacy policy.
As used in this Privacy Policy, the term “Personal Data” means data such as: your name, mailing address, e-mail address or other personal information that may be supplied by you or collected about you. We hope that this Privacy Policy helps you understand what kind of Personal Data, if any, we collect at this site and how we handle and use any such personal data after collection. Please note that we may provide aggregate statistics about our surveys, sales, traffic patterns, and related site information to reputable third parties, but these statistics will not include personally identifiable information (such as name and email address). VisionMobile is committed to protecting your privacy and does not engage in the practice of selling or trading Personal Data to other companies for promotional purposes.

2. Personal Data Provided by You

To respond to your questions, fulfill your requests or manage our online Surveys, it may be necessary to ask for or obtain Personal Data. If you provide us with any Personal Data, we may use it to respond to your requests or manage our surveys. By providing information to VisionMobile through this Site, you acknowledge and consent to the collection, use and disclosure of personally identifying information of the type and for the limited purposes described in this Privacy Policy.
If you place an order for a product, request a service or submit content to this site, we may need to contact you for additional information required to process or fulfill your order and/or request. Unless compelled by applicable law or administrative or judicial order, we will not provide this information to a third party without your permission, except as necessary to process your order, fulfill your requests, manage interactive customer programs or, if you are a corporate user, enable administration of access and usage of this Site by authorized personnel in your organization.

3. What type of information is collected?

To provide you with our Services and/or Products and to collect your views via our online surveys, we collect certain personal information about you. The information we collect may include, but is not limited to, your name, address, email address and work details.
We do not store credit card or debit card details. If you have given us your credit card or debit card details, we will only use this information to process your order and we will delete this information once your order has been completed.
We do not collect any sensitive personal information such as information on your racial or ethnic origins, political opinions, religious beliefs, trade union affiliations, sexual life, health or criminal history.

4. How is information collected?

We may collect personal information about you from the following sources:
4.1 Personal details registered by yourself in relation to VisionMobile online surveys.
4.2 Personal details registered by yourself in other ways e.g. via our website feedback forum or our Blog
4.3 Information about your visits to our web site(s);

5. How long is the information retained by us?

We only collect information which is necessary for the operation of our web site(s) and for the provision of our Services. We will not keep your personal information for longer than necessary to provide the Services or as required by law.

6. External Web Sites

This privacy policy only applies to our web site(s). Our web site(s) may contain links to external web sites. Please note that we are not responsible for the privacy practices of other web sites. We recommend that you check the privacy policy of any other web sites you may visit through the web sites.

7. Changes to Privacy Policy

We may amend this privacy policy from time to time. If we make any changes we will post them on the web site, so that you will always be aware of the way we use your personal information.
terms of use.
The contents of the VisionMobile Forum are licensed under a Creative Commons Attribution 2.5 License. The contents of the downloadable papers published through this website are licensed under the terms specified within each paper. The remaining contents of this website are licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License.

8. Cookie Policy

Cookie Name Info URL Info
_vm1 VisionMobile The purpose of this cookie is ensure that a user is authorized to download the report . Vision Mobile does use the data stored in this cookie in any other way.
_prli_click_? Pretty Permaling The purpose of this cookie is to log information from the Pretty Links Lite Plugin in order for the plugin to know that the user has clicked in the pretty link of the (id=?) to go to the VisionMobile website.
mp_2dccbf28670dda1c8b77def198be2f89_mixpanel MixPanel The purpose of this cookie to use mixpanel to identify the mixpanel user to track the flow of the visitors from page to page. No personal or any other private information is captured.
(a)_utma
(b)_utmz
(c)_utmb
(d)_utmc
Google Analytics (a)This cookie tracks the number of times a visitor has come to www.visionmobile.com including their first and last visits.
(b)This cookie tells VisionMobile from where you, the visitor, were referred to www.visionmobile.com
(c)This cookie is used to determine the length and time of your visit to www.visionmobile.com
(d)This cookie works with _utmb to determine the length of your visiting session to www.visionmobile.com and when that session has ended.
VisionMobile does not use the data stored in these cookies in any other way.
(a)__qca
(b)mc
Quantserve (a)The _qca cookie may use your computer’s IP address, pixel code, referring HTTP location, current HTTP location, search string, time of the access, browser’s time, any searches made on the applicable website, and other statistics” in order to “analyze Log Data from different websites and combine it with other non Personally Identifiable Information to produce the Reports that are made available on the Quantcast.com Site, to enable web publishers and advertisers to deliver audience segments that are appropriate for their products or services.
(b)The mc cookie set by Quantserve is related to advertising, and may track your behaviour on the VisionMobile website.
PREF Google cookie This cookie remembers users basic search preferences. The Google “PREF cookie” is used to remember our users’ basic preferences, such as the fact that a user wants search results in English, no more than 10 results on a given page etc. Expiry is set to 2038 in order to preserve user preference information. See here for more information.
Please enter your email to receive weekly updates from the VisionMobile blog
I also want to subscribe to the monthly newsletter, with updates on VisionMobile news and research (you will receive a separate email for this list, please subscribe to both to receive the newsletter and blog updates)