802d (3)
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
802d
Introduction
The 802d is a technical communication standard developed by the Institute of Electrical and Electronics Engineers (IEEE). It is commonly known as IEEE 802.1D and falls under the IEEE 802 networking protocols. The 802d standard defines the operation and behavior of Ethernet bridges.
History
The first version of the 802d standard was released in 1990 and introduced the concept of a bridging loop. This version focused on creating a loop-free topology for bridged networks by running the Spanning Tree Protocol (STP). The STP eliminates bridging loops by designating one bridge as the root bridge and blocking redundant paths.
Over the years, the 802d standard has evolved to include improvements such as the Rapid Spanning Tree Protocol (RSTP) in 2004. RSTP provides faster convergence times compared to the original STP. In 2018, the standard was further enhanced with the addition of the Multiple Spanning Tree Protocol (MSTP). MSTP allows for the creation of multiple spanning trees to partition a network into different domains, improving scalability and flexibility.
Key Features and Concepts
Bridge Basics
At its core, the 802d standard defines the behavior of Ethernet bridges. Bridges connect different network segments and forward traffic between them based on MAC addresses. They operate at the Data Link Layer (Layer 2) of the OSI model.
A bridge has multiple ports, each connected to a different network segment. It learns MAC addresses through the use of an address table, which maps MAC addresses to the corresponding bridge port. When a frame arrives at a bridge, it examines the source MAC address and updates the address table accordingly.
Spanning Tree Protocol (STP)
The Spanning Tree Protocol (STP) is a crucial part of the 802d standard. Its purpose is to eliminate bridging loops, which can cause broadcast storms and disrupt network operation. STP achieves this by calculating the shortest path to the root bridge and blocking redundant paths.
The STP elects a root bridge with the lowest priority or MAC address. Each bridge calculates its cost to reach the root bridge, considering the path’s bandwidth. The bridge with the lowest cost to the root bridge becomes the designated bridge for the connected network segment.
STP runs on all bridges, exchanging Bridge Protocol Data Units (BPDU) to determine the topology and elect root and designated bridges. The root bridge sends configuration BPDUs
periodically, and each non-root bridge relays the BPDUs to its connected segments.
Rapid Spanning Tree Protocol (RSTP)
Rapid Spanning Tree Protocol (RSTP), introduced in the 802.1w amendment, improves upon the original STP. It achieves faster convergence in case of changes in the network and provides backward compatibility with traditional STP implementations.
RSTP introduces three port states: discarding, learning, and forwarding. The discarding state is similar to STP’s blocking state and signifies blocked or redundant paths. The learning state allows for the accumulation of MAC addresses, and the forwarding state enables normal data forwarding.
RSTP achieves faster convergence by utilizing a proposal and agreement mechanism. When a port becomes active, it sends a proposal BPDU to notify other bridges of its intention to become forwarding. If the receiving bridge agrees, it sends an agreement BPDU, enabling the port to become forwarding immediately.
Multiple Spanning Tree Protocol (MSTP)
The Multiple Spanning Tree Protocol (MSTP), introduced in the 802.1s amendment, allows for the creation of multiple spanning trees within a network. MSTP partitions the network into multiple regions called Multiple Spanning Tree Instances (MSTIs).
Each MSTI can have its own spanning tree, allowing for greater flexibility and scalability. MSTP achieves this by mapping VLANs to specific MSTIs, enabling different VLANs to have different spanning trees. This feature is useful in large and complex networks where different regions have different requirements.
Conclusion
The 802d standard, commonly known as IEEE 802.1D, defines the operation and behavior of Ethernet bridges. It ensures loop-free topologies and efficient forwarding of data in bridged networks. With features like the Spanning Tree Protocol (STP), Rapid Spanning Tree Protocol (RSTP), and Multiple Spanning Tree Protocol (MSTP), the 802d standard has evolved to support faster convergence times, scalability, and flexibility in modern network environments.。