All practice questions

2237 questions

Question 1081Question

Which defining operational characteristic correctly corresponds to each authentication protocol or Extensible Authentication Protocol (EAP) framework variant?

Click a left item, then click its matching right item

Items

EAP-TLS
EAP-FAST
PEAP
TACACS+

Matches

Show answer & explanation

Answer

EAP-TLS matches requiring dual digital certificates (server and client); EAP-FAST matches using Protected Access Credentials (PACs); PEAP matches creating a TLS tunnel using a server-side certificate; TACACS+ matches encrypting the full payload and separating AAA over TCP port 49.
Each protocol is matched to its unique operational mechanism: EAP-TLS mandates dual-sided PKI certificates for server and client; EAP-FAST utilizes Protected Access Credentials (PACs) instead of client certificates; PEAP leverages a server-side certificate to build a TLS tunnel for inner credential authentication; TACACS+ provides full payload encryption and separate AAA services over TCP port 49.

Step-by-Step Solution

1
Identify certificate requirements for wireless authentication protocols (EAP-TLS, PEAP, EAP-FAST).
EAP-TLS requires both client and server certificates. PEAP requires only a server-side certificate to tunnel inner protocols. EAP-FAST avoids client certificates by using Protected Access Credentials (PACs).
Differentiating EAP methods by certificate deployment is a core CompTIA Network+ security requirement.
2
Analyze transport and payload encryption mechanisms for network administrative AAA protocols (TACACS+).
TACACS+ operates over TCP port 49, encrypts the entire message body (not just passwords), and separates AAA components.
Contrasting TACACS+ operational properties against RADIUS and EAP types establishes correct framework categorization.
3
Map each protocol name to its corresponding technical specification.
All four protocols are linked to their distinct operational characteristics.
Ensures full verification of network security authentication concepts.

Key Concept

Authentication Protocols and EAP Framework Differentiation
Question 1082Question

An enterprise auditor notes during a compliance review that network administrative changes executed via SSH on core switches cannot be restricted per individual CLI command using the organization's existing remote access protocol. Additionally, security policy mandates encrypting the entire packet body during AAA communications. Which protocol should be deployed on the network devices to satisfy these authorization and encryption requirements?

Show answer & explanation

Answer: TACACS+

Answer

TACACS+ is the correct choice because it separates authentication and authorization processes, allowing granular per-command authorization while encrypting the entire packet payload over TCP port 49.
TACACS+ (Terminal Access Controller Access-Control System Plus) is designed specifically for network device administration. It operates over TCP port 49, completely separates authentication, authorization, and accounting (AAA) functions, and encrypts the entire body of every packet. This separation allows network administrators to enforce granular per-command authorization rules on network devices.

Step-by-Step Solution

1
Analyze the functional requirements in the prompt
Identified two key requirements: granular per-command authorization for CLI commands and full payload encryption for AAA communications.
Security policy requires both individual command restrictions and protection of all transmit data.
2
Evaluate candidate protocols against encryption boundaries
RADIUS encrypts only the password attribute in RADIUS packets, whereas TACACS+ encrypts the entire body of the packet.
Only TACACS+ satisfies the full payload encryption mandate.
3
Evaluate candidate protocols against AAA architecture separation
TACACS+ decouples AAA components, permitting independent command authorization checks, while RADIUS combines authentication and authorization.
Decoupling is necessary to evaluate individual command privileges after initial login authentication.

Key Concept

RADIUS vs TACACS+ AAA Architectural & Security Differences
Question 1083Question

A network administrator is deploying an extended IPv4 Access Control List (ACL) on a router interface connecting an internal client subnet (10.50.100.0/2410.50.100.0/24) to an external management network (192.168.200.0/24192.168.200.0/24). The filtering device operates as a stateless packet filter. Which of the following configuration requirements and operational behaviors apply to this scenario? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: An explicit rule must be created to permit outbound TCP traffic with a destination IP of 192.168.200.0/24192.168.200.0/24 and a destination port of 22 to allow Secure Shell (SSH) request packets.; A separate return rule must be configured to permit inbound TCP traffic originating from source port 22 on 192.168.200.0/24192.168.200.0/24 destined for ephemeral ports on 10.50.100.0/2410.50.100.0/24.

