Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a220109c8bcdcf56

Jump to content

Virtual Distributed Ethernet

From Wikipedia, the free encyclopedia

Virtual Distributed Ethernet (VDE) is a set of programs to provide virtual software-defined Ethernet network interface controllers (NICs) across multiple devices, typically computers, which are either virtual or physical. It forms part of the Virtual Square[1] project from the Italian Bologna University whose code is available on public servers using free software licenses, mostly GPLv2. Researchers at the Department of Mathematics and Computer Science, Xavier University, Cincinnati OH, US are also working on the project.[2]

It is one of the available networking methods for the Linux Kernel-based Virtual Machine (KVM)[3] and forms part of some Linux distributions such as Ubuntu Precise (12.04 LTS)[4] and Debian[5]

Overview

[edit]

Software-defined networking is the dynamic creation of virtual network infrastructure that is completely decoupled and independent of any physical network hardware.

Structure

[edit]

VDE (Virtual Distributed Ethernet) comprises 5 main components:[6]

VDE switch

[edit]

A virtual Ethernet switch is equivalent of a physical switch with multiple virtual ports supporting connections from VDE devices. Supports telnet and a web interface for monitoring and configuration.

VDE plug

[edit]

Simulates a plug on the end of a physical Ethernet cable such as the 8P8C. It forms the connection point between the host and the virtual VDE wire.

VDE wire

[edit]

Receives the data from a VDE plug and transports it to another VDE plug. Obviously performing the same function as the wires within normal Ethernet cabling.

VDE cable

[edit]

The combination of 2 VDE plugs and 1 VDE wire is called a VDE cable.

VDE cryptcab

[edit]

A connectionless protocol that encrypts the data before transmitting it and that decrypts the data on the other side. Informally known as VDE Encrypted Cable.

References

[edit]
  1. "MDwiki". wiki.virtualsquare.org.
  2. "Virtual Square Frequently Answered Questions - Virtualsquare". wiki.v2.cs.unibo.it.
  3. "Networking - KVM". www.linux-kvm.org.
  4. "Ubuntu – Error". packages.ubuntu.com.
  5. "MDwiki". wiki.virtualsquare.org.
  6. "VDE - Virtualsquare". wiki.v2.cs.unibo.it.