Distributed Overlay Virtual Ethernet
{{short description|Tunneling and virtualization technology for computer networks}}
{{Use mdy dates|date=August 2014}}
{{OSI model}}
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.{{cite web
| url = http://domino.research.ibm.com/library/cyberdig.nsf/papers/F59140F39B4A09E285257A750043F4A6/$File/h-0316.pdf/
| title = Designing Modular Overlay Solutions for Network Virtualization
| date = August 28, 2011 | access-date = November 22, 2013
| author1 = Liane Lewin-Eytan | author2 = Katherine Barabash
| author3 = Rami Cohen | author4 = Vinit Jain | author5 = Anna Levin
| publisher = IBM Research Division | format = PDF
}}
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).
Logical components of the DOVE architecture are DOVE controllers and DOVE switches (abbreviated as dSwitch). DOVE controllers perform management functions, and one part of the control plane functions across DOVE switches. DOVE switches perform the encapsulation of layer 2 frames into UDP packets using the Virtual Extensible LAN (VXLAN) frame format, and provide virtual interfaces for virtual machines to plug into, similarly to how physical Ethernet switches provide ports for network interface controller (NIC) connections. DOVE switches are running as part of virtual machine hypervisors.{{cite web
| url = http://www.ethernetsummit.com/English/Collaterals/Proceedings/2012/20120222_2-103_Recio.pdf
| title = Distributed Overlay Virtual Ethernet (DOVE) Networks
| year = 2012 | access-date = November 22, 2013
| author = Renato Recio | publisher = IBM
| url = http://searchsdn.techtarget.com/feature/IBM-DOVE-Big-Blue-enters-the-network-virtualization-battleground
| title = IBM DOVE: Big Blue enters the network virtualization battleground
| date = September 2012 | access-date = November 22, 2013
| author = Shamus McGillicuddy | website = techtarget.com
}}
= Advantages =
Primary advantages of DOVE include the following:{{cite web
| url = https://events.static.linuxfound.org/sites/events/files/slides/2013-linuxcon.pdf
| title = Software Defined Networking using VXLAN | work = LinuxCon Edinburgh
| date = October 21, 2013 | access-date = November 22, 2013
| author = Thomas Richter
| publisher = IBM Research and Development, Linux Technology Center
}}
- No dependency on the underlying physical network and protocols
- Use of the existing IP network infrastructure
- No addresses of virtual machines are present in Ethernet switches, resulting in smaller MAC tables and less complex STP layouts
- No limitations related to the Virtual LAN (VLAN) technology, resulting in more than 16 million possible separate networks, compared to the VLAN's limit of 4,000
- No dependency on the IP multicast traffic
Implementations
{{As of|2013|11}}, DOVE components are implemented as part of VMware's hypervisors, while implementations for the Linux KVM and Open vSwitch are planned.{{cite web
| url = https://www.theregister.co.uk/2013/03/27/ibm_network_management/
| title = IBM unfurls SDN network manager
| date = March 27, 2013 | access-date = November 22, 2013
| author = Jack Clark | publisher = The Register
| url = https://wiki.opendaylight.org/images/5/5a/Open_DOVE_for_OpenDaylight_tech_v2.pdf
| title = Open DOVE project proposal
| year = 2013 | access-date = November 22, 2013
| publisher = IBM System Networking }}
DOVE extensions for VXLAN were merged into the Linux kernel mainline in kernel version 3.8, which was released on February 18, 2013.{{cite web
| url = http://kernelnewbies.org/Linux_3.8#head-8d5d4c90103ca9bcc60addd41c6f852b3600b02b
| title = Linux kernel 3.8, Section 10. Networking
| date = February 18, 2013 | access-date = July 14, 2014
| website = kernelnewbies.org
| url = https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e4f67addf158f98f8197e08974966b18480dc751
| title = kernel/git/torvalds/linux.git: Add DOVE extensions for VXLAN
| work = Linux kernel source tree
| date = November 20, 2012 | access-date = November 23, 2013
| publisher = kernel.org
}} Appropriate extensions to related userspace configuration utilities were added into version 3.8.0 of the iproute2 utilities, which was released on February 21, 2013.{{cite web
| url = https://lwn.net/Articles/539455/
| title = iproute2 3.8.0
| date = February 21, 2013 | access-date = November 23, 2013
| author = Stephen Hemminger | publisher = LWN.net
}}
See also
References
{{Reflist|30em}}
External links
- [https://www.sdxcentral.com/articles/news/ibm-dove-sdn-ve-vxlan-overlay/2013/03/ IBM DOVE Takes Flight with New SDN Overlay, Fixes VXLAN Scaling Issues], March 26, 2013, by Roy Chua
- [https://ieeexplore.ieee.org/document/6573142/ Distributed Overlay Virtual Ethernet (DOVE) integration with OpenStack], IEEE, May 2013, by Rami Cohen, Katherine Barabash and Liran Schour
- [https://events.static.linuxfound.org/sites/events/files/slides/ods2014_pandey.pdf Building an Open, Adaptive and Responsive Data Center using OpenDaylight], OpenDaylight summit, February 4, 2014, by Vijoy Pandey
- [https://www-950.ibm.com/events/wwe/grp/grp020.nsf/vLookupPDFs/Revelation%20Day_SDN/$file/Revelation%20Day_SDN.pdf Software Defined Network], IBM revelation day, November 6, 2013, by Igor Marty
{{Virtualization software}}