N10-009 network implementation explained
Network implementation is worth 20% of CompTIA Network+ N10-009 — around 18 of the 90 questions. This is the building domain: routing, switching, wireless and physical installation.
Routing
- Static versus dynamic routing, and when each is appropriate. Static suits small, stable networks; dynamic scales and adapts.
- Routing protocol families at a conceptual level: distance vector, link state, and the distinction between interior and exterior protocols.
- The default route and what it does.
- How a router selects a path when several exist, and what a routing table contains.
- Router-on-a-stick and inter-VLAN routing — how VLANs talk to each other.
Switching
The densest part of the domain:
- VLANs — logical segmentation on shared hardware. The answer whenever a scenario wants isolation without new switches.
- Trunking — carrying multiple VLANs over one link between switches, and tagging.
- Spanning Tree Protocol — preventing loops in a switched network with redundant paths. Know why loops are catastrophic: broadcast storms bring a segment down entirely.
- Port configuration: access versus trunk ports, speed and duplex.
- Port security, and link aggregation for bandwidth and redundancy.
Duplex mismatch is worth remembering as a distinct symptom: the link works, but performance is poor and errors accumulate. It appears in troubleshooting as well.
Wireless
- Standards and frequencies. 2.4 GHz travels further and penetrates better but is crowded and has only three non-overlapping channels (1, 6, 11). 5 GHz and 6 GHz offer more channels and speed over shorter range.
- Channel planning — overlapping access points on the same channel interfere. Non-overlapping assignment is the standard fix.
- Access point placement, coverage and overlap for roaming.
- Interference sources: other networks, cordless phones, microwaves, physical obstructions.
- Wireless security: WPA2 and WPA3, and enterprise versus pre-shared key authentication.
Wireless questions are usually answerable from channel overlap, range or interference rather than from standard version numbers.
Physical installation
- Racks, rack units, and mounting.
- Power: UPS, PDU, and redundancy.
- Cooling and airflow, including hot and cold aisles.
- Cable management, labelling, and patch panels.
- Environmental monitoring.
Practical and easy marks, but frequently skipped in revision.
Sample questions
Question 1. Two departments share a switch but their traffic must be separated, and no budget exists for additional hardware. What should be implemented?
- A. A crossover cable between the departments
- B. VLANs configured on the existing switch
- C. Spanning Tree Protocol
- D. Link aggregation on the uplink
Show answer
Answer: B
VLANs provide logical separation on existing switch hardware, which meets the isolation requirement without new equipment. A crossover cable connects two devices, spanning tree prevents loops rather than segmenting traffic, and link aggregation increases bandwidth.
Question 2. A redundant link is added between two switches for resilience. Shortly afterwards the network becomes unusable with extremely high traffic. What was most likely missing?
- A. A DHCP reservation for each switch
- B. A longer DHCP lease duration
- C. A faster uplink between the switches
- D. Spanning Tree Protocol to prevent the switching loop
Show answer
Answer: D
A redundant path in a switched network creates a loop, and without Spanning Tree Protocol broadcast frames circulate indefinitely, producing a broadcast storm. A DHCP reservation, a longer lease and a faster uplink would not cause or prevent this.
Question 3. A file transfer over a 1 Gbps link runs far slower than expected, and the switch port shows a rising error count although the link is up. What is the most likely cause?
- A. A duplex mismatch between the switch port and the host
- B. A completely failed patch cable
- C. The port is assigned to the wrong VLAN
- D. A weak wireless signal
Show answer
Answer: A
A working link with poor throughput and accumulating errors is the classic signature of a duplex mismatch between the two ends. A failed cable would break the link entirely, an incorrect VLAN would prevent communication rather than slow it, and a weak wireless signal is irrelevant to a wired link.
What to practise
If you have access to a switch, configure a VLAN, make a port an access port and another a trunk, and watch what can and cannot reach what. If you do not, use a network simulator — several free ones cover everything in this domain.
Then draw a network with a redundant link and trace what a broadcast frame does without spanning tree. Understanding why the loop is catastrophic makes that question permanent.