All practice questions

488 questions

Question 1Question

A client workstation on VLAN 20 (192.168.20.0/24192.168.20.0/24) broadcasts a DHCPDISCOVER message to obtain an IP configuration. The Layer 3 switch interface acting as the default gateway for VLAN 20 is configured with an IP helper address pointing to a centralized DHCP server at 10.0.99.510.0.99.5 on VLAN 99. Which of the following operations accurately describe how the relay agent processes and forwards this message? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: The relay agent inserts the IP address of the VLAN 20 interface into the Gateway IP Address (giaddr) header field.; The relay agent converts the client broadcast frame into a unicast IP packet targeted to 10.0.99.510.0.99.5 using UDP port 67.

Answer

The relay agent populates the Gateway IP Address (giaddr) field with the IP address of its local receiving interface (VLAN 20 gateway) and encapsulates the client's broadcast into a unicast IP packet directed to the destination DHCP server using UDP port 67.
When a Layer 3 relay agent intercepts a broadcast DHCPDISCOVER message, it rewrites the packet payload by setting the Gateway IP Address (giaddr) field to its local client-facing interface address. It then converts the Layer 2 broadcast into a unicast IPv4 datagram and forwards it directly to the IP address specified in the helper configuration using UDP destination port 67.

Step-by-Step Solution

1
Analyze incoming broadcast and interface identification
The client issues a broadcast DHCPDISCOVER frame on VLAN 20. The Layer 3 relay agent receives this broadcast on its VLAN 20 SVI/interface.
Broadcast frames do not traverse Layer 3 boundaries natively, requiring the relay agent to intervene.
2
Modify the DHCP header giaddr field
The relay agent writes the IP address of the VLAN 20 interface into the giaddr (Gateway IP Address) field of the DHCP packet payload.
This informs the remote DHCP server which IP address pool/scope must be used for address assignment.
3
Encapsulate and forward as unicast UDP
The relay agent encapsulates the modified request into a unicast IPv4 packet with a destination address of 10.0.99.510.0.99.5 and destination UDP port 67.
Unicast packets can be routed across Layer 3 network boundaries to reach centralized servers.

Key Concept

DHCP Relay Agent Operational Mechanics and Packet Header Modification
Question 2Question

An enterprise network engineer is deploying redundant centralized DHCP servers (192.168.100.10192.168.100.10 and 192.168.100.11192.168.100.11) located in a dedicated management subnet. Workstations are partitioned across three client subnets (VLAN 20: 10.20.0.0/2410.20.0.0/24, VLAN 30: 10.30.0.0/2410.30.0.0/24, and VLAN 40: 10.40.0.0/2410.40.0.0/24) terminated on a Layer 3 core switch serving as their default gateway. Which TWO of the following statements correctly describe the technical mechanics and configuration requirements for the Layer 3 switch when relaying DHCPDISCOVER broadcast requests to the server pool?

Select all that apply

Show answer & explanation

Answer: The Layer 3 switch inserts the IP address of the ingress Switch Virtual Interface (SVI) into the Gateway IP Address (giaddrgiaddr) field of the DHCP message header before forwarding.; The Layer 3 switch converts incoming client UDP broadcast packets received on destination port 67 into unicast packets directed to both configured DHCP server IP addresses on destination port 67.

Answer

The correct statements are that the Layer 3 switch inserts the ingress SVI IP address into the Gateway IP Address (giaddrgiaddr) header field, and that it converts incoming client UDP broadcasts on port 67 into unicast UDP packets sent to both DHCP servers on destination port 67.
The correct statements accurately reflect standard DHCP relay behavior per RFC 2131: the relay agent fills the giaddrgiaddr field with the receiving interface's IP address to inform the central server of the client's subnet, and it translates client broadcast traffic into targeted unicast UDP packets sent to port 67 on all configured server endpoints.

Step-by-Step Solution

1
Analyze client broadcast reception at Layer 3 interface boundary.
Client broadcast DHCPDISCOVER packets sent to destination 255.255.255.255255.255.255.255 on UDP port 67 arrive at the SVI for VLAN 20 (10.20.0.110.20.0.1).
Layer 3 switches block Layer 2/3 broadcast frames by default unless configured with a relay agent service.
2
Evaluate header modification mechanics performed by the DHCP relay agent.
The relay agent populates giaddr=10.20.0.1giaddr = 10.20.0.1 using its receiving interface IP address.
The centralized DHCP server uses the giaddrgiaddr value to determine which pool scope (10.20.0.0/2410.20.0.0/24) to select for address allocation.
3
Evaluate transport and network layer packet forwarding to destination servers.
The Layer 3 switch sends unicast UDP packets targeting 192.168.100.10192.168.100.10 and 192.168.100.11192.168.100.11 using destination UDP port 67.
DHCP servers listen exclusively on UDP port 67; altering the destination port to 68 or failing to unicast to both configured helper targets breaks multi-server deployment.

Key Concept

DHCP Relay Agent Operational Mechanics and Header Modifications
Question 3Question

A network administrator is configuring dynamic IP addressing and name resolution services across an enterprise network. The organization requires client hostnames to be automatically registered in the internal DNS zone whenever a host receives an IPv4 address lease from the centralized DHCP server. Which TWO of the following steps must be configured to enable dynamic DNS (DDNS) updates between the DHCP and DNS servers?