Answer

The correct selections are the requirement to explicitly permit outbound TCP traffic destined for port 22 and the requirement to configure a return rule permitting traffic originating from source port 22 back to ephemeral ports on the internal subnet.
The correct choices recognize that Secure Shell (SSH) requires TCP port 22 and that stateless ACLs lack session state tracking. Because stateless filtering evaluates packets individually in isolation, an outbound rule permitting TCP destination port 22 handles initial request packets, while a distinct inbound rule permitting TCP source port 22 returning to ephemeral client ports is mandatory to allow response traffic back through the interface.

Step-by-Step Solution

1
Identify the protocol and port number for the requested service (Secure Shell).
SSH relies on TCP as its transport protocol and listens on destination port 22.
Correctly identifying Layer 4 transport protocols and port numbers is essential for constructing extended ACL rules.
2
Analyze the filtering behavior of a stateless packet filter.
Stateless filters inspect each packet independently without maintaining a dynamic state table of active sessions.
Unlike stateful firewalls, stateless ACLs require explicit rules for both outbound request flows and inbound response flows.
3
Evaluate the default behavior at the end of an Access Control List.
Unmatched return traffic hits the implicit deny rule and is dropped.
All standard and extended ACLs enforce an invisible 'deny ip any any' rule at the bottom of the list.

Key Concept

Stateless Access Control List (ACL) Rule Definition and Traffic Asymmetry
Estimated Time:2m 0s
Question 1084Question

A network administrator receives an automated threshold notification indicating that ambient heat in a remote wiring closet has risen above 30C30^\circ\text{C} (86F86^\circ\text{F}). Which physical environmental monitoring component is directly responsible for measuring atmospheric conditions and triggering this alert?

Show answer & explanation

Answer: Environmental temperature sensor probe

Answer

An environmental temperature sensor probe is directly responsible for measuring ambient atmospheric heat and sending automated threshold notifications.
Environmental temperature sensor probes are dedicated hardware devices placed inside server rooms and equipment racks to measure ambient temperature and relative humidity continuously. When temperatures surpass defined thresholds (such as 30C30^\circ\text{C}), these probes alert management platforms (e.g., via SNMP traps) so administrators can intervene before hardware suffers thermal damage.

Step-by-Step Solution

1
Identify the primary function required in the scenario.
The requirement is measuring ambient physical closet conditions (temperature) and generating an automated alert when exceeding preset parameters (30C30^\circ\text{C}).
Physical environmental monitoring systems rely on specialized hardware sensors deployed near racks and equipment to monitor temperature, humidity, water leakage, and airflow.
2
Evaluate the candidate components against physical security and environmental control roles.
The temperature sensor probe continuously monitors atmospheric conditions and integrates with management software to issue alerts when thermal thresholds are breached.
Correctly identifying hardware sensors ensures proactive maintenance before overheating causes thermal throttling or hardware damage.

Key Concept

Physical Environmental Monitoring and Sensors
Question 1085Question

An organization's network monitoring tool alerts administrators to an overwhelming volume of unsolicited UDP responses originating from public DNS servers, all targeted at a single internal web server. Investigation reveals that an external attacker sent small DNS requests with a spoofed source IP address corresponding to the target server. Which of the following network attack vectors is being executed?

Show answer & explanation

Answer: DNS amplification attack

Answer

The attack vector being executed is a DNS amplification attack.
A DNS amplification attack occurs when an attacker sends small DNS queries with a spoofed source IP address (belonging to the victim) to open recursive DNS resolvers. The resolvers respond with large payload answers to the victim's address, overwhelming the target's network bandwidth and causing a Denial of Service.

Step-by-Step Solution

1
Analyze the reported traffic pattern.
Unsolicited, high-volume UDP traffic is arriving from public DNS servers directed at a specific internal IP address.
Identifying the flow of traffic helps distinguish volumetric DDoS reflection attacks from local or targeted spoofing attacks.
2
Determine the attack technique based on the spoofed source IP mechanism.
Small requests were sent with the victim's IP as the return address, leveraging recursive resolvers to generate larger response payloads.
This reflective amplification mechanism is the defining characteristic of a DNS amplification DDoS attack.

