eli5: What is a virtual machine?

286 views

eli5: What is a virtual machine?

In: 0

6 Answers

Anonymous 0 Comments

It’s a computer playing make-believe.

The virtual machine behaves as if it were a real computer. But whenever it’s software goes to interact with the make-believe hardware, the host intervenes. It takes the commands to the make-believe hardware, translates it, then sends it to the actual hardware to run.

And the opposite. When the actual hardware sends back data, the host translates it back, pretends it’s the make-believe hardware, and gives the data to the virtual machine.

You are viewing 1 out of 6 answers, click here to view all answers.