Ad slot · leaderboard (728×90 / responsive)Manual unit, below nav — clear of every quiz tap target
Home/ CompTIA Network+/ Domain 2: Network Implementation
Free · N10-009 · Domain 2 of 5

CompTIA Network+ Domain 2: Network Implementation

20% of the N10-009 exam
Practice — Domain 2
2.1 Switching — VLANs and trunking

Two switches must carry traffic for several VLANs across a single link between them. How should that interconnecting port be configured?

Answer
Correct answerB · Trunk port (802.1Q tagging)

A trunk tags frames with 802.1Q VLAN IDs so one physical link carries many VLANs between switches.

Why the other options are wrong
  • AAn access port belongs to exactly one VLAN and carries untagged traffic. It can't pass multiple VLANs.
  • CA routed port drops switching and acts like a router interface — it doesn't tag/carry multiple VLANs.
  • DLink aggregation bundles links for bandwidth/redundancy. It can run over a trunk but isn't what tags VLANs.
IEEE 802.1Q trunking carries multiple VLANs on one link. N10-009 Obj 2.1.
2.3 Wireless security

Which wireless security standard provides the strongest protection for a modern Wi-Fi network?

Answer
Correct answerC · WPA3 (SAE)

WPA3 uses SAE (Simultaneous Authentication of Equals) to resist offline cracking — the current strongest option.

Why the other options are wrong
  • AWEP's RC4/IV scheme was broken long ago and can be cracked in minutes. Fully obsolete.
  • BStrong for years, but vulnerable to offline dictionary attacks on the PSK and the KRACK weakness. Good, not best.
  • DNo encryption at all — anyone nearby can read the traffic. The weakest possible choice.
WPA3 + SAE is the current Wi-Fi security standard. N10-009 Obj 2.3.
2.1 Cabling and media

A campus needs a fiber run of roughly 10 km between two buildings. Which cabling type supports this distance?

Answer
Correct answerC · Single-mode fiber

Single-mode's narrow core and laser source carry signals many kilometers — the right choice for long hauls.

Why the other options are wrong
  • ATwisted-pair copper is limited to about 100 m. It can't span kilometers.
  • BMultimode is for shorter runs (hundreds of meters). At 10 km, modal dispersion makes it unsuitable.
  • DCoax isn't used for multi-kilometer building-to-building data backbones at these speeds.
Single-mode fiber for long-distance runs; multimode for short. N10-009 Obj 2.1.
2.1 Inter-VLAN routing

Hosts in VLAN 10 cannot reach hosts in VLAN 20, even though both VLANs exist on the same switch. What is required to let them communicate?

Answer
Correct answerA · A Layer 3 device (router or L3 switch) to route between the VLANs

VLANs are separate broadcast domains/subnets. Traffic between them must be routed at Layer 3.

Why the other options are wrong
  • BAdding access ports doesn't bridge two separate subnets — they still can't route to each other.
  • CRemoving tagging breaks VLAN separation on the trunk; it doesn't provide routing between VLANs.
  • DThat technically lets them talk, but by destroying the VLAN design — not the intended way to route between VLANs.
Inter-VLAN traffic requires Layer 3 routing. N10-009 Obj 2.1.
2.2 Power over Ethernet

A wireless access point mounted on a ceiling must receive both data and electrical power over a single Ethernet cable. Which technology provides this?

Answer
Correct answerA · PoE (Power over Ethernet, 802.3af/at/bt)

PoE delivers DC power alongside data on the same Ethernet cable, ideal for APs and cameras.

Why the other options are wrong
  • BUSB-C isn't the medium for Ethernet networking runs to a ceiling AP.
  • C802.1Q is VLAN tagging — it carries no electrical power. Sounds technical but unrelated.
  • DCoax isn't how modern APs are powered over their data cable.
PoE (IEEE 802.3af/at/bt) supplies power over Ethernet. N10-009 Obj 2.2.
2.1 IP configuration — default gateway

A newly configured host can reach other devices on its own subnet but cannot reach anything on the internet. Which IP setting is most likely missing or wrong?

Answer
Correct answerA · Default gateway