Key Concept

DNS Amplification Attack
Estimated Time:45s
Question 1086Question

A network technician has established a theory of probable cause regarding a workstation's loss of network connectivity. According to the CompTIA troubleshooting methodology, which of the following actions should the technician take NEXT?

Show answer & explanation

Answer: Test the theory to determine the cause.

Answer

Test the theory to determine the cause.
According to CompTIA's official troubleshooting methodology, once a theory of probable cause has been established, the next logical step is to test the theory to determine the cause (or re-establish a new theory if the test fails).

Step-by-Step Solution

1
Identify the current step in the CompTIA troubleshooting sequence.
The technician is currently at Step 2: Establish a theory of probable cause.
The scenario explicitly states that a theory has just been established.
2
Determine the next sequential step in the official CompTIA methodology.
Step 3 is 'Test the theory to determine cause'.
Before forming a plan of action or attempting fixes, the technician must test the theory to confirm if it is correct or establish a new theory if disproven.

Key Concept

CompTIA Troubleshooting Methodology Step Order
Estimated Time:45s
Question 1087Question

Match each secure remote access protocol or configuration feature on the left with its corresponding primary technical capability on the right.

Click a left item, then click its matching right item

Items

IKEv2
Clientless SSL/TLS VPN
Split Tunneling
RADIUS

Matches

Show answer & explanation

Answer

IKEv2 matches seamless VPN session persistence across network changes; Clientless SSL/TLS VPN matches browser-based access on TCP port 443 without local software; Split Tunneling matches selective encryption for corporate subnets while permitting direct local Internet access; RADIUS matches centralized remote access AAA services using UDP ports 1812 and 1813.
Each technology is accurately paired with its primary security or functional role: IKEv2 handles seamless client mobility and network interface switching, Clientless SSL/TLS provides clientless browser portal access over TCP port 443, Split Tunneling manages traffic path routing to conserve perimeter resources, and RADIUS provides centralized AAA authentication across UDP 1812/1813.

Step-by-Step Solution

1
Evaluate mobility requirements for client VPN connections.
Identify IKEv2 as the IPsec key exchange protocol engineered with MOBIKE capabilities to sustain sessions when mobile devices change IP addresses.
Standard IPsec tunnels drop during IP re-assignment, whereas IKEv2 dynamically updates tunnel endpoints.
2
Determine deployment requirements for browser-based remote access.
Associate Clientless SSL/TLS VPN with HTML5 web portal access operating on standard TCP port 443.
Allows secure web portal proxying without deploying endpoint software or requiring elevated OS administrative privileges.
3
Analyze routing configurations for remote worker bandwidth optimization.
Identify Split Tunneling as the setting that selectively directs internal corporate traffic through the tunnel.
Prevents non-work Internet browsing and video streaming from hairpinned consumption of perimeter internet bandwidth.
4
Identify centralized AAA framework protocols for remote connectivity.
Associate RADIUS with UDP-based identity validation across ports 1812 and 1813.
RADIUS integrates network access gateways with central authentication servers.

Key Concept

Remote Access Protocols, Encapsulation Modes, and AAA Integration
Question 1088Question

A network administrator is deploying a secure Wi-Fi network for a corporate office where each employee must authenticate using their unique Active Directory credentials managed by a central RADIUS server. The organization requires using the WPA3 standard. Which wireless security mode and authentication mechanism combination should the administrator configure on the access points?

Show answer & explanation

Answer: WPA3-Enterprise with 802.1X authentication

Answer

WPA3-Enterprise with 802.1X authentication is the correct deployment choice because it enables individual user credential validation via a central RADIUS server.
WPA3-Enterprise implements 802.1X extensible authentication framework, enabling access points to pass user authentication requests to a centralized RADIUS server backed by Active Directory.

Step-by-Step Solution

1
Analyze the authentication requirements
Requirement specifies individual user accounts authenticated via a central RADIUS server.
Centralized credential validation requires an 802.1X EAP framework.
2
Select the appropriate WPA3 mode
WPA3-Enterprise must be selected rather than WPA3-Personal.
WPA3-Personal uses Simultaneous Authentication of Equals (SAE) for shared passphrases, while WPA3-Enterprise is mandated for 802.1X RADIUS integration.