Select all that apply

Show answer & explanation

Answer: Configure the DHCP server with authentication credentials to send dynamic update requests to the authoritative DNS server on behalf of clients; Configure the primary DNS zone properties to permit secure dynamic updates from the authorized DHCP server

Answer

To establish dynamic DNS (DDNS) integration, the administrator must permit secure dynamic updates on the primary DNS zone and configure the DHCP server with credentials authorized to send update requests to the authoritative DNS server on behalf of DHCP clients.
Dynamic DNS (DDNS) allows automatic updating of DNS database records when IP address leases are granted. For this to operate seamlessly, the primary DNS zone must be set to allow secure dynamic updates, and the DHCP server must be configured with authorized credentials to submit host (A) and pointer (PTR) record creation requests to the DNS server.

Step-by-Step Solution

1
Analyze how dynamic host resolution updates interact during DHCP lease allocation.
Identify that the DHCP server creates or updates Forward (A) and Reverse (PTR) DNS records when handing out leases.
Centralized DDNS offloads domain registration responsibilities from individual client endpoints to the DHCP infrastructure.
2
Determine the necessary permission settings on the DNS server.
Enable secure dynamic updates on the authoritative zone of the primary DNS server.
Authoritative DNS servers reject unauthenticated or unpermitted dynamic record update attempts by default.
3
Determine the necessary credentials on the DHCP server.
Supply the DHCP server with authentication credentials (e.g., TSIG key or account) authorized to modify DNS zone records.
The DNS server requires valid security context from the DHCP server to permit record creation and modifications.

Key Concept

Dynamic DNS (DDNS) Integration with DHCP Services
Estimated Time:1m 30s
Question 4Question

A network architect is evaluating an existing industrial facility deployment that uses a hybrid physical star, logical bus network topology. Which of the following statements accurately describe the structural and operational characteristics of this hybrid network layout? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: A disruption or cable break between an individual workstation and its local switch node impacts only that specific host.; A failure along the central bus backbone segment disrupts inter-group communications across all attached star clusters.

Answer

The correct characteristics are that a single cable break between a workstation and its local hub/switch impacts only that workstation, and a failure on the main bus backbone severs communication between connected star clusters.
A hybrid physical star, logical bus topology uses star wired drops to local switch/hub clusters connected via a shared bus backbone. The physical star element ensures that a drop cable failure only disconnects the affected endpoint. Conversely, because the shared bus serves as the common interconnect for all clusters, a break in the central bus segment disables inter-segment transmission across the entire network.

Step-by-Step Solution

1
Analyze physical star topology properties.
Individual endpoint runs to central distribution devices isolate localized cable failures.
Physical star wiring isolates link-level faults to individual ports.
2
Analyze logical bus backbone properties.
The backbone serves as a shared transmission medium linking nodes together.
If the main bus backbone severs or fails, communications spanning multiple star segments cannot traverse the central bus.
3
Evaluate distractor concepts regarding OSI layers and VLAN boundaries.
VLAN boundaries always require Layer 3 routing, and topology bus access uses Layer 2 data frames.
Topologies function at the Data Link layer and do not eliminate Layer 3 boundary requirements.

Key Concept

Physical vs. Logical Network Topologies (Star-Bus Hybrid)
Question 5Question

A network engineer is configuring a Layer 3 switch to relay DHCP requests from client workstations on VLAN 35 (172.16.35.0/24172.16.35.0/24) to two redundant central DHCP servers located on VLAN 100 (10.100.0.1010.100.0.10 and 10.100.0.1110.100.0.11). Which of the following statements correctly describe the behavior and operational mechanics of the DHCP relay agent when processing these client requests? (Select TWO options.)

Select all that apply

Show answer & explanation

Answer: The relay agent inserts the IP address of its local ingress interface (VLAN 35 SVI) into the `giaddr` field of the DHCP payload before forwarding the message.; The relay agent duplicates and forwards the original broadcast `DHCPDISCOVER` frame as separate unicast IP packets addressed to each configured DHCP server.

Answer

The correct statements are that the relay agent populates the `giaddr` field with the local ingress SVI IP address to identify the client subnet, and that it replicates incoming broadcast discovery messages into individual unicast IP packets directed to each defined target server.
The statements confirming that the local ingress interface IP address is populated into the `giaddr` field and that the broadcast `DHCPDISCOVER` is duplicated into unicast UDP packets sent to each configured destination server are both correct. The `giaddr` field is critical for cross-subnet DHCP operations because central DHCP servers inspect this field to determine which IP pool scope to draw addresses from. Additionally, when redundant helper addresses are configured on a Layer 3 interface, the relay agent creates separate unicast UDP messages targeting each server address specified.

Step-by-Step Solution

1
Analyze incoming broadcast reception at the Layer 3 interface
The Layer 3 switch receives a client broadcast `DHCPDISCOVER` frame on the VLAN 35 interface.
DHCP clients initially issue Layer 2 broadcast packets (255.255.255.255255.255.255.255) because they do not possess an IP address or knowledge of the server location.
2
Evaluate relay payload modifications (`giaddr` insertion)
The relay agent writes the IP address of its VLAN 35 SVI into the `giaddr` (Gateway IP Address) field in the DHCP header.
The central DHCP server requires the `giaddr` field value to select the matching address pool (172.16.35.0/24172.16.35.0/24) and route the reply back.
3
Evaluate packet duplication and transport protocol usage
The relay agent creates two separate unicast UDP packets (destination UDP port 67) directed to 10.100.0.1010.100.0.10 and 10.100.0.1110.100.0.11.
DHCP operates entirely using UDP; when multiple relay targets exist, the agent unicasts a copy of the request to each configured helper destination address.

Key Concept

DHCP Relay Unicast Forwarding and GIADDR Field Modification
Question 6Question

An IT infrastructure team is upgrading a data center's storage and core network architecture by introducing a dedicated Storage Area Network (SAN) alongside a full-mesh topology for core switches. Which of the following statements correctly describe the technical characteristics and operational trade-offs of these implementations? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: A full-mesh topology delivers complete link redundancy and high fault tolerance by connecting every node to every other node, requiring n(n1)2\frac{n(n-1)}{2} total physical links for nn nodes.; A SAN provides a dedicated, high-speed network environment optimized specifically for block-level storage access by servers.

Answer

A full-mesh topology provides complete redundancy using n(n1)2\frac{n(n-1)}{2} physical links, and a Storage Area Network (SAN) provides dedicated block-level access to consolidated storage devices.
The statement regarding full-mesh topology accurately identifies its fault-tolerant nature and physical link calculation formula n(n1)2\frac{n(n-1)}{2}. Additionally, the statement describing a Storage Area Network (SAN) correctly highlights its dedicated role in delivering block-level storage access to enterprise servers.

Step-by-Step Solution

1
Analyze full-mesh topology characteristics
Full-mesh topologies eliminate single points of failure by interconnecting every node directly to every other node using n(n1)2\frac{n(n-1)}{2} physical links.
This mathematical formula calculates the total un-directed links required for complete mesh interconnection.
2
Evaluate Storage Area Network (SAN) architecture
A SAN is designed for high-throughput, low-latency block-level data access rather than file-level network sharing.
Block-level access enables operating systems to treat remote SAN volumes as locally attached physical drives.
3
Identify misconceptions in distractors
Inter-VLAN communication strictly requires Layer 3 routing, and file-level sharing describes NAS rather than SAN.
VLAN boundaries enforce Layer 2 isolation, while file sharing operates at higher network protocol layers above raw block access.

Key Concept

Full-Mesh Topology and Storage Area Network (SAN) Architecture
Question 7Question

A network technician is configuring DNS resources for a newly deployed web server that must support dual-stack network connectivity. Which TWO of the following DNS record types must be created to resolve the server's hostname directly to its assigned IPv4 and IPv6 addresses?

Select all that apply

Show answer & explanation

Answer: A record; AAAA record

Answer

The host name must be mapped to an IPv4 address using an A record and to an IPv6 address using an AAAA record.
To support dual-stack connectivity for a web server, an A record is required to resolve the hostname to an IPv4 address, and an AAAA record is required to resolve the exact same hostname to an IPv6 address.

Step-by-Step Solution

1
Identify the requirement for forward IPv4 resolution.
Determine that mapping a hostname to an IPv4 address requires an A (Address) record.
Standard forward DNS resolution for 32-bit IPv4 addresses relies on A records.
2
Identify the requirement for forward IPv6 resolution.
Determine that mapping a hostname to an IPv6 address requires an AAAA (Quad-A) record.
IPv6 addresses are 128 bits in length (four times the size of an IPv4 address), requiring Quad-A (AAAA) records.

Key Concept

DNS Host Record Mapping for IPv4 and IPv6
Question 8Question

Two enterprise switches, Switch-1 and Switch-2, run Rapid Spanning Tree Protocol (IEEE 802.1w). Switch-1 is the elected Root Bridge. Switch-2 connects to Switch-1 via a direct full-duplex Ethernet link. Additionally, Switch-2 has two redundant physical links connected directly to the same downstream shared hub. Which TWO of the following statements correctly describe the RSTP port roles and operational behaviors in this scenario?

Select all that apply

Show answer & explanation

Answer: The full-duplex link between Switch-1 and Switch-2 allows Switch-2 to rapidly transition its Root Port to the Forwarding state via the sync and Proposal/Agreement handshake without relying on legacy timers.; On the dual connections to the shared hub, one port on Switch-2 is elected as the Designated Port while the second port on Switch-2 becomes a Backup Port.

Answer

The correct statements are that the full-duplex point-to-point link enables rapid Root Port forwarding via the Proposal/Agreement handshake, and that connecting two interfaces from the same switch to a shared hub results in one Designated Port and one Backup Port.
The statement regarding full-duplex rapid transitions is correct because RSTP replaces timer-based 802.1D transitions on point-to-point links with an active sync and Proposal/Agreement handshake. The statement regarding the shared hub is correct because when a switch receives its own BPDUs on a secondary link connected to a common hub, the primary link becomes the Designated Port and the secondary link becomes a Backup Port.

Step-by-Step Solution

1
Analyze point-to-point link convergence mechanisms under IEEE 802.1w (RSTP).
RSTP uses full-duplex link state detection to execute an explicit Proposal/Agreement handshake, allowing fast convergence to the Forwarding state without waiting for legacy 15-second Listening and Learning forward delay timers.
Point-to-point links guarantee that only two switches exist on the segment, enabling direct negotiation.
2
Differentiate between RSTP Alternate and Backup port roles on Switch-2.
An Alternate Port receives superior BPDUs from another switch (providing a backup path to the Root Bridge). A Backup Port receives superior BPDUs from its own switch on a shared segment (hub).
Because both links connect to the same hub, Switch-2 hears its own BPDUs. The port with the lower Port ID becomes Designated, and the redundant port on the same switch becomes Backup.
3
Evaluate the Root Bridge priority selection mechanics.
Lower numerical bridge priority values are preferred (e.g., 4096 is preferred over 32768). Raising the priority to 61440 makes it least likely to become Root.
STP root elections always choose the minimum Bridge Identifier value.

Key Concept

RSTP Port Roles (Alternate vs. Backup) and Fast Convergence Mechanisms
Question 9Question

An enterprise firewall is configured to handle traffic between an internal network (10.0.0.0/810.0.0.0/8) and the Internet. The administrator configures Port Address Translation (PAT / NAT Overload) using the firewall's public interface IP address (203.0.113.1203.0.113.1) for internal host outbound access. Simultaneously, a Static NAT rule is configured to map an internal web server (10.0.0.5010.0.0.50) to a dedicated public IP address (203.0.113.2203.0.113.2). Which of the following statements accurately describe how address translation operates in this environment? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Outbound packets from internal workstations undergoing PAT have their source IP address translated to 203.0.113.1203.0.113.1 and their source Layer 4 port numbers dynamically mapped to track individual sessions.; Inbound connections destined for 203.0.113.2203.0.113.2 undergo a 1-to-1 destination IP translation to 10.0.0.5010.0.0.50 without requiring Layer 4 port modification.

Answer

Port Address Translation (PAT) dynamically translates both the private source IP address and Layer 4 source port numbers to track sessions for multiple hosts using a single public IP address. Static NAT performs a fixed 1-to-1 Layer 3 translation between a private IP address and a public IP address without altering transport-layer ports.
Port Address Translation (PAT) handles many-to-one outbound traffic by translating private source IP addresses to a single public IP address (203.0.113.1203.0.113.1) while dynamically allocating unique Layer 4 source ports to track connections. Static NAT provides a bi-directional 1-to-1 mapping between a private IP address (10.0.0.5010.0.0.50) and a public IP address (203.0.113.2203.0.113.2) strictly at Layer 3 without changing port numbers.

Step-by-Step Solution

1
Analyze the operational mechanics of Port Address Translation (PAT / NAT Overload).
PAT allows many internal hosts to share one public IP address by tracking session state using unique TCP/UDP source ports assigned at the router/firewall.
Layer 4 port tracking is necessary to demultiplex returning traffic back to the correct internal private IP address.
2
Analyze the operational mechanics of Static NAT.
Static NAT creates a permanent one-to-one mapping between an inside local address (e.g., 10.0.0.5010.0.0.50) and an inside global address (e.g., 203.0.113.2203.0.113.2).
Static NAT operates entirely at Layer 3 and translates only the network header addresses, preserving the transport layer header.
3
Evaluate the option statements against Network NAT/PAT definitions.
The statement regarding outbound PAT host port mapping and the statement regarding 1-to-1 static destination translation are correct.
Distractors confuse Layer 3 IP translation with Layer 4 port translation roles.

Key Concept

NAT and PAT Implementation Differences
Question 10Question

A network engineer is configuring access control lists (ACLs) on a perimeter firewall to support infrastructure maintenance and monitoring. The configuration must allow network routers to synchronize system clocks with an internal time server and send asynchronous event notifications to a centralized monitoring station. Which of the following port and transport protocol combinations must be permitted through the firewall? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: UDP port 123; UDP port 162

Answer

UDP port 123 and UDP port 162 must be permitted.
Network Time Protocol (NTP) relies on UDP port 123 to synchronize device system clocks with low overhead and minimal delay. Simple Network Management Protocol (SNMP) traps use UDP port 162 to asynchronously push alert notifications from network devices to a central management server.

Step-by-Step Solution

1
Identify the required network service for time synchronization.
Network Time Protocol (NTP) is identified, which utilizes UDP port 123.
NTP requires fast, connectionless delivery over UDP to calculate clock offsets without TCP handshake latency.
2
Identify the required service for sending asynchronous event notifications.
SNMP Trap delivery is identified, which operates over UDP port 162.
Managed devices push asynchronous trap messages to the SNMP manager on UDP port 162 (whereas standard SNMP queries use UDP port 161).
3
Select the correct protocol options matching these requirements.
UDP port 123 and UDP port 162 are selected.
Both NTP time synchronization and SNMP traps utilize UDP as their transport layer protocol.

Key Concept

Standard Well-Known Ports for Network Management (NTP and SNMP Traps)
Question 11Question

A network engineer is updating physical documentation for an enterprise server room to ensure rapid hardware tracing and electrical load auditing during maintenance. Which of the following parameters are essential components of physical rack and power inventory documentation? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: The exact vertical rack unit position occupied by each network chassis; The specific power distribution unit outlet and circuit breaker feeding each power supply unit

Answer

The correct options state that physical equipment placement and power inventory documentation must include the exact vertical rack unit positions of hardware chassis and the specific power distribution unit outlet and circuit feeding each power supply.
Physical infrastructure documentation accurately captures tangible hardware positioning and power source assignments. Recording vertical rack unit locations allows field technicians to quickly spot equipment during maintenance, while mapping power supply units to specific power distribution unit outlets ensures proper electrical load distribution and redundant power auditing.

Step-by-Step Solution

1
Analyze the requirement for physical infrastructure documentation
Identify that physical documentation focuses on tangible spatial dimensions, hardware enclosure mounting, and physical power/cable connectivity.
Physical documentation assists on-site technicians with hardware installation, thermal management, physical maintenance, and power redundancy verification.
2
Evaluate candidate items against physical versus logical documentation criteria
Confirm that vertical rack unit placement and power distribution unit circuit mapping are physical attributes, whereas IP subnets, default gateways, Spanning Tree Protocol priorities, and SNMP credentials represent logical or protocol settings.
Logical attributes describe software configuration and data path behavior, which are maintained in separate logical topology maps and configuration baselines.

Key Concept

Physical Infrastructure and Power Documentation
Question 12Question

A network administrator is designing a high-density enterprise wireless network using Wi-Fi 6 (802.11ax) access points. The goal is to optimize spectrum efficiency, reduce co-channel interference (CCI) in overlapping coverage areas, and efficiently support a large volume of concurrent client connections. Which of the following features or deployment strategies should the administrator implement? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Enable Orthogonal Frequency-Division Multiple Access (OFDMA) to divide channels into smaller subcarriers for concurrent multi-user transmissions.; Implement BSS Coloring to differentiate between overlapping Basic Service Sets and allow spatial reuse of frequencies.

Answer

Enabling Orthogonal Frequency-Division Multiple Access (OFDMA) and implementing BSS Coloring.
The correct responses are enabling Orthogonal Frequency-Division Multiple Access (OFDMA) and implementing BSS Coloring. OFDMA allows an AP to split a single channel into smaller frequency allocations (Resource Units), serving multiple clients concurrently to maximize airtime efficiency. BSS Coloring tags frames with a color field in the 802.11ax header, allowing devices to differentiate between their own BSS and neighboring overlapping BSSs on the same channel, thereby allowing adaptive clear channel assessment (CCA) thresholds and spatial reuse.

Step-by-Step Solution

1
Analyze high-density Wi-Fi 6 multi-user requirements.
Identify that OFDMA divides channels into Resource Units (RUs), allowing parallel transmissions to multiple low-throughput and high-density devices simultaneously.
OFDMA addresses contention and latency issues in crowded wireless environments.
2
Evaluate co-channel interference (CCI) mitigation techniques in 802.11ax.
Identify that BSS Coloring marks frames with a BSS color identifier so APs and clients can ignore transmissions from neighboring overlapping BSSs operating on the same channel.
BSS Coloring enables spatial reuse, reducing unnecessary channel contention back-offs caused by co-channel interference.
3
Verify incorrect options regarding channel planning.
Discard options suggesting overlapping 2.4 GHz channel assignments (channels 1, 2, 3), 40 MHz channel bonding in 2.4 GHz, or disabling 5 GHz radios, as all these introduce extreme co-channel and adjacent-channel interference.
Proper 2.4 GHz channel design strictly uses non-overlapping channels 1, 6, and 11 with 20 MHz width, and relies on 5 GHz / 6 GHz for high-density capacity.

Key Concept

Wi-Fi 6 (802.11ax) High-Density Features & Channel Planning
Estimated Time:1m 30s
Question 13Question

A network administrator is troubleshooting an issue with a newly deployed Power over Ethernet (PoE+) pan-tilt-zoom (PTZ) IP camera installed at the end of a 85-meter Category 6 UTP cable run. The camera initializes and streams video normally during daylight, but repeatedly reboots whenever its infrared (IR) illuminators turn on at night. A basic wiremapper confirms all eight conductors have pin-to-pin continuity and proper T568B pinout. Which TWO of the following physical layer causes or diagnostic approaches are most appropriate to identify and resolve this failure?

Select all that apply

Show answer & explanation

Answer: Using a cable certifier capable of testing DC resistance unbalance across conductor pairs to check for high resistance in the cable run.; Verifying whether Copper-Clad Aluminum (CCA) cabling was installed instead of solid bare copper conductors for the long horizontal run.

Answer

The correct approaches are using a cable certifier to test DC resistance unbalance and verifying that solid bare copper cabling was used instead of Copper-Clad Aluminum (CCA) wire.
The combination of daytime operation and nighttime reboots indicates that data transmission works fine, but power delivery fails when current demand increases. Cable certifiers that measure DC resistance unbalance evaluate the cable's electrical resistance under load, identifying high-resistance points. Furthermore, verifying that solid bare copper (rather than Copper-Clad Aluminum) was installed addresses the root cause, as CCA cabling exhibits much higher resistance, violating TIA standards and leading to significant voltage drops over long runs.

Step-by-Step Solution

1
Analyze the reported failure symptoms
The IP camera functions during low-power daytime operations but reboots when high-power IR illuminators engage at night, indicating a voltage drop under higher current draw (PoE+ power delivery issue).
Wiremappers only verify basic pin continuity at negligible electrical current; they cannot detect high DC resistance under load.
2
Evaluate physical cable properties affecting PoE delivery
Substandard cabling materials like Copper-Clad Aluminum (CCA) have much higher resistance than pure copper, which causes excessive voltage drops over long distances (such as 85 meters).
ANSI/TIA standards explicitly require solid copper conductors for horizontal cabling carrying PoE.
3
Select the appropriate diagnostic tool for advanced electrical testing
A advanced cable certifier measures DC resistance and DC resistance unbalance between conductor pairs.
This pinpoints poor terminations, oxidized punch-downs, or improper cable gauge/material causing power delivery failures.

Key Concept

DC Resistance and PoE Troubleshooting in Twisted-Pair Cabling
Estimated Time:1m 30s
Question 14Question

A network engineering team is designing a multi-floor high-density enterprise wireless deployment using IEEE 802.11ax access points operating in both the 2.4 GHz and 5 GHz bands. During the predictive site survey phase, the team must configure the deployment to minimize co-channel interference (CCI), prevent coverage overlap issues, and optimize client band steering toward 5 GHz. Which of the following technical design decisions and configuration strategies should the team implement? (Select THREE).

Select all that apply

Show answer & explanation

Answer: Stagger 2.4 GHz channel assignments using non-overlapping channels 1, 6, and 11 across adjacent access points, while selectively disabling 2.4 GHz radios on redundant access points in dense areas.; Restrict 5 GHz channel widths to 20 MHz or 40 MHz rather than 80 MHz or 160 MHz channel bonding in high-density areas.; Lower the transmit power on 2.4 GHz radios relative to 5 GHz radios to equalize coverage cell sizes and encourage 5 GHz client association.

Answer

The correct strategies are: 1) Staggering 2.4 GHz channels using non-overlapping channels 1, 6, and 11 while selectively disabling redundant 2.4 GHz radios; 2) Restricting 5 GHz channel widths to 20 MHz or 40 MHz to preserve available non-overlapping channels; and 3) Lowering 2.4 GHz transmit power relative to 5 GHz to balance cell sizes and foster band steering.
In high-density enterprise wireless deployments, effective RF planning relies on eliminating channel overlap, maximizing independent channel count, and balancing cell boundaries. First, using non-overlapping 2.4 GHz channels (1, 6, and 11) and turning off excess 2.4 GHz radios prevents excessive co-channel overlap. Second, keeping 5 GHz channel widths to 20 MHz or 40 MHz preserves non-overlapping channel availability, avoiding co-channel interference caused by wide 80 MHz channel bonding. Third, turning down 2.4 GHz transmit power reduces its coverage radius to match 5 GHz, guiding dual-band clients onto the faster 5 GHz band.

Step-by-Step Solution

1
Analyze 2.4 GHz spectrum planning and channel allocation constraints.
Identify that 2.4 GHz only offers three non-overlapping 20 MHz channels (1, 6, and 11 in standard domain planning). Adjacent or bonded channel assignments (such as channels 3 or 9, or 80 MHz bonding) induce severe interference. Disabling redundant 2.4 GHz radios reduces co-channel interference in dense deployments.
2.4 GHz signals travel farther and penetrate obstacles better, causing excessive cell overlap if every AP broadcasts 2.4 GHz at high power.
2
Evaluate 5 GHz channel width design in high-density deployments.
Determine that while 80 MHz channel bonding increases throughput, it reduces the total count of non-overlapping channels. High-density AP environments require more non-overlapping channels (using 20 MHz or 40 MHz channel widths) to prevent co-channel interference.
Maximizing channel count per spatial area takes priority over individual peak channel bandwidth in dense enterprise environments.
3
Assess transmit power matching and cell boundary management across bands.
Reduce 2.4 GHz transmit power so its RF footprint matches the smaller footprint of the 5 GHz radio on the same access point.
Equalizing coverage cell boundaries ensures smooth client roaming and encourages dual-band client devices to connect to the less congested 5 GHz band.

Key Concept

Enterprise Wireless Cell Planning, Channel Allocation, and Co-Channel Interference Mitigation
Question 15Question

A network systems engineer is configuring edge firewall access control lists (ACLs) to allow administrators to deploy a secure web management portal that authenticates domain users against an encrypted centralized directory server. Which TWO of the following port and transport protocol combinations must be permitted through the firewall to support these services? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: TCP 443; TCP 636

Answer

The firewall must permit TCP port 443 for HTTPS web access and TCP port 636 for secure LDAPS directory service authentication.
The scenario requires permitting secure web portal traffic (HTTPS) and encrypted directory authentication (LDAPS). HTTPS relies on TCP port 443 for TLS-encrypted communication. LDAPS relies on TCP port 636 to secure directory queries over TLS. Therefore, permitting TCP 443 and TCP 636 fulfills all secure connectivity requirements.

Step-by-Step Solution

1
Identify the required secure web service protocol and its default transport port.
Secure web management uses HTTPS, which operates over TCP port 443.
HTTPS uses TLS encryption on connection-oriented TCP port 443.
2
Identify the required secure directory service authentication protocol and its default transport port.
Encrypted directory authentication uses LDAPS, which operates over TCP port 636.
LDAPS provides encrypted access to directory services over TLS on TCP port 636.
3
Evaluate transport layer protocol and port number requirements against invalid options.
Rule out UDP port 636 and TCP port 389.
LDAPS requires TCP for reliable connection management (ruling out UDP), and standard unencrypted LDAP uses port 389 rather than port 636.

Key Concept

Common Secure Network Ports and Protocols (HTTPS and LDAPS)
Question 16Question

A network administrator is designing security controls for transmitting sensitive corporate financial records between two remote office sites over an untrusted public network. The controls must ensure that unauthorized parties cannot intercept and read the data, and that any tampering during transit is immediately detected. Which TWO of the following technical mechanisms should the administrator implement to satisfy these requirements? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Encapsulating Security Payload (ESP) encryption to enforce data confidentiality; Hash-based Message Authentication Codes (HMAC) to guarantee data integrity

Answer

Encapsulating Security Payload (ESP) encryption and Hash-based Message Authentication Codes (HMAC) are the correct mechanisms.
Encapsulating Security Payload (ESP) encryption ensures that data payload contents cannot be read by unauthorized interceptors (Confidentiality). Hash-based Message Authentication Codes (HMAC) ensure that any changes made to the data during transit can be detected by verifying the cryptographic hash (Integrity). Together, these mechanisms satisfy both mandatory requirements.

Step-by-Step Solution

1
Identify the confidentiality requirement
Preventing unauthorized interception and reading of data in transit requires payload encryption.
Encryption transforms plaintext into ciphertext so unauthenticated listeners cannot decode the content.
2
Identify the integrity requirement
Detecting unauthorized tampering or modification of data in transit requires cryptographic hashing or message authentication codes.
Integrity mechanisms allow the recipient to verify that packet contents have not altered since transmission.
3
Select matching technical controls
ESP encryption delivers confidentiality, and HMAC delivers data integrity.
These controls directly map to the confidentiality and integrity pillars of the CIA triad.

Key Concept

CIA Triad: Confidentiality and Integrity Controls in Transit
Question 17Question

A network security engineer is deploying a remote access VPN solution using L2TP over IPsec (L2TP/IPsec) to support remote workers connecting from behind residential NAT routers. Authentication will be offloaded to a central enterprise AAA server. Which of the following port and protocol configurations must be permitted on the network firewalls and VPN gateway to ensure successful connection establishment and authentication? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: UDP ports 500 and 4500 must be opened inbound to allow Internet Key Exchange (IKE) negotiation and IPsec NAT Traversal (NAT-T).; UDP port 1701 must be permitted to transport encapsulated Layer 2 Tunneling Protocol data frames.

Answer

The correct configurations are opening UDP ports 500 and 4500 for IKE negotiation and IPsec NAT-T, and permitting UDP port 1701 for L2TP frame encapsulation.
In an L2TP/IPsec VPN deployment across NAT gateways, IPsec requires UDP port 500 for initial IKE negotiations and UDP port 4500 for NAT Traversal (NAT-T), which wraps encrypted ESP packets inside UDP headers to preserve integrity across PAT devices. Meanwhile, L2TP handles session encapsulation using UDP port 1701.

Step-by-Step Solution

1
Identify the key requirements for L2TP over IPsec tunnel establishment behind NAT.
IPsec relies on IKE (UDP port 500) for security association negotiation. Because NAT alters IP headers and breaks IPsec ESP integrity checks, NAT Traversal (NAT-T) encapsulates ESP within UDP port 4500 packets.
NAT-T allows IPsec traffic to traverse Network Address Translation (PAT) devices smoothly.
2
Determine the transport protocol and port used by L2TP.
L2TP handles multiplexing and PPP frame encapsulation over UDP port 1701.
L2TP does not use TCP; it uses UDP for low-overhead encapsulation before IPsec secures the packet payload.
3
Differentiate AAA protocol behaviors for remote user authentication.
RADIUS uses UDP ports 1812/1813 (or legacy 1645/1646) and encrypts only passwords, while TACACS+ uses TCP port 49 and encrypts the entire payload.
Confusing RADIUS and TACACS+ port assignments and encryption scope leads to incorrect firewall rules for backend AAA traffic.

Key Concept

L2TP/IPsec VPN NAT Traversal and AAA Protocol Integration
Question 18Question

An organization is deploying an enterprise remote access VPN solution for mobile users who frequently operate behind Carrier-Grade NAT (CGNAT) and restrictive corporate firewalls. The network security team requires mutual certificate authentication, complete confidentiality of internal IP headers, and seamless NAT traversal without dropping integrity checks. Which of the following technical configurations and protocol mechanisms must be selected to satisfy these requirements? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Enable IPsec NAT-Traversal (NAT-T) to encapsulate Encapsulating Security Payload (ESP) packets within UDP port 4500 when an intermediate NAT device is detected.; Utilize IPsec Encapsulating Security Payload (ESP) in Tunnel mode paired with EAP-TLS to encrypt the entire inner IP packet and enforce mutual certificate authentication.

Answer

The required configurations are enabling NAT-Traversal to encapsulate ESP packets in UDP port 4500 and deploying IPsec ESP in Tunnel mode combined with EAP-TLS for full IP packet encryption and mutual certificate authentication.
The correct selection involves leveraging NAT-Traversal (NAT-T) over UDP port 4500 and deploying ESP in Tunnel mode with EAP-TLS. ESP Tunnel mode encrypts both the inner payload and the inner IP header, fulfilling the requirement for complete packet confidentiality, while EAP-TLS ensures mutual certificate authentication. NAT-T wraps ESP traffic inside standard UDP packets so stateful firewalls and CGNAT devices can properly map translation entries without invalidating cryptographic checksums.

