2.2 Summarize virtualization and cloud computing concepts. Flashcards
Summarize INFRASTRUCTURE AS A SERVICE(IAAS) in Cloud models
IaaS is sometimes called hardware as a service(HaaS). It is a cloud model where you outsource your equipment. You’re still responsible for the management and for the security. Your data is out there but it is more within your control.
Summarize PLATFORM AS A SERVICE(PAAS) in Cloud models
It is a hybrid choice between infrastructure and software as a service. There are no servers, no software, no maintenance team, no HVAC. Someone else handles the platform, you handle the development. You don’t have direct control of the data, people, or infrastructure. There are trained security professionals that are watching your stuff. Make sure you choose carefully. Put the building blocks together by developing your app from what’s available on the platform.
Summarize SOFTWARE AS A SERVICE(SAAS) in Cloud models
SaaS is an on-demand software that needs no local installation. You don’t need to manage anything. There is a central management of data and applications so your data is out there. It is a complete application offering. No development work required. An example would be Google Mail.
Summarize ANYTHING AS A SERVICE(XAAS) in Cloud models
Anything as a service(XaaS) is a broad description of all cloud models. It can use any combination of the cloud. These can be services delivered directly over the internet. There is a flexible consumption model that has no large upfront costs or ongoing licensing. IT becomes more of an operating model and less of a cost-center model. Any IT function can be changed into a service.
Summarize a PUBLIC CLOUD
A public cloud are services available to everyone over the internet.
Summarize a COMMUNITY CLOUD
A community cloud is a solution for those who can’t quite afford to have their own services running on their hardware so this cloud solution is comprised of several organizations that share the same resources.
Summarize a PRIVATE CLOUD
It is a cloud service that is internal to your datacenter that you only have access to.
Summarize a HYBRID CLOUD
A mixture of public and private cloud services.
Summarize CLOUD SERVICE PROVIDERS
They are the ones that are providing the cloud services to us. Whether it be SaaS, PaaS, IaaS, etc. These Cloud Service Providers will usually charge a flat fee or based on the amount of usage you need. The more data you need to utilize, the more it will cost. You still manage the processes through internal staff, a developmental team, and an operational support team.
Summarize MANAGED SERVICE PROVIDER(MSP)/MANAGED SECURITY SERVICE PROVIDER(MSSP)
MSPs can also be cloud service providers, but not all cloud service providers are MSPs. They provide support with Network connectivity management, backups and disaster recovery, and growth management and planning.
MSSPs are a niche of MSPs that provide firewall management, patch management, security audits, and emergency response plans.
Summarize on-premise vs off-premises cloud computing
On-premises refers to your applications being on the local hardware, and servers are in your data center in your building.
Off-premises mean your servers are not in your building. They may not even be running on your hardware. These usually mean a specialized computing environment.
Summarize FOG COMPUTING
Fog computing uses a cloud that’s close to your data. It is comprised of the cloud and IoT devices. It is a distributed cloud architecture that extends the cloud. You can have immediate data stays local - no latency. local decisions made from local data - no bandwidth requirements. Private data never leaves and this will minimize security concerns. Long-term analysis can occur in the cloud - internet only when required.
Summarize EDGE COMPUTING
It is computing that is done all on the local device that is directly accessed by the user. It will often process data on the device itself. No latency, no network requirement. You are in charge of processing where the data is, instead of it being processed in the cloud.
Summarize THIN COMPUTING
It is a device with just enough computing power to allow access to the cloud infrastructure. Applications usually run on a remote server. It is sometimes referred to as a virtual desktop infrastructure(VDI), Desktop as a service(DaaS). It needs minimal operating system on the client with no huge memory or CPU needs. There is the requirement of network connectivity.
Summarize CONTAINERS
Containers contain everything you need to run an application. It is code and has dependencies. It is a standardized unit of software. It is an isolated process in the sandbox. Application containers can’t interact with each other. It is lightweight a standard for portability.