SlideShare a Scribd company logo
© Copyright 2011 FPT Software 1
FPT Software
SOFTWARE AS A
SERVICE (SAAS)
INTRODUCTION
Tung.Nguyen – Solution Architect
tungnq@fsoft.com.vn
May-2014
© Copyright 2011 FPT Software 2
Outline
• SaaS Overview
• SaaS Architecture Stack
• Architecting SaaS
• SaaS Architecture Reference
• Intel Conceptual Architecture for SaaS
• Sample: Architecting SaaS - Selection
© Copyright 2011 FPT Software 3
What is SaaS?
• Software as a service is an application delivery model
where in it is distributed by vendors or service provider
through the internet.
• SaaS delivers software to customers through a Web
Page.
• A client could purchase the service by going to vendor’s
website and SaaS is accessible through an API.
© Copyright 2011 FPT Software 4
Characteristics of SaaS
• Software provided as a service by a
software vendor to multiple
customers with the following main
characteristics:
– Standardization of software – eventually
customized for specific customers and
markets
– License based on usage (subscription or
“pay-as-you-go”)
– Service including maintenance, support
and upgrades
– Data storage at the SaaS vendor
– Web based – usage over the (public)
internet
© Copyright 2011 FPT Software 5
SaaS Architecture Stack
Application
Application Service
Operation Services
Multi-Tenancy
OS & Infrastructure Software
Data center or Cloud Infrastructure
Tenant 1 Tenant 2 Tenant n
3 Key Factors:
 Customization & Extendibility
 Price
 Security and Configuration
Service Development &
Delivery:
 Service Architecture
 Scalability
 Operation Cost
 Security
 Service Quality & Availability
