FAQ: Explain the difference between a switch and a bridge.
authorBen Pfaff <blp@nicira.com>
Fri, 2 Nov 2012 17:21:08 +0000 (10:21 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 2 Nov 2012 17:21:08 +0000 (10:21 -0700)
(There isn't any difference.)

Based on a conversation in #openvswitch.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
FAQ

diff --git a/FAQ b/FAQ
index 0e7713b..75eab99 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -168,6 +168,21 @@ A: Tunnel and patch virtual ports are not supported, as described in the
    may not be transmitted.
 
 
+Terminology
+-----------
+
+Q: I thought Open vSwitch was a virtual Ethernet switch, but the
+   documentation keeps talking about bridges.  What's a bridge?
+
+A: In networking, the terms "bridge" and "switch" are synonyms.  Open
+   vSwitch implements an Ethernet switch, which means that it is also
+   an Ethernet bridge.
+
+Q: What's a VLAN?
+
+A: See the "VLAN" section below.
+
+
 Basic Configuration
 -------------------