CSE548 - Bridges and Switches
Terminology
Port
It can be really confusing as we know "port" as in TCP/UDP context, but here in layer 2 (data link) context, a "port" is equivalent to an "interface" in Linux language.
When we talk about ports of a bridge, we are talking about different interfaces that may …
more ...