DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
View Events Video Library
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Integrating PostgreSQL Databases with ANF: Join this workshop to learn how to create a PostgreSQL server using Instaclustr’s managed service

Mobile Database Essentials: Assess data needs, storage requirements, and more when leveraging databases for cloud and edge applications.

Monitoring and Observability for LLMs: Datadog and Google Cloud discuss how to achieve optimal AI model performance.

Automated Testing: The latest on architecture, TDD, and the benefits of AI and low-code tools.

Related

  • Cloud as an Enabler for Sustainability
  • Beginners Guide for Web Scraping Using Selenium
  • When Is It Time to Retire Your Legacy System and Go Cloud?
  • Reasons Why You Should Get a Cloud Computing Certification

Trending

  • How To Simplify Multi-Cluster Istio Service Mesh Using Admiral
  • Introduction to ESP32 for Beginners Using the Xedge32 Lua IDE
  • Running Unit Tests in GitHub Actions
  • A Better Web3 Experience: Account Abstraction From Flow (Part 1)
  1. DZone
  2. Software Design and Architecture
  3. Cloud Architecture
  4. An Introduction to the Types of Cloud Computing

An Introduction to the Types of Cloud Computing

Saas, PaaS, IaaS - it's easy to get lost in these industry disrupting abbreviations for to cloud services. Here's an intro in case you've been living under a rock.

Erik Dietrich user avatar by
Erik Dietrich
CORE ·
Jul. 10, 17 · Opinion
Like (5)
Save
Tweet
Share
9.64K Views

Join the DZone community and get the full member experience.

Join For Free

The folks at Gartner have something awesome called the “hype cycle.”  The cycle contains a “peak of inflated expectations” and a “trough of disillusionment.”  So, that alone gives it a pretty significant amusement factor.

But beyond the amusement lies an important insight into our collective psychology.  Those of us working in tech work in a booming and constantly evolving industry.  Because of this, we find ourselves bombarded with buzzwords.  These generate excitement at first and disillusionment later.  Eventually, they reach equilibrium.

Gartner uses this set of observations to advise companies about risk.  But we can use it to identify a term’s likelihood to induce buzzword fatigue and produce derisive satire.

Let’s get specific.  Do you remember a few years back, when “X as a service” really took off?  The world seized on the promise of the cloud.  Don’t maintain it yourself — have a service do it!  As the term rocketed up the peak of inflated expectations, everyone wanted a part of the cloud.

But then it fell into the trough of disillusionment, and satire ensued.  Twitter accounts offered “sarcasm as a service” to poke fun at the hype.  If you saw an offering for “everything as a service,” you had no idea whether it was serious.

Since this time, however, these offerings have ascended the so-called “slope of enlightenment” and established themselves as mainstream.  Actually, let me correct that.  They have established themselves as foundational to the modern internet.

Let’s now unpack this X as a service concept a bit.  In order to do that, I’ll offer a story in contrasts.

The “As a Service” Concept

Imagine that I own a small business.  In this capacity, I want to keep track of prospects, leads, and customers for sales purposes.  You can think of this as “customer relationship management” (CRM) software.

Back in the early days of my career (late 90s, early 2000s), you might have done this with Excel.  At least, you would have used Excel until it became too unwieldy.  Then, you’d have gone to Best Buy and purchased software that you installed from a CD.  Finally, you’d have installed the “client” on anyone’s PC who needed to use it while installing the “server” on some jack of all trades machine running Windows 2000 or something.  From there, using it was as easy as making sure not too many people tried to change things at once.

Fast forward a couple of decades and that seems… odd.  These days, you’d probably just navigate to something like salesforce.com and create a trial account.  Certainly, small business owners would take this approach.  Larger organizations with more privacy concerns might still setup servers and install their own software.  But even the ones doing this would probably host a web app and have “clients” access it via a browser.

This tale drives at the essence of “as a service.”  Stuffed into that small phrase, you find the large, important concept of “let someone else worry about it.”  You shouldn’t need to think about clients, servers, networks, and the like to have a CRM system.  Let someone else worry about it.  You just want to sign in via the browser.

