Skip to content

Instantly share code, notes, and snippets.

View parth721's full-sized avatar
👨‍💻
lots of fun

Partha Ghosh parth721

👨‍💻
lots of fun
View GitHub Profile

Types of Virtual Machines (VMs)

  1. Process Virtualization:

    • Provides a platform-independent programming environment.
    • Example: JVM (Java Virtual Machine), .NET CLR.
    • Abstracts the underlying OS and hardware at the process level.
  2. System Virtualization: