Module 2. VSphere and Virtualization Overview

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 32

vSphere and

Virtualization Overview

© 2022 VMware, Inc.


Importance
As a vSphere administrator, you must be familiar with the components on which vSphere is
based.
You must also understand the following concepts:
• Virtualization, the role of the ESXi hypervisor in virtualization, and virtual machines
• Fundamental vSphere components and the use of vSphere in the software-defined data
center
• When to use each one of the user interfaces to administer and manage vSphere
environments

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1-2


Module Lessons
1. vSphere Virtualization Overview
2. vSphere Virtualization of Resources

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1-3


vSphere Virtualization Overview

© 2019 VMware Inc. All rights reserved.


Learner Objectives
• Explain basic virtualization concepts
• Describe vSphere
• Describe how vSphere fits in the software-defined data center
• Describe vSphere+
• Recognize the user interfaces for accessing vSphere

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1-5


Terminology (1)
Virtualization is associated with several key concepts, products, and features.

Term Definition Examples


Operating system Software designed to allocate physical Microsoft Windows,
resources to applications Linux
Application Software that runs on an operating system, Microsoft Office,
consuming physical resources Chrome
Hypervisor Specialized operating system designed to run ESXi, Workstation,
VMs Fusion
Virtual machine Specialized application that abstracts
hardware resources into software
Guest The operating system that runs in a VM (also Microsoft Windows,
called the guest operating system) Linux
Host Physical computer that provides resources to
the ESXi hypervisor

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1-6


Terminology (2)

Term Definition
vSphere Server virtualization product of VMware that combines the ESXi
hypervisor and the vCenter Server management platform
Cluster Group of ESXi hosts whose resources are shared by VMs
vSphere vMotion Feature that supports the migration of powered-on VMs from
host to host without service interruption
vSphere HA Cluster feature that protects against host hardware failures by
restarting VMs on hosts that are running normally
vSphere DRS Cluster feature that uses vSphere vMotion to place VMs
on hosts and ensure that each VM receives the resources
that it needs

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1-7


Data Center Physical Infrastructure

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1-8


About the Virtual Infrastructure

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1-9


About Virtual Machines
A virtual machine (VM) is a software representation of a physical computer and its
components.

The virtual machine includes the following


components:
• Guest operating system
• VMware Tools
• Virtual resources, such as:
– CPU and memory
– Network adapters
– Disks and controllers
– GPUs

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 10


Benefits of Using Virtual Machines
Physical machines have the following Virtual machines provide the following
constraints: benefits:
• Difficult to move or copy • Easy to move or copy
• Bound to a specific set of hardware • Independent of physical hardware because
components VMs are encapsulated into files
• Often have a short life cycle • Isolated from other VMs running on the
same physical hardware
• Require personal contact to upgrade
hardware • Insulated from physical hardware changes

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 11


About vSphere
vSphere is the virtualization platform that
includes two core administrative components
for running virtual machines:
• ESXi: Hypervisor on which you run virtual
machines
• vCenter: Central administration platform for
ESXi hosts, virtual machines, storage, and
networking

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 12


Types of Virtualization
Virtualization is the process of
creating a software-based
representation of a physical
unit, such as a server,
desktop, network, or storage
device.
Virtualization is the single
most effective way to reduce
IT expenses while boosting
efficiency and agility for all
business sizes.

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 13


About the Software-Defined Data Center
In a software-defined data center (SDDC), all infrastructure is virtualized, and the control of the
data center is automated by software. vSphere is the foundation of the SDDC.

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 14


About vSphere+
VMware vSphere+ is a subscription-based offering that brings the benefits of cloud to on-
premises workloads.
vSphere+ consists of on-premises and cloud components that interact with each other.
vSphere+ lets you centrally manage your on-premises workloads from a cloud console, with
access to cloud services.

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 15


vSphere+: Accessing Cloud Services
vSphere+ lets you access cloud services to
augment and enhance on-premises
capabilities:
• Admin Services
– Inventory management
– Events and alerts management
– VM provisioning
– Lifecycle management
– Configuration management
• Developer Services
– Tanzu Kubernetes Grid
– Tanzu integrated services
• Add-On Services
– Disaster recovery

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 16


vSphere User Interfaces
You can use the vSphere Client, PowerCLI, VMware Host Client, vSphere ESXi Shell and ESXCLI
to interact with the vSphere environment.
For information about ports and protocols, see https://ports.vmware.com.

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 17


Lab 1: Accessing the Lab Environment
Log in to the Console VM and access the vSphere Client and VMware Host Client:
1. Access the Student Console
2. Log In to an ESXi Host with VMware Host Client
3. Log In to vCenter with the vSphere Client

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 18


Review of Learner Objectives
• Explain basic virtualization concepts
• Describe vSphere
• Describe how vSphere fits in the software-defined data center
• Describe vSphere+
• Recognize the user interfaces for accessing vSphere

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 19


vSphere Virtualization of Resources

© 2019 VMware Inc. All rights reserved.


Learner Objectives
• Explain how ESXi interacts with resources:
– CPUs
– Memory
– Networks
– Storage
– GPUs

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 21


Virtual Machine: Guest and Consumer of ESXi Host
Any application in any
supported OS can run in a VM
(guest) and use CPU, memory,
disk, and network from host-
based resources.

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 22


Physical and Virtual Architecture
Virtualization technology abstracts physical components to software components and provides
solutions for many IT problems.

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 23


Physical Resource Sharing
Multiple VMs, running on a
physical host, share
computing, memory, network,
and storage resources of the
host.

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 24


CPU Virtualization
In a physical environment, the operating system assumes the ownership of all the physical
CPUs in the system.
CPU virtualization emphasizes performance and runs directly on the available CPUs.

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 25


Physical and Virtualized Host Memory Usage
In a physical environment, the operating system assumes the ownership of all the physical
memory in the system.
Memory pages are allocated to virtual machines on first access.

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 26


Physical and Virtual Networking
Virtual Ethernet adapters and virtual switches are key virtual networking components.

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 27


Physical File Systems and Datastores
vSphere datastores provide a distributed storage architecture, where multiple ESXi hosts can
read or write to the shared storage concurrently.

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 28


GPU Virtualization
GPU graphics devices optimize complex graphics operations. These operations can run at high
performance without overloading the CPU.

Virtual GPUs can be added to VMs for the


following use cases:
• Rich 2D and 3D graphics
• VMware Horizon virtual desktops
• Graphics-intensive applications
• Scientific computation applications
• Artificial intelligence (AI) and machine
learning (ML) workloads

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 29


Sharing GPUs with vSphere Bitfusion
vSphere Bitfusion virtualizes hardware accelerators such as GPUs to provide a pool of shared,
network-accessible resources that support AI and ML workloads.

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 30


Review of Learner Objectives
• Explain how ESXi interacts with resources:
– CPUs
– Memory
– Networks
– Storage
– GPUs

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 31


Key Points
• Virtual machines are hardware independent.
• vSphere consists of two core components, ESXi and vCenter Server.
• The ESXi hypervisor runs directly on the host.
• VMs share the physical resources of the ESXi host on which they reside.
• vSphere abstracts CPUs, GPUs, memory, storage, and networking for VM use.
Questions?

© 2022 VMware, Inc. M02_vSphere and Virtualization Overview | 1 - 32

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy