What’s the difference between an emulator and a virtual machine?

618 views

What’s the difference between an emulator and a virtual machine?

In: Technology

4 Answers

Anonymous 0 Comments

To keep it fairly simple ( to try at least ) :

A virtual machine will virtualize the host hardware to run the software part. Meaning that a VM is just an interface between your real hardware and the virtualised one, which will be used for software.

Meanwhile, an emulator will also emulate the hardware part and therefore won’t rely on the host one.

This difference allow emulators to use a PC to emulate a device with a totally different architecture ( consoles for exemple ), while a VM won’t be able to

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