Step-by-Step Solution

1
Analyze confidentiality and authentication requirements
Full confidentiality of the original IP header and payload requires IPsec ESP in Tunnel mode. Mutual certificate authentication is provided by EAP-TLS.
Transport mode leaves the original IP header unencrypted, while Tunnel mode encapsulates the complete original IP packet inside a new IP header.
2
Evaluate NAT traversal compatibility
Standard ESP operates directly on top of IP (IP Protocol 50) without L4 port numbers, causing NAT mapping failures. NAT-T encapsulates ESP in UDP port 4500 after detecting NAT during IKE negotiations.
Encapsulating ESP in UDP port 4500 enables intermediate routers and CGNAT gateways to track network translation tables via standard port numbers.
3
Evaluate protocol flaws in incorrect choices
Authentication Header (AH) does not offer encryption and fails across NAT. Additionally, IKEv2 relies on UDP port 500/4500, not TCP port 500.
AH includes the IP header in its ICV calculation, making it incompatible with NAT IP address translation, while TCP port 500 is a non-existent standard port combination for IKE.

Key Concept

IPsec Tunnel Mode vs. Transport Mode & NAT-Traversal Mechanisms
Question 19Question

A network administrator is designing a secure transport mechanism for automated database replication traffic sent between two geographically separated data centers over the public internet. The design must specifically ensure both the confidentiality of the database records and the integrity of the data while in transit. Which TWO of the following technical controls should the administrator implement to satisfy these core security objectives?

Select all that apply

Show answer & explanation

Answer: IPsec Encapsulating Security Payload (ESP) operating in tunnel mode to encrypt the network payload; Hash-based Message Authentication Code (HMAC) validation on each transmitted data packet

Answer

The administrator should implement IPsec Encapsulating Security Payload (ESP) in tunnel mode for payload encryption (confidentiality) and Hash-based Message Authentication Codes (HMAC) for packet-level tampering detection (integrity).
IPsec Encapsulating Security Payload (ESP) encrypts packet contents to guarantee confidentiality across untrusted networks, while Hash-based Message Authentication Codes (HMAC) supply cryptographic checksums to detect data alteration during transmission, securing integrity.

Step-by-Step Solution

1
Identify the CIA triad security requirements specified in the scenario
The requirements are data confidentiality (preventing unauthorized reading) and data integrity (preventing unauthorized alteration) for data in transit.
Security controls must match the specific threat vector and required pillar of the CIA triad.
2
Evaluate candidate controls for confidentiality in transit
IPsec ESP provides symmetric encryption of packet payloads across untrusted networks like the internet.
Encryption transforms plaintext data into ciphertext, preserving confidentiality.
3
Evaluate candidate controls for integrity in transit
HMAC generates a cryptographic checksum coupled with a secret key to detect modification or corruption.
Any alteration to the payload during transit will result in a mismatched hash value at the receiving end.

Key Concept

Mapping Security Mechanisms to CIA Triad Pillars (Confidentiality & Integrity)
Question 20Question

An enterprise organization is updating its security architecture to protect internal application servers. The solution must achieve two primary objectives: first, detect zero-day exploit attempts against server kernel processes that receive encrypted transport payloads; second, monitor network-wide bandwidth and protocol utilization patterns without introducing packet delivery latency or creating a single point of failure on the network link. Which of the following deployment choices will meet these requirements? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Deploy Host-based Intrusion Prevention Systems (HIPS) using anomaly-based detection on the application servers.; Deploy a Network-based Intrusion Detection System (NIDS) connected out-of-band via a hardware network TAP.

Answer

The organization should deploy Host-based Intrusion Prevention Systems (HIPS) with anomaly-based detection on the application servers and deploy a Network-based Intrusion Detection System (NIDS) connected out-of-band via a hardware network TAP.
Deploying HIPS with anomaly detection directly on the servers allows inspection of unencrypted host operations and system calls, permitting active blockage of novel zero-day exploits. Deploying NIDS out-of-band via a hardware TAP delivers full network visibility for monitoring traffic trends without placing any processing delay on the inline path.

Step-by-Step Solution

1
Analyze the host security requirement for encrypted payloads and zero-day threat prevention.
Network-based devices cannot inspect encrypted payloads without TLS termination, whereas host-based systems (HIPS) inspect data after decryption. Anomaly-based detection is required because signature-based detection cannot identify zero-day attacks.
Host-based prevention operates at the system call/process level, allowing it to actively block behavior anomalies on the server itself.
2
Analyze the network monitoring requirement for zero latency and high availability.
Inline deployments (such as NIPS) introduce processing delay and risk becoming a single point of failure. Out-of-band deployments using hardware TAPs or SPAN ports eliminate latency.
NIDS connected to a hardware TAP passively analyzes copied traffic without impacting inline link latency or network availability.

Key Concept

HIDS/HIPS vs NIDS/NIPS Placement and Detection Logic
Page 1 / 25Next
All practice questions — CompTIA Network+ | Examkin