Key Concept

WPA3 Enterprise vs Personal Authentication Mechanisms
Question 1089Question

An enterprise network security team notices an unexpected influx of inbound UDP traffic targeted at the organization's public web server IP address. Packet captures reveal that the incoming traffic consists of large, unsolicited DNS response payloads originating from various external open resolver servers on UDP port 53. Further investigation indicates that the web server itself never initiated any corresponding DNS queries. Which of the following attack types and mechanisms is actively occurring?

Show answer & explanation

Answer: A DNS amplification attack, where the adversary sends queries with a spoofed source IP address to open resolvers to reflect enlarged responses onto the target.

Answer

A DNS amplification attack, where the adversary sends queries with a spoofed source IP address to open resolvers to reflect enlarged responses onto the target.
The correct answer accurately identifies a DNS amplification attack. In this attack vector, the threat actor sends DNS requests (often requesting ANY or TXT records via EDNS0 extension) to publicly accessible open DNS resolvers while spoofing the source IP address to match the target victim. Because UDP is connectionless, the resolvers send their large response packets directly to the victim, resulting in volumetric denial of service.

Step-by-Step Solution

1
Analyze the packet capture symptoms
Inbound traffic consists of unsolicited, large DNS response payloads on UDP port 53 from open resolvers sent to a web server that initiated no queries.
This behavior demonstrates reflection, as open resolvers are responding to queries they received, but sending the answers to the victim.
2
Identify the underlying mechanism
The attacker crafted DNS request packets using the victim's public IP address as the source IP address (IP spoofing) and requested large DNS record types.
Connectionless protocols like UDP allow IP spoofing without needing a TCP three-way handshake.
3
Determine the attack class
The combination of reflection via open resolvers and bandwidth amplification defines a DNS Amplification Attack.
Small query payloads yield disproportionately large response payloads sent to the victim, saturating network bandwidth.

Key Concept

DNS Amplification Attack Vector and IP Spoofing Reflection
Question 1090Question

A network security administrator is auditing packet captures of an IKEv2 remote access VPN connection. Place the stages of the IPsec IKEv2 session setup in the correct chronological order from initial connection attempt to payload data transmission.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct order begins with negotiating cryptographic parameters and exchanging Diffie-Hellman values in cleartext (IKE_SA_INIT), followed by deriving keying material from the shared secret to encrypt the control channel, then exchanging authenticated identities securely (IKE_AUTH), and concluding with establishing the Child Security Association (IPsec SA) for user data traffic.
IKEv2 session establishment follows a strict sequence: first, the IKE_SA_INIT exchange establishes cryptographic algorithms and shares Diffie-Hellman keys in cleartext. Second, both sides calculate the shared secret to encrypt the control channel. Third, the IKE_AUTH exchange transmits encrypted identity and credential information. Finally, Child SAs are negotiated to encrypt actual user data traffic.

Step-by-Step Solution

1
Identify the initial unencrypted parameters exchange stage
The endpoints execute the IKE_SA_INIT exchange to agree on algorithms and share public Diffie-Hellman values.
Cryptographic material must be exchanged first so that a secure channel can be derived before sensitive identities are shared.
2
Determine control plane key derivation
Both peers compute the Diffie-Hellman shared secret and generate symmetric encryption keys.
Symmetric key derivation is required to activate encryption and integrity checks on all subsequent control messages.
3
Identify peer identity authentication stage
The endpoints send encrypted authentication payloads during the IKE_AUTH phase.
Authenticating within the encrypted channel prevents eavesdroppers from harvesting username/certificate identity information.
4
Identify user payload tunnel establishment stage
The peers finalize Child SA creation and define traffic selectors for ESP encapsulation.
Child SAs define the specific security parameters used to protect end-user application data passing through the tunnel.

Key Concept

IKEv2 IPsec VPN Tunnel Negotiation Sequence
Question 1091Question

