Feb 20, 2013

Can we talk about SaaS for just a sec?

Don't know about you, but I've been inundated by emails, banner ads, sponsored links, LinkedIn group updates, tweets, and Facebook ads all announcing that some product is now available in a SaaS format. Yes, even by word-of-mouth. It occurred to me that many of these companies may not even know what the as-a-service moniker even means.

I recently sat in on a cloud-101 type presentation by Dan Koffler and, in his presentation, he discussed the interrelationship between IaaS, PaaS, and SaaS. To sum it up, IaaS supports both PaaS and SaaS implementations, and PaaS supports SaaS implementations. This brings up an interesting point: does SaaS conform to the NIST standard definition of cloud computing? Here's an excerpt of the NIST definition:
Software as a Service (SaaS). The capability provided to the consumer is to use the provider’s applications running on a cloud infrastructure 2.
 The footnote at the end of that sentence reads:
2 A cloud infrastructure is the collection of hardware and software that enables the five essential characteristics of cloud computing.
And, as we all know, one of the essential characteristics is "Rapid elasticity". The fact that the upper service model(s) are served by the lower one(s) indicates that any true SaaS implementation would necessarily be elastic. This is the true test of whether a product is SaaS or an ASP (application service provider) implementation where the software is simply hosted on a server.

So, the next time a vendor pitches you on a SaaS product, ask them this question: "Does the product's resources (i.e., compute power, RAM, storage) scale automatically as my organization reaches predetermined usage thresholds (e.g., % utilization of resources or number of users)? Or do I have to call you to increase these resources?" If the answer is "Yes," and "No," in that order, it's a true SaaS implementation. If the answer is "No," and "Yes," it's ASP and you should definitely ask what the SLA is on the vendor completing the request.

Whatever the answer, I assure you that the answer to this question will be telling. Whether the sales rep knows the answer or not will interesting in and of itself.

4 comments:

  1. This comment has been removed by the author.

    ReplyDelete
    Replies
    1. Thanks for your comment!

      You are coorect, of course. The former (PaaS) is the path to true SaaS. The latter (IaaS) allows flexible deployment of server templates that include specific software packages, but is not true SaaS in and of itself because it won't auto scale by itself. Now, if we enable auto scaling features by scripting the business logic and use preset thresholds to meet demand, then the IaaS based solution becomes SaaS-y.

      Delete
  2. You have two options in this regard. You can either opt for Platform as a Service Model (PaaS) or Infrastructure as a Service Model (IaaS). Both PaaS and IaaS have one primary aim – to improve your I.T division’s operational efficiency. But they differ from each other in crucial ways.

    ReplyDelete
  3. Thanks for your comment, Steve.

    The approach to SaaS through PaaS and IaaS require very different approaches. Under PaaS, the application is written to take advantage of APIs in the PaaS offering whereas under IaaS the software ca be installed and turned up in multiple instances from snapshots.

    The holy grail of SaaS is offering a multi-tennant environment to gain the efficiencies of scale that will offset the capital investment in the hardware.

    ReplyDelete