]> git.proxmox.com Git - mirror_ovs.git/blob - Documentation/faq/terminology.rst
faq: Correct fragment reassembly release.
[mirror_ovs.git] / Documentation / faq / terminology.rst
1 ..
2 Licensed under the Apache License, Version 2.0 (the "License"); you may
3 not use this file except in compliance with the License. You may obtain
4 a copy of the License at
5
6 http://www.apache.org/licenses/LICENSE-2.0
7
8 Unless required by applicable law or agreed to in writing, software
9 distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
10 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11 License for the specific language governing permissions and limitations
12 under the License.
13
14 Convention for heading levels in Open vSwitch documentation:
15
16 ======= Heading 0 (reserved for the title in a document)
17 ------- Heading 1
18 ~~~~~~~ Heading 2
19 +++++++ Heading 3
20 ''''''' Heading 4
21
22 Avoid deeper levels because they do not render well.
23
24 ===========
25 Terminology
26 ===========
27
28 Q: I thought Open vSwitch was a virtual Ethernet switch, but the documentation
29 keeps talking about bridges. What's a bridge?
30
31 A: In networking, the terms "bridge" and "switch" are synonyms. Open
32 vSwitch implements an Ethernet switch, which means that it is also an
33 Ethernet bridge.
34
35 Q: What's a VLAN?
36
37 A: See :doc:`vlan`.