What does a traditional physical computer support?
Applications via a specific operating system’s layer.
What are some local hardware resources of a physical computer?
CPU/CPUs
What are key concerns for data centers?
Cooling
What are the concerns related to network and storage?
Physical wiring
What is a virtual server?
A software-based environment that emulates all the processes of a physical computer.
What is required to create a virtual machine?
Installing an Operating System (OS) and other applications.
Who are the major players in virtualization technology?
VMware
What is the primary benefit of virtualization?
Eliminates the need for a physical system while increasing server utilization.
How does virtualization reduce business continuity costs?
By replicating and restoring on any target server
What are the five different types of virtualization?
Server, Storage, network, desktop, application
What is a hypervisor?
A software that is installed on bare metal hardware to manage virtual machines.
What are the two types of hypervisors?
Type-I (bare metal) and Type-II (hosted).
What is the purpose of VMware Workstation?
OS testing
What feature allows easy rollback in VMware Workstation?
Snapshots and backups.
What does the Bridge networking option do in VMware Workstation?
Connects the virtual network adapter to the physical Ethernet adapter
What is the purpose of NAT in VMware Workstation?
Allows virtual machines to connect to an external network using a single IP address.
What is the function of Host Only networking in VMware Workstation?
Allows communication between the host computer and virtual machines on the same host-only network without internet access.
What is the role of DHCP in NAT and Host Only networks?
Assigns IP addresses to internal virtual machines.
What is the main advantage of using virtualization?
Reduces hardware and operating costs
What is the impact of virtualization on server provisioning time?
It reduces the time it takes to provision new servers.
What is the difference between Type-I and Type-II hypervisors?
Type-I runs directly on hardware, type-II runs on applications
What does application virtualization do?
Delivers applications to end-user devices in a virtualized manner.
What is desktop virtualization?
Separates the physical desktop environment into a virtual desktop infrastructure.
What is the main purpose of using a virtualization host?
To support different types of operating systems that can operate on the same hardware.