Understanding Networking with Hyper-V |
|
Posted Wednesday, 09 January 2008 by Michael Khanin With Hyper-V the world of networking is quite different than it was with Virtual Server. First to set the scene, with Windows Server 2008 installed on a system with one network adapter you will see this under Network Connections:
And your system is operating like this:
Once you install Hyper-V and create a virtual network your system now operates like this:
As you can see the parent partition (host operating system in Virtual Server lingo) is now using a virtual network adapter to connect to the physical network. If you look at network connections on the parent you will now see the original network adapter and a new virtual network adapter:
The original physical network adapter now has nothing bound to it except the Microsoft Virtual Network Switch Protocol. The virtual network adapter now has all of the standard protocols and services bound to it instead. Some interesting things to note here:
Source: http://blogs.msdn.com/virtual_pc_guy
|