Local traffic works without a gateway, but anything off-subnet (including the internet) needs the default gateway to forward it.

Why the other options are wrong
  • BMAC addresses are burned into the NIC and aren't configured by the user. Not the cause.
  • CIf local communication works, the link is up. Speed/duplex wouldn't selectively block off-subnet traffic.
  • DA DNS issue breaks name lookups, but you could still reach internet IPs directly. The symptom points to routing, not DNS.
The default gateway forwards off-subnet/internet traffic. N10-009 Obj 2.1 / 1.7.
2.1 Routing technologies

A regional ISP runs a single autonomous system spanning a dozen routers across one campus. The lead engineer wants an interior gateway protocol that builds a complete topology map, elects a designated router on each broadcast segment, and calculates a metric automatically from interface bandwidth. Which routing protocol best matches every one of these requirements?

Answer
Correct answerB · OSPF

OSPF is a link-state IGP that floods LSAs so every router builds an identical topology database, elects a DR and BDR on multi-access broadcast segments, and derives its cost metric from interface bandwidth, satisfying all of the stated conditions.

Why the other options are wrong
  • ARIPv2 is a distance-vector protocol whose metric is a simple hop count capped at 15, and it never builds a full topology map or elects a designated router, so it fails the link-state and bandwidth requirements.
  • CBGP is an exterior path-vector protocol designed to exchange routes between separate autonomous systems using path attributes, not an interior link-state protocol, so it does not elect designated routers or use bandwidth-based cost inside one AS.
  • DStatic routing relies on manually configured next-hop entries that never adapt, build a topology database, or elect designated routers, so it cannot meet the automatic metric and dynamic link-state requirements described here.
OSPF is a link-state IGP that elects DR/BDR and uses bandwidth-based cost + N10-009 Obj 2.1
2.1 Routing technologies

A 50-person branch office has one public IPv4 address from its provider. Throughout the day, dozens of internal hosts open many simultaneous outbound sessions to the same web servers, and the firewall keeps each session distinct by mapping every internal flow to a unique source port behind that single public address. Which technology is the firewall using?

Answer
Correct answerC · PAT (NAT overload)

Port Address Translation, also called NAT overload, multiplexes many private hosts behind one public IP by assigning each outbound session a unique source port, which is exactly how the firewall keeps the concurrent flows distinct.

Why the other options are wrong
  • AStatic NAT permanently maps one private address to one dedicated public address, so it cannot let fifty hosts share a single public IP and offers no port multiplexing to keep concurrent sessions separate.
  • BDHCP only leases IP addresses and options to clients on the local network; it performs no address translation at the perimeter and plays no role in mapping internal flows to ports on a public address.
  • DDNS round robin distributes client requests across multiple server addresses for load sharing; it does not translate internal addresses or track port mappings, so it cannot let hosts share one public IP.
PAT/NAT overload maps many hosts to one public IP using unique source ports + N10-009 Obj 2.1
2.2 Switching technologies

Two switches are linked by a single cable that must carry traffic for VLANs 10, 20, and 30. Management traffic from an older device sends frames with no VLAN tag, and the engineer needs those untagged frames to be associated with VLAN 99 as they cross the inter-switch link. What should be configured on that link to handle the untagged frames correctly?

Answer
Correct answerA · Set VLAN 99 as the native VLAN on the 802.1Q trunk

On an 802.1Q trunk the native VLAN carries any frame that arrives without a tag, so defining VLAN 99 as the native VLAN on both ends places the untagged management frames into VLAN 99 as required.

Why the other options are wrong
  • BAn access port belongs to only one VLAN and strips tags, so it could not also carry tagged traffic for VLANs 10, 20, and 30 across the same inter-switch link as the scenario demands.
  • CPort security limits which MAC addresses may use a port; it neither tags frames nor assigns untagged traffic to a VLAN, so it does nothing to direct the untagged management frames to VLAN 99.
  • DA voice VLAN tags IP-phone traffic on access ports facing endpoints; it is not the mechanism that classifies untagged frames crossing an 802.1Q trunk, so it cannot place them into VLAN 99.
Untagged frames on an 802.1Q trunk are placed in the configured native VLAN + N10-009 Obj 2.2
2.2 Switching technologies

A facilities team is mounting outdoor pan-tilt-zoom cameras that each require up to 25.5 watts delivered at the powered device. The cameras must draw power over the same Ethernet cable that carries their data, and the team needs the access switch to supply this wattage per port. Which standard must the switch ports support to power these cameras?

Answer
Correct answerD · IEEE 802.3at (PoE+)

802.3at, known as PoE+, sources up to 30 watts and delivers about 25.5 watts to the powered device, which exactly meets the cameras' stated requirement of 25.5 watts at the endpoint.

Why the other options are wrong
  • AThe original 802.3af PoE standard supplies only about 15.4 watts at the source and roughly 12.95 watts at the device, which falls short of the 25.5 watts these PTZ cameras require.
  • B802.1X is a port-based network access control standard for authenticating devices before granting connectivity; it has nothing to do with delivering electrical power over Ethernet, so it cannot run the cameras.
  • C802.1Q defines VLAN frame tagging on trunks to segment traffic; it is unrelated to supplying power over the cable, so enabling it would not meet the camera wattage requirement at all.
802.3at PoE+ delivers up to 25.5 W to the powered device + N10-009 Obj 2.2
2.3 Wireless technologies

An installer is deploying several access points across one floor using the 2.4 GHz band in the United States. Neighboring APs keep interfering with one another, so the installer wants to assign each adjacent AP a channel that does not overlap with its neighbors. Which set of 2.4 GHz channels should be used to keep adjacent cells from overlapping?

Answer
Correct answerA · Channels 1, 6, and 11

In the North American 2.4 GHz plan only channels 1, 6, and 11 are spaced far enough apart that their 20 MHz widths do not overlap, making them the standard non-overlapping set for adjacent access points.

Why the other options are wrong
  • BAdjacent 2.4 GHz channels are only 5 MHz apart while each channel is about 20 MHz wide, so channels 1, 2, and 3 overlap heavily and would cause exactly the interference the installer is trying to avoid.
  • CChannels 36, 40, and 44 exist in the 5 GHz band, not 2.4 GHz, so selecting them does not answer a question scoped to the 2.4 GHz deployment described in the scenario.
  • DAlthough 1, 5, and 9 are spread out, the four-channel spacing still leaves their 20 MHz widths partially overlapping, so they are not the accepted non-overlapping trio for the 2.4 GHz band.
Channels 1, 6, 11 are the non-overlapping 2.4 GHz channels in North America + N10-009 Obj 2.3
2.4 Physical installations

A campus needs a 10 Gbps point-to-point link between two buildings that sit roughly 8 kilometers apart, well beyond the reach of any copper run. The cabling team wants a medium and transceiver combination that can sustain that speed over the full distance using a long-wavelength laser. Which choice should they install?

Answer
Correct answerC · Single-mode fiber with an LR transceiver

Single-mode fiber paired with a long-range 1310 nm LR transceiver is engineered for kilometer-scale runs and easily carries 10 Gbps across the 8-kilometer link using the long-wavelength laser specified.

Why the other options are wrong
  • ACat6a supports 10 Gbps only to about 100 meters, so over an 8-kilometer span the signal would attenuate far beyond usability, making copper completely unsuitable for this building-to-building run.
  • BMultimode OM3 with a short-range 850 nm SR optic typically reaches only around 300 meters at 10 Gbps, so it cannot span the 8-kilometer distance even though it is a fiber solution.
  • DCoaxial cable with F-type connectors is used for older broadband and CATV signaling, not multi-kilometer 10 Gbps Ethernet, so it lacks both the bandwidth and the distance capability required here.
Single-mode fiber with an LR optic supports long-distance 10 Gbps runs + N10-009 Obj 2.4
2.1 Routing technologies

A retail store has two routers attached to the same LAN, each able to reach the internet. The network team wants client PCs to point at one default-gateway IP address that automatically fails over to the second router if the first goes down, and they require an open-standard protocol rather than a vendor-specific one. Which technology meets this need?

Answer
Correct answerA · VRRP

VRRP is an open-standard first-hop redundancy protocol that lets multiple routers share one virtual gateway IP, electing a master to forward traffic and a backup that automatically takes over if the master fails.

Why the other options are wrong
  • BHSRP also provides gateway redundancy with a virtual IP, but it is a Cisco-proprietary protocol, so it violates the explicit requirement for an open, vendor-neutral standard stated in the scenario.
  • CSpanning Tree Protocol prevents Layer 2 switching loops by blocking redundant links; it does not present a shared virtual gateway address or perform router failover, so it cannot deliver default-gateway redundancy here.
  • DOSPF is an interior routing protocol that exchanges routes between routers, but it does not present a single virtual gateway IP to end hosts, so by itself it cannot give clients automatic first-hop failover.
VRRP is an open-standard FHRP providing a virtual gateway IP with automatic failover + N10-009 Obj 2.1
2.1 Routing technologies

A company is connecting its data center to two different internet service providers for redundancy. The engineers need a protocol that exchanges reachability information between their autonomous system and each provider's autonomous system, and that can use path attributes to prefer one provider's route over the other. Which protocol should they deploy at the edge?

Answer
Correct answerC · BGP

BGP is the exterior path-vector protocol that exchanges routes between autonomous systems and uses attributes such as AS-path and local preference to choose one provider's path over another, matching every requirement.

Why the other options are wrong
  • AOSPF is an interior gateway protocol that shares link-state information inside a single autonomous system; it is not designed to exchange routes between separate autonomous systems or to manipulate inter-domain path attributes.
  • BEIGRP is a Cisco interior gateway protocol using composite metrics within one autonomous system; it does not peer between independent provider autonomous systems or carry the path attributes the scenario requires for route preference.
  • DA static default route can point to one provider but cannot dynamically exchange reachability between autonomous systems or weigh path attributes, so it cannot intelligently prefer one provider's routes over the other's.
BGP is the inter-AS path-vector protocol used for ISP multihoming and attribute-based path selection + N10-009 Obj 2.1
2.2 Switching technologies

After a redundant switch was added, the team noticed that recovering from a link failure on the legacy 802.1D network took close to 50 seconds, dropping calls during the delay. They want a loop-prevention protocol that keeps the same loop-free topology but converges in roughly a second by using port roles such as alternate and backup. Which protocol should they enable?

Answer
Correct answerB · RSTP (802.1w)

Rapid Spanning Tree, defined in 802.1w, preserves a loop-free topology while introducing alternate and backup port roles and a proposal-agreement handshake that restores forwarding in about a second, meeting the fast-convergence requirement.

Why the other options are wrong
  • AClassic 802.1D Spanning Tree is exactly what the team is replacing; its timer-based listening and learning states cause the 30-to-50-second convergence delay the scenario explicitly wants to eliminate, so it is wrong.
  • C802.1Q is the VLAN tagging standard for trunk links; it segments traffic into virtual LANs but provides no loop prevention or convergence behavior, so it does not address the slow failover problem described.
  • D802.3ad defines link aggregation that bundles parallel links into one logical channel; it is unrelated to recalculating a loop-free spanning topology after a failure, so it does not solve the convergence delay.
RSTP (802.1w) converges in about a second using alternate/backup port roles + N10-009 Obj 2.2
2.2 Switching technologies

Two access switches are joined by two parallel gigabit cables. The administrator wants both cables to act as one logical link that doubles available bandwidth and survives the loss of either cable, and prefers an open-standard protocol that dynamically negotiates the bundle between the switches. Which should be configured?

Answer
Correct answerD · LACP

LACP, part of IEEE 802.3ad, is the open-standard protocol that dynamically negotiates multiple physical links into a single logical aggregated channel, increasing bandwidth and providing redundancy if one member link fails.

Why the other options are wrong
  • ASpanning Tree would treat the second parallel cable as a loop and block it, leaving only one active link, which defeats the goal of combining both cables to double bandwidth, so it is incorrect.
  • BPAgP does negotiate an aggregated link, but it is a Cisco-proprietary protocol, so it fails the explicit requirement for an open, vendor-neutral standard to bundle the two cables between the switches.
  • CAn 802.1Q trunk carries multiple VLANs over a single link but does not aggregate two physical cables into one logical higher-bandwidth channel, so it cannot deliver the combined throughput and resilience requested.
LACP (802.3ad) is the open-standard protocol that dynamically aggregates parallel links + N10-009 Obj 2.2
2.3 Wireless technologies

A coffee shop currently runs WPA2-Personal, and a consultant warns that its pre-shared key is vulnerable to offline dictionary attacks once a handshake is captured. The owner wants a personal-mode wireless security standard that replaces that handshake with Simultaneous Authentication of Equals to provide forward secrecy. Which standard should be selected?

Answer
Correct answerA · WPA3

WPA3-Personal replaces the WPA2 four-way handshake with Simultaneous Authentication of Equals, a dragonfly key exchange that resists offline dictionary attacks and provides forward secrecy, exactly matching the protection the owner is asking for.

Why the other options are wrong
  • BWPA2-Enterprise improves authentication by using 802.1X and a RADIUS server instead of a shared key, but it still relies on the WPA2 handshake and does not implement SAE, so it misses the requirement.
  • CWEP is a deprecated standard whose RC4 cipher and weak initialization vectors are trivially cracked; it is far less secure than WPA2 and offers nothing like SAE, so choosing it would worsen security.
  • DWPA2-Personal is the very standard the consultant flagged as vulnerable, since its pre-shared key handshake can be captured and brute-forced offline, so keeping it would not introduce the SAE exchange the owner wants.
WPA3-Personal uses SAE (dragonfly) to resist offline dictionary attacks and add forward secrecy + N10-009 Obj 2.3
2.4 Physical installations

In a data center row, two core switches sit a few meters apart and must be linked at 40 Gbps over a single multimode fiber assembly. The network architect needs to choose the pluggable transceiver form factor that supports a 40 Gigabit Ethernet interface for this uplink. Which transceiver should be installed?

Answer
Correct answerC · QSFP+

A QSFP+ transceiver provides a 40 Gigabit Ethernet interface, typically by combining four 10 Gbps lanes, which is exactly the form factor needed to establish the 40 Gbps uplink between the core switches.

Why the other options are wrong
  • AAn SFP transceiver is rated for 1 Gigabit Ethernet interfaces, so it cannot carry a 40 Gbps link and falls far short of the throughput the data center uplink between the core switches requires.
  • BAn SFP+ transceiver supports up to 10 Gigabit Ethernet, which is four times too slow for the 40 Gbps uplink described, so it cannot satisfy the bandwidth requirement between the two core switches.
  • DA GBIC is a legacy gigabit interface converter limited to 1 Gigabit Ethernet in a larger form factor; it is obsolete for high-speed uplinks and cannot deliver the 40 Gbps the scenario requires.
QSFP+ is the pluggable form factor providing a 40 Gigabit Ethernet interface + N10-009 Obj 2.4
2.1 Routing technologies

A branch router learns a path to 10.20.0.0/16 from OSPF and also has a manually configured static route to that same network. Both next hops are reachable and the links are up. The administrator wants to know which of these two routes the router installs in its routing table by default. Which route is selected?

Answer
Correct answerB · The static route

A router prefers the route with the lowest administrative distance when the same prefix is learned from multiple sources, and a static route's administrative distance of 1 beats OSPF's 110, so the static route is installed.

Why the other options are wrong
  • ARouters do not compare metrics across different protocols when both offer the same prefix; they first compare administrative distance, and OSPF's distance of 110 is higher than a static route's, so the OSPF path is not preferred.
  • CEqual-cost load balancing happens only among multiple paths from the same protocol with identical metrics; routes from different sources carry different administrative distances, so the router cannot balance an OSPF route against a static route.
  • DRoute selection is not based on which entry arrived most recently; the router evaluates administrative distance first and metric second, so the timing of when a route was learned plays no role here.
Lower administrative distance wins route selection; a static route (1) is preferred over OSPF (110) + N10-009 Obj 2.1
2.1 Routing technologies

A small office has roughly forty workstations that all need internet access, but the ISP has assigned the company only a single public IPv4 address. The firewall must let all internal hosts reach the internet simultaneously through that one public address, distinguishing each session by a unique source port. Which translation method accomplishes this?

Answer
Correct answerD · PAT (NAT overload)

Port Address Translation, also called NAT overload, maps many private addresses to one public address by assigning each outbound session a unique source port, letting all forty workstations share the single public IPv4 address.

Why the other options are wrong
  • AStatic NAT maps one private address to one dedicated public address permanently, so with only a single public IP available it could translate just one internal host at a time and cannot serve all forty workstations concurrently.
  • BDNS round robin distributes client requests across several server addresses for crude load sharing; it performs no address translation at the firewall and therefore cannot let many internal hosts share one outbound public IPv4 address.
  • CDesignating a DMZ host forwards unsolicited inbound traffic to a single internal device; it does not translate outbound sessions for dozens of hosts behind one public address, so it fails the multi-user sharing requirement.
PAT (NAT overload) maps many internal hosts to one public IP using unique source ports + N10-009 Obj 2.1
2.2 Switching technologies

On an 802.1Q trunk between two switches, an administrator wants management frames that arrive without a VLAN tag to be associated with VLAN 99 instead of the factory default. Both ends of the trunk must agree on which VLAN carries untagged traffic. Which trunk parameter must be set to VLAN 99?

Answer
Correct answerA · Native VLAN

The native VLAN defines which VLAN untagged frames belong to on an 802.1Q trunk, and it must match on both ends; setting it to VLAN 99 makes untagged management traffic associate with that VLAN as required.

Why the other options are wrong
  • BA voice VLAN is an access-port feature that tags IP-phone traffic separately from a connected PC; it does not determine how untagged frames are handled on a trunk link, so it cannot satisfy this requirement.
  • CThe default VLAN is simply VLAN 1, the factory assignment for all ports; although it is the default native VLAN, the administrator specifically wants untagged traffic mapped to VLAN 99, which requires changing the native VLAN setting.
  • DA private VLAN isolates ports within the same subnet into community or isolated groups; it controls host-to-host segmentation, not which VLAN carries untagged frames on a trunk, so it does not address this configuration.
The native VLAN carries untagged frames on an 802.1Q trunk and must match on both ends + N10-009 Obj 2.2
2.2 Switching technologies

A facilities team is mounting a pan-tilt-zoom security camera that draws about 25 watts and must receive both power and data over a single Ethernet cable from the access switch. The existing 802.3af ports supply only 15.4 watts, which is insufficient. Which PoE standard provides enough power for this camera?

Answer
Correct answerC · 802.3at (PoE+)

The 802.3at standard, known as PoE+, delivers up to 30 watts at the switch port, comfortably exceeding the camera's 25-watt draw, so upgrading the port to PoE+ supplies enough power over the single cable.

Why the other options are wrong
  • AThe 802.3af standard supplies a maximum of 15.4 watts at the switch port, which is the very limitation the scenario states is insufficient, so it cannot power a camera that draws roughly 25 watts.
  • BPassive PoE injects a fixed voltage without the negotiation defined by IEEE standards and is meant for low-power proprietary gear; relying on it for a 25-watt camera risks damage and is not the standards-based answer required.
  • DUSB Power Delivery negotiates power over USB-C cabling for devices such as laptops; it is unrelated to delivering power over twisted-pair Ethernet to a network camera, so it cannot meet this PoE requirement.
802.3at PoE+ supplies up to 30W, enough for a 25W device where 802.3af's 15.4W is not + N10-009 Obj 2.2
2.3 Wireless technologies

In a crowded apartment building, a home office Wi-Fi on the 2.4 GHz band suffers throughput drops because neighboring access points overlap its channel. The administrator wants to choose from the set of non-overlapping 2.4 GHz channels to minimize adjacent-channel interference. Which channel set is non-overlapping in North America?

Answer
Correct answerB · Channels 1, 6, 11

On the 2.4 GHz band, channels 1, 6, and 11 are spaced far enough apart that their 20 MHz-wide signals do not overlap, making them the standard non-overlapping set used to avoid adjacent-channel interference in North America.

Why the other options are wrong
  • AChannels spaced five apart still overlap on the 2.4 GHz band because each 20 MHz channel is wider than the spacing between center frequencies, so 1, 5, and 9 interfere and do not form the non-overlapping set.
  • CAlthough spaced by five, channel 12 is restricted or unavailable for normal use in North America, and this grouping is not the conventional plan, so it does not reliably avoid interference the way 1, 6, and 11 do.
  • DChannel 14 is prohibited for Wi-Fi in North America and is only permitted in some other regions, so including it makes this set invalid even though 1, 6, and 11 alone would be correct.
Channels 1, 6, and 11 are the non-overlapping 2.4 GHz channels in North America + N10-009 Obj 2.3
2.4 Physical installations

An installer must run network cabling through the space above a drop ceiling that the building also uses to circulate return air for its HVAC system. Local fire code requires cable with a fire-resistant, low-smoke jacket for this environment. Which cable rating should be specified for the run?

Answer
Correct answerA · Plenum (CMP)

Plenum-rated cable carries a CMP jacket of fire-resistant, low-smoke material made for air-handling spaces; because the ceiling void circulates return air, fire code requires this rating, making CMP the correct specification here.

Why the other options are wrong
  • BRiser-rated CMR cable is built for vertical runs between floors and resists fire spreading upward, but its jacket produces more smoke than plenum cable, so it does not satisfy code for an air-handling plenum space.
  • CGeneral-purpose CM cable with a PVC jacket is intended for ordinary in-wall runs; it emits dense toxic smoke when burned and is prohibited in plenum spaces, so it fails the fire-code requirement described.
  • DDirect-burial cable has a rugged moisture-resistant jacket for underground outdoor runs; it addresses water and physical damage, not the smoke and flame characteristics that fire code demands inside an air-return plenum.
Plenum-rated (CMP) cable is required in air-handling plenum spaces per fire code + N10-009 Obj 2.4

Want all five domains under exam conditions? Take a full 90-question mock →

Ad slot · in-content rectangle (336×280 / responsive)Below the quiz card, inside the article body — well clear of answer buttons

About this domain

When a frame leaves an access port tagged for VLAN 20 and has to reach a host on another switch, something has to carry that tag across the link in between — that is the kind of decision this domain is built around. Network Implementation is where the abstract addressing and OSI theory turns into configured switchports, trunk links, routed interfaces, and access points you can actually plug a laptop into. The N10-009 exam gives it a 20% weight, so roughly one question in five lands here.

Expect scenarios that ask you to configure an 802.1Q trunk between two switches, choose inter-VLAN routing on a router-on-a-stick versus a layer 3 switch, or set a host's default gateway so traffic can leave its subnet. The wireless side tests whether you can tell WPA3 from older schemes and match an 802.11 standard to a band and throughput. The physical side is just as testable: knowing that a 10 km building-to-building run needs single-mode fiber rather than copper, or that a PoE budget has to cover every powered access point and IP phone on the switch.

The questions below mirror that mix — switching, routing, wireless, cabling, and power — so you practice picking the one configuration that actually works instead of memorizing definitions.

What Domain 2 covers

Domain 2 quick glossary

The terms that show up most on Domain 2 questions — one line each.

VLANA logical segment that groups ports into one broadcast domain regardless of physical location.
802.1Q trunkA link that tags frames so a single port can carry traffic for many VLANs between switches.
Inter-VLAN routingRouting traffic between VLANs using a router subinterface or a layer 3 switch.
Default gatewayThe router address a host sends packets to when the destination is outside its own subnet.
WPA3The current Wi-Fi security standard, offering stronger encryption and handshake protection than WPA2.
Single-mode fiberFiber with a narrow core that carries light over long distances, suited to multi-kilometer runs.
Power over Ethernet (PoE)Delivering electrical power and data over the same Ethernet cable to devices like APs and phones.
Router-on-a-stickA single physical router interface split into subinterfaces, one per VLAN, to route between them over a trunk.

Keep going

Practice the other domains, or go deeper with the full study materials.