A principal network security architect is evaluating the control and management plane hardening profile for a cluster of core Layer 3 switches deployed in a zero-trust enterprise architecture. To comprehensively secure management communications against eavesdropping and protect inter-switch trunk connections from unauthorized traffic manipulation and VLAN exploitation, which of the following configuration practices must be implemented? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Enforce SNMPv3 using the authPriv security level configured with SHA-based authentication and AES payload encryption, paired with restrictive infrastructure management ACLs.; Reassign the 802.1Q native VLAN on all inter-switch trunk links from default VLAN 1 to an unused, dedicated non-default VLAN ID that carries no user or management traffic.

Answer

The validated hardening controls require enforcing SNMPv3 with authPriv (SHA/AES) protected by access control lists, and reassigning the 802.1Q native VLAN on trunk ports away from default VLAN 1 to a dedicated, unused non-default VLAN.
Hardening switch infrastructure requires securing both management access protocols and Layer 2 trunking behaviors. Utilizing SNMPv3 at the authPriv security level ensures SHA authentication hashing and AES symmetric encryption for management communications. Simultaneously, reassigning the 802.1Q native VLAN from default VLAN 1 to an isolated, unused VLAN ID stops un-tagged frame leakage and mitigates VLAN hopping attacks.

Step-by-Step Solution

1
Analyze management plane security requirements
Identified that cleartext management protocols (SNMPv2c, Telnet) expose credentials and monitoring data to eavesdropping.
SNMPv3 with authPriv is the only SNMP standard providing full cryptographic integrity, authentication, and payload confidentiality.
2
Analyze Layer 2 infrastructure security requirements
Identified that default native VLAN 1 on 802.1Q trunks enables attack vectors like VLAN hopping and double-tagging.
Configuring an unused non-default VLAN as native neutralizes un-tagged frame injection and VLAN hopping vulnerabilities.
3
Validate complete baseline solution
Selected the combination of encrypted SNMPv3 authPriv management and non-default native VLAN trunk isolation.
Both measures directly harden the control/management plane against active and passive network threats.

Key Concept

Management Plane Hardening & Trunk Isolation
Question 1092Question

During a routine audit, a system administrator discovers that an internal API service running on a web server had its configuration settings modified without authorization. While the service remained continuously reachable and no sensitive customer records were exposed or viewed by unauthorized parties, the altered configuration caused transaction logs to record invalid data. Which principle of the CIA triad was directly compromised in this scenario, and which security mechanism specifically protects against this type of breach?

Show answer & explanation

Answer: Integrity; protected by enforcing strict file access control lists and cryptographic hashing to detect and prevent unauthorized data alterations.

Answer

Integrity was compromised, which is best protected by enforcing file access control lists and cryptographic hashing to prevent unauthorized alterations.
Integrity is the core security concept dedicated to ensuring data, configurations, and system resources remain unmodified and accurate unless explicitly changed by authorized users. Enforcing strict file permissions and verifying checksums or cryptographic hashes ensures files cannot be secretly altered.

Step-by-Step Solution

1
Analyze the impact on system attributes based on the scenario metrics.
The service remained reachable (Availability intact) and data was not exposed to unauthorized viewers (Confidentiality intact), but service configuration and logs were altered without authorization.
Identifying which security boundary was crossed requires analyzing what stayed secure versus what was impacted.
2
Map the specific impact to the CIA triad pillars.
Unauthorized modification of data or settings directly violates Integrity.
Integrity guarantees that data has not been altered, tampered with, or corrupted by unauthorized entities.
3
Select the security control that directly preserves integrity.
Access control lists combined with cryptographic hashing maintain data integrity and detect unauthorized changes.
Hashing validates data consistency and file access permissions prevent unauthorized write operations.

Key Concept

CIA Triad Principles & Integrity Controls
Estimated Time:1m 15s
Question 1093Question

A network technician is preparing to deploy a new switch into a production environment. Which TWO of the following security configuration steps represent essential device hardening best practices for securing administrative management access? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Disable Telnet and mandate the use of SSH version 2 for remote command-line administrative sessions; Change default administrative credentials and implement strong password policies

Answer

Disabling cleartext protocols like Telnet in favor of SSH version 2 and replacing default administrative login credentials with strong passwords are primary network device hardening controls.
Device hardening on network equipment prioritizes securing administrative access. Disabling Telnet in favor of SSH version 2 ensures management commands and credentials are cryptographically encrypted. Changing default administrative usernames and establishing complex passwords prevents unauthorized users from easily guessing factory default login parameters.

Step-by-Step Solution

1
Identify insecure management protocols
Recognize that cleartext management protocols (such as Telnet, HTTP, and SNMPv1) expose management traffic to interception and must be replaced with encrypted equivalents.
Securing the management plane requires encryption of credentials and administrative commands in transit.
2
Identify authentication hardening requirements
Recognize that default accounts and credentials must be updated immediately upon switch deployment.
Default credentials are widely documented and represent a severe security vulnerability if left unchanged.

Key Concept

Network Device Hardening Best Practices
Question 1094Question

A network security administrator is establishing data protection policies for automated router configuration backups stored on a remote server. Which TWO of the following technical controls directly safeguard the Integrity pillar of the CIA triad for these backup files?

Select all that apply

Show answer & explanation

Answer: Calculating SHA-256 cryptographic checksums for each configuration backup immediately after creation and verifying them prior to restoration; Applying digital signatures to backup file manifests using an enterprise public key infrastructure (PKI)

Answer

Calculating SHA-256 checksums and applying digital signatures to backup manifests directly safeguard the Integrity pillar of the CIA triad.
Integrity guarantees that data remains authentic, accurate, and safeguard against unauthorized modification. Calculating SHA-256 checksums allows administrators to verify that a backup file has not been corrupted or altered prior to applying it to network equipment. Digital signatures combine asymmetric cryptography with hashing to guarantee both file integrity and origin non-repudiation.

Step-by-Step Solution

1
Identify the core requirement of the CIA triad pillar in question.
The target pillar is Integrity, which focuses on preventing unauthorized modification or corruption of data.
Security controls must be categorized according to whether they preserve confidentiality, integrity, or availability.
2
Evaluate checksums and digital signatures.
SHA-256 hashing and digital signatures provide tamper detection and mathematical proof of unchanged contents.
Both techniques produce verifiable values that change upon any alteration of the underlying file.
3
Evaluate encryption methods.
AES-256 disk encryption and SFTP transport encryption protect data confidentiality by preventing unauthorized disclosure.
Confusing confidentiality mechanisms (encryption) with integrity mechanisms (hashing/signatures) is a common misconception.

Key Concept

CIA Triad - Integrity Controls vs. Confidentiality Controls
Question 1095Question

A network technician is setting up three wireless access points in a small office on the 2.4 GHz band. The technician notices performance issues and interference when using channels 1, 2, and 3. Which channel assignment strategy should the technician use to eliminate channel overlap?

Show answer & explanation

Answer: Assign the access points to channels 1, 6, and 11.

Answer

Assign the access points to channels 1, 6, and 11.
In 2.4 GHz Wi-Fi deployments, standard channels are 20 MHz wide with 5 MHz separation between channel centers. To avoid adjacent-channel interference, channels must be at least 5 channels apart. Channels 1, 6, and 11 are the standard set of non-overlapping channels in North America and international 2.4 GHz deployments.

Step-by-Step Solution

1
Identify the wireless frequency band specified in the scenario.
The network operates on the 2.4 GHz band with standard 20 MHz channels.
Channel separation rules depend on the specific Wi-Fi frequency band.
2
Determine the standard non-overlapping channels for 2.4 GHz.
Channels 1, 6, and 11 are separated by 25 MHz (5 channel numbers), preventing spectral overlap.
Using non-overlapping channels prevents co-channel and adjacent-channel interference.

Key Concept

2.4 GHz Non-Overlapping Channels
Question 1096Question

A network security team is designing physical and environmental security controls for a new high-security cryptographic key server enclosure located inside a multi-tenant facility. The facility audit identified two primary vulnerability vectors: potential physical access through shared drop-ceiling spaces into the server enclosure, and risk of electromagnetic eavesdropping (TEMPEST risks) on unshielded cryptographic hardware. Additionally, localized water pipe leakage under the raised floor must be detected immediately without placing electrical components at risk of direct contact with conductive standing water. Which of the following physical and environmental measures should the network security engineer implement to directly mitigate these identified risks? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Extend structural walls slab-to-slab from the true floor to the structural ceiling and enclose the server room with a Faraday cage.; Install a non-conductive zone-based liquid leak detection sensing cable beneath the raised flooring tied to the environmental monitoring system.

