Virtualization and Hypervisors Overview

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/63

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

64 Terms

1
New cards

vSphere Client

Provides an intuitive interface for managing vSphere components, accessible via web browsers, supporting remote management, and customization of views and settings.

2
New cards

vCenter Server Appliance (VCSA)

Pre-configured Linux-based virtual appliance that simplifies deployment, eliminates the need for a separate Windows Server, and supports large environments.

3
New cards

VMFS (Virtual Machine File System)

A clustered file system optimized for storing virtual machine files.

4
New cards

vSAN (Virtual SAN)

A software-defined storage solution that aggregates local disks of ESXi hosts to create a shared datastore.

5
New cards

vVols (Virtual Volumes)

A storage architecture that enables VM-centric storage management.

6
New cards

Raw Device Mapping (RDM)

A feature that provides a VM with direct access to a physical LUN on a storage array.

7
New cards

Datastore Clusters

Aggregating multiple datastores into a single entity for easier management and automated resource balancing.

8
New cards

ESXi Firewall

Protects ESXi hosts by controlling inbound and outbound traffic.

9
New cards

Lockdown Mode

Includes Normal Lockdown Mode and Strict Lockdown Mode in ESXi hosts, with differences in user access permissions.

10
New cards

Security Profiles

Configure security settings for services running on ESXi hosts, enhancing security by disabling unnecessary services.

11
New cards

Network Virtualization

Flexibility, cost efficiency, isolation, scalability, simplified provisioning, multi-tenancy, dynamic management, automation, performance, disaster recovery.

12
New cards

Storage Virtualization

Utilization, scalability, management, cost efficiency, flexibility, performance, data protection, capacity planning, compatibility, availability.

13
New cards

Application Virtualization

Deployment, compatibility, management, security, performance, mobility, reduced conflicts, backup and recovery, cost efficiency, scalability.

14
New cards

Components of a VM

Operating System (OS), VMware Tools, Virtual CPU, Memory, Storage, Network Adapters, Virtual BIOS, Virtual Hardware, Snapshots, VM Configuration Files, VM Log Files.

15
New cards

Templates

Ensures consistent configuration across VMs, saves time by avoiding repeated configuration, simplifies management and deployment, facilitates rapid deployment, ensures security policies are consistently applied.

16
New cards

vCenter Server

Centralized management platform for VMware vSphere environments, providing management, monitoring, and configuration of ESXi hosts and VMs.

17
New cards

Single Sign-On (SSO)

An authentication service that allows users to log in once and access multiple vSphere components without needing to log in separately.

18
New cards

VMware Certificate Authority (VMCA)

Provides SSL certificates for vSphere components, ensuring secure communications.

19
New cards

VLANs (Virtual Local Area Networks)

Enhance network security by isolating network traffic into separate segments, reducing unauthorized access risks and improving performance.

20
New cards

Traffic Shaping

Controls bandwidth allocation to network traffic, ensuring critical applications receive necessary bandwidth and preventing network congestion.

21
New cards

NIC Teaming

Combines multiple physical NICs into a single logical interface for redundancy, load balancing, and enhanced network performance.

22
New cards

VM Port Groups

Logical groupings of VMs within a virtual switch, simplifying network configuration, supporting network segmentation, and allowing application of network policies.

23
New cards

VMkernel Ports

Special network adapters for management traffic, vMotion, IP storage, and critical vSphere services, ensuring efficient and secure network operations.

24
New cards

Uplink Ports

Connect virtual switches to physical network adapters, providing connectivity between virtual and physical networks for optimal performance.

25
New cards

Private VLANs (PVLANs)

Segments VLANs into smaller isolated networks, enhancing security and reducing broadcast traffic.

26
New cards

Network I/O Control (NIOC)

Manages and prevents storage congestion by controlling bandwidth allocation.

27
New cards

NFS (Network File System)

A file system protocol allowing file access over a network.

28
New cards

Storage I/O Control (SIOC)

A feature that manages and prevents storage congestion by prioritizing I/O resources based on predefined rules.

29
New cards

vSphere HA architecture

Ensures high availability by automatically restarting VMs on surviving hosts in a cluster when a host failure is detected.

30
New cards

Redundant heartbeat networks

Ensure reliable failure detection by using multiple network paths for HA heartbeat communication, increasing resilience and reducing the risk of false positives.

31
New cards

Reservations, Limits, and Shares

Reservations guarantee a minimum amount of CPU or memory resources for a VM, limits cap the maximum resources a VM can use, and shares prioritize resource allocation among VMs based on the number of shares assigned.

32
New cards

Resource Pools

Logically group resources that can be allocated to VMs or other resource pools, simplifying management and allocation.

33
New cards

vSphere Performance Charts

Visual representations of resource usage and performance metrics within the vSphere environment.

34
New cards

Alarms

Notify administrators of specific events or conditions in the vSphere environment.

35
New cards

Custom Roles

User-defined roles in RBAC to meet specific administrative needs.

36
New cards

Active Directory Integration

Enhances security by centralizing authentication and allowing the use of existing AD credentials and group policies.

37
New cards

vSphere Lifecycle Manager (vLCM)

Provides centralized patch management for ESXi hosts, automating patch deployment and ensuring compliance with security policies.

38
New cards

Update Planner

Ensures readiness for upgrades by performing prechecks to verify compatibility and readiness for updates.

39
New cards

Best Practices for Troubleshooting

Include regular monitoring, up-to-date documentation, a structured approach, involving stakeholders, and tracking known issues and resolutions.

40
New cards

vMotion

Minimizes downtime, facilitates non-disruptive maintenance, optimizes resource usage, and enables live migration of running VMs in vSphere.

41
New cards

Storage vMotion

Allows live migration of VM disk files from one datastore to another without downtime, optimizing storage usage.

42
New cards

Server Virtualization

Cost reduction, resource utilization, scalability, flexibility, disaster recovery, energy efficiency, simplified management, isolation, testing and development, legacy support.

43
New cards

Desktop Virtualization

Centralized management, security, cost efficiency, flexibility, disaster recovery, remote access, consistency, maintenance, resource allocation, user experience.

44
New cards

Type 1 Hypervisors (Bare-metal)

A hypervisor installed directly on physical hardware, e.g., VMware ESXi, Microsoft Hyper-V. Better performance, enhanced security, scalability, lower overhead, stability, isolation, centralized management, hardware integration, robust support.

45
New cards

Type 2 Hypervisors (Hosted)

A hypervisor installed on top of a host operating system, e.g., VMware Workstation, Oracle VirtualBox. Ease of use, better compatibility with hardware and OS configurations, suitable for development and testing environments, often cheaper, user-friendly interface.

46
New cards

Virtual Machines (VMs)

Emulates a complete physical machine including hardware and operating system, full isolation between VMs, requires more resources due to OS overhead, strong isolation enhancing security, simplified backup and recovery through snapshot and cloning.

47
New cards

Containers

Shares the host OS kernel while isolating applications, more efficient resource utilization, faster startup times compared to VMs, ideal for microservices and cloud-native applications, supports rapid development and deployment cycles.

48
New cards

Cloning

Creating an exact copy of an existing VM, speeding up deployment of new VMs, useful for testing and development, ensures consistency, facilitates safe experimentation, speeds up recovery.

49
New cards

Thick Provisioning

Allocates the entire disk space at the time of VM creation. Generally better disk performance due to pre-allocated space.

50
New cards

Thin Provisioning

Allocates disk space dynamically as needed. Uses storage space more efficiently by allocating only the space that is actually used.

51
New cards

Snapshots

A quick backup option that captures the state of a VM at a specific point in time, facilitating easy recovery or rollback to a previous state.

52
New cards

High Availability (HA)

Ensures high availability by restarting VMs on surviving hosts in a cluster when a host failure is detected, minimizing downtime and automating recovery.

53
New cards

Fault Tolerance (FT)

Provides continuous availability by running a secondary VM in lockstep with the primary VM, ensuring zero downtime and maintaining data consistency.

54
New cards

Standard Switch (vSS)

A virtual switch configured individually on each ESXi host, providing network isolation and easy management.

55
New cards

Distributed Switch (vDS)

A virtual switch that provides centralized management and configuration across multiple ESXi hosts, ensuring consistent network configuration and simplifying network management.

56
New cards

esxtop

A command-line tool for real-time performance monitoring in vSphere.

57
New cards

Regular Monitoring

Improves resource management by providing insights into resource usage and performance, enabling proactive adjustments to optimize resources.

58
New cards

Role-Based Access Control (RBAC)

Enhances security in vSphere by assigning specific roles and permissions to users, controlling their access to various objects and actions within the environment.

59
New cards

Structured Troubleshooting Approach

Involves identifying symptoms, gathering data, analyzing data, implementing solutions, and verifying resolution in vSphere troubleshooting.

60
New cards

New Virtual Machine Wizard

Tool for creating new VMs from scratch, providing detailed customization of VM settings.

61
New cards

Active Learning

Benefits include enhancing understanding and retention by actively engaging with material through summaries, questions, and discussions.

62
New cards

Spaced Repetition

Effective in memory retention by reviewing information at increasing intervals to prevent forgetting.

63
New cards

Chunking

Helps in learning by breaking down information into smaller, manageable parts for easier processing and remembering.

64
New cards

Interleaved Practice

Enhances learning by mixing different topics to improve differentiation and understanding.