Difference Between Cloud Services Flashcards
What is shared responsibility?
The customer is responsible for some things, the cloud provides is responsible for some aspects, and they might both be responsible for some aspect. Who is responsible for what, depends on the service.
What are layers?
DATA -
APPLICATION -
RUNTIME - java enterprise addition, .NET
OS - linux, windows
H/V - hyper-visor, enables in creating virtualized machines and servers on Azure Cloud Platform, vm
COMPUTE - servers
NETWORK - connectivity
STORAGE - need to store information
IaaS
Infrastructure as a Service, is focused on bringing the end user, compute, network, and storage requirements.
PaaS
Platform as a Service, does everything for the user except the data and the applications, which the end user can focus on
SaaS
Software as a Service, does everything for the end user. Complete business function is delivered.
Serverless
The ability to build and run application code without provisioning or managing servers or backend infrastructure. You pay for what you use.