Hyper-v

Basic Concept on Networking with Hyper-V



Networking with Hyper-V involves configuring and managing network connections for virtual machines (VMs) running on Microsoft’s Hyper-V virtualization platform. Hyper-V allows users to create and run multiple VMs on a single physical server, each with its own network connectivity requirements. Here’s a basic description of networking with Hyper-V:

Virtual Switches: Hyper-V uses virtual switches to enable communication between VMs, between VMs and the host system, and between VMs and external networks. Virtual switches function like physical network switches, allowing traffic to be routed between connected devices.

Types of Virtual Switches:

External: Connects VMs to a physical network adapter on the host server, enabling communication with external networks and other devices on the network.
Internal: Provides communication between VMs and the host system only. It doesn’t connect directly to external networks.
Private: Restricts communication to only the VMs connected to the virtual switch. It doesn’t allow communication with the host system or external networks.

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button