How is a VM isolated from the physical host?
Posted
by dotnetdev
on Super User
See other posts from Super User
or by dotnetdev
Published on 2010-03-20T23:12:23Z
Indexed on
2010/03/20
23:21 UTC
Read the original article
Hit count: 384
virtualization
Hi,
I was thinking about virtualisation and how to explain it to a non-technical person and one of the things that I was wondering was how to explain the way that a VM is isolated and seperate from the phyiscal machine (so I can have a virus on a VM but this would never effect my physical host, right?).
How does this technology work exactly? As I am a programmer, when I think of isolating processes, I think of using appdomains (I work with C# primarily).
Thanks
© Super User or respective owner