Correct option is A
A Switch is a network device that operates at the data link layer (Layer 2) of the OSI model. When it receives a data packet, it performs the following actions:
- Extracts the destination MAC address from the packet.
- Looks up the MAC address table to identify the port associated with the destination device.
- Sends the signal only to the specific port leading to the destination device, not to all devices on the network.
Important Key Points
- Switch uses a MAC address table to make forwarding decisions.
- It minimizes network congestion compared to a hub.
- Ideal for creating efficient and secure local area networks (LANs).
- Switches can be unmanaged (plug-and-play) or managed (with configuration options).
Knowledge Booster
- Hub operates at Layer 1 (Physical Layer) and has no intelligence; it sends data to all ports.
- Router uses IP addresses to connect different networks and enable internet access.
- Gateway is often used to connect enterprise networks with external systems, handling complex translation tasks.
- Modern switches may also support Layer 3 features like routing, especially in enterprise networks.