📖 What is Switch?
A network switch is a Layer 2 device that connects devices within a network using MAC addresses. It learns MAC addresses and forwards data only to the intended destination port, improving network efficiency. Switches create collision domains and can support VLANs for network segmentation and enhanced security.
"Understand the difference between managed and unmanaged switches. Managed switches offer features like VLAN support, QoS, and port mirroring. Be aware of spanning-tree protocol (STP) and its role in preventing loops in switched networks, a common exam topic."
📚 Certification: CompTIA Network+ Certification Exam (N10-009)
🔑 What are the Key Concepts of Switch?
- ▸ Switches operate at Layer 2 of the OSI model, using MAC addresses to forward frames within a local network.
- ▸ Managed switches offer advanced features like VLANs, QoS, and port mirroring for network control and security.
- ▸ Spanning-Tree Protocol (STP) prevents network loops by blocking redundant paths, ensuring stable data transmission.
- ▸ Collision domains are reduced with switches, as each port represents a separate collision domain, improving performance.
- ▸ VLANs logically segment a network, enhancing security and simplifying network administration by grouping devices.
🎯 How does Switch appear on the N10-009 Exam?
You may be asked to identify the best device to connect multiple computers in a small office, considering cost and performance needs.
A scenario might describe a network experiencing broadcast storms – determine which technology can be implemented to mitigate this issue.
Expect questions about troubleshooting connectivity issues in a switched network, including identifying MAC address table errors or STP blocking ports.
❓ Frequently Asked Questions
What is the difference between a hub and a switch?
Hubs broadcast data to all ports, creating a single collision domain, while switches forward data only to the destination port, reducing collisions and improving efficiency.
When would you use VLANs?
VLANs are used to segment a network for security, compliance, or to improve performance by reducing broadcast traffic within specific groups of devices.
How does STP handle a failed link?
When a link fails, STP recalculates the network topology and activates a redundant path, ensuring continued connectivity without creating a loop.