Changes between Version 1 and Version 2 of Internal/OpenFlow/Terms


Ignore:
Timestamp:
Aug 11, 2009, 3:50:17 PM (15 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/Terms

    v1 v2  
    22Much networking and !OpenFlow specific terminology was, and continue to be, thrown around -- This is where they ultimately end up. As of now, alphabetical order to the best of ability.
    33
    4 ''' Legacy VLANs, !OpenFlow VLANs, and virtual switches '''
     4''' !OpenFlow terms '''
    55
    6  * '' VLAN '' - A software based construct that groups hosts into the same broadcast domain based on MAC address. 
     6 * '' Datapath '' - !OpenFlow term for a !OpenFlow device.
     7 
     8 * '' Datapath Identifier '' (dpid) - A 12-digit, hexadecimal number used to identify a virtual switch.
    79
     10 * '' flow '' - Instructions generated by the controller that specify actions to be taken on packets based on their headers. These are summarized into flow tables on the switch.
     11 
    812 * '' Legacy VLANs '' - !OpenFlow term for regular VLANs. 
    913 
    10  * '' !OpenFlow VLANs '' - legacy VLANs on which the virtual switches will run as overlay infrastructure. the VLAN number becomes the virtual switch's '' VLAN ID ''
     14 * '' Network Operating System '' (NOS) - NOX terminology for software that allows administration to monitor, manage, and configure a network as if it is a centralized entity.
     15 
     16 * '' !OpenFlow VLANs '' - legacy VLANs on which the virtual switches will run as overlay infrastructure.
    1117
    1218 * '' Virtual switches '' - Switches that use !OpenFlow protocol to communicate with a Controller and process packets according to flow tables. They are !OpenFlow implementations of overlay networks on switches identified by the VLAN ID and the the 12-digit dpid (Datapath identifier).
    1319
    14  * '' Datapath Identifier '' (dpid) - A 12-digit, hexadecimal number used to identify a virtual switch.
     20''' Plain vanilla networking '''
     21 * '' Dot1Q '' (802.1) - A standard that provides identification of VLANs on trunk connections so they can communicate with others. A better definition:  http://en.wikipedia.org/wiki/IEEE_802.1Q
    1522 
    16  * '' flow table '' - Instructions generated by the controller that specify actions to be taken on packets based on their headers.
     23 * '' PVST+ '' - A Cisco- proprietary implementation of spanning-tree on VLANs also configured by default in the IP8800
    1724
    18  * '' Network Operating System '' (NOS) - NOX terminology for software that allows administration to monitor, manage, and configure a network as if it is a centralized entity.
     25 * '' VLAN '' - A software based construct that groups hosts into the same broadcast domain based on MAC address.
     26 
     27  * '' Native VLAN '' - A VLAN whose frames remain as normal (native) Ethernet frames on the trunk. On the IP8800, it also refers to the virtual interface that allows you to assign an IP address to a VLAN.
     28 
     29 * '' VLAN ID '' - A unique identifier given to VLANs when Dot1Q is used.   
    1930
    20   
     31