Use Cases of SaaS
SaaS Multi-Tenancy
Some Popular Example of SaaS applications
Evaluating SaaS Users
Evaluating SaaS Software Vendors
Impact of SaaS
Few screen shots of SaaS Solutions
Office 365 Applications
Google G Suite
Salesforce.com (CRM) Tool
Platform as a service (PaaS) or application platform as a service (aPaaS) is a category of cloud computing services that provides a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app.
PaaS can be delivered in two ways: as a public cloud service from a provider, where the consumer controls software deployment with minimal configuration options, and the provider provides the networks, servers, storage, operating system (OS), middleware (e.g. Java runtime, .NET runtime, integration, etc.), database and other services to host the consumer's application; or as a private service (software or appliance) inside the firewall, or as software deployed on a public infrastructure as a service.
Platform as a service (PaaS) is a complete development and deployment environment in the cloud, with resources that enable you to deliver everything from simple cloud-based apps to sophisticated, cloud-enabled enterprise applications. You purchase the resources you need from a cloud service provider on a pay-as-you-go basis and access them over a secure Internet connection.
Like IaaS, PaaS includes infrastructure—servers, storage, and networking—but also middleware, development tools, business intelligence (BI) services, database management systems, and more. PaaS is designed to support the complete web application lifecycle: building, testing, deploying, managing, and updating.
What is platform as Service?
Pizza as a Service analogy or Anything as a Service:
Organizations typically use PaaS for these scenarios:
Development framework. PaaS provides a framework that developers can build upon to develop or customize cloud-based applications. Similar to the way you create an Excel macro, PaaS lets developers create applications using built-in software components. Cloud features such as scalability, high-availability, and multi-tenant capability are included, reducing the amount of coding that developers must do.
Analytics or business intelligence. Tools provided as a service with PaaS allow organizations to analyze and mine their data, finding insights and patterns and predicting outcomes to improve forecasting, product design decisions, investment returns, and other business decisions.
Additional services. PaaS providers may offer other services that enhance applications, such as workflow, directory, security, and scheduling.
By delivering infrastructure as a service, PaaS offers the same advantages as IaaS. But its additional features—middleware, development tools, and other business tools—give you more advantages:
Cut coding time. PaaS development tools can cut the time it takes to code new apps with pre-coded application components built into the platform, such as workflow, directory services, security features, search, and so on.
Add development capabilities without adding staff. Platform as a Service components can give your development team new capabilities without your needing to add staff having the required skills.
Develop for multiple platforms—including mobile—more easily. Some service providers give you development options for multiple platforms, such as computers, mobile devices, and browsers making cross-platform apps quicker and easier to develop.
Use sophisticated tools affordably. A pay-as-you-go model makes it possible for individuals or organizations to use sophisticated development software and business intelligence and analytics tools that they could not afford to purchase outright.
Support geographically distributed development teams. Because the development environment is accessed over the Internet, development teams can work together on projects even when team members are in remote locations.
Efficiently manage the application lifecycle. PaaS provides all of the capabilities that you need to support the complete web application lifecycle: building, testing, deploying, managing, and updating within the same integrated environment.
In an IaaS model, a third-party provider hosts hardware, software, servers, storage and other infrastructure components on behalf of its users. IaaS providers also host users' applications and handle tasks including system maintenance, backup and resiliency planning.
IaaS platforms offer highly scalable resources that can be adjusted on-demand. This makes IaaS well-suited for workloads that are temporary, experimental or change unexpectedly. Other characteristics of IaaS environments include the automation of administrative tasks, dynamic scaling, desktop virtualization and policy-based services.
IaaS customers pay on a per-use basis, typically by the hour, week or month. Some providers also charge customers based on the amount of virtual machine space they use. This pay-as-you-go model eliminates the capital expense of deploying in-house hardware and software. However, users should monitor their IaaS environments closely to avoid being charged for unauthorized services.
Because IaaS providers own the infrastructure, systems management and monitoring may become more difficult for users. Also, if an IaaS provider experiences downtime, users' workloads may be affected. For example, if a business is developing a new software product, it might be more cost-effective to host and test the application through an IaaS provider. Once the new software is tested and refined, it can be removed from the IaaS environment for a more traditional in-house deployment or to save money or free the resources for other projects. Leading IaaS providers include Amazon Web Services (AWS), Windows Azure, Google Compute Engine, Rackspace Open Cloud, and IBM Smart Cloud Enterprise.
What is Virtualization?
Virtualization is possible in our local computer with the help of VMWare Fusion or VMWare software. In Cloud environment,
Virtualization is possible by using Hypervisor software.
What is Virtual Machine?
Below Image explains about IaaS architecture and use cases.
What is Container?
Private Cloud, Hybrid Cloud, and Public Cloud
Iaas Pricing Model
Price may vary based on type of Infrastructure request. Below are type of VM Images types in AWS, and price will differ based on your selection image.
Service Level Agreement
Infrastructure as service (IaaS) – Networking
IaaS Networking Options
Below picture represents Public Networking using Public IP address on Cloud environment. End user will connect to VM via Global Internet.
Below picture represents Private Networking using Virtual Private Network (VPN), which is software based tunnel, is encrypted and secured. End user will connect to Private VM via Software based VPN tunnel.
Virtual Private Cloud (VPC)
Storage in Cloud
With IaaS Where are my files stored?
File Storage
Object Storage
AWS S3 is one of popular Object storage services which has been provided by Amazon. Below screen shot represents where S3 service can be found in Amazon Management Console.
Data Protection in Cloud
Data protection is important part of Cloud storage. There are various type of services available in Cloud provider environment.
Below are few popular services on data protection in Cloud.
Below services are for file or data, which are available in out side of VM, back up in cloud.
Below services are for Disaster recovery to the cloud when data is stored inside of VM. With this services, entire virtual machine including operating system can be replicated or copied in many cases in every 15 to 30 minutes.
VPC (Virtual Private Cloud) is logical data center. Amazon VPC lets you provision a logicaly isolated section of the Amazon web services ...