Comment on What is the difference between a managed switch and an unmanaged switch?

IcedRaktajino@startrek.website ⁨3⁩ ⁨days⁩ ago

An unmanaged switch is just a single plane where all ports are equal.

Managed switches (also sometimes known as “smart” switches) provide additional features on top of that. The most useful is VLANs (virtual LANs) which let you segregate traffic. Two ports on different VLANs share the same physical layer (layer 1) but are separated at the data link layer (layer 2).

Additionally, managed switches let you do things like disable/enable ports (for security, power savings, etc), enable port mirroring, and combine multiple ports into an aggregation group (e.g. bond four 1 Gb links into one 4 Gb link).

source
Sort:hotnewtop