We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Not simply pieces of string

Formal Metadata

Title
Not simply pieces of string
Subtitle
Ethernet in the 21st Century
Title of Series
Number of Parts
31
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
We present the design of the Spanning Tree Protocols as documented in IEEE standard 802.1Q-2011 and their implementation in the FreeBSD kernel. We begin by explaining the theory behind the protocols and why they are needed. We look at how Spanning Tree became Rapid Spanning Tree and finally (for now) Multiple Spanning Tree. We then explore the FreeBSD implementations of these protocols, in particular the work sponsored by XipLink to support MSTP. While FreeBSD is well-known for its comprehensive support of layer 3 (IPv4, IPv6) and layer 4 (TCP, SCTP) networking protocols, the lower layers of its network stack enjoy rather less praise. XipLink has been successfully using FreeBSD for its network optimizer since the 1990s and has done many exciting things with the link-layer. Complexity arising in switched networks and the never ending quest for reliability pushed XipLink to integrate CARP with bridging and STP. Last year, when it came time to extend this work to support VLANs, they quickly realized that Multiple Spanning Tree is required to support complex VLAN topologies. XipLink is proud to sponsor the development of MSTP on FreeBSD. We present some of the FreeBSD limitations encountered trying to make CARP, Bridge, VLAN and STP work together, along with the challenges of implementing MSTP. We also offer suggestions for future work.