Definitions of Cloud Flashcards
SAAS
Software as a Service
Risk Mitigation - Reduced local admin and redundancy
Business Continuity - 24/7 access from any location that has internet, synchronization between local and cloud, doesn’t have to go through email
Efficiency -
Deployment - rapidsimplified data retention and admin is the resposibility of CSP
Hardware Resources -economies of scale, don’t have to pay for upgrades, etc, give flexibility and agility
Cost - based on usage, minimal up front costs, pay as you go.
Scalability - easily scale up or down the storage as they needcan be allocateda nd de-allocated dynamically. Can run slower than an inhouse solution due to redundancy and connection
PAAS
Platform as a Service (Ability to create a testing environment, etc for development)
MAAS
Management as a Service - ability to see status of systems, etc basically monitoring
CAAS
Communication as a Service
IAAS
Infrastructure as a Service - lease hardware, software automatic patch updates
Storage as a Service
lease storage for data warehousing
Security as a Service
lease security services
CAPEX
Capital Expense which ar ecosts associated with acquisition of assets or upgrading existing assets, such as hardare
OPEX
Operational expense refers to the costs associated with the dat to day running of a copany, ie: bandwidth, etc. can be reoccuring expenses,
Traditional Internal IT Infrastrucutre
own server room own infrastructure inhouse
Colocation Facility
owned by a third party that rents out space equipped for housing and running IT infrastructure, also provide network connectivty, backkup power, physical security
Managed Services
package for full outsourcing of IT Infrastructure. instead of purchasing in colocation you rent the infrastructure, software, hardware and database management
Public Cloud
fully outsourced solutions for infrastructure, instead of renting physical harware you rent a virtual coputing environment hoste don shared server clusters in the service provider’s datacenter
Abstraction
system implementation are hidden from the user, applications run on unspecified physical systems and dat is tored in inknown locations ot the end user
VMM
Virtual machine monitor aka hypervisor
VIM
a toll that communicates with multiple hosts and their VMs, allowing for centralized admin and efficient operation of the virutal infrastructure ie: OpenNebula
Virtual platform
VMware Vsphere, Citrix XenServer or Microsoft Hyper V
3 types of virtualization
client
server
storage
Application Packaging Virtualization
method of isolating a specific application from the underlying opertaing system. application can’t modify or interact with o/s. provides protection agaist viruses and malware and you can run incompatible applications on a system
Application Streaming Virtualization
type of client virtualization. hosts necessary applications on servers in a datacetner, and then loads on client demand as if it were locally installed. Also can be used to preven unauthorized software installations from end users
Hardware Emulation Virtualization
Virtualization software is installed on the client o/s
Hypervisor
is a program that allows multiple o/s systems to share a single hardware host, each os appears to hav ethe host’s resources ie: processore, memeory, nic etc all to istself
Hypervisor Type 1
runs directly on top of hardware, provide less overhead and smaller footprint so run more efficiently and also have direct access to hardware resources
Hypervisor Type 2
run ontop of existing o/s software, ie: microsoft virtual server and vmware workstation