Answer

The network security engineer should extend structural walls slab-to-slab with a Faraday cage enclosure and deploy non-conductive liquid leak detection sensing cables beneath the raised flooring.
Building walls slab-to-slab (from concrete subfloor to the structural deck above) eliminates the perimeter security gap created by false drop ceilings. Implementing a Faraday cage blocks electromagnetic emissions (TEMPEST) from leaking outside the secured area. Furthermore, non-conductive liquid detection cables beneath raised floor tiles provide early warning of fluid accumulation before water damages electrical infrastructure.

Step-by-Step Solution

1
Analyze perimeter breach and RF leakage threats
Standard drop ceilings allow intruders to climb over partial walls. RF emissions allow interception of cryptographic operations.
Slab-to-slab wall construction eliminates overhead entry pathways, and a Faraday cage blocks electromagnetic signal emissions.
2
Evaluate sub-floor environmental moisture risks
Water pipe leaks under raised floors threaten electrical supply feeds and low-lying cabling.
Liquid sensing cables placed under raised floor tiles detect moisture presence immediately and alert monitoring systems prior to equipment contact.

Key Concept

Physical Perimeter Hardening, RF Shielding, and Environmental Leak Detection
Question 1097Question

In a high-ceiling logistics warehouse with large metal shelving units, wireless handheld inventory scanners experience severe frame loss (~40%) and dropped connections despite exhibiting a strong Received Signal Strength Indicator (RSSI) reading of 52 dBm-52\text{ dBm}. A packet analysis reveals a massive spike in 802.11802.11 Layer 2 retransmissions and corrupted preamble headers. Spectrum analysis confirms no adjacent or co-channel Wi-Fi networks exist in the area. Which of the following wireless phenomena is the primary root cause of this degraded performance?

Show answer & explanation

Answer: Multipath interference caused by radio frequency reflections creating excessive delay spread

Answer

Multipath interference caused by radio frequency reflections creating excessive delay spread is the primary root cause.
In environments with dense metal structures like warehouses, radio frequency (RF) signals bounce off reflective surfaces. These bounced signals arrive at the receiving antenna via different paths at slightly different times. This phenomenon, known as multipath interference, causes delay spread. When the delay spread exceeds the guard interval of the Wi-Fi transmission, the overlapping reflections destructively interfere with one another, corrupting frame preambles and causing severe retransmissions despite high overall received power (RSSI).

Step-by-Step Solution

1
Analyze reported signal metrics and physical environment
The RSSI reading is strong (52 dBm-52\text{ dBm}), eliminating severe signal attenuation or excessive distance as the root cause. The environment consists of reflective metallic shelving racks.
RSSI measures total received power, including reflected signals, but does not measure signal quality or phase alignment.
2
Evaluate packet capture and spectrum analysis findings
Corrupted preamble headers and high 802.11802.11 retransmission counts without active co-channel or adjacent channel interference point directly to Layer 1 RF distortion rather than channel congestion.
Corrupted preambles occur when the receiver cannot synchronize due to phase distortion and overlapping signal reflections.
3
Correlate symptoms with physical RF behavior
RF waves bounce off metallic structures, causing multiple delayed versions of the same signal to arrive at the receiver at slightly different times (delay spread), resulting in destructive multipath interference.
When delay spread exceeds the guard interval of the 802.11802.11 standard, symbols overlap and corrupt the frame headers.

Key Concept

Multipath Interference and Delay Spread
Question 1098Question

A network administrator needs to configure secure in-band remote command-line management for a newly deployed network switch. Which of the following protocols and associated TCP port numbers should be selected to ensure all administrative sessions are encrypted? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: SSH (Secure Shell); Port 22

Answer

SSH (Secure Shell) and TCP Port 22 must be selected to secure in-band remote management.
SSH (Secure Shell) and TCP port 22 are the standard protocol and port combination used for encrypted in-band command-line access to network infrastructure switches and routers.

