IaaS Infrastructure as a service
Infrastructure: Server, Network, Storage, virtualization
e.g. Google compute engine, AWS ec2
PaaS Platform as a service
Platform: O/S, web server , database (programming language execution environment)
used by developer, only need to manage software and data
e.g. Google app engine, windows azure, AWS beanstalk
FaaS Fuction as a service, e.g. AWS lamba
provides a platform allowing customers to develop, run, and manage application functionalities without the complexity of building and maintaining the infrastructure
Building an application following this model is one way of achieving a "serverless" architecture, and is typically used when building microservices applications.
SaaS Software as a service
Software: application
used by end user, No need to install any software on PC
e.g. Google apps, gmail, google doc, windows 365, sales force
Cloud Providers: aws, google cloud, icloud,
Subscribe to:
Post Comments (Atom)
API interview questions
https://www.katalon.com/resources-center/blog/web-api-testing-interview-questions/ Top 50+ Web API Testing Interview Questions [Ultimate l...
-
https://blog.getpostman.com/2017/07/28/api-testing-tips-from-a-postman-professional/ Rembember to Save before exit Variable 1. Collecti...
-
"From Apache Jmeter" Transaction Controller The Transaction Controller generates an additional sample which measures the ove...
-
C#- TakeScreenShot https://www.guru99.com/take-screenshot-selenium-webdriver.html public void TakeScreenshot() { try { ...
No comments:
Post a Comment