Chapter 4 Flashcards
what is virtualization
a logical abstraction from physical resources that enable single hardware to support multiple hardware or systems to support single instance of system
enable multienent environment improving utilization of physical resources
benefit of virtualization
- optimizes utilization of physical resources
-reduce cost
-increase flexibility
what is hypervisor
its software installed on compute system enable multi os to run concurrently on physical compute system
what is the def between bare-metal hypervisor and hosted hypervisor
bare : its os , require certified hardware , installed in bare metal hardware - suitable for data center and cloud infrastructure
hosted : app installed in os , suitable for test development and training , relies on os ,
what is resource pool ?
logical abstraction of aggregated computing resources that are managed collectively
what is virtual machine ?
logical compute system that like physical compute system that run in os and app
hypervisor maps virtual hardware to physical hardware
what is vm network
logical network that provide ethernet connectivity and enable communication between vm with in compute system
what is lun ?
abstracts internal function storage system and appear as physical storage to compute system
provide provision of lun to consumer for storing data
RAID set
by partitioning available capacity into smaller units
suitable for app that’s require predictable performance
thick lun - thin lun
thick lun : physical storage completely allocated at time of creation
thin lun : doesn’t require physical storage to be completely allocated
- consume storage as needed