Networking Devices and Topologies

1. Switches

1.3. Key Characteristics and How they work

Key Characteristics

Plug-and-Play Operation: No user intervention is needed; the switch automatically learns MAC addresses and forwards frames.

Fixed Configuration: Preconfigured settings for speed, duplex mode, and other parameters, which cannot be modified.

Basic Functionality: Supports fundamental switching tasks, such as frame forwarding and collision domain separation.

No Management Interface: Lacks a web interface, command-line interface (CLI), or software for configuration.

Cost-Effective: Generally, less expensive due to simplicity and limited features.

How They Work

MAC Address Learning: When a device sends a frame, the switch records its MAC address and associated port in a MAC address table.

Frame Forwarding: Frames are sent only to the destination port (based on the MAC address), reducing unnecessary traffic.

Broadcast and Unknown Unicast: If the destination MAC address is unknown or a broadcast, the frame is sent to all ports except the source.