This concept has become so important and so ubiquitous that it drives today’s internet.  But not all cloud, “as a service” concepts are created equal.  Let’s take a look at the major types of cloud computing, by conceptual level.

Software as a Service

Since we just talked about Salesforce.com, let’s talk first about the top of the stack.  With Salesforce, you have an example of Software as a Service (SaaS).

With the SaaS model, vendors provide applications to consumers.  If you think back through the history of software delivery, you can imagine it by contrast.  Still installing using a CD?  Don’t do that.  Sign up for our service instead.  No installation required!

To get a bit more rigorous about it, SaaS offers you services at the application level of abstraction.  The products generally have business uses, and they license web access in a “one to many” model.  As a defining feature, neither users nor administrators worry about upgrades and patches.  The SaaS provider handles that.

Examples include the aforementioned Salesforce, but also disparate offerings like Google Apps, Twitter, Slack, JIRA, and more.  As you can see, inflated expectations or no, SaaS is everywhere.

Platform as a Service

Next up, let’s move down a layer of abstraction.  Sitting beneath the SaaS offerings, we find platform as a service (PaaS).

While SaaS targets users, PaaS generally targets the software developers and DevOps folks that create and manage software.  This evolved for a similar reason to the evolution of SaaS.  After all, software developers have all of the same motivations as end-users to want to avoid the burden of distracting maintenance.  So imagine a similar kind of value proposition to SaaS.  Still handling all of your own testing, deployment, and config management needs yourself?  Don’t do that.  Sign up for our service instead!

PaaS offers automation for a lot of the essential, but not domain-specific, concerns of the techies at a company that makes software.  If you’ve logged time in a technical role over the years, you can certainly relate.  Your time is most valuably spent writing the code that drives your company or its offering.  But you still have to concern yourself with the sorts of logistics that every organization grapples with. PaaS relieves this pain.

Examples include Elastic Beanstalk, Heroku, Force.com and Google App Engine.  It should perhaps come as no surprise that a PaaS (Force.com) sits under a highly customizable SaaS (salesforce.com).

Infrastructure as a Service

Lastly, let’s consider Infrastructure as a Service (IaaS).  IaaS lies at the bottom of the stack and the levels of abstraction.

The line between IaaS and PaaS seems perhaps somewhat less clear than the one between PaaS and SaaS, particularly for non-techies.  After all, both solve problems at the technical level.  But you can differentiate between them by thinking about IaaS as outsourcing of hardware.  Still buying a server and disk drives and setting them up every time you need a test environment?  Don’t do that.  Sign up for our service instead!

IaaS gets you out of the hardware business.  Instead, you can “virtually” requisition additional memory, disk space, processing power, servers, and anything else that you’d historically have housed in your own data center (or wherever).  Not only does the IaaS paradigm make requisition easier, but it solves the problem of waste.  Don’t need the server anymore?  Just log in to your dashboard and cancel it.

Examples of IaaS products include Microsoft’s Azure, Amazon’s EC2, Rackspace, and various web hosting offerings.  Some of these IaaS offerings also layer PaaS services on top, by the way.

The Cloud Value Proposition

Having looked at the various types of cloud computing, you can understand their unified value proposition.  All of them relieve you of burdens faced by all businesses doing similar things and provide a convenient delivery mechanism.  Thus all of them easily help you realize value by freeing you up to focus on things relevant to your business.

Cloud offerings do come with their own set of potential problems.  No matter the guarantees, you lose an element of privacy and control.  And, on top of that, connectivity outages can threaten your dependent business in ways they never could have, historically.  20 years ago, your internet connection going out wouldn’t have rendered you unable to view your contacts in CRM.

But for any potential downside, the realized value far outpaces it.  And mitigation strategies abound.  You should definitely avail yourself of these technologies as much as you can.  They have launched since reached Gartner’s “plateau of productivity” and can help you do the same.

Cloud computing SaaS Web Service Computing Software Concept (generic programming) Data (computing) app History of software Small business

Published at DZone with permission of , DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • Cloud as an Enabler for Sustainability
  • Beginners Guide for Web Scraping Using Selenium
  • When Is It Time to Retire Your Legacy System and Go Cloud?
  • Reasons Why You Should Get a Cloud Computing Certification

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: