Network+ Network Implementation: 348 practice questions
7-day money-back guarantee — full refund within 7 days of purchase if you've completed under 20% of the questions. See pricing →
Certifications Tools Flashcards Career Paths Exam Guides Blog Pricing For Teams About

Language

✓ EnglishDeutschEspañolFrançaisPortuguês
Check readiness — free →

Network+ Network Implementation: 348 practice questions

Network+ 348 questions 12 shown free

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

Medium
A credit-union router has the following installed routes. It forwards traffic to 10.20.30.44. Which route-selection principle determines the chosen entry?\n\n```text\nRoute Next hop Source\n10.20.0.0/16 192.0.2.1 OSPF\n10.20.30.0/24 192.0.2.2 static\n0.0.0.0/0 192.0.2.254 static\n```
  1. Protocol metric
    Metrics select among routes within a protocol, not between different destination prefix lengths in forwarding.
  2. Longest matching prefix
    10.20.30.44 matches both /16 and /24, but /24 is more specific, so longest-prefix forwarding selects it first.
  3. Administrative distance
    Administrative distance compares route sources for the same prefix; it does not override a more specific installed prefix.
  4. Default-route preference
    The default route matches broadly but is used only when no more specific installed route matches the destination.
The trap
Applying source preference before destination-prefix specificity. Using metric comparison instead of longest-prefix matching. Assuming the default route competes equally with specific routes.

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?

Medium
A university lab router must send traffic to destinations for which no specific route is installed. The design permits one catch-all forwarding choice. Which route feature directly satisfies this requirement?
  1. 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.
  2. A floating static route with a higher preference value
    A floating static route provides backup selection, but its prefix still determines which destinations it can match.
  3. A virtual gateway address shared by redundant routers
    A virtual gateway improves first-hop availability but does not itself define routes for otherwise unknown destinations.
  4. A host route with a thirty-two-bit prefix
    A /32 route matches only one IPv4 destination and cannot provide catch-all forwarding for unknown networks.
The trap
Confusing the most specific route with a universal fallback. Assuming backup preference creates broad destination coverage. Confusing gateway redundancy with destination-route selection.

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?

Easy
A community college has a small isolated network whose next hop will remain unchanged. Administrators want reachability with minimal routing overhead. Which approach best fits?
  1. Advertise the network through an external routing policy
    External policy mechanisms are designed for interdomain control and exceed the needs of a small fixed network.
  2. Configure a static route
    A static route supplies explicit reachability with little protocol overhead when topology and next-hop information remain stable.
  3. Install a first-hop redundancy virtual address
    First-hop redundancy protects gateway availability but does not create the required route toward the remote network.
  4. Enable an interior dynamic routing protocol
    Dynamic routing can work, but it adds exchanges and operational complexity unnecessary for a stable, small topology.
The trap
Choosing automation despite a stated stability and simplicity requirement. Using interdomain routing for a simple internal path. Confusing gateway failover with route installation.

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?

Hard
A credit union has several redundant WAN paths. After one link fails, routers must learn alternate paths automatically and update forwarding without manually editing every device. Which capability directly meets the requirement?
  1. A default route pointing toward one WAN
    A single default route provides fallback forwarding but does not automatically learn or select alternate paths after failure.
  2. Static routes with manually scheduled replacement
    Scheduled replacement still requires administrative intervention and cannot reliably react to unpredictable link failures.
  3. Dynamic routing with automatic convergence
    Dynamic routing exchanges topology information and recalculates reachable paths after failures, reducing manual recovery across routers.
  4. PAT with multiple translated source ports
    PAT multiplexes flows through translated ports but does not discover paths or recalculate routes after link failure.
The trap
Calling delayed manual intervention automatic convergence. Confusing address translation with routing adaptation. Mistaking broad forwarding coverage for dynamic path recovery.

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

Hard
A credit union needs routers within one administrative domain to build a shared topology view and calculate paths from that information. Which protocol characteristic directly supports this requirement?
  1. Translated address mappings and port multiplexing
    NAT and PAT alter addressing and ports, but they do not distribute topology or calculate routing paths.
  2. Interdomain policy announcements between autonomous systems
    Interdomain policy announcements support BGP-style control between autonomous systems, not the stated internal topology model.
  3. Link-state advertisements and a topology database
    Link-state protocols distribute topology information, allowing routers to construct a shared database and calculate shortest paths.
  4. Neighbor distance vectors and periodic route advertisements
    Distance-vector operation shares reachable distances rather than building the complete link-state topology database described.
The trap
Substituting distance-vector behavior for link-state operation. Confusing internal topology calculation with interdomain policy routing. Confusing traffic translation with routing-protocol operation.

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

Easy
An insurance office connects its autonomous system to an external provider and must exchange routes using policy appropriate for interdomain relationships. Which protocol is the direct fit?\n\n```text\nLocal AS: 64520\nProvider AS: 64530\nRequirement: exchange external prefixes with policy control\n```
  1. OSPF
    OSPF is an interior link-state protocol intended for routing within an administrative domain rather than provider policy exchange.
  2. PAT
    PAT multiplexes private flows through translated ports but does not exchange routing prefixes between autonomous systems.
  3. EIGRP
    EIGRP is an advanced distance-vector interior protocol and is not the standard interdomain policy protocol.
  4. BGP
    BGP is designed for interdomain route exchange and supports policy decisions between autonomous systems.
The trap
Using an internal protocol for interdomain routing. Confusing an interior routing protocol with BGP. Confusing address translation with interdomain routing.

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?

Medium
An insurance office needs an interior routing protocol within one administrative domain. The design specifically requires an advanced distance-vector protocol whose route calculation uses a composite metric and does not require interdomain policy exchange. Which protocol best fits?
  1. EIGRP, an advanced distance-vector interior protocol using a composite metric
    EIGRP matches the explicitly required protocol family, interior scope, and composite-metric behavior.
  2. FHRP
    FHRP provides first-hop gateway redundancy rather than end-to-end route calculation.
  3. OSPF
    OSPF is a link-state interior protocol, not the specified advanced distance-vector protocol with a composite metric.
  4. BGP
    BGP is an interdomain policy-routing protocol, contrary to the stated interior requirement.
The trap
Confuses gateway availability with interior routing. Chooses an interdomain protocol for an internal-only design. Recognizes interior routing but misses the required protocol family.

EIGRP directly matches the stated advanced distance-vector and composite-metric requirements.

8. Administrative distance: Which feature directly satisfies the requirement?

Medium
A community college router learns the same destination prefix through OSPF and a static route. The administrator must choose the route source using configured trust preference, not destination specificity or protocol metric. Which feature directly satisfies the requirement?
  1. Equal-cost load balancing
    Equal-cost load balancing distributes traffic among equivalent routes but does not establish trust between competing route sources.
  2. Administrative distance
    Administrative distance ranks candidate route sources for the same prefix, allowing configured trust preference to select one source.
  3. Protocol metric
    A metric selects among routes within a routing protocol; raw metrics should not directly compare OSPF and static routes.
  4. Longest-prefix matching
    Longest-prefix matching selects the most specific destination prefix, not the preferred source when prefixes are identical.
The trap
Confusing destination specificity with route-source preference Comparing metrics across different routing protocols Treating traffic distribution as route-source selection

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?

Medium
A municipal office must permanently map one public IPv4 address to one internal server for predictable inbound and outbound communication. The design must preserve a one-to-one address relationship rather than share ports or draw from a changing pool. Which feature is appropriate?
  1. Static one-to-one NAT
    Static one-to-one NAT permanently maps one public address to one private address for predictable bidirectional translation.
  2. First-hop redundancy protocol
    FHRP provides a resilient default gateway address and does not translate private server addresses.
  3. Dynamic NAT pool
    Dynamic NAT assigns addresses from a pool temporarily, so it does not guarantee one permanent public mapping.
  4. Port address translation
    PAT multiplexes multiple private hosts through shared public addressing by distinguishing sessions with transport ports.
The trap
Confusing address permanence with port-based sharing Assuming pool allocation provides a fixed one-to-one identity Confusing gateway continuity with address translation

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?

Hard
A food distributor has many internal clients but only one usable public IPv4 address. The capture was validated by checking distinct client flows, the same public address, and different translated source ports. The network authority has approved shared-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
```
  1. Static one-to-one NAT
    One-to-one NAT dedicates a public address to each private host rather than multiplexing sessions through one address.
  2. Dynamic NAT using a public address pool
    A pool-based design allocates public addresses; the capture shows one shared address with differing ports.
  3. Port address translation
    PAT lets multiple private hosts share one public address by distinguishing simultaneous sessions with translated transport ports.
  4. Virtual gateway redundancy for the shared public address
    Gateway redundancy preserves first-hop availability but does not create session-specific translations.
The trap
Confuses fixed address mapping with port multiplexing. Mistakes port differentiation for address-pool allocation. Confuses gateway high availability with NAT multiplexing.

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?

Medium
An airport office has two routers serving the same user VLAN. Hosts must retain one default-gateway address when either router fails, without changing every host configuration. Which feature directly provides that virtual gateway?
  1. Port address translation
    PAT translates private sessions through shared public addresses and does not provide a resilient local gateway.
  2. Static default route
    A static route controls router forwarding but does not give hosts a shared, failover-capable gateway address.
  3. Virtual router redundancy protocol
    An FHRP presents a shared virtual gateway address while routers elect an active forwarding device and standby replacement.
  4. Link aggregation control protocol
    LACP bundles physical links between devices but does not create a virtual Layer 3 gateway for hosts.
The trap
Confusing router routing entries with host gateway redundancy Confusing address multiplexing with first-hop availability Confusing link redundancy with gateway redundancy

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?

Medium
A software company must route between several 802.1Q VLANs across one physical router interface. Each VLAN needs a logical Layer 3 gateway on that shared link. Which feature directly meets the requirement?
  1. Router subinterface
    Router subinterfaces create logical Layer 3 interfaces with VLAN tags, enabling inter-VLAN routing over one physical link.
  2. Static route
    A static route forwards toward a known network but does not terminate VLAN-tagged gateway interfaces on one router port.
  3. Trunk encapsulation
    Trunk encapsulation carries multiple VLANs but does not itself create routed Layer 3 gateways for those VLANs.
  4. Layer 3 switch SVI
    An SVI provides a VLAN gateway on a multilayer switch, not logical router interfaces on one router link.
The trap
Substituting switch virtual interfaces for router-on-a-stick design Confusing VLAN transport with inter-VLAN routing Using routing entries instead of VLAN-aware router interfaces

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 — free

Other Network+ domains

Part of the Certsqill Network+ question bank · Network Implementation · Every answer, right and wrong, comes with its own explanation.