什么是 SaaS (Software as a Service)
什么是SaaS (Software as a service )
把软件作为一个服务。SaaS是一种cloud-based 和通过Internet提供软件的模式,用户不用再购买软件,而改用向提供商租用基于Web的软件,且无需对软件进行维护,服务提供商承担软件的全权管理和维护,包括软件的安全和性能,对于一个购买这个软件的企业来说,这个企业可以用这个软件的API,把它Integrated 到本公司的产品中。它消除了企业重新开发、构建和维护部分应用程序的需要。
The Software as a Service (SaaS) model continues to gain traction across all corners of the business world, and for good reason. Also known as on-demand software, hosted software or web-based software, SaaS eschews traditional software installation, maintenance and management approaches in favor of delivering cloud-based applications via the internet. With SaaS, service provider partners shoulder the burdens of security, availability and performance.
Distribution approach. The most important business model characteristic is the distribution approach that a company uses to provide services or create products for customers. We distinguish three main distribution approaches that can be used: on-premise, cloud, and hybrid.
On-premises software distribution approach
The on-premises distribution approach entails a software product being installed and running within a client’s in-house infrastructure, be that a single computer or a local server. The traditional distribution approach has been used for many years by such companies as SAP, Oracle, and Microsoft.
Cloud-based software distribution approach
The main characteristic of the cloud-based distribution approach is that the software runs at a hosting provider or in the cloud service.
For instance, software as a service (SaaS) is a cloud-based distribution approach in which a provider hosts its applications and makes them available to customers via the Internet. According to the SaaS method, businesses and individuals don’t need to install applications on their own computers or own data centers. They can access the software using a Web browser or a mobile device. SaaS is typically delivered via a term-based subscription.
SaaS removes the need for organizations to install and run applications on their own computers or in their own data centers. This eliminates the expense of hardware acquisition, provisioning and maintenance, as well as software licensing, installation and support.
Hybrid software distribution approach
Some software companies have a hybrid distribution approach. Hybrid in this case is the approach that combines a SaaS solution with an on-premise software application. So, a cloud-driven technology complements an on-premise one. For instance, Adobe Creative Cloud combines on-premise products like Photoshop with additional cloud services like libraries, presets, etc. Besides, on-premise software gets updated as if deployed on the cloud, regularly and without asking the client to purchase a separate license for each new version of a product. As high-speed Internet connection has become a new standard, hybrids will become increasingly more common.
Another way to realize the hybrid deployment is to let customers choose between a SaaS service or an on-premises solution and provide the opportunity to switch from one to the other if needed. For example, Microsoft Outlook can be deployed on-premises but can also be accessed online.
什么是 SaaS (Software as a Service)的更多相关文章
- All the best open source and Software as a Service (SaaS) tools in one place 工具 工欲善其事必先利其器
Open Source & SaaS Tools | StackShare https://stackshare.io/categories AfterShip/SaaS: List of S ...
- Rest风格WEB服务(Rest Style Web Service)的真相
http://blog.csdn.net/jia20003/article/details/8365585 Rest风格WEB服务(Rest Style Web Service)的真相 分类: J2E ...
- paas saas iaas 区别
最近在公司里面经常听到一些paas saas iaas云服务的名词,把我自己都听蒙圈啦,所以就各种找资料终于对这三个名词有了一定的了解 首先上一张图如下: IAAS(nfrastructure as ...
- 云计算的三种服务模式:IaaS, PaaS, SaaS
IaaS: Infrastructure as a Service 基础设施即服务 PaaS: Platform as a Service 平台即服务 SaaS: Software as a Serv ...
- 【读书笔记】《Computer Organization and Design: The Hardware/Software Interface》(1)
笔记前言: <Computer Organization and Design: The Hardware/Software Interface>,中文译名,<计算机组成与设计:硬件 ...
- SaaS,PaaS,IaaS都是什么鬼?
IaaS Infrastructure as a Service,基础设施即服务. 假如你现在要做一个网站,你肯定要有一台服务器或者虚拟机,要么自己搭建,要么买服务器运营商的.说白了,IaaS就是解决 ...
- 【涂鸦物联网足迹】用煲仔饭来说明IaaS/PaaS/SaaS的区别
最近在准备一些科普性的知识内容,发现大家对于一些基础性的知识概念还是有点模糊.今天先来简单介绍一下IaaS/PaaS/SaaS的区别~ 其实还有一个On-Premises(本地部署)的概念,也可以一并 ...
- 如何理解PaaS平台,与SaaS、IaaS有什么区别?
我们经常会看到SaaS.PaaS.IaaS,但总是会摸不着头脑,有的人甚至会以为是恐怖组织的代号.其实,无论是SaaS.PaaS还是IaaS,都代表的是某一种服务,比如SaaS的含义为"软件 ...
- 云计算下PAAS的解析一
云计算下PAAS的解析一 PaaS是Platform-as-a-Service的缩写,意思是平台即服务. 把服务器平台作为一种服务提供的商业模式.通过网络进行程序提供的服务称之为SaaS( ...
随机推荐
- Unity3D|-XLua热更新用法的大致流程
xlua是由腾讯维护的一个开源项目,我们可以在github上下载这个开源项目并查看一些相关文档 官网:https://github.com/Tencent/xLua 配置文档:https://gith ...
- idea Debug快捷键
快捷键 介绍 F7 在 Debug 模式下,进入下一步,如果当前行断点是一个方法,则进入当前方法体内, 如果该方法体还有方法,则不会进入该内嵌的方法中 * F8 在 Debug 模式下,进入下一步,如 ...
- 网站性能测试工具 webbench 的安装和使用
1.webbench的下载和安装 wget http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gz sudo tar xvf we ...
- HADOOP高可用机制
HADOOP高可用机制 HA运作机制 什么是HA HADOOP如何实现HA HDFS-HA详解 HA集群搭建 目标: 掌握分布式系统中HA机制的思想 掌握HADOOP内置HA的运作机制 掌握HADOO ...
- Java通过NIO实现快速文件拷贝的代码
将内容过程重要的内容片段做个记录,下面的内容段是关于Java通过NIO实现快速文件拷贝的内容. public static void fileCopy( File in, File out ) thr ...
- Phpstorm-远程连接服务器实时编辑代码
一,配置远程服务器FTP 1.打开Phpstorm >>> 选择 2.选择 3.输入项目名称(此项目名称不会同步到服务器,只是在本地电脑上的项目名称) 4.将编辑器设置为实时自动同步 ...
- 解密:Amazon亚马逊产品Listing关键词刷单排名原理
第一:基本概念 在阅读正文之前,请先理解下面的几个基本概念. 核心词[高频词.热词.大词.主词]:长度大约1~2个单词构成,指每天搜索量比较多的词,每个行业对高频词的划分不一样,这个主要看自己 ...
- Python学习周末练习1-用户登录
用户登录验证要求:1.用户登录输入账号.密码.4位随机大写字母验证码2.验证码错误重新输入3.有三次机会输入账号密码 count = 1 while count <= 3 : from rand ...
- python----常见练习题
1. 冒泡排序 def bubble_sort(lists): len_list=len(lists) for i in range(len_list): for j in range(len_lis ...
- HTTPS、SSL 原理
1.1 背景知识 对称加密 :加密解密使用同一密钥,加解密速度快.随着人数增多,密钥数量急增n(n-1)/2. 非对称加密 :使用公私钥配对加解密,速度慢.公钥是从私钥中提取出来的,一般拿对方 ...