Network Implementation
Implementation builds the network from the wire up: physical, then switching, then routing, with wireless as the radio edge
A working network is assembled in layers, and Network Implementation is the 20% of N10-009 that covers actually building those layers rather than naming them. Picture the OSI stack as a construction order. Layer 1, the physical plant, is the foundation: cabling, patch panels, power, and the environment that keeps gear alive. Layer 2, switching, sits on top and moves frames within a local network while carving it into VLANs (virtual LANs, software-defined broadcast domains). Layer 3, routing, moves packets between those networks and out to the Internet. Wireless is not a fifth layer but the radio access edge that replaces the Layer 1 cable with 802.11 spectrum and bolts its own Layer 2 onto the wired switch. The classic exam trap is reaching for the wrong layer: a device that connects two different IP networks needs a router (Layer 3), not another switch (Layer 2), and "the link is up but slow" is almost always a Layer 1 or Layer 2 fault (duplex mismatch, bad cable) rather than a routing problem. Name the layer the problem lives at and the right device follows.
The domain unfolds in four steps: routing, switching, wireless, then the physical install underneath them all
Read this page as a map, then follow the four subtopics in the order the exam lists them. Routing Technologies covers the Layer 3 logic that picks paths between networks: how a router chooses a route (longest-prefix match, then administrative distance, then metric), static versus dynamic protocols (RIP, OSPF, EIGRP, BGP), and the address tricks NAT, PAT, and FHRP that stretch and protect those paths. Switching Technologies covers the Layer 2 fabric inside a network: VLANs and 802.1Q trunks for segmentation, Spanning Tree (STP) to keep redundant links from forming loops, and the speed, duplex, and MTU settings every link must agree on. Wireless Networks covers the radio edge: the 802.11 generations and bands, the WPA2-to-WPA3 security jump, and the SSID/BSSID/ESS naming that lets clients roam. Physical Installations covers everything those three depend on: the demarc-to-MDF-to-IDF cabling hierarchy, Power over Ethernet and UPS/generator power planning, and the HVAC and fire-suppression that keep the room running. Each subtopic carries the deep tables, the numbers, and the traps; this overview just shows how they stack.
When two designs both work, the exam rewards the standards-based, redundant, and properly matched choice
Across all four subtopics the same instinct earns the point. Prefer the open standard over the vendor-proprietary equivalent when the question does not name a vendor: VRRP over Cisco's HSRP, WPA3 over older protection, IEEE-defined behavior over a single-vendor feature. Build in redundancy without creating new failure modes: an FHRP removes the default gateway as a single point of failure, Spanning Tree lets you cable redundant links safely, and dual power supplies survive losing one feed. And match settings end to end, because a network breaks at its mismatches: speed and duplex on both ends of a link, the native VLAN on both ends of a trunk, and the same MTU on every device before you raise it. The standards-based, redundant, consistently configured answer is the exam-correct one far more often than the clever exception.
The four implementation layers (and where each is covered)
| Layer | Job in the network | Key technologies | Drill into |
|---|---|---|---|
| Routing (Layer 3) | Moves packets between networks and to the Internet | Longest-prefix match, administrative distance; static vs. OSPF/EIGRP/BGP; NAT/PAT; FHRP | Routing Technologies |
| Switching (Layer 2) | Moves frames within a network and segments it | VLANs and 802.1Q trunks; Spanning Tree (STP/RSTP); speed, duplex, and MTU | Switching Technologies |
| Wireless (radio edge) | Replaces the cable with 802.11 spectrum | Wi-Fi generations and bands; WPA2 vs. WPA3; SSID/BSSID/ESS roaming | Wireless Networks |
| Physical (Layer 1) | Carries everything: cable, power, and environment | Demarc/MDF/IDF cabling; PoE and UPS/generator power; HVAC and fire suppression | Physical Installations |