Skip to content

Latest commit

 

History

History
77 lines (69 loc) · 4.55 KB

File metadata and controls

77 lines (69 loc) · 4.55 KB

07. Cloud & Virtualization Fundamentals (60 Facts)

Cloud Concepts

  1. Cloud computing delivers computing services over the internet. (A+ 220-1101, Obj 4.1)
  2. Public cloud resources are shared across multiple organizations. (4.1)
  3. Private clouds are dedicated to one organization. (4.1)
  4. Hybrid clouds combine public and private models. (4.1)
  5. Community clouds are shared among organizations with common goals. (4.1)
  6. IaaS (Infrastructure as a Service) provides virtualized computing resources. (4.1)
  7. PaaS (Platform as a Service) offers development platforms and tools. (4.1)
  8. SaaS (Software as a Service) delivers apps over the internet. (4.1)
  9. Examples of SaaS: Gmail, Office 365, Salesforce. (4.1)
  10. Examples of IaaS: AWS EC2, Microsoft Azure VMs. (4.1)

Virtualization Basics

  1. Virtualization allows multiple OS instances to run on one host. (4.2)
  2. Hypervisors manage virtual machines (VMs). (4.2)
  3. Type 1 hypervisors run directly on hardware (bare-metal). (4.2)
  4. Examples of Type 1: VMware ESXi, Microsoft Hyper-V, XenServer. (4.2)
  5. Type 2 hypervisors run on top of a host OS. (4.2)
  6. Examples of Type 2: VirtualBox, VMware Workstation. (4.2)
  7. Virtual machines emulate hardware for OS isolation. (4.2)
  8. Snapshots save the state of a VM for rollback. (4.2)
  9. VM templates provide preconfigured OS images. (4.2)
  10. Thin provisioning allocates virtual disk space dynamically. (4.2)

Virtual Networking

  1. Virtual switches connect VMs internally or to physical networks. (4.2)
  2. NAT mode assigns private IPs to VMs and shares the host’s IP. (4.2)
  3. Bridged networking connects VMs directly to the physical LAN. (4.2)
  4. Host-only networking isolates VMs but allows host communication. (4.2)
  5. VLANs segment traffic within virtualized environments. (4.2)
  6. Virtual firewalls enforce policies inside hypervisors. (4.2)
  7. Virtual NICs are software-based adapters for VMs. (4.2)
  8. Storage vMotion allows live migration of VM storage. (4.2)
  9. vMotion (or live migration) moves running VMs between hosts. (4.2)
  10. High availability (HA) restarts VMs on another host during failure. (4.2)

Cloud Storage & Sync

  1. Cloud storage provides scalable capacity on demand. (4.1)
  2. Popular cloud storage services: Google Drive, OneDrive, Dropbox. (4.1)
  3. Cloud sync ensures files are consistent across devices. (4.1)
  4. File versioning allows rollback to previous cloud copies. (4.1)
  5. Offline sync lets files be accessed without internet. (4.1)
  6. Cloud collaboration tools include Microsoft Teams and Google Workspace. (4.1)
  7. Cloud backup protects data from local hardware failure. (4.1)
  8. Object storage stores data as objects with metadata. (4.1)
  9. Block storage emulates traditional disks for VMs. (4.1)
  10. File storage uses protocols like NFS and SMB in the cloud. (4.1)

Cloud Security

  1. Cloud services use encryption to secure data in transit and at rest. (4.1)
  2. Shared responsibility models split duties between provider and customer. (4.1)
  3. Cloud access security brokers (CASBs) enforce security policies. (4.1)
  4. MFA (Multi-factor authentication) protects cloud logins. (4.1)
  5. SSO (Single Sign-On) streamlines cloud authentication. (4.1)
  6. IAM (Identity & Access Management) controls cloud user permissions. (4.1)
  7. Cloud monitoring tools detect unusual activity. (4.1)
  8. Tokenization replaces sensitive data with unique tokens. (4.1)
  9. DLP (Data Loss Prevention) prevents unauthorized sharing. (4.1)
  10. Cloud compliance requires adherence to laws like GDPR or HIPAA. (4.1)

Cloud Troubleshooting & Use Cases

  1. Latency issues can affect cloud performance. (4.1)
  2. Bandwidth bottlenecks slow cloud sync and streaming. (4.1)
  3. VM sprawl occurs when too many virtual machines are deployed without oversight. (4.2)
  4. Overprovisioning wastes resources in cloud deployments. (4.2)
  5. Underprovisioning causes poor VM performance. (4.2)
  6. Backup failures often occur from insufficient permissions. (4.1)
  7. Authentication failures may stem from expired tokens or certificates. (4.1)
  8. Cloud-based apps require constant internet access to function. (4.1)
  9. SaaS downtime depends on the provider’s SLA (Service Level Agreement). (4.1)
  10. Cloud elasticity allows scaling resources up or down automatically. (4.1)

📊 Category Total: 60 Facts (fully exam-aligned, non-repetitive)