2.2 Given a scenario, configure switching technologies and features
Interface Configuration
📘CompTIA Network+ (N10-009)
Definition:
Link aggregation is a networking technique where multiple physical network connections (ports) are combined into a single logical link. This increases bandwidth and provides redundancy. Think of it as making multiple connections act as one “super-connection” between devices like switches, servers, or routers.
Why Use Link Aggregation?
- Higher Bandwidth:
- A single Ethernet link might be 1 Gbps. Combining four links can give you 4 Gbps of total throughput.
- Useful when a server or switch needs more bandwidth than a single port can provide.
- Redundancy / Fault Tolerance:
- If one physical link fails, traffic can continue over the remaining links.
- This prevents network downtime and keeps services running.
- Load Balancing:
- Network traffic can be spread across all links in the aggregated group.
- Reduces congestion and improves performance.
Key Terms You Must Know for the Exam
- LAG (Link Aggregation Group):
- A set of physical links bundled together as one logical connection.
- Example: Ports 1, 2, and 3 on a switch could be grouped into LAG 1.
- EtherChannel (Cisco terminology):
- Cisco’s proprietary name for link aggregation.
- Functions similarly to LAG and is commonly tested in Cisco-related questions.
- Static vs Dynamic Aggregation:
- Static:
- Manually configure the links to be aggregated.
- All links must match speed, duplex, and VLAN configuration.
- Dynamic:
- Uses a protocol to automatically negotiate aggregation between devices.
- Common protocols: LACP (Link Aggregation Control Protocol)
- Part of the IEEE 802.3ad standard.
- Ensures both ends of the link agree on which links to aggregate.
- Static:
- LACP (Link Aggregation Control Protocol):
- Standard protocol used to dynamically create and manage link aggregation.
- Works across devices from different vendors (multi-vendor support).
- Provides automatic failover if a link fails.
How Link Aggregation Works
- Multiple ports (e.g., 4 ports on a switch) are grouped.
- The group behaves as a single logical link.
- Data is spread across the links (load balancing).
- If one link fails, traffic continues over the remaining links without interruption.
Requirements for Link Aggregation
- Same speed and duplex: All links in the group must have the same configuration (e.g., all 1 Gbps, full-duplex).
- Same VLANs: All ports in the group must carry the same VLANs.
- Supported hardware/software: Switches, servers, and NICs must support aggregation and LACP if using dynamic mode.
Exam Tips
- Know the purpose of link aggregation: bandwidth, redundancy, load balancing.
- Remember the difference between static and dynamic aggregation.
- Know LACP is the standard protocol (IEEE 802.3ad) for dynamic link aggregation.
- Be familiar with Cisco’s term EtherChannel, which works the same way as LAG.
- Understand real-world IT usage: used between servers and switches, switch to switch, or high-traffic devices.
Simple Diagram Concept
Server
┌───────────┐
│ NIC Port1 │════╗
│ NIC Port2 │════╣
│ NIC Port3 │════╣ Logical Link (LAG/EtherChannel)
│ NIC Port4 │════╝
└───────────┘
│
│
Switch
┌─────────────┐
│ Port1-4 LAG │
└─────────────┘
- Multiple physical NIC ports on a server connect to multiple switch ports.
- Together, they form one high-speed logical link.
Quick Summary for Exam
| Feature | Description |
|---|---|
| Link Aggregation | Combines multiple physical links into a single logical link. |
| Purpose | Increase bandwidth, redundancy, and load balancing. |
| Static Aggregation | Manually configured; no negotiation protocol. |
| Dynamic Aggregation | Uses LACP to automatically form a group; IEEE 802.3ad standard. |
| Cisco Term | EtherChannel |
| Requirements | Same speed, duplex, VLANs; supported devices. |
✅ Key Takeaway:
Link aggregation is essential in IT environments where high traffic, redundancy, and reliable network performance are required. On the exam, focus on the purpose, configuration types (static/dynamic), and common protocols like LACP.
