其他分享
首页 > 其他分享> > Week 4 —— Hyper-V Networking

Week 4 —— Hyper-V Networking

作者:互联网

Week 4 —— Hyper-V Networking

1.Name and describe the three types of virtual networks available in Hyper-V.

名称和描述Hyper-V中可用的三种类型的虚拟网络。

2.Modes for the Hyper-V Virtual Switch

Hyper-V虚拟交换机的模式

The number one most important thing to understand is that a physical adapter or team used by a Hyper-V virtual switch is not, and cannot be, used for anything else.

The adapter is not “shared” with anything. You cannot configure TCP/IP information on it.

3.Dynamic Virtual Machine Queue(DVMQ)
Dynamic Virtual Machine Queue (VMQ) DVMQ uses hardware packet filtering to deliver packet data from an external virtual machine network directly to virtual machines, which reduces the overhead of routing packets and copying them from the management operating system to the virtual machine.

动态虚拟机队列(VMQ) DVMQ使用硬件包过滤,将包数据从外部虚拟机网络直接发送到虚拟机,这减少了路由包和将它们从管理操作系统复制到虚拟机的开销。

4.What is Single-Root I/O Virtualization (SR-IOV)? Comparing with Dynamic Virtual Machine Queue, what are advantages?

SR-IOV is a specification that allows a PCIe device to appear to be multiple separate physical PCIe devices. The SR-IOV specification was created and is maintained by the PCI SIG, with the idea that a standard specification will help promote interoperability. SR-IOV works by introducing the idea of physical functions (PFs) and virtual functions (VFs).

DVMQ improves virtual machine performance by distributing network load across multiple logical processors. SR-IOV directly allocates devices to virtual machines to reduce the delay of network path, which is very suitable for low delay workload.

SR-IOV是一种规范,允许一个PCIe设备看起来是多个独立的物理PCIe设备。SR-IOV规范是由PCI SIG创建并维护的,其理念是一个标准规范将有助于促进互操作性。SR-IOV的工作原理是引入物理函数(pf)和虚函数(vf)的概念。

DVMQ通过将网络负载分布到多个逻辑处理器来提高虚拟机性能。SR-IOV直接将设备分配给虚拟机,减少网络路径的延迟,非常适合低延迟的工作负载。
在这里插入图片描述
5.What is the Software Defined Networking (SDN) in hyper-V networking?

Software defined Networking (SDN) is a new architecture, which can control the network behaviour through API or OpenFlow. Through software-based control, network administrators can directly control the flow direction from the central console and provide services in the whole network, regardless of the connected hardware components.

软件定义网络(Software defined Networking, SDN)是一种新的网络架构,它可以通过API或OpenFlow来控制网络行为。通过基于软件的控制,网络管理员可以从中控台直接控制流的流向,提供整个网络的服务,而不管连接的硬件组件是什么。

标签:Week,Hyper,Networking,network,IOV,虚拟机,virtual,虚拟
来源: https://blog.csdn.net/Deam_swan_goose/article/details/116422031