© Copyright 2011 FPT Software 6
SaaS Tech Challenges
SaaS
Challenges
Uptime
(24/7)
Multi-
Tenancy
ScalabilitySecurity
User
Experience
© Copyright 2011 FPT Software 7
SaaS Architecture Drivers
Business Constraints
• Time to market
Business Requirements
• Project/Domain dependent
System Requirements
• Hosted Online Solution
• Multi-Tenancy
• Scalability (#users?)
• Availability (99.5% …? … 99.9%)
• Fault Tolerance
• Security (regulations?)
• Performance (5 sec ?)
• Extensibility and Upgradability (Multiple releases)
© Copyright 2011 FPT Software 8
Architecting SaaS Overview
© Copyright 2011 FPT Software 9
SaaS – Hosting (1/2)
© Copyright 2011 FPT Software 10
SaaS – Hosting (2/2)
On-Premise
Datacenter
(Buy my own hardware,
and manage my own
data center)
Managed Hosting
(Co-Location or
Managed Server)
Public Cloud/
Private Cloud
High
Low
Low
High
Control
Economy of Scale
© Copyright 2011 FPT Software 11
SaaS – Multi-Tenancy (13)
© Copyright 2011 FPT Software 12
SaaS – Multi-Tenancy (2/3)
• Level 1: Ad Hoc/Custom
• Level 2: Configurable
• Level 3: Configurable
Multi-Tenant-Efficient
• Level 4: Scalable,
Configurable, Multi-
Tenant-Efficient
© Copyright 2011 FPT Software 13
SaaS – Multi-Tenancy (3/3)
Level 1: Ad Hoc/Custom
•Similar to ASP model.
•Each customer has its own customized version of the hosted application, and runs its own instance
of the application of the host’s servers.
•This level offers very few of the benefits of a fully nature SaaS Solution.
Level 2: Configurable
•Vendor hosts a separate instance of the application for each tenant.
•Same code, no need to maintain customized application code bases.
•Easier to support/maintain since only single instance needs to be updated.
•More expensive than level1 in term of effort required.
Level 3: Configurable & Multi-Tenant-Efficient
•Single instance that serves every customer, with configurable metadata.
•Authorization & security policies ensure that each customer’s data is kept separate from that of
other customers.
•Eliminates the need to provide server space for as many instances as the vendor has customers.
Level 4: Scalable, Configurable & Multi-Tenant-Efficient
•Vendor hosts multiple customers on a load-balanced farm of identical instances.
•Scalable because servers can be added to meet demand without re-architecture.
•Changes or fixes can be rolled out to thousands of tenants.
© Copyright 2011 FPT Software 14
SaaS – Application (1/3)
© Copyright 2011 FPT Software 15
SaaS – Application (2/3)
Load Balancing
© Copyright 2011 FPT Software 16
SaaS – Application (3/3)
Stateless vs Stateful
© Copyright 2011 FPT Software 17
SaaS – Data Storage (1/2)
© Copyright 2011 FPT Software 18
SaaS – Data Storage (2/2)
 Separate Databases  Shared Database,
Separate Schemas
 Shared Database,
Shared Schema
© Copyright 2011 FPT Software 19
SaaS Architecture Reference
SaaS App Architecture – High Level Architecture
• Metadata Services:
– provides customers with the
primary means of customizing
and configuring the
application to meet their
needs
• Security Services:
– the nature of SaaS makes
security both a paramount
concern for customers, and a
high priority for application
architects
© Copyright 2011 FPT Software 20
SaaS Architecture Reference
SaaS App Architecture – Metadata Service
User interface and branding
• Customer can modify the user interface and reflect their corporate branding.
Workflow and business rules
• Customers should be able to configure the way in which the application's
workflow aligns with their business processes.
Extensions to the data model
• Allow to extend data model to aligns with customer’s application requirements.
Access control
• Each customer is responsible for creating individual accounts for end users, and
for determining which resources and functions each user should be allowed to
access.
• Access rights and restrictions for each user are tracked by using security policies,
which should be configurable by each tenant.
© Copyright 2011 FPT Software 21
SaaS Architecture Reference
SaaS App Framework
© Copyright 2011 FPT Software 22
Intel Conceptual Arch for SaaS
Use-Case Model
© Copyright 2011 FPT Software 23
Intel Conceptual Arch for SaaS
Conceptual Architecture
© Copyright 2011 FPT Software 24
Intel Conceptual Arch for SaaS
Reference Architecture
© Copyright 2011 FPT Software 25
Sample Architecting SaaS
SaaS Selection
© Copyright 2011 FPT Software 26
Sample Architecting SaaS
Building Blocks
Traditional Web Client
PC Browser
HTML Rendering
RIA Client
PC Browser
RIA
Framework
RIA
Components
RIA Utilities
Application Service
Web Frameworks
Web Application
Frameworks
Template Engine
Programmatic Access/APIs
REST Webservice
Business Logic
Business
Components
Rule Engine
Event
Processing
Workflow (Processes)
BPM Engine
Data Access
ORM Mem Caching
Collaboration
Search Engine
Content
Management
Infrastructure Services
Web Server
HTTP Server
Servlet
Container
Application
Server
Workflow (Processes)
Message Queue
Data Access
RDBMS
In-Memory
DB
Distributed Computing
Distributed Computing
Framework
ESB
NoSQL File Storage
Cross-Cutting
WebServer
Build&DeployMonitoringBAM
Security
Identityand
Access
Reporting/BI
AdHoc
ReportingDW
Utilities
Common
Framework
SingleSign-On
Reporting
EngineIntegration
© Copyright 2011 FPT Software 27
Sample Architecting SaaS
SaaS Technology
OpenSource
• JSF/ExtJS
• Spring
• Hibernate/JPA
• JBossAS/Tomcat
• JBoss Drools
• JBoss BPM
• OpenJMS/JBoss Messaging
• Mule ESB/Open ESB
• MySQL/PostgreSQL
• InfoBright/JasperSoft
• Liferay Portal
• …
MS.NET
• Silverlight/ASP.NET
• RIA Services/WCF
• Entity Framework
• Windows AppFabric
• MS BizTalk/ESB
• NServiceBus/MSMQ
• MS SQL Server
• SSRS
• SSIS
• SSAS
• …
© Copyright 2011 FPT Software 28
Reference
• Architecture Strategies for Catching the Long Tail -
http://msdn.microsoft.com/en-
us/library/aa479069.aspx#docume_topic2
• Multi-Tenant Data Architecture -
http://msdn.microsoft.com/en-us/library/aa479086.aspx
• Software as a Service (SaaS): An Enterprise Perspective -
http://msdn.microsoft.com/en-us/library/aa905332.aspx
© Copyright 2011 FPT Software 29
Thank you!

More Related Content

PPTX
Azure migration
PDF
Introduction to Azure
PDF
Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...
PPTX
Azure Cloud PPT
PDF
Adelaide Global Azure Bootcamp 2018 - Azure 101
PPTX
Microsoft azure
PPTX
EPC Group Intune Practice and Capabilities Overview
PPT
PHP Project PPT
Azure migration
Introduction to Azure
Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...
Azure Cloud PPT
Adelaide Global Azure Bootcamp 2018 - Azure 101
Microsoft azure
EPC Group Intune Practice and Capabilities Overview
PHP Project PPT

What's hot (20)

PPTX
Introduction to Microsoft Azure
PDF
Tom Grey - Google Cloud Platform
DOCX
Case study on cloud computing
PPTX
Azure Identity and access management
PPTX
Microsoft Azure Technical Overview
PPTX
Azure App Service Deep Dive
PPTX
Lecture 6 geolocation
PDF
Microsoft Azure Cloud Services
PPTX
Chap 3 infrastructure as a service(iaas)
PPT
Cloud computing ppt
PDF
A Tour of Google Cloud Platform
PPTX
Cloud Computing Fundamentals
PDF
Pervasive Computing: Vision and Challenges
PPTX
SAP Business ByDesign
PDF
The Layman's Guide to Microsoft Azure
PDF
Azure governance v4.0
PDF
Azure Arc Overview from Microsoft
PPTX
Customer-Centric Data Management for Better Customer Experiences
PDF
Complex architectures for authentication and authorization on AWS
PDF
Microsoft M365 Cross Tenant Migration Book
Introduction to Microsoft Azure
Tom Grey - Google Cloud Platform
Case study on cloud computing
Azure Identity and access management
Microsoft Azure Technical Overview
Azure App Service Deep Dive
Lecture 6 geolocation
Microsoft Azure Cloud Services
Chap 3 infrastructure as a service(iaas)
Cloud computing ppt
A Tour of Google Cloud Platform
Cloud Computing Fundamentals
Pervasive Computing: Vision and Challenges
SAP Business ByDesign
The Layman's Guide to Microsoft Azure
Azure governance v4.0
Azure Arc Overview from Microsoft
Customer-Centric Data Management for Better Customer Experiences
Complex architectures for authentication and authorization on AWS
Microsoft M365 Cross Tenant Migration Book
Ad

Similar to SaaS Introduction-May2014 (20)

PPTX
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
PPTX
The Datacenter API
PDF
f5_synthesis_cisco_connect.pdf
PDF
Thinking about SDN and whether it is the right approach for your organization?
PPTX
The Datacenter API
PDF
Eclipse tools for deployment to was liberty profile in Bluemix
PDF
Introducing RTView Enterprise Monitor 1.5
PPSX
M.S. Dissertation in Salesforce on Force.com
PPT
Software as a service, software engineering
PPTX
Accelerate Digital London Technical Masterclass
PDF
Presentation ciac
PPTX
Its Finally Here! Building Complex Streaming Analytics Apps in under 10 min w...
PDF
SAP Cloud Strategy
PPTX
Microservice 微服務
PPTX
Kovair Omnibus Integration with Multi Vendor Tools
PPTX
IBM APM for Hybrid Applications
PPT
IBM Softlayer Bluemix Marketplace
PPT
An introduction and overview to Software as a Service
PPTX
Techcello at a glance
PDF
What's new in webMethods - Gareth Whitaker - Software AG
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Datacenter API
f5_synthesis_cisco_connect.pdf
Thinking about SDN and whether it is the right approach for your organization?
The Datacenter API
Eclipse tools for deployment to was liberty profile in Bluemix
Introducing RTView Enterprise Monitor 1.5
M.S. Dissertation in Salesforce on Force.com
Software as a service, software engineering
Accelerate Digital London Technical Masterclass
Presentation ciac
Its Finally Here! Building Complex Streaming Analytics Apps in under 10 min w...
SAP Cloud Strategy
Microservice 微服務
Kovair Omnibus Integration with Multi Vendor Tools
IBM APM for Hybrid Applications
IBM Softlayer Bluemix Marketplace
An introduction and overview to Software as a Service
Techcello at a glance
What's new in webMethods - Gareth Whitaker - Software AG
Ad

Recently uploaded (20)

PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Designing Intelligence for the Shop Floor.pdf
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Cost to Outsource Software Development in 2025
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
PDF
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
PPTX
history of c programming in notes for students .pptx
PDF
AutoCAD Professional Crack 2025 With License Key
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
iTop VPN Free 5.6.0.5262 Crack latest version 2025
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PDF
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Designing Intelligence for the Shop Floor.pdf
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Design an Analysis of Algorithms II-SECS-1021-03
Cost to Outsource Software Development in 2025
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Oracle Fusion HCM Cloud Demo for Beginners
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
history of c programming in notes for students .pptx
AutoCAD Professional Crack 2025 With License Key
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Computer Software and OS of computer science of grade 11.pptx
iTop VPN Free 5.6.0.5262 Crack latest version 2025
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Operating system designcfffgfgggggggvggggggggg
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
How to Choose the Right IT Partner for Your Business in Malaysia
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises

SaaS Introduction-May2014

  • 1. © Copyright 2011 FPT Software 1 FPT Software SOFTWARE AS A SERVICE (SAAS) INTRODUCTION Tung.Nguyen – Solution Architect [email protected] May-2014
  • 2. © Copyright 2011 FPT Software 2 Outline • SaaS Overview • SaaS Architecture Stack • Architecting SaaS • SaaS Architecture Reference • Intel Conceptual Architecture for SaaS • Sample: Architecting SaaS - Selection
  • 3. © Copyright 2011 FPT Software 3 What is SaaS? • Software as a service is an application delivery model where in it is distributed by vendors or service provider through the internet. • SaaS delivers software to customers through a Web Page. • A client could purchase the service by going to vendor’s website and SaaS is accessible through an API.
  • 4. © Copyright 2011 FPT Software 4 Characteristics of SaaS • Software provided as a service by a software vendor to multiple customers with the following main characteristics: – Standardization of software – eventually customized for specific customers and markets – License based on usage (subscription or “pay-as-you-go”) – Service including maintenance, support and upgrades – Data storage at the SaaS vendor – Web based – usage over the (public) internet
  • 5. © Copyright 2011 FPT Software 5 SaaS Architecture Stack Application Application Service Operation Services Multi-Tenancy OS & Infrastructure Software Data center or Cloud Infrastructure Tenant 1 Tenant 2 Tenant n 3 Key Factors:  Customization & Extendibility  Price  Security and Configuration Service Development & Delivery:  Service Architecture  Scalability  Operation Cost  Security  Service Quality & Availability
  • 6. © Copyright 2011 FPT Software 6 SaaS Tech Challenges SaaS Challenges Uptime (24/7) Multi- Tenancy ScalabilitySecurity User Experience
  • 7. © Copyright 2011 FPT Software 7 SaaS Architecture Drivers Business Constraints • Time to market Business Requirements • Project/Domain dependent System Requirements • Hosted Online Solution • Multi-Tenancy • Scalability (#users?) • Availability (99.5% …? … 99.9%) • Fault Tolerance • Security (regulations?) • Performance (5 sec ?) • Extensibility and Upgradability (Multiple releases)
  • 8. © Copyright 2011 FPT Software 8 Architecting SaaS Overview
  • 9. © Copyright 2011 FPT Software 9 SaaS – Hosting (1/2)
  • 10. © Copyright 2011 FPT Software 10 SaaS – Hosting (2/2) On-Premise Datacenter (Buy my own hardware, and manage my own data center) Managed Hosting (Co-Location or Managed Server) Public Cloud/ Private Cloud High Low Low High Control Economy of Scale
  • 11. © Copyright 2011 FPT Software 11 SaaS – Multi-Tenancy (13)
  • 12. © Copyright 2011 FPT Software 12 SaaS – Multi-Tenancy (2/3) • Level 1: Ad Hoc/Custom • Level 2: Configurable • Level 3: Configurable Multi-Tenant-Efficient • Level 4: Scalable, Configurable, Multi- Tenant-Efficient
  • 13. © Copyright 2011 FPT Software 13 SaaS – Multi-Tenancy (3/3) Level 1: Ad Hoc/Custom •Similar to ASP model. •Each customer has its own customized version of the hosted application, and runs its own instance of the application of the host’s servers. •This level offers very few of the benefits of a fully nature SaaS Solution. Level 2: Configurable •Vendor hosts a separate instance of the application for each tenant. •Same code, no need to maintain customized application code bases. •Easier to support/maintain since only single instance needs to be updated. •More expensive than level1 in term of effort required. Level 3: Configurable & Multi-Tenant-Efficient •Single instance that serves every customer, with configurable metadata. •Authorization & security policies ensure that each customer’s data is kept separate from that of other customers. •Eliminates the need to provide server space for as many instances as the vendor has customers. Level 4: Scalable, Configurable & Multi-Tenant-Efficient •Vendor hosts multiple customers on a load-balanced farm of identical instances. •Scalable because servers can be added to meet demand without re-architecture. •Changes or fixes can be rolled out to thousands of tenants.
  • 14. © Copyright 2011 FPT Software 14 SaaS – Application (1/3)
  • 15. © Copyright 2011 FPT Software 15 SaaS – Application (2/3) Load Balancing
  • 16. © Copyright 2011 FPT Software 16 SaaS – Application (3/3) Stateless vs Stateful
  • 17. © Copyright 2011 FPT Software 17 SaaS – Data Storage (1/2)
  • 18. © Copyright 2011 FPT Software 18 SaaS – Data Storage (2/2)  Separate Databases  Shared Database, Separate Schemas  Shared Database, Shared Schema
  • 19. © Copyright 2011 FPT Software 19 SaaS Architecture Reference SaaS App Architecture – High Level Architecture • Metadata Services: – provides customers with the primary means of customizing and configuring the application to meet their needs • Security Services: – the nature of SaaS makes security both a paramount concern for customers, and a high priority for application architects
  • 20. © Copyright 2011 FPT Software 20 SaaS Architecture Reference SaaS App Architecture – Metadata Service User interface and branding • Customer can modify the user interface and reflect their corporate branding. Workflow and business rules • Customers should be able to configure the way in which the application's workflow aligns with their business processes. Extensions to the data model • Allow to extend data model to aligns with customer’s application requirements. Access control • Each customer is responsible for creating individual accounts for end users, and for determining which resources and functions each user should be allowed to access. • Access rights and restrictions for each user are tracked by using security policies, which should be configurable by each tenant.
  • 21. © Copyright 2011 FPT Software 21 SaaS Architecture Reference SaaS App Framework
  • 22. © Copyright 2011 FPT Software 22 Intel Conceptual Arch for SaaS Use-Case Model
  • 23. © Copyright 2011 FPT Software 23 Intel Conceptual Arch for SaaS Conceptual Architecture
  • 24. © Copyright 2011 FPT Software 24 Intel Conceptual Arch for SaaS Reference Architecture
  • 25. © Copyright 2011 FPT Software 25 Sample Architecting SaaS SaaS Selection
  • 26. © Copyright 2011 FPT Software 26 Sample Architecting SaaS Building Blocks Traditional Web Client PC Browser HTML Rendering RIA Client PC Browser RIA Framework RIA Components RIA Utilities Application Service Web Frameworks Web Application Frameworks Template Engine Programmatic Access/APIs REST Webservice Business Logic Business Components Rule Engine Event Processing Workflow (Processes) BPM Engine Data Access ORM Mem Caching Collaboration Search Engine Content Management Infrastructure Services Web Server HTTP Server Servlet Container Application Server Workflow (Processes) Message Queue Data Access RDBMS In-Memory DB Distributed Computing Distributed Computing Framework ESB NoSQL File Storage Cross-Cutting WebServer Build&DeployMonitoringBAM Security Identityand Access Reporting/BI AdHoc ReportingDW Utilities Common Framework SingleSign-On Reporting EngineIntegration
  • 27. © Copyright 2011 FPT Software 27 Sample Architecting SaaS SaaS Technology OpenSource • JSF/ExtJS • Spring • Hibernate/JPA • JBossAS/Tomcat • JBoss Drools • JBoss BPM • OpenJMS/JBoss Messaging • Mule ESB/Open ESB • MySQL/PostgreSQL • InfoBright/JasperSoft • Liferay Portal • … MS.NET • Silverlight/ASP.NET • RIA Services/WCF • Entity Framework • Windows AppFabric • MS BizTalk/ESB • NServiceBus/MSMQ • MS SQL Server • SSRS • SSIS • SSAS • …
  • 28. © Copyright 2011 FPT Software 28 Reference • Architecture Strategies for Catching the Long Tail - http://msdn.microsoft.com/en- us/library/aa479069.aspx#docume_topic2 • Multi-Tenant Data Architecture - http://msdn.microsoft.com/en-us/library/aa479086.aspx • Software as a Service (SaaS): An Enterprise Perspective - http://msdn.microsoft.com/en-us/library/aa905332.aspx
  • 29. © Copyright 2011 FPT Software 29 Thank you!