Jump to content

Distributed Overlay Virtual Ethernet

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dsimic (talk | contribs) at 10:23, 5 December 2014 ({{Cite web}} no longer supports "section" parameter). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Distributed Overlay Virtual Ethernet (DOVE) is a tunneling and virtualization technology for computer networks, created and backed by IBM. DOVE allows creation of network virtualization layers for deploying, controlling, and managing multiple independent and isolated network applications over a shared physical network infrastructure.[1]

Overview

The tunneling format is decoupled from the logical network view offered by DOVE, and defines only the way frames are encapsulated to be transferred by the underlying network infrastructure. As a notable difference from other network virtualization solutions (such as OTV), this allows DOVE not to be limited to providing OSI layer 2 emulation only (for example, passing Ethernet frames).[1]

Logical components of the DOVE are DOVE controllers and DOVE switches (dSwitch, DOVES). DOVE controllers perform management functions, and one part of the control plane functions across DOVE switches. DOVE switches perform encapculation of layer 2 frames into UDP packets (using VXLAN frame format for encapsulation), and provide virtual interfaces for virtual machines to plug into (similar to physical Ethernet switches providing ports for NIC connections). DOVE switches are running as part of virtual machine hypervisors.[1][2][3]

Advantages

Primary advantages of DOVE include the following:[4]

  • no dependency of underlying physical network and protocols
  • usage of the existing IP network infrastructure
  • no addresses of virtual machines are present in Ethernet switches (reduced MAC table size, less complex STP)
  • no VLAN limitations (more than 16 million separate networks, compared to 4000)
  • no dependency on IP multicast traffic.

Implementations

As of November 2013, DOVE components are implemented as part of VMware's hypervisors, while implementations for the Linux KVM and Open vSwitch are planned.[5][6]

DOVE extensions for VXLAN have been merged into version 3.8 of the Linux kernel mainline on February 18, 2013,[7][8] with appropriate userspace configuration extensions added into version 3.8.0 of the iproute2 utilities on February 21, 2013.[9]

See also

References

  1. ^ a b c Liane Lewin-Eytan; Katherine Barabash; Rami Cohen; Vinit Jain; Anna Levin (August 28, 2011). "Designing Modular Overlay Solutions for Network Virtualization" (PDF). IBM Research Division. Retrieved November 22, 2013.
  2. ^ Renato Recio (2012). "Distributed Overlay Virtual Ethernet (DOVE) Networks" (PDF). IBM. Retrieved November 22, 2013.
  3. ^ Shamus McGillicuddy (September 2012). "IBM DOVE: Big Blue enters the network virtualization battleground". techtarget.com. Retrieved November 22, 2013.
  4. ^ Thomas Richter (October 21, 2013). "Software Defined Networking using VXLAN" (PDF). LinuxCon Edinburgh. IBM Research and Development, Linux Technology Center. Retrieved November 22, 2013.
  5. ^ Jack Clark (March 27, 2013). "IBM unfurls SDN network manager". The Register. Retrieved November 22, 2013.
  6. ^ "Open DOVE project proposal" (PDF). IBM System Networking. 2013. Retrieved November 22, 2013.
  7. ^ "Linux kernel 3.8, Section 10. Networking". kernelnewbies.org. February 18, 2013. Retrieved July 14, 2014.
  8. ^ "kernel/git/torvalds/linux.git: Add DOVE extensions for VXLAN". Linux kernel source tree. kernel.org. November 20, 2012. Retrieved November 23, 2013.
  9. ^ Stephen Hemminger (February 21, 2013). "iproute2 3.8.0". LWN.net. Retrieved November 23, 2013.