CompTIA Network+ Network Implementation Practice Questions 2026
Master routing, switching, VLANs, WAN technologies, and network configuration for the Network+ exam
What is Network Implementation on the Network+ Exam?
Network Implementation accounts for approximately 19% of the CompTIA Network+ exam. This domain tests your ability to configure, deploy, and manage network infrastructure including routing protocols, switching technologies, VLANs, WAN connections, and wireless networks. It bridges theoretical knowledge with practical implementation skills.
The exam covers routing concepts extensively: static routes versus dynamic routing protocols (RIP, OSPF, EIGRP, BGP), administrative distance, routing tables, and when to use each protocol. You must understand switching fundamentals including VLAN configuration, trunk ports, STP for loop prevention, and port configurations.
WAN technologies are also tested, including MPLS, Metro Ethernet, SD-WAN, and traditional leased lines. You should understand link aggregation (LACP), network address translation (NAT/PAT), quality of service (QoS), and how to implement these technologies in real-world network designs.
Routing Protocol Comparison
| Protocol | Type | Metric | AD | Key Feature |
|---|---|---|---|---|
| Static | Manual | N/A | 1 | Administrator-configured, no overhead |
| RIPv2 | Distance-vector | Hop count | 120 | Simple, max 15 hops, slow convergence |
| OSPF | Link-state | Cost (bandwidth) | 110 | Fast convergence, area-based hierarchy |
| EIGRP | Hybrid | Bandwidth + delay | 90 | Fast convergence, Cisco-originated |
| BGP | Path-vector | Path attributes | 20 (eBGP) | Internet routing between AS numbers |
Key Implementation Concepts
VLAN Configuration
VLANs segment broadcast domains logically. Create VLANs on switches, assign access ports to VLANs, configure trunk ports with 802.1Q for inter-switch VLAN traffic. Inter-VLAN routing requires a Layer 3 switch or router-on-a-stick configuration with subinterfaces.
Spanning Tree Protocol
STP (802.1D) prevents loops by electing a root bridge (lowest bridge ID) and blocking redundant paths. Port states: blocking → listening → learning → forwarding. RSTP (802.1w) converges in seconds vs STP's 30-50 seconds. MSTP maps VLANs to STP instances.
Routing Fundamentals
Routers use routing tables to forward packets. Static routes are manually configured for small networks. Dynamic protocols automatically discover and share routes. Administrative distance determines route preference when multiple protocols advertise the same destination (lower AD wins).
WAN Technologies
MPLS provides label-based forwarding for any-to-any connectivity. SD-WAN uses software to manage multiple WAN links (MPLS, broadband, LTE) with intelligent path selection. Metro Ethernet extends Ethernet across WAN distances. Know cost and performance trade-offs.
Quality of Service
QoS prioritizes critical traffic (VoIP, video) over best-effort traffic. Mechanisms include classification (marking with DSCP), queuing (priority, weighted fair), traffic shaping (rate limiting), and congestion management. Know the DiffServ model and common DSCP markings.
Network Redundancy
LACP (802.3ad) aggregates physical links for bandwidth and failover. HSRP/VRRP provide gateway redundancy with virtual IPs. Redundant power supplies and uplinks protect against single points of failure. Design networks with fault tolerance at every critical point.
Sample Implementation Questions
Question 1
A network has both OSPF and RIP advertising routes to the same destination. Which route will the router prefer?
A) The RIP route because it was learned first
B) The OSPF route because it has a lower administrative distance
C) The route with the lowest hop count
D) Both routes will be used for load balancing
Answer: B) The OSPF route because it has a lower administrative distance — When multiple routing protocols advertise the same destination, the router selects the route with the lowest administrative distance. OSPF has an AD of 110, while RIP has 120. The metric (hop count vs cost) is only compared between routes from the same protocol.
Question 2
Users in VLAN 10 cannot communicate with users in VLAN 20, but users within each VLAN work fine. What is needed?
A) A crossover cable between the VLANs
B) A Layer 3 device for inter-VLAN routing
C) Trunk ports on all switch ports
D) A bridge between the VLANs
Answer: B) A Layer 3 device for inter-VLAN routing — VLANs are separate broadcast domains that require a router or Layer 3 switch to communicate between them. This can be achieved with a dedicated router interface per VLAN, router-on-a-stick (subinterfaces), or a Layer 3 switch with SVIs (Switch Virtual Interfaces).
Question 3
A company wants to combine four 1 Gbps uplinks between two switches into a single logical 4 Gbps link with failover. Which technology should be configured?
A) STP
B) LACP (802.3ad)
C) VTP
D) 802.1Q
Answer: B) LACP (802.3ad) — Link Aggregation Control Protocol dynamically bundles multiple physical links into one logical link, providing increased bandwidth and automatic failover. If one link fails, traffic redistributes across remaining links without disruption.
Study Tips for Network Implementation
- Memorize administrative distances: Know the AD for connected (0), static (1), EIGRP (90), OSPF (110), RIP (120), and eBGP (20). This determines which route a router prefers when multiple sources exist.
- Practice VLAN scenarios: Understand access ports, trunk ports, native VLANs, and inter-VLAN routing. Draw network diagrams with VLAN assignments to visualize traffic flow.
- Know STP port states and elections: The root bridge has the lowest bridge ID (priority + MAC). Understand how root ports and designated ports are selected and why blocking prevents loops.
- Compare WAN technologies: Create a chart comparing MPLS, SD-WAN, Metro Ethernet, and broadband by cost, speed, reliability, and use case. The exam often asks you to recommend the right WAN solution for a scenario.
Frequently Asked Questions
What routing protocols are tested on Network+?
Know RIP (distance-vector, hop count, max 15 hops), OSPF (link-state, uses cost/bandwidth, areas), EIGRP (Cisco hybrid, uses bandwidth and delay), BGP (path-vector, internet routing between autonomous systems). Understand static vs dynamic routing and when to use each.
What is a VLAN and how does it work?
A VLAN (Virtual Local Area Network) logically segments a physical switch into separate broadcast domains. Devices in different VLANs cannot communicate without a Layer 3 device (router or L3 switch). VLANs improve security, reduce broadcast traffic, and simplify network management. Trunk ports carry multiple VLAN traffic using 802.1Q tagging.
What is STP and why is it important?
Spanning Tree Protocol (STP/802.1D) prevents broadcast storms caused by switching loops. It elects a root bridge and places redundant ports in blocking state. RSTP (802.1w) converges faster. Know bridge priority, port states (blocking, listening, learning, forwarding), and how STP selects the root bridge.
What is the difference between access and trunk ports?
Access ports belong to a single VLAN and connect end devices (computers, printers). Trunk ports carry traffic for multiple VLANs between switches using 802.1Q tagging. The native VLAN on a trunk is untagged. Always change the default native VLAN for security.
What WAN technologies should I know?
Know MPLS (label switching, any-to-any connectivity), Metro Ethernet (Ethernet over WAN), SD-WAN (software-defined, uses multiple links), leased lines (dedicated point-to-point), broadband (DSL, cable, fiber). Understand the cost, speed, and reliability trade-offs for each technology.
What is link aggregation?
Link aggregation (LACP/802.3ad) combines multiple physical links into a single logical link for increased bandwidth and redundancy. If one link fails, traffic continues on remaining links. LACP negotiates aggregation dynamically. Useful for uplinks between switches and server connections.