F
FEC-to-NHLFE (FTN) map
filtering
The process of determining whether to forward a frame or packet through a port. The simplest form of filtering is to not forward frames out the same port on which they were received. A network administrator can configure filtering manually or a device can be “self-learning” and record the source addresses of devices on each segment of a network in a
filtering database.
Filtering behavior is sometimes referred to as “drop, flood, or forward”:
• If the switch determines that the destination MAC is on the same port, it does not forward the frame, dropping it.
• If the switch determines that the destination MAC is on a different port, it forwards the frame on that port.
• If the switch does not know where to send the frame (or if it is multicast or broadcast), the frame is flooded out all ports (except the port it was received on).
filtering database
A data structure in a
switch that maps addresses to ports, addresses to VLANs, and/or ports to VLANs. A switch learns the location of hosts by recording the source MAC address-port number association for each frame received at an incoming port. All future transmissions destined to a MAC address in the filtering database are only directed to the port associated with that MAC address unless the transmission originated on that port.
A switch can also be configured and act as several independent switches by creating VLAN associations to switch ports.
flapping
Condition of network instability when a route is announced and then withdrawn repeatedly, usually as the result of an intermittently failing link. Also called route flapping.
flooding
Forwarding a frame onto all ports except the port upon which it arrived. In
Open Shortest Path First (OSPF), distributing and synchronizing the
link-state database (LSDB) between routers.
flow control
Any mechanism that prevents a source from sending faster than the destination is capable of receiving.
Forward Error Correction (FEC)
A system of error control that allows the receiver to correct some errors without having to request a re-transmission of data.
forwarding
Finding the output port to which a frame needs to go, and relaying the frame to that port.
forwarding equivalence class (FEC)
A set of packets with similar characteristics that are forwarded in the same manner, on the same path, with the same forwarding treatment, and using the same
Multi-Protocol Label Switching (MPLS) label. FECs are defined by the
Label Distribution Protocol (LDP). FECs are also represented in other label distribution protocols.
Forwarding Information Base (FIB)
A data structure used to find the interface to which to forward a packet. The FIB contains the minimum amount of information required to make a forwarding decision for a particular packet, such as destination prefix and nexthop. The FIB is an abbreviated form of the information in the
Routing Information Base (RIB).
Also called forwarding table.
frame
A
protocol data unit (PDU) at
Layer 2 (L2) with addressing and protocol control information. A frame contains a header field and a trailer field that “frame” the user data. (Some control frames contain no data.)
Last modified date: 07/13/2023