SlideShare a Scribd company logo
Cloud and Virtualization
Concepts
From NDG In partnership with VMware IT Academy
www.vmware.com/go/academy
© Network Development Group reserved for use with NDG.tech/vmware content
Why learn virtualization?
• Modern computing is more efficient due to virtualization
• Virtualization can be used for mobile, personal and cloud computing
• You can also use virtualization in your personal life
© Network Development Group reserved for use with NDG.tech/vmware content
This content will cover
• Understand the benefits of virtualization
• Be able to describe virtualization, virtual machines and hypervisors
• Describe typical data center components that are virtualized
• Become familiar with VMware technology popular in industry
© Network Development Group reserved for use with NDG.tech/vmware content
Virtualization Benefits
• Have you ever wished you could clone yourself?
• If you could, would you be more efficient? Would you do more?
• Virtualization enables computers to be more efficient in a similar fashion
• Computers that use virtualization optimize the available compute resources
What is virtualization?
© Network Development Group reserved for use with NDG.tech/vmware content
Hardware and Software
• Do you use a smartphone, laptop or home computer?
• Smartphones, laptops or home computers are hardware
• Similar to how your brain controls your actions, software controls hardware
• There are different types of software that control computer actions
© Network Development Group reserved for use with NDG.tech/vmware content
Hardware
Processor - Also called CPU (Central Processing Unit)
RAM - Random Access Memory
Read-Only Memory - Non-volatile memory that stores BIOS
*BIOS is type of software responsible for turning on (booting)
computer
Motherboard - Printed Circuit Board (PCB) that holds processor, RAM, ROM,
network and Input/Output (I/O) and other components.
Chipset - Collection of microchips on motherboard that manage specific
functions.
Storage - A persistent (non-volatile) storage device such as a Hard Drive Disk
or Solid State Drive
© Network Development Group reserved for use with NDG.tech/vmware content
Software
• System software is necessary for hardware to function
• Operating system controls the hardware
• Application software tells your system to execute a task you want
© Network Development Group reserved for use with NDG.tech/vmware content
Now that you are aware of the roles of hardware and software, the concept of
virtualization will be easier to grasp. Virtualization is the “layer” of technology
that goes between the physical hardware of a device and the operating system
to create one or more copies of the device.
© Network Development Group reserved for use with NDG.tech/vmware content
What is a VM?
• Virtualization creates virtual hardware by cloning physical hardware
• The hypervisor uses virtual hardware to create a virtual machine (VM)
• A VM is a set of files
• With a hypervisor and VMs, one computer can run multiple OS simultaneously
The Hypervisor
© Network Development Group reserved for use with NDG.tech/vmware content
• Software installed on top of hardware that created virtualization layer
• Hosts VMs
• Type 1 Hypervisor – Bare metal hypervisor (VMware ESXi)
• Type 2 Hypervisor – Hosted hypervisor (VMware Workstation)
What is a Hypervisor?
© Network Development Group reserved for use with NDG.tech/vmware content
Virtual Machine Files
• VMs can be exported and moved to other hosts
• Files are created by the hypervisor and stored in a directory
• Example VM files:
File Type File Name Description
Log File <vmname>.log Keeps a log of VM activity
Disk File <vmname>.vmdk Stores content of VM’s disk drive
Snapshot Files <vmname>.vmsd and
<vmname>.vmsn
Stores information about VM
snapshots (saved VM state)
Configuration File <vmname>.vmx Stores information about VM
name, BIOS, guest OS, and
memory
© Network Development Group reserved for use with NDG.tech/vmware content
• Working on a VM and need to save progress or state
• Snapshots are saved as files in the VM folder (<vmname>.vmx)
• What is saved by a snapshot?
- State of VM disks
- Contents of VM memory
- VM settings
What is a snapshot?
The Data Center
© Network Development Group reserved for use with NDG.tech/vmware content
• Hardware infrastructure that
supports virtualization
• Focus is on processing large amounts
of data
• What are the three main
components?
- Compute
- Storage
- Networks
What is a Data Center?
© Network Development Group reserved for use with NDG.tech/vmware content
• Hardware and operating system software that runs applications
• Difference between a PC and a server
- PCs have user-friendly interface while servers focus on running programs
• Types of servers:
- Tower
- Blade server
- Rack-mounted server
• What is the architecture of a server?
Compute Systems
© Network Development Group reserved for use with NDG.tech/vmware content
• Transfer data across the data center so devices can communicate
• What type of hardware is used for networking?
Networks
© Network Development Group reserved for use with NDG.tech/vmware content
• Data center storage should have two features: availability and redundancy
Storage
© Network Development Group reserved for use with NDG.tech/vmware content
• Redundant Array of Independent Disks
• Hard drives linked together to create a large volume of redundant storage
• What are the three methods of writing to RAID?
- Mirroring
- Striping
- Parity
• What do the RAID numbers mean (i.e., 0, 1, 5)?
Storage - RAID
© Network Development Group reserved for use with NDG.tech/vmware content
• Block-Level Storage – Data is written to and accessed from storage volumes (blocks)
• File-Level Storage – Data is written to disks but accessed from default file system
Storage - Block vs. File Level
© Network Development Group reserved for use with NDG.tech/vmware content
• DAS – Storage device is directly attached to a server (block-level)
• NAS – Storage device is attached to a network, servers on the network can
access device (file-level)
• SAN – Clustered storage devices on their own network that servers can
connect to (block-level)
Storage – Types of Data Center Storage
© Network Development Group reserved for use with NDG.tech/vmware content
Common Data Center Storage Protocols
Protocol Application
SCSI (Internet Small Computer System
Interface
Medium-sized blade servers, Enterprise
servers, DAS
FC (Fiber Channel) Enterprise servers, SAN
FCoE (Fiber Channel over Ethernet) Enterprise servers, SAN
iSCSI (Internet Small Computer System
Interface)
Enterprise servers, NAS
© Network Development Group reserved for use with NDG.tech/vmware content
• Thick provisioning: Disk space is strategically pre-allocated to a server, or a
VM. This means that the logical space provided by partitioning is equal to the
amount of actual physical space set aside on the physical disk.
Storage Provisioning
Virtual Data Center
© Network Development Group reserved for use with NDG.tech/vmware content
• Data centers use a lot of hardware and virtualization makes hardware more
efficient
• Increased computing resources results in higher availability of applications
• Less labor needed to monitor data center (administrator can monitor from desk
using a program)
• Software-defined data center (SDDC): Hypervisor pools physical data center
resources into a virtual data center
Benefits of a Virtual Data Center
© Network Development Group reserved for use with NDG.tech/vmware content
• Suite of virtualization technology designed for larger enterprise data center
management
• vSphere virtualization tools include:
- ESXi: Type 1 Hypervisor
- vCenter: Management software (installed on management server)
- vSphere Client: Program that controls host servers and VMs
What is vSphere?
© Network Development Group reserved for use with NDG.tech/vmware content
vSphere
© Network Development Group reserved for use with NDG.tech/vmware content
• ESXi is VMware’s Type 1 hypervisor software installed directly on the physical
server and creates the virtual layer
• Components of ESXi:
- Unix Microkernel
- VMware Kernel (VMkernel)
What is ESXi?
© Network Development Group reserved for use with NDG.tech/vmware content
• vCenter: Software installed on a
dedicated server to manage ESXi servers
and other components of a virtualized
data center
• vSphere Client: Program with a
graphical user interface (GUI) that allows
data center administrators to connect to
vCenter and ESXi remotely
vCenter and vSphere Client
© Network Development Group reserved for use with NDG.tech/vmware content
• Results in increased efficiency of data center servers because multiple VMs
can be hosted on one server
• Computing resources can be distributed to customers using less hardware
Server Virtualization
© Network Development Group reserved for use with NDG.tech/vmware content
• Storage capacity is pooled and distributed to
the VMs
- Physical storage devices are
partitioned into logical storage
(LUNs)
- LUNs are used to create a datastore
• How do VMs access data center storage?
- VMs are stored as VMDK (.vmdk)
files on datastore
- VM configuration files (VM settings)
are stored as VMX (.vmx) files
Storage Virtualization
© Network Development Group reserved for use with NDG.tech/vmware content
• Physical components that make up the physical
network are virtualized to create a virtual network
• What is a vSwitch?
- Virtual switch that virtual devices can
connect to in order to communicate
with each other
• What is a vLAN?
- Virtual Local Area Network that is
segmented into groups of ports isolated
from one another, creating different
network segments
Network Virtualization
© Network Development Group reserved for use with NDG.tech/vmware content
• Bridged Network: The host server and the VM are
connected to the same network, and the host shares
its IP address with the VM
• NAT: VMs use an IP translated from the host’s IP
(using NAT device) and communicate on a private
network set up on the host computer
• Host-only Network: VMs use a private network but
do not have translated IP addresses to connect to
external network, therefore can only communicate to
other VMs on the isolated host network
Types of Virtual Networks
© Network Development Group reserved for use with NDG.tech/vmware content
• Why use virtualized applications?
- Some applications have specific system requirements
- VMware Thinapp creates a packaged virtual app, that contains the
program and system requirements, and delivers it to the end-user
• What is desktop virtualization?
- Designed to solve computing resource issues faced by the mobile
workforce (workers that need computing without the hardware)
- VMware Horizon takes the resources needed to create a desktop
environment from data centers and delivers it to the end-user’s device
Application and Desktop Virtualization
© Network Development Group reserved for use with NDG.tech/vmware content
• Convergence: Moving from a traditional hardware-based server model to a
virtual data center
• Two strategies:
- Containment: Not deploying any existing applications for customers on
virtual servers. Maintain applications running on the hardware-based data
center.
- Consolidation: Moving applications that are running in the old
hardware-based data center model using VMware P2V technology
Convergence
What is the Cloud?
© Network Development Group reserved for use with NDG.tech/vmware content
• Cloud computing is the delivery of
shared computing resources
(software and/or data) on-demand
through the internet
The Cloud
© Network Development Group reserved for use with NDG.tech/vmware content
• Software as a Service (SaaS)
• Platform as a Service (PaaS)
• Infrastructure as a Service (IaaS)
Types of Cloud Computing
Cloud computing is categorized into different
service models. The major types of cloud
computing are:
© Network Development Group reserved for use with NDG.tech/vmware content
• Private Cloud
• Community Cloud
• Public Cloud
• Hybrid Cloud
Cloud Deployment Models
Cloud deployment includes an emphasize on where the
hardware or software is running and who is controlling it.
VMware Solutions
© Network Development Group reserved for use with NDG.tech/vmware content
• Move running virtual machines from one ESXi host to another ESXi host without
service interruption (live migration)
• Increases availability of data and computing resources
vMotion
© Network Development Group reserved for use with NDG.tech/vmware content
• Move the disks and configuration files of a running virtual machine from one
datastore to another datastore without service interruption
• Increases availability of storage
Storage vMotion
© Network Development Group reserved for use with NDG.tech/vmware content
• Pools servers (hosts) and the VMs that reside on them in a cluster so that in the
event of a failure, the virtual machines on a failed host are restarted on alternate
hosts
High Availability (HA)
© Network Development Group reserved for use with NDG.tech/vmware content
• What problem does DRS solve?
• HA clusters need to be monitored and managed. DRS implements a shared
management interface so that the cluster’s resources can be monitored and
managed
• vSphere Storage Distributed Resource Scheduler provides the same solution for
storage clusters
Distributed Resource Scheduler (DRS)
© Network Development Group reserved for use with NDG.tech/vmware content
• A secondary copy of that virtual machine and its files is created on another ESXi
host and datastore
• Using FT, the transfer to a different server is seamless and will not be noticeable
to the end-user
Fault Tolerance (FT)
© Network Development Group reserved for use with NDG.tech/vmware content
• vSphere Replication makes copies of
VMs in a different physical location,
useful for data protection and disaster
recovery
• Works with vSphere Client to allow
admins to monitor
Replication
© Network Development Group reserved for use with NDG.tech/vmware content
• VMware VSAN (Virtual Storage Area Network)
virtualizes existing storage in data center
servers
• Creates a hyper-converged infrastructure;
integrated virtualized data center components
from one vendor (i.e., VMware) (Do you recall
what a converged infrastructure is?)
• Interacts with vSphere to create one layer of
virtualization software, which is managed by
the vCenter management layer
VSAN
© Network Development Group reserved for use with NDG.tech/vmware content
• Suite of virtualization solutions for data
center networking
• VMware NSX creates a ‘software
network’ on top of the physical network
that can be divided up into many virtual
networks
• Virtual networking components included
NSX
© Network Development Group reserved for use with NDG.tech/vmware content
• Suite of virtualization solutions for data
center migration
• VMware Cloud Foundation makes it easy
to transition from an existing system to a
virtual data center
• Can be used to virtualize on-premises or
to migrate off-premises to cloud
environments such as Amazon Web
Services (AWS)
VMware Cloud Foundation
© Network Development Group reserved for use with NDG.tech/vmware content
• Cloud management product to quickly
deliver and easily manage the
personalized infrastructure, applications,
and services for business needs
• Individuals can have access to a user-
friendly self-service portal to create their
own machines
• Ability to deliver services on different
platforms such as AWS and Azure
vCloud Automation Center
© Network Development Group reserved for use with NDG.tech/vmware content
• Analyze and report your cloud costs,
usage, performance, and security
• Monitor groups of resources or specific
resources such as CPU, memory, and disk
usage
CloudHealth

More Related Content

Similar to cloud_and_virtualization_concepts.pdf

The Kubernetes WebLogic revival (part 1)
The Kubernetes WebLogic revival (part 1)The Kubernetes WebLogic revival (part 1)
The Kubernetes WebLogic revival (part 1)
Simon Haslam
 
VMware Hyper-Converged: EVO:RAIL Overview
VMware Hyper-Converged: EVO:RAIL OverviewVMware Hyper-Converged: EVO:RAIL Overview
VMware Hyper-Converged: EVO:RAIL Overview
Rolta AdvizeX
 
VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1
Sanjeev Kumar
 
ebk EVO-RAIL v104
ebk EVO-RAIL v104ebk EVO-RAIL v104
ebk EVO-RAIL v104
Erik Bussink
 
Chap 2 virtulizatin
Chap 2 virtulizatinChap 2 virtulizatin
Chap 2 virtulizatin
Raj Sarode
 
Tlu introduction-to-cloud
Tlu introduction-to-cloudTlu introduction-to-cloud
Tlu introduction-to-cloud
Van Phuc
 
Microsoft Windows Server 2012 Early Adopter Guide
Microsoft Windows Server 2012 Early Adopter GuideMicrosoft Windows Server 2012 Early Adopter Guide
Microsoft Windows Server 2012 Early Adopter Guide
Kingfin Enterprises Limited
 
V mwarev sphere5.1notes-v2
V mwarev sphere5.1notes-v2V mwarev sphere5.1notes-v2
V mwarev sphere5.1notes-v2
karanamsaibabu
 
20191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 120191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 1
makker_nl
 
VMware EVO - Fremtidens datarom er hyperkonvergert
VMware EVO - Fremtidens datarom er hyperkonvergertVMware EVO - Fremtidens datarom er hyperkonvergert
VMware EVO - Fremtidens datarom er hyperkonvergert
Kenneth de Brucq
 
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
xKinAnx
 
Private IaaS Cloud Provider
Private IaaS Cloud ProviderPrivate IaaS Cloud Provider
Private IaaS Cloud Provider
David Pasek
 
What is coming for VMware vSphere?
What is coming for VMware vSphere?What is coming for VMware vSphere?
What is coming for VMware vSphere?
Duncan Epping
 
Virtualization
VirtualizationVirtualization
Virtualization
kousardiffi
 
Hyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupHyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC Group
EPC Group
 
VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...
VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...
VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...
VMworld
 
Software Defined Storage In Action
Software Defined Storage In ActionSoftware Defined Storage In Action
Software Defined Storage In Action
DataCore Software
 
Software-defined Storage in Action
Software-defined Storage in ActionSoftware-defined Storage in Action
Software-defined Storage in Action
DataCore APAC
 
1 introduction to windows server 2016
1  introduction to windows server 20161  introduction to windows server 2016
1 introduction to windows server 2016
Hameda Hurmat
 
VMworld 2013: Dell Solutions for VMware Virtual SAN
VMworld 2013: Dell Solutions for VMware Virtual SAN VMworld 2013: Dell Solutions for VMware Virtual SAN
VMworld 2013: Dell Solutions for VMware Virtual SAN
VMworld
 

Similar to cloud_and_virtualization_concepts.pdf (20)

The Kubernetes WebLogic revival (part 1)
The Kubernetes WebLogic revival (part 1)The Kubernetes WebLogic revival (part 1)
The Kubernetes WebLogic revival (part 1)
 
VMware Hyper-Converged: EVO:RAIL Overview
VMware Hyper-Converged: EVO:RAIL OverviewVMware Hyper-Converged: EVO:RAIL Overview
VMware Hyper-Converged: EVO:RAIL Overview
 
VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1
 
ebk EVO-RAIL v104
ebk EVO-RAIL v104ebk EVO-RAIL v104
ebk EVO-RAIL v104
 
Chap 2 virtulizatin
Chap 2 virtulizatinChap 2 virtulizatin
Chap 2 virtulizatin
 
Tlu introduction-to-cloud
Tlu introduction-to-cloudTlu introduction-to-cloud
Tlu introduction-to-cloud
 
Microsoft Windows Server 2012 Early Adopter Guide
Microsoft Windows Server 2012 Early Adopter GuideMicrosoft Windows Server 2012 Early Adopter Guide
Microsoft Windows Server 2012 Early Adopter Guide
 
V mwarev sphere5.1notes-v2
V mwarev sphere5.1notes-v2V mwarev sphere5.1notes-v2
V mwarev sphere5.1notes-v2
 
20191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 120191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 1
 
VMware EVO - Fremtidens datarom er hyperkonvergert
VMware EVO - Fremtidens datarom er hyperkonvergertVMware EVO - Fremtidens datarom er hyperkonvergert
VMware EVO - Fremtidens datarom er hyperkonvergert
 
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
 
Private IaaS Cloud Provider
Private IaaS Cloud ProviderPrivate IaaS Cloud Provider
Private IaaS Cloud Provider
 
What is coming for VMware vSphere?
What is coming for VMware vSphere?What is coming for VMware vSphere?
What is coming for VMware vSphere?
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Hyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupHyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC Group
 
VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...
VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...
VMworld 2014: Software-Defined Data Center through Hyper-Converged Infrastruc...
 
Software Defined Storage In Action
Software Defined Storage In ActionSoftware Defined Storage In Action
Software Defined Storage In Action
 
Software-defined Storage in Action
Software-defined Storage in ActionSoftware-defined Storage in Action
Software-defined Storage in Action
 
1 introduction to windows server 2016
1  introduction to windows server 20161  introduction to windows server 2016
1 introduction to windows server 2016
 
VMworld 2013: Dell Solutions for VMware Virtual SAN
VMworld 2013: Dell Solutions for VMware Virtual SAN VMworld 2013: Dell Solutions for VMware Virtual SAN
VMworld 2013: Dell Solutions for VMware Virtual SAN
 

Recently uploaded

欧洲杯外围-欧洲杯外围下注网址-欧洲杯外围下注网站|【​网址​🎉ac44.net🎉​】
欧洲杯外围-欧洲杯外围下注网址-欧洲杯外围下注网站|【​网址​🎉ac44.net🎉​】欧洲杯外围-欧洲杯外围下注网址-欧洲杯外围下注网站|【​网址​🎉ac44.net🎉​】
欧洲杯外围-欧洲杯外围下注网址-欧洲杯外围下注网站|【​网址​🎉ac44.net🎉​】
landrielgabriel274
 
美洲杯体育投注-美洲杯体育投注推荐-美洲杯体育投注|【​网址​🎉ac10.net🎉​】
美洲杯体育投注-美洲杯体育投注推荐-美洲杯体育投注|【​网址​🎉ac10.net🎉​】美洲杯体育投注-美洲杯体育投注推荐-美洲杯体育投注|【​网址​🎉ac10.net🎉​】
美洲杯体育投注-美洲杯体育投注推荐-美洲杯体育投注|【​网址​🎉ac10.net🎉​】
hanniaarias53
 
一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理
一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理
一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理
zqgk8x
 
22. Certificate of Appreciation Deepika.
22. Certificate of Appreciation Deepika.22. Certificate of Appreciation Deepika.
22. Certificate of Appreciation Deepika.
Manu Mitra
 
LinkedIn Strategic Guidelines for June 2024
LinkedIn Strategic Guidelines  for June 2024LinkedIn Strategic Guidelines  for June 2024
LinkedIn Strategic Guidelines for June 2024
Bruce Bennett
 
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
concepsionchomo153
 
一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理
一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理
一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理
zukou
 
Learnings from Successful Jobs Searchers
Learnings from Successful Jobs SearchersLearnings from Successful Jobs Searchers
Learnings from Successful Jobs Searchers
Bruce Bennett
 
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
ahmedendrise81
 
5 key differences between Hard skill and Soft skills
5 key differences between Hard skill and Soft skills5 key differences between Hard skill and Soft skills
5 key differences between Hard skill and Soft skills
RuchiRathor2
 
世预赛买球-世预赛买球下注平台-世预赛买球投注平台|【​网址​🎉ac10.net🎉​】
世预赛买球-世预赛买球下注平台-世预赛买球投注平台|【​网址​🎉ac10.net🎉​】世预赛买球-世预赛买球下注平台-世预赛买球投注平台|【​网址​🎉ac10.net🎉​】
世预赛买球-世预赛买球下注平台-世预赛买球投注平台|【​网址​🎉ac10.net🎉​】
terkesimamishy540
 
按照学校原版(ArtEZ文凭证书)ArtEZ艺术学院毕业证快速办理
按照学校原版(ArtEZ文凭证书)ArtEZ艺术学院毕业证快速办理按照学校原版(ArtEZ文凭证书)ArtEZ艺术学院毕业证快速办理
按照学校原版(ArtEZ文凭证书)ArtEZ艺术学院毕业证快速办理
evnum
 
一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理
一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理
一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理
gnokue
 
0624.CV_studentscholarandacademic-02.pdf
0624.CV_studentscholarandacademic-02.pdf0624.CV_studentscholarandacademic-02.pdf
0624.CV_studentscholarandacademic-02.pdf
Thomas GIRARD BDes
 
23. Certificate of Appreciation Ramanji.
23. Certificate of Appreciation Ramanji.23. Certificate of Appreciation Ramanji.
23. Certificate of Appreciation Ramanji.
Manu Mitra
 
一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理
一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理
一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理
uhynup
 
办理阿卡迪亚大学毕业证(uvic毕业证)本科文凭证书原版一模一样
办理阿卡迪亚大学毕业证(uvic毕业证)本科文凭证书原版一模一样办理阿卡迪亚大学毕业证(uvic毕业证)本科文凭证书原版一模一样
办理阿卡迪亚大学毕业证(uvic毕业证)本科文凭证书原版一模一样
kkkkr4pg
 
在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样
在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样
在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样
yhkox
 
美洲杯投注-美洲杯投注比分-美洲杯投注比分投注|【​网址​🎉ac44.net🎉​】
美洲杯投注-美洲杯投注比分-美洲杯投注比分投注|【​网址​🎉ac44.net🎉​】美洲杯投注-美洲杯投注比分-美洲杯投注比分投注|【​网址​🎉ac44.net🎉​】
美洲杯投注-美洲杯投注比分-美洲杯投注比分投注|【​网址​🎉ac44.net🎉​】
balliuvilla512
 
一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理
一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理
一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理
cenaws
 

Recently uploaded (20)

欧洲杯外围-欧洲杯外围下注网址-欧洲杯外围下注网站|【​网址​🎉ac44.net🎉​】
欧洲杯外围-欧洲杯外围下注网址-欧洲杯外围下注网站|【​网址​🎉ac44.net🎉​】欧洲杯外围-欧洲杯外围下注网址-欧洲杯外围下注网站|【​网址​🎉ac44.net🎉​】
欧洲杯外围-欧洲杯外围下注网址-欧洲杯外围下注网站|【​网址​🎉ac44.net🎉​】
 
美洲杯体育投注-美洲杯体育投注推荐-美洲杯体育投注|【​网址​🎉ac10.net🎉​】
美洲杯体育投注-美洲杯体育投注推荐-美洲杯体育投注|【​网址​🎉ac10.net🎉​】美洲杯体育投注-美洲杯体育投注推荐-美洲杯体育投注|【​网址​🎉ac10.net🎉​】
美洲杯体育投注-美洲杯体育投注推荐-美洲杯体育投注|【​网址​🎉ac10.net🎉​】
 
一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理
一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理
一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理
 
22. Certificate of Appreciation Deepika.
22. Certificate of Appreciation Deepika.22. Certificate of Appreciation Deepika.
22. Certificate of Appreciation Deepika.
 
LinkedIn Strategic Guidelines for June 2024
LinkedIn Strategic Guidelines  for June 2024LinkedIn Strategic Guidelines  for June 2024
LinkedIn Strategic Guidelines for June 2024
 
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
 
一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理
一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理
一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理
 
Learnings from Successful Jobs Searchers
Learnings from Successful Jobs SearchersLearnings from Successful Jobs Searchers
Learnings from Successful Jobs Searchers
 
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
 
5 key differences between Hard skill and Soft skills
5 key differences between Hard skill and Soft skills5 key differences between Hard skill and Soft skills
5 key differences between Hard skill and Soft skills
 
世预赛买球-世预赛买球下注平台-世预赛买球投注平台|【​网址​🎉ac10.net🎉​】
世预赛买球-世预赛买球下注平台-世预赛买球投注平台|【​网址​🎉ac10.net🎉​】世预赛买球-世预赛买球下注平台-世预赛买球投注平台|【​网址​🎉ac10.net🎉​】
世预赛买球-世预赛买球下注平台-世预赛买球投注平台|【​网址​🎉ac10.net🎉​】
 
按照学校原版(ArtEZ文凭证书)ArtEZ艺术学院毕业证快速办理
按照学校原版(ArtEZ文凭证书)ArtEZ艺术学院毕业证快速办理按照学校原版(ArtEZ文凭证书)ArtEZ艺术学院毕业证快速办理
按照学校原版(ArtEZ文凭证书)ArtEZ艺术学院毕业证快速办理
 
一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理
一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理
一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理
 
0624.CV_studentscholarandacademic-02.pdf
0624.CV_studentscholarandacademic-02.pdf0624.CV_studentscholarandacademic-02.pdf
0624.CV_studentscholarandacademic-02.pdf
 
23. Certificate of Appreciation Ramanji.
23. Certificate of Appreciation Ramanji.23. Certificate of Appreciation Ramanji.
23. Certificate of Appreciation Ramanji.
 
一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理
一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理
一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理
 
办理阿卡迪亚大学毕业证(uvic毕业证)本科文凭证书原版一模一样
办理阿卡迪亚大学毕业证(uvic毕业证)本科文凭证书原版一模一样办理阿卡迪亚大学毕业证(uvic毕业证)本科文凭证书原版一模一样
办理阿卡迪亚大学毕业证(uvic毕业证)本科文凭证书原版一模一样
 
在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样
在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样
在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样
 
美洲杯投注-美洲杯投注比分-美洲杯投注比分投注|【​网址​🎉ac44.net🎉​】
美洲杯投注-美洲杯投注比分-美洲杯投注比分投注|【​网址​🎉ac44.net🎉​】美洲杯投注-美洲杯投注比分-美洲杯投注比分投注|【​网址​🎉ac44.net🎉​】
美洲杯投注-美洲杯投注比分-美洲杯投注比分投注|【​网址​🎉ac44.net🎉​】
 
一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理
一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理
一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理
 

cloud_and_virtualization_concepts.pdf

  • 1. Cloud and Virtualization Concepts From NDG In partnership with VMware IT Academy www.vmware.com/go/academy
  • 2. © Network Development Group reserved for use with NDG.tech/vmware content Why learn virtualization? • Modern computing is more efficient due to virtualization • Virtualization can be used for mobile, personal and cloud computing • You can also use virtualization in your personal life
  • 3. © Network Development Group reserved for use with NDG.tech/vmware content This content will cover • Understand the benefits of virtualization • Be able to describe virtualization, virtual machines and hypervisors • Describe typical data center components that are virtualized • Become familiar with VMware technology popular in industry
  • 4. © Network Development Group reserved for use with NDG.tech/vmware content Virtualization Benefits • Have you ever wished you could clone yourself? • If you could, would you be more efficient? Would you do more? • Virtualization enables computers to be more efficient in a similar fashion • Computers that use virtualization optimize the available compute resources
  • 6. © Network Development Group reserved for use with NDG.tech/vmware content Hardware and Software • Do you use a smartphone, laptop or home computer? • Smartphones, laptops or home computers are hardware • Similar to how your brain controls your actions, software controls hardware • There are different types of software that control computer actions
  • 7. © Network Development Group reserved for use with NDG.tech/vmware content Hardware Processor - Also called CPU (Central Processing Unit) RAM - Random Access Memory Read-Only Memory - Non-volatile memory that stores BIOS *BIOS is type of software responsible for turning on (booting) computer Motherboard - Printed Circuit Board (PCB) that holds processor, RAM, ROM, network and Input/Output (I/O) and other components. Chipset - Collection of microchips on motherboard that manage specific functions. Storage - A persistent (non-volatile) storage device such as a Hard Drive Disk or Solid State Drive
  • 8. © Network Development Group reserved for use with NDG.tech/vmware content Software • System software is necessary for hardware to function • Operating system controls the hardware • Application software tells your system to execute a task you want
  • 9. © Network Development Group reserved for use with NDG.tech/vmware content Now that you are aware of the roles of hardware and software, the concept of virtualization will be easier to grasp. Virtualization is the “layer” of technology that goes between the physical hardware of a device and the operating system to create one or more copies of the device.
  • 10. © Network Development Group reserved for use with NDG.tech/vmware content What is a VM? • Virtualization creates virtual hardware by cloning physical hardware • The hypervisor uses virtual hardware to create a virtual machine (VM) • A VM is a set of files • With a hypervisor and VMs, one computer can run multiple OS simultaneously
  • 12. © Network Development Group reserved for use with NDG.tech/vmware content • Software installed on top of hardware that created virtualization layer • Hosts VMs • Type 1 Hypervisor – Bare metal hypervisor (VMware ESXi) • Type 2 Hypervisor – Hosted hypervisor (VMware Workstation) What is a Hypervisor?
  • 13. © Network Development Group reserved for use with NDG.tech/vmware content Virtual Machine Files • VMs can be exported and moved to other hosts • Files are created by the hypervisor and stored in a directory • Example VM files: File Type File Name Description Log File <vmname>.log Keeps a log of VM activity Disk File <vmname>.vmdk Stores content of VM’s disk drive Snapshot Files <vmname>.vmsd and <vmname>.vmsn Stores information about VM snapshots (saved VM state) Configuration File <vmname>.vmx Stores information about VM name, BIOS, guest OS, and memory
  • 14. © Network Development Group reserved for use with NDG.tech/vmware content • Working on a VM and need to save progress or state • Snapshots are saved as files in the VM folder (<vmname>.vmx) • What is saved by a snapshot? - State of VM disks - Contents of VM memory - VM settings What is a snapshot?
  • 16. © Network Development Group reserved for use with NDG.tech/vmware content • Hardware infrastructure that supports virtualization • Focus is on processing large amounts of data • What are the three main components? - Compute - Storage - Networks What is a Data Center?
  • 17. © Network Development Group reserved for use with NDG.tech/vmware content • Hardware and operating system software that runs applications • Difference between a PC and a server - PCs have user-friendly interface while servers focus on running programs • Types of servers: - Tower - Blade server - Rack-mounted server • What is the architecture of a server? Compute Systems
  • 18. © Network Development Group reserved for use with NDG.tech/vmware content • Transfer data across the data center so devices can communicate • What type of hardware is used for networking? Networks
  • 19. © Network Development Group reserved for use with NDG.tech/vmware content • Data center storage should have two features: availability and redundancy Storage
  • 20. © Network Development Group reserved for use with NDG.tech/vmware content • Redundant Array of Independent Disks • Hard drives linked together to create a large volume of redundant storage • What are the three methods of writing to RAID? - Mirroring - Striping - Parity • What do the RAID numbers mean (i.e., 0, 1, 5)? Storage - RAID
  • 21. © Network Development Group reserved for use with NDG.tech/vmware content • Block-Level Storage – Data is written to and accessed from storage volumes (blocks) • File-Level Storage – Data is written to disks but accessed from default file system Storage - Block vs. File Level
  • 22. © Network Development Group reserved for use with NDG.tech/vmware content • DAS – Storage device is directly attached to a server (block-level) • NAS – Storage device is attached to a network, servers on the network can access device (file-level) • SAN – Clustered storage devices on their own network that servers can connect to (block-level) Storage – Types of Data Center Storage
  • 23. © Network Development Group reserved for use with NDG.tech/vmware content Common Data Center Storage Protocols Protocol Application SCSI (Internet Small Computer System Interface Medium-sized blade servers, Enterprise servers, DAS FC (Fiber Channel) Enterprise servers, SAN FCoE (Fiber Channel over Ethernet) Enterprise servers, SAN iSCSI (Internet Small Computer System Interface) Enterprise servers, NAS
  • 24. © Network Development Group reserved for use with NDG.tech/vmware content • Thick provisioning: Disk space is strategically pre-allocated to a server, or a VM. This means that the logical space provided by partitioning is equal to the amount of actual physical space set aside on the physical disk. Storage Provisioning
  • 26. © Network Development Group reserved for use with NDG.tech/vmware content • Data centers use a lot of hardware and virtualization makes hardware more efficient • Increased computing resources results in higher availability of applications • Less labor needed to monitor data center (administrator can monitor from desk using a program) • Software-defined data center (SDDC): Hypervisor pools physical data center resources into a virtual data center Benefits of a Virtual Data Center
  • 27. © Network Development Group reserved for use with NDG.tech/vmware content • Suite of virtualization technology designed for larger enterprise data center management • vSphere virtualization tools include: - ESXi: Type 1 Hypervisor - vCenter: Management software (installed on management server) - vSphere Client: Program that controls host servers and VMs What is vSphere?
  • 28. © Network Development Group reserved for use with NDG.tech/vmware content vSphere
  • 29. © Network Development Group reserved for use with NDG.tech/vmware content • ESXi is VMware’s Type 1 hypervisor software installed directly on the physical server and creates the virtual layer • Components of ESXi: - Unix Microkernel - VMware Kernel (VMkernel) What is ESXi?
  • 30. © Network Development Group reserved for use with NDG.tech/vmware content • vCenter: Software installed on a dedicated server to manage ESXi servers and other components of a virtualized data center • vSphere Client: Program with a graphical user interface (GUI) that allows data center administrators to connect to vCenter and ESXi remotely vCenter and vSphere Client
  • 31. © Network Development Group reserved for use with NDG.tech/vmware content • Results in increased efficiency of data center servers because multiple VMs can be hosted on one server • Computing resources can be distributed to customers using less hardware Server Virtualization
  • 32. © Network Development Group reserved for use with NDG.tech/vmware content • Storage capacity is pooled and distributed to the VMs - Physical storage devices are partitioned into logical storage (LUNs) - LUNs are used to create a datastore • How do VMs access data center storage? - VMs are stored as VMDK (.vmdk) files on datastore - VM configuration files (VM settings) are stored as VMX (.vmx) files Storage Virtualization
  • 33. © Network Development Group reserved for use with NDG.tech/vmware content • Physical components that make up the physical network are virtualized to create a virtual network • What is a vSwitch? - Virtual switch that virtual devices can connect to in order to communicate with each other • What is a vLAN? - Virtual Local Area Network that is segmented into groups of ports isolated from one another, creating different network segments Network Virtualization
  • 34. © Network Development Group reserved for use with NDG.tech/vmware content • Bridged Network: The host server and the VM are connected to the same network, and the host shares its IP address with the VM • NAT: VMs use an IP translated from the host’s IP (using NAT device) and communicate on a private network set up on the host computer • Host-only Network: VMs use a private network but do not have translated IP addresses to connect to external network, therefore can only communicate to other VMs on the isolated host network Types of Virtual Networks
  • 35. © Network Development Group reserved for use with NDG.tech/vmware content • Why use virtualized applications? - Some applications have specific system requirements - VMware Thinapp creates a packaged virtual app, that contains the program and system requirements, and delivers it to the end-user • What is desktop virtualization? - Designed to solve computing resource issues faced by the mobile workforce (workers that need computing without the hardware) - VMware Horizon takes the resources needed to create a desktop environment from data centers and delivers it to the end-user’s device Application and Desktop Virtualization
  • 36. © Network Development Group reserved for use with NDG.tech/vmware content • Convergence: Moving from a traditional hardware-based server model to a virtual data center • Two strategies: - Containment: Not deploying any existing applications for customers on virtual servers. Maintain applications running on the hardware-based data center. - Consolidation: Moving applications that are running in the old hardware-based data center model using VMware P2V technology Convergence
  • 37. What is the Cloud?
  • 38. © Network Development Group reserved for use with NDG.tech/vmware content • Cloud computing is the delivery of shared computing resources (software and/or data) on-demand through the internet The Cloud
  • 39. © Network Development Group reserved for use with NDG.tech/vmware content • Software as a Service (SaaS) • Platform as a Service (PaaS) • Infrastructure as a Service (IaaS) Types of Cloud Computing Cloud computing is categorized into different service models. The major types of cloud computing are:
  • 40. © Network Development Group reserved for use with NDG.tech/vmware content • Private Cloud • Community Cloud • Public Cloud • Hybrid Cloud Cloud Deployment Models Cloud deployment includes an emphasize on where the hardware or software is running and who is controlling it.
  • 42. © Network Development Group reserved for use with NDG.tech/vmware content • Move running virtual machines from one ESXi host to another ESXi host without service interruption (live migration) • Increases availability of data and computing resources vMotion
  • 43. © Network Development Group reserved for use with NDG.tech/vmware content • Move the disks and configuration files of a running virtual machine from one datastore to another datastore without service interruption • Increases availability of storage Storage vMotion
  • 44. © Network Development Group reserved for use with NDG.tech/vmware content • Pools servers (hosts) and the VMs that reside on them in a cluster so that in the event of a failure, the virtual machines on a failed host are restarted on alternate hosts High Availability (HA)
  • 45. © Network Development Group reserved for use with NDG.tech/vmware content • What problem does DRS solve? • HA clusters need to be monitored and managed. DRS implements a shared management interface so that the cluster’s resources can be monitored and managed • vSphere Storage Distributed Resource Scheduler provides the same solution for storage clusters Distributed Resource Scheduler (DRS)
  • 46. © Network Development Group reserved for use with NDG.tech/vmware content • A secondary copy of that virtual machine and its files is created on another ESXi host and datastore • Using FT, the transfer to a different server is seamless and will not be noticeable to the end-user Fault Tolerance (FT)
  • 47. © Network Development Group reserved for use with NDG.tech/vmware content • vSphere Replication makes copies of VMs in a different physical location, useful for data protection and disaster recovery • Works with vSphere Client to allow admins to monitor Replication
  • 48. © Network Development Group reserved for use with NDG.tech/vmware content • VMware VSAN (Virtual Storage Area Network) virtualizes existing storage in data center servers • Creates a hyper-converged infrastructure; integrated virtualized data center components from one vendor (i.e., VMware) (Do you recall what a converged infrastructure is?) • Interacts with vSphere to create one layer of virtualization software, which is managed by the vCenter management layer VSAN
  • 49. © Network Development Group reserved for use with NDG.tech/vmware content • Suite of virtualization solutions for data center networking • VMware NSX creates a ‘software network’ on top of the physical network that can be divided up into many virtual networks • Virtual networking components included NSX
  • 50. © Network Development Group reserved for use with NDG.tech/vmware content • Suite of virtualization solutions for data center migration • VMware Cloud Foundation makes it easy to transition from an existing system to a virtual data center • Can be used to virtualize on-premises or to migrate off-premises to cloud environments such as Amazon Web Services (AWS) VMware Cloud Foundation
  • 51. © Network Development Group reserved for use with NDG.tech/vmware content • Cloud management product to quickly deliver and easily manage the personalized infrastructure, applications, and services for business needs • Individuals can have access to a user- friendly self-service portal to create their own machines • Ability to deliver services on different platforms such as AWS and Azure vCloud Automation Center
  • 52. © Network Development Group reserved for use with NDG.tech/vmware content • Analyze and report your cloud costs, usage, performance, and security • Monitor groups of resources or specific resources such as CPU, memory, and disk usage CloudHealth