Comments
litl_phil wrote: While it's nice that Google and Acer share the vision of cloud-based computing, it's also worth noting that we at litl already have a webbook on the market (available at litl.com) that runs our own cloud-based OS. Unlike Chrome, litlOS is focused on creating a new and better web experience for the home, so we don't have the usual browser interface, we have our own innovative UI. In conjunction with easel mode (litl's inverted-V position) and our growing cohort of litl channels (special apps t...
Cloud Expo on Google News


2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
SYS-CON.TV
Top Links You Must Click On


When Cloud Is Both the Wrong and the Right Solution
All connections are created equal in the cloud

Cloud offers an appealing “pay only for what you use” that makes it hard to resist. Paying on a per-usage hour basis sounds like a good deal, until you realize that your site is pretty much “always on” because of bots, miscreants, and users. In other words, you’re paying for 24x7x365 usage, baby, and that’s going to add up. Ironically, the answer to this problem is … cloud.

Don and I occasionally discuss how much longer we should actually run applications on our own hardware. After all, the applications we’re running are generally pretty light-weight, and only see real usage by “users” about 12-20 hours a week. Yeah, a week. Given that Amazon AWS pricing per hour runs at or below the cost of electricity per kWh necessary to power the hardware, it seems on the surface that it would be cheaper – even when including data transfer costs – to just pack up the servers and deploy those couple of applications “in the cloud.”

Then I got curious. After all, if I was going to pay only when the system was in use, it behooved me to check first and ensure that usage really was as low as I thought.

image

Imagine my surprise upon logging into my BIG-IP and pulling up the total throughput for the last 24 hours that there is no single period of time in which traffic is not flowing to and from my servers.

Granted, the total amount of traffic is negligible, but I don’t recall anything in the AWS (or anyone else’s) pricing guides that set “usage” as X throughput or Y users per hour. If one user, one bot, or one miscreant happens to make a connection to the server in a given one-hour period, I have to pay for the whole hour even if no other users, bots, or miscreants touch the application for the rest of that time period.

Then I thought about the usage patterns of the applications themselves. One of the heavier trafficked ones uses AJAX to update components in real-time as long as the user is logged in. Unfortunately, many users never log out – they just leave the application running in a tab while they’re off doing other things. The updates still happen, every X seconds/minutes, and even though the user isn’t really “using” the application, it’s still running. So between inattentive users, AJAX, bots, spiders, and miscreants there is always someone – or something – using those applications.

Given the throughput – indicating activity 24x7 – that means if I move to the cloud I have to pay 24x7 because there’s likely going to be some activity that causes the application to “be in use” whether it’s a legitimate, real, actual user or whether it’s a spider, bot, or miscreant just out poking around.

 


ALL CONNECTIONS ARE CREATED EQUAL IN THE CLOUD


While the concept of “on-demand” and only paying for resources when they’re in use sounds great, the reality is resources are likely always in use. That’s because the cloud doesn’t – and can’t at the moment – distinguish whether a client opening a connection is a bot, a miscreant, or a user. And honestly, even if it does/could, would The Cloud care? The Cloud as implemented by most providers today has no reason to do so because this little oft-overlooked tidbit is part of what keeps them rolling in revenue. Constant access = constant charges.

 

Part of what bothers me – and should bother you – is that in The Cloud all connections are treated equally. A bot and a spider and a miscreant have as much validity as a user. There’s no distinguishing between them, no context in which requests are interpreted. For some industries and use cases that’s not acceptable. Sites and applications that are driven by advertising, for example, have to take special care that they are not charging – or collecting – payment for “views” by bots and spiders because they aren’t “real” eyes. There are myriad solutions to this problem, one of which involves the use of network-side scripting to effectively filter out bots and spiders and ensure they aren’t being delivered ads that count against – or toward – hit counts.

Oh, I’m sure the answer to this problem will be offered up by someone: deploy a SoftADC in the cloud that’s capable of network-side scripting and do the same thing. Filter out bots and spiders based on the User-Agent in the HTTP headers and … and what? Send them to a different instance? Reject them? What you do with them is irrelevant because the operative part of that solution is that you’re deploying a SoftADC. That means an instance, an image, an application. An application that will be running 24x7x365 filtering out requests and incurring charges on an hourly basis. That didn’t solve the problem, it just changed one part of the equation for an equal but different value: instead of 2 you’re using 3-1. Different number, same results.


VIRTUAL PRIVATE CLOUD AS THE SOLUTION


 

If you’re a large enough organization to already have an infrastructure and you' are looking to The Cloud to expand capacity or address leveragingvpc availability but want to keep your CapEx and OpEx lower by not investing in more servers, then a virtual private cloud solution may be the ticket. Because a virtual private cloud basically extends your data center – the internal side, not the external side – into the cloud you can leverage existing application delivery network infrastructure to solve the problem. You can inspect the requests and filter bots and spiders to existing application instances inside your data center and only direct real users to The Cloud.

Basically, you have more control over when and how application instances are utilized which means you have more control over the costs of delivering applications to your users/customers/partners/etc.

It also leverages existing investments in application delivery infrastructure and skill sets, which keeps the costs associated with moving to The Cloud and choosing from among their limited offerings in infrastructure solutions to a minimum.

Before you decide to move to a usage-based billing system, i.e. cloud, it’s a good idea to figure out what that usage really is – and how much it might end up costing you. Now obviously for me and my tiny sites – even though I have a BIG-IP and could certainly implement it – this is not likely a cost-effective option. I simply don’t have the number of servers to manage that would make it cost-effective. But you probably do, so you should consider carefully whether a public cloud deployment or a virtual private cloud “extension” of your data center is best suited to your specific needs – and budget.

If you’re curious/interested in figuring out what a move to Amazon might cost you, they offer a simple web-based calculator into which you can enter hourly usage, bandwidth, and various services available that will come up with a monthly cost. YMMV, of course, but it’s a great place to at least start investigating the potential costs.

Follow me on TwitterView Lori's profile on SlideShare friendfeedicon_facebook AddThis Feed Button Bookmark and Share

Related blogs & articles:

Read the original blog entry...

About Lori MacVittie
Lori MacVittie is responsible for education and evangelism of application services available across F5’s entire product suite. Her role includes authorship of technical materials and participation in a number of community-based forums and industry standards organizations, among other efforts. MacVittie has extensive programming experience as an application architect, as well as network and systems development and administration expertise. Prior to joining F5, MacVittie was an award-winning Senior Technology Editor at Network Computing Magazine, where she conducted product research and evaluation focused on integration with application and network architectures, and authored articles on a variety of topics aimed at IT professionals. Her most recent area of focus included SOA-related products and architectures. She holds a B.S. in Information and Computing Science from the University of Wisconsin at Green Bay, and an M.S. in Computer Science from Nova Southeastern University.

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

Enterprise Open Source Magazine Latest Stories . . .
Oracle seems to have divided the open source ranks over the MySQL delay it’s having closing its acquisition of Sun. Eben Moglin, the GPL’s most ardent defender and delineator, the lawyer who has worked hand in glove for years with the Free Software Foundation’s founder Richard Stallman...
Cloud computing is a game changer. The cloud is disrupting traditional software and hardware business models by disrupting how IT service gets delivered. Entrepreneurial opportunities abound as this classic disruptive technology begins to proliferate, so it is no surprise that SYS-CON'...
The irony is that Oracle has advanced MySQL, lost money in the process, and helped its competitors - all at the same time. When Oracle buys Sun and controls MySQL the gift (other than to Microsoft SQL Server) keeps on giving as the existential threat to RDBs is managed by Redwood Shore...
WSO2, the open source SOA company, today announced the launch of the WSO2 Cloud Platform. Available today, the new WSO2 Cloud Platform features a family of WSO2 Cloud Virtual Machines; WSO2 Cloud Connectors for enabling fast, secure cloud services; and the multi-tenant WSO2 Governance-...
Now, the open source Mozilla Thunderbird client software can be used with Open-Xchange collaboration software. The "Community OXtender for Thunderbird" software connector gives users full access to appointments and contacts stored in the Open-Xchange Server and enables them to use Thun...
Morph Labs, a leading provider of enterprise cloud computing technology, today announced an introductory trial of the Morph CloudServer, an open, standards-based server IT organizations can use to rapidly model and evaluate their cloud implementations. A miniature "Cloud Environment in...
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON Featured Whitepapers
ADS BY GOOGLE