Difference between Full Virtualization and Para-virtualization
Process of abstracting underlying hardware components from software is the primary concept behind virtualization. 1. Full Virtualization In full virtualization, a single host operating system allows the execution of more than one guest operating system in an isolated way. This is performed using direct execution and binary translation. Here, host OS is unaware about virtualization. It is the… Read More »
