Network+ Network Implementation: 348 practice questions
12 of the 348 Network Implementation questions in the Certsqill Network+ bank, shown in full below. Each one carries an explanation for every option, not just the correct one — the wrong answers are where the marks go.
Preparing for Network+? Take the free 5-min readiness check →
1. Longest matching prefix: Which route-selection principle determines the chosen entry?\n\n```text\nRoute Next h
- Protocol metricMetrics select among routes within a protocol, not between different destination prefix lengths in forwarding.
- Longest matching prefix ✓10.20.30.44 matches both /16 and /24, but /24 is more specific, so longest-prefix forwarding selects it first.
- Administrative distanceAdministrative distance compares route sources for the same prefix; it does not override a more specific installed prefix.
- Default-route preferenceThe default route matches broadly but is used only when no more specific installed route matches the destination.
The destination matches /16 and /24, so the /24 route wins because forwarding uses the longest matching prefix.
2. A default route with a zero-length network prefix: Which route feature directly satisfies this requirement?
- A default route with a zero-length network prefix ✓A 0.0.0.0/0 route matches any IPv4 destination not covered by a more specific installed route.
- A floating static route with a higher preference valueA floating static route provides backup selection, but its prefix still determines which destinations it can match.
- A virtual gateway address shared by redundant routersA virtual gateway improves first-hop availability but does not itself define routes for otherwise unknown destinations.
- A host route with a thirty-two-bit prefixA /32 route matches only one IPv4 destination and cannot provide catch-all forwarding for unknown networks.
A default route, 0.0.0.0/0, provides catch-all forwarding only when no more specific route matches.
3. Configure a static route: Which approach best fits?
- Advertise the network through an external routing policyExternal policy mechanisms are designed for interdomain control and exceed the needs of a small fixed network.
- Configure a static route ✓A static route supplies explicit reachability with little protocol overhead when topology and next-hop information remain stable.
- Install a first-hop redundancy virtual addressFirst-hop redundancy protects gateway availability but does not create the required route toward the remote network.
- Enable an interior dynamic routing protocolDynamic routing can work, but it adds exchanges and operational complexity unnecessary for a stable, small topology.
A static route directly supplies stable reachability without the overhead of a dynamic routing protocol.
4. Dynamic routing with automatic convergence: Which capability directly meets the requirement?
- A default route pointing toward one WANA single default route provides fallback forwarding but does not automatically learn or select alternate paths after failure.
- Static routes with manually scheduled replacementScheduled replacement still requires administrative intervention and cannot reliably react to unpredictable link failures.
- Dynamic routing with automatic convergence ✓Dynamic routing exchanges topology information and recalculates reachable paths after failures, reducing manual recovery across routers.
- PAT with multiple translated source portsPAT multiplexes flows through translated ports but does not discover paths or recalculate routes after link failure.
Dynamic routing protocols exchange reachability and converge on alternate paths after failures without per-device manual edits.
5. Link-state advertisements and a topology database: Which protocol characteristic directly supports this requir
- Translated address mappings and port multiplexingNAT and PAT alter addressing and ports, but they do not distribute topology or calculate routing paths.
- Interdomain policy announcements between autonomous systemsInterdomain policy announcements support BGP-style control between autonomous systems, not the stated internal topology model.
- Link-state advertisements and a topology database ✓Link-state protocols distribute topology information, allowing routers to construct a shared database and calculate shortest paths.
- Neighbor distance vectors and periodic route advertisementsDistance-vector operation shares reachable distances rather than building the complete link-state topology database described.
Link-state advertisements create a shared topology database from which routers calculate internal paths.
6. BGP: Which protocol is the direct fit?\n\n```text\nLocal AS: 64520\nProvider AS: 64530\nRequirement: exchange
- OSPFOSPF is an interior link-state protocol intended for routing within an administrative domain rather than provider policy exchange.
- PATPAT multiplexes private flows through translated ports but does not exchange routing prefixes between autonomous systems.
- EIGRPEIGRP is an advanced distance-vector interior protocol and is not the standard interdomain policy protocol.
- BGP ✓BGP is designed for interdomain route exchange and supports policy decisions between autonomous systems.
BGP provides policy-controlled route exchange between autonomous systems, matching the provider connection requirement.
7. EIGRP, an advanced distance-vector interior protocol using: Which protocol best fits?
- EIGRP, an advanced distance-vector interior protocol using a composite metric ✓EIGRP matches the explicitly required protocol family, interior scope, and composite-metric behavior.
- FHRPFHRP provides first-hop gateway redundancy rather than end-to-end route calculation.
- OSPFOSPF is a link-state interior protocol, not the specified advanced distance-vector protocol with a composite metric.
- BGPBGP is an interdomain policy-routing protocol, contrary to the stated interior requirement.
EIGRP directly matches the stated advanced distance-vector and composite-metric requirements.
8. Administrative distance: Which feature directly satisfies the requirement?
- Equal-cost load balancingEqual-cost load balancing distributes traffic among equivalent routes but does not establish trust between competing route sources.
- Administrative distance ✓Administrative distance ranks candidate route sources for the same prefix, allowing configured trust preference to select one source.
- Protocol metricA metric selects among routes within a routing protocol; raw metrics should not directly compare OSPF and static routes.
- Longest-prefix matchingLongest-prefix matching selects the most specific destination prefix, not the preferred source when prefixes are identical.
Administrative distance selects between route sources advertising the same prefix; metrics operate within a protocol instead.
9. Static one-to-one NAT: Which feature is appropriate?
- Static one-to-one NAT ✓Static one-to-one NAT permanently maps one public address to one private address for predictable bidirectional translation.
- First-hop redundancy protocolFHRP provides a resilient default gateway address and does not translate private server addresses.
- Dynamic NAT poolDynamic NAT assigns addresses from a pool temporarily, so it does not guarantee one permanent public mapping.
- Port address translationPAT multiplexes multiple private hosts through shared public addressing by distinguishing sessions with transport ports.
Static one-to-one NAT provides a stable public-to-private address mapping without multiplexing multiple hosts through ports.
10. Port address translation: Which feature best explains the design?
```text
Inside host Inside port Public address Translated port
10.44.8.21 51432 203.0.113.10 62001
10.44.8.22 51432 203.0.113.10 62002
```
- Static one-to-one NATOne-to-one NAT dedicates a public address to each private host rather than multiplexing sessions through one address.
- Dynamic NAT using a public address poolA pool-based design allocates public addresses; the capture shows one shared address with differing ports.
- Port address translation ✓PAT lets multiple private hosts share one public address by distinguishing simultaneous sessions with translated transport ports.
- Virtual gateway redundancy for the shared public addressGateway redundancy preserves first-hop availability but does not create session-specific translations.
PAT multiplexes multiple private sessions through one public address using distinct translated ports.
11. Virtual router redundancy protocol: Which feature directly provides that virtual gateway?
- Port address translationPAT translates private sessions through shared public addresses and does not provide a resilient local gateway.
- Static default routeA static route controls router forwarding but does not give hosts a shared, failover-capable gateway address.
- Virtual router redundancy protocol ✓An FHRP presents a shared virtual gateway address while routers elect an active forwarding device and standby replacement.
- Link aggregation control protocolLACP bundles physical links between devices but does not create a virtual Layer 3 gateway for hosts.
An FHRP supplies a shared virtual gateway and elects an active router, preserving the hosts' configured gateway address.
12. Router subinterface: Which feature directly meets the requirement?
- Router subinterface ✓Router subinterfaces create logical Layer 3 interfaces with VLAN tags, enabling inter-VLAN routing over one physical link.
- Static routeA static route forwards toward a known network but does not terminate VLAN-tagged gateway interfaces on one router port.
- Trunk encapsulationTrunk encapsulation carries multiple VLANs but does not itself create routed Layer 3 gateways for those VLANs.
- Layer 3 switch SVIAn SVI provides a VLAN gateway on a multilayer switch, not logical router interfaces on one router link.
Router subinterfaces provide tagged logical gateways for multiple VLANs traversing one physical router interface.
336 more Network Implementation questions
The remaining 336 questions in this domain are part of the full Network+ bank — 1678 questions, every option explained. Start with the free five-minute check and see your score per domain.
Test your Network+ readiness — freeOther Network+ domains
- Network Troubleshooting — 398 questions →
- Networking Concepts — 389 questions →
- Network Operations — 316 questions →
- Network Security — 227 questions →
- All 1678 Network+ questions →