Step-by-Step Solution

1
Identify the security requirement for remote management
The requirement specifies that administrative sessions must be encrypted.
Encryption prevents eavesdropping and credential theft across the network.
2
Select the appropriate protocol and default port number
SSH provides encrypted CLI management and operates by default on TCP port 22.
Telnet and port 23 transmit traffic in plaintext and do not meet the security requirement.

Key Concept

Secure Remote Command-Line Management
Question 1099Question

A network administrator is troubleshooting severe latency and intermittent connectivity issues for users in an open-office environment. A recent site audit reveals three 802.11n wireless access points (APs) mounted on the same ceiling grid, operating on the 2.4 GHz band and configured on channels 1, 3, and 5. Which of the following identifies the primary cause of the wireless performance degradation, and what is the proper solution?

Show answer & explanation

Answer: Adjacent-channel interference caused by overlapping channel assignments; reconfigure the access points to use non-overlapping channels 1, 6, and 11.

Answer

The primary cause is adjacent-channel interference caused by overlapping channel assignments; the access points should be reconfigured to non-overlapping channels 1, 6, and 11.
In the 2.4 GHz ISM band, channel center frequencies are separated by 5 MHz, while each 802.11 channel requires 20 MHz (or 22 MHz) of bandwidth. Consequently, channels 1, 3, and 5 overlap heavily in frequency spectrum, generating adjacent-channel interference (ACI). Reconfiguring the three access points to the standard non-overlapping channels (1, 6, and 11) eliminates frequency overlap and resolves throughput degradation.

Step-by-Step Solution

1
Analyze the wireless frequency spectrum configuration provided in the scenario.
The APs are using 2.4 GHz channels 1, 3, and 5.
Channels in the 2.4 GHz band are 22 MHz wide and spaced 5 MHz apart, meaning channels closer than 5 channels apart overlap with each other.
2
Identify non-overlapping channel selection standards for 2.4 GHz Wi-Fi deployments.
The standard non-overlapping channels for 2.4 GHz are channels 1, 6, and 11.
Using channels 1, 3, and 5 causes adjacent-channel interference (ACI), which leads to corrupted frames, retransmissions, and high latency.
3
Select the correct troubleshooting resolution.
Reassigning the access points to channels 1, 6, and 11 eliminates adjacent-channel interference.
This configuration restores normal channel spacing and optimizes wireless transmission quality.

Key Concept

2.4 GHz Non-Overlapping Channel Selection and Frequency Overlap Troubleshooting
Estimated Time:1m 30s
Question 1100Question

Match each wireless connectivity issue to its primary cause.

Click a left item, then click its matching right item

Items

Signal Absorption
Channel Overlap
Multipath Interference
Attenuation

Matches

Show answer & explanation

Answer

Signal Absorption matches dense building materials absorbing RF waves; Channel Overlap matches adjacent non-standard 2.4 GHz frequencies; Multipath Interference matches signals reflecting off surfaces arriving out of phase; Attenuation matches signal loss due to distance.
Each wireless symptom maps directly to its fundamental radio frequency propagation behavior: Absorption relates to barrier materials, Channel Overlap relates to frequency assignment, Multipath Interference relates to signal reflection, and Attenuation relates to distance loss.

Step-by-Step Solution

1
Identify physical barriers reducing signal strength
Dense materials like concrete absorb RF energy (Signal Absorption).
Physical obstacles weaken the signal via absorption.
2
Analyze frequency channel allocation
Adjacent overlapping channels cause frequency collision and noise (Channel Overlap).
2.4 GHz requires non-overlapping channels (1, 6, 11) to avoid interference.
3
Examine reflective environment effects
Reflected waves arriving out of phase degrade signal clarity (Multipath Interference).
Bouncing signals distort the primary transmission.
4
Assess impact of distance from the Access Point
Signal strength weakens over distance (Attenuation).
Free-space path loss naturally reduces RF power as range increases.

Key Concept

Wireless Signal Degradation Factors
PreviousPage 55 / 112Next
All practice questions — CompTIA Network+ | Examkin