Hypervisor is software that runs on physical server that enables multiple Virtual Machines (VMs) with it’s own Operating System. Hypervisor creates a pool of virtual computing resources like CPU, Memory, Storage, Networking from the underlying physical server’s computing resources. This virtual pool of computing resources is allocated to different VMs. The physical server is known…
Category: Virtualization
Containers
Containers are virtual application software packages that includes it’s dependencies like libraries and configuration file making it an independently in any environment. Containerization is the process of building applications packages with the required dependencies for running independently across diverse infrastructure echo systems. Containers use OS Level Virtualization for achieving this independent execution process.