下面这些术语是什么意思?
SaaS PaaS IaaS吗?
现在有各种各样的云服务,比如亚马逊的EC2和AWS、Apache Hadoop、微软Azure和许多其他云服务。它们分别属于哪一类,为什么?
下面这些术语是什么意思?
SaaS PaaS IaaS吗?
现在有各种各样的云服务,比如亚马逊的EC2和AWS、Apache Hadoop、微软Azure和许多其他云服务。它们分别属于哪一类,为什么?
当前回答
SaaS |
PaaS |
Iaas |
---|---|---|
Software-as-a-Service | Platform-as-a-Service | Infrastructure-as-a-Service |
Ready to use infrastructure and software application that are centrally hosted and licensed on a subscription basis. | Ready to use environment. where customers build, test, run, and update apps quickly and inexpensively. | Provides on-demand access to physical computing resources, such as servers, storage, networking, and data center space without need to manage or operate. |
Apps can be accessed over the internet on any device with a browser. | Cloud provider manages the entire platform. | Users can provision, test, and scale resources quickly. |
Easy to add additional users and storage. | Additional compute, storage, and networking capacity can be purchased quickly and used immediately. | NA |
Use Cases: Most personal or employee productivity applications (email, document management, online collaboration tools) | Use Cases: Migration of existing applications to the cloud, a hybrid cloud strategy | Use Cases: Backup/recovery of on-premises workloads, dev and test environments, customer facing websites, data storage and analytics |
其他回答
下面的链接很好地解释了SaaS, PaaS和Iaas。 http://opensourceforgeeks.blogspot.in/2015/01/difference-between-saas-paas-and-iaas.html
简单来说:
IaaS,在这里,供应商向用户提供基础设施,用户获得硬件/虚拟化基础设施,存储和网络基础设施。
PaaS,在这里,供应商为用户提供平台,用户可以获得他们工作所需的所有东西,如操作系统、数据库、执行环境以及IaaS提供的环境。 所以pass是平台+ IaaS。
SaaS似乎是一个相当广泛的领域,供应商提供从基础设施到平台到软件的几乎所有东西。 所以SaaS是Iaas+PaaS加上不同的软件,如ms office,虚拟盒子等。
IaaS、PaaS和SaaS是云计算服务模式。
IaaS (Infrastructure as a Service), as the name suggests, provides you the computing infrastructure, physical or (quite often) virtual machines and other resources like virtual-machine disk image library, block and file-based storage, firewalls, load balancers, IP addresses, virtual local area networks etc. Examples: Amazon EC2, Windows Azure, Rackspace, Google Compute Engine. PaaS (Platform as a Service), as the name suggests, provides you computing platforms which typically includes operating system, programming language execution environment, database, web server etc. Examples: AWS Elastic Beanstalk, Windows Azure, Heroku, Force.com, Google App Engine, Apache Stratos. While in SaaS (Software as a Service) model you are provided with access to application software often referred to as "on-demand software". You don't have to worry about the installation, setup and running of the application. Service provider will do that for you. You just have to pay and use it through some client. Examples: Google Apps, Microsoft Office 365.
关于你的问题还有几点:
AWS(亚马逊网络服务)是一个完整的套件,包含了一大堆有用的网络服务。目前最流行的是EC2和S3,属于IaaS服务模式。 虽然Hadoop是基于谷歌之前的工作(GFS和MapReduce),但它不是来自谷歌。它是一个Apache项目。你可以在这里找到更多。它只是一个分布式计算平台,不属于任何这些服务模型,恕我直言。 微软的Windows Azure也是IaaS的一个例子。
就这些服务的受欢迎程度而言,它们都很受欢迎。关键在于哪一种更符合你的要求。例如,如果您想要在一个Hadoop集群上运行MapReduce作业,您会发现EC2非常适合,即IaaS。另一方面,如果你有一些用某种语言编写的应用程序,你想在云上部署它,你会选择像Heroku这样的应用程序,它是PaaS的一个例子。
有三种主要类型的云服务:IaaS、PaaS和SaaS。您可能在云提供商的网站上看到过这些缩写。在讨论细节之前,让我们先比较一下IaaS、PaaS和SaaS与传输的关系:
On-premises IT infrastructure is like owning a car. When you buy a car, you’re responsible for its maintenance, and upgrading means buying a new car. IaaS is like leasing a car. When you lease a car, you choose the car you want and drive it wherever you wish, but the car isn’t yours. Want an upgrade? Just lease a different car! PaaS is like taking a taxi. You don’t drive a taxi yourself, but simply tell the driver where you need to go and relax in the back seat. SaaS is like going by bus. Buses have assigned routes, and you share the ride with other passengers.
参考:https://rubygarage.org/blog/iaas-vs-paas-vs-saas
下面是AWS每项服务的另一个例子:
IaaS(基础设施即服务):通过硬件获得整个基础设施。您已经选择了需要安装的操作系统类型。你必须安装必要的软件。
AWS示例:只有硬件的EC2,您选择要安装的基本操作系统。如果你想在上面安装Hadoop,你必须自己动手,它只是AWS提供的基础设施。
PaaS(平台即服务):为您提供带有操作系统和必要基础软件的基础设施。您必须运行脚本以获得所需的输出。
AWS举例:EMR已安装硬件(EC2) + Base OS + Hadoop软件。你必须运行hive/spark脚本来查询表并得到结果。您将需要调用实例并等待10分钟以准备好设置。您必须根据正在运行的作业考虑需要多少个集群,但不必担心集群配置。
SaaS(软件即服务):你不必担心硬件甚至软件。所有的东西都将被安装好,供您立即使用。
示例:Athena,它只是一个UI,用于查询S3中的表(元数据存储在Glu中)。只需打开浏览器登录AWS并开始运行您的查询,无需担心RAM/存储/CPU/集群数量,所有的一切都由云处理。
如果你是一个简单的客户,想要使用某个软件,但手头什么也没有,那么你就使用SaaS。
当你有一个自己开发的软件,但你想在一个公共平台上部署和运行,那么你就使用PaaS。
当你已经准备好了软件和平台,但还想让硬件运行时,你就可以使用IaaS。