Network Security

427 questions

Question 221Question

A network administrator notices that remote workers connected via a full-tunnel VPN are causing severe bandwidth saturation at the corporate perimeter by streaming internet media through the corporate gateway. To alleviate congestion, the administrator plans to modify the client configuration to allow split tunneling. Which of the following describes the primary security risk introduced by enabling split tunneling?

Show answer & explanation

Answer: The remote client device can act as a dual-homed bridge, allowing threats from the local untrusted network to bypass perimeter controls into the corporate network.

Answer

The primary security risk of split tunneling is that the remote device can act as a dual-homed bridge, allowing malicious traffic from the local untrusted network to pivot into the corporate environment.
Enabling split tunneling directs non-corporate internet traffic out of the remote user's local network connection while tunneling corporate traffic. The primary security vulnerability is that the endpoint host acts as a bridge between the untrusted public network and the protected corporate network, creating an unmonitored path for malware or unauthorized pivot attacks.

Step-by-Step Solution

1
Analyze full tunneling versus split tunneling functionality.
Full tunneling routes 100% of remote host traffic through the encrypted VPN tunnel and corporate firewall. Split tunneling splits traffic: corporate destination traffic enters the tunnel, while general internet traffic exits directly through the user's local ISP gateway.
Understanding traffic path differences clarifies where security boundaries and risks shift.
2
Evaluate the security implication of simultaneous local network and corporate network access.
Because the host maintains simultaneous active connections to an untrusted local/public network and the trusted internal network, an attacker or malware on the local network can compromise the endpoint and pivot directly into the internal corporate network.
This dual-homed state bypasses perimeter firewalls and intrusion prevention controls.

Key Concept

Split Tunneling Security Implications
Question 222Question

Match each Intrusion Detection/Prevention System (IDS/IPS) architectural model or detection mechanism on the left to its corresponding operational deployment scenario on the right.

Click a left item, then click its matching right item

Items

Protocol Anomaly-Based NIDS
Out-of-Band Passive NIDS via Hardware TAP
In-Band Inline NIPS
Host-Based IPS (HIPS)

Matches

Show answer & explanation

Answer

Protocol Anomaly-Based NIDS matches with protocol evaluation against RFC standards; Out-of-Band Passive NIDS via Hardware TAP matches with receiving duplicated full-duplex traffic with zero added latency; In-Band Inline NIPS matches with sitting directly in the flow of traffic to drop malicious frames in real time; Host-Based IPS (HIPS) matches with monitoring kernel system calls and system registry modifications locally.
Each deployment model corresponds directly to its architectural placement and inspection logic: HIPS focuses on endpoint OS internals; Inline NIPS sits directly in-path for immediate active mitigation; Passive TAP deployments duplicate traffic to guarantee zero network latency; Protocol anomaly-based NIDS inspects traffic against formal RFC specifications.

Step-by-Step Solution

1
Identify the core operational characteristics of network vs host placement.
Host-based mechanisms (HIPS) inspect OS-level events like system calls and registry keys on endpoints, matching local server monitoring.
NIDS/NIPS operate on network traffic streams, whereas HIPS operates directly within the operating system host environment.
2
Differentiate between in-band (inline) active prevention and out-of-band passive detection.
In-band inline NIPS sits directly in the forwarding path to actively block traffic, while out-of-band passive NIDS via TAPs receives copied traffic to avoid introducing propagation delay/latency.
Inline devices are active inline single points of transit that can drop packets; TAP devices copy signals passively.
3
Analyze detection methodology logic (protocol anomaly vs signature/behavior).
Protocol anomaly detection relies on defined rules of protocol compliance (RFC standards) to detect non-standard structure or abnormal behavior.
Protocol anomaly engines establish expected standard behavior by baseline RFC definitions.

Key Concept

Architectural placement (in-band vs out-of-band, host vs network) and detection mechanics (signature, anomaly, protocol analysis) of IDS and IPS systems.
Question 223Question

A network technician is configuring a external perimeter firewall to permit incoming remote access VPN connections for users utilizing the Secure Socket Tunneling Protocol (SSTP). Which transport protocol and port number combination must be opened on the firewall for SSTP connections to succeed?

Show answer & explanation

Answer: TCP port 443

Answer

TCP port 443
The choice stating TCP port 443 is correct because SSTP establishes a secure VPN tunnel by encapsulating PPP frames inside an SSL/TLS encrypted stream, which natively operates over TCP port 443.

Step-by-Step Solution

1
Identify the protocol operational mechanism for SSTP.
Secure Socket Tunneling Protocol (SSTP) transports PPP frames through an SSL/TLS channel.
SSTP uses standard web security standards to bypass strict network firewalls.
2
Determine the transport protocol and port associated with SSL/TLS tunnel creation.
SSL/TLS standard traffic runs over TCP port 443.
Firewalls typically permit outbound TCP port 443 for standard HTTPS traffic, making SSTP highly compatible.

Key Concept

SSTP VPN Protocol Specifications
Question 224Question

A lead systems engineer is establishing physical and environmental security controls across a newly constructed high-density enterprise data center. Match each specialized environmental or power control mechanism to its primary protective function.

Click a left item, then click its matching right item

Items

Hot Aisle Containment (HAC) with Differential Air Pressure Monitoring
Gaseous Clean-Agent Fire Suppression (e.g., Novec 1230)
Positive-Pressure Air Handling with Filtration
Intelligent Per-Outlet Switching PDU with Automated Load Shedding

Matches

Show answer & explanation

Answer

Hot Aisle Containment matches with preventing thermal recirculation between exhaust and intake air. Clean-Agent Fire Suppression matches with extinguishing electrical fires without leaving residue. Positive-Pressure Air Handling matches with preventing dust and airborne contaminants from entering the server hall. Intelligent Per-Outlet Switching PDU matches with preventing cascading circuit trips via automated load shedding.
Each mechanism directly addresses a distinct physical or environmental hazard in network facilities: Hot Aisle Containment mitigates thermal recirculation; Clean-Agent Gaseous Suppression neutralizes electrical fires without liquid or chemical damage; Positive-Pressure HVAC prevents dust infiltration; and Intelligent PDUs mitigate circuit overload through load shedding.

Step-by-Step Solution

1
Analyze thermal management controls
Hot Aisle Containment physically isolates server exhaust air, utilizing differential pressure monitoring to stop hot air from mixing back into intake streams.
Eliminating thermal recirculation is critical in high-density rack deployments to maximize HVAC efficiency.
2
Evaluate fire suppression mechanisms for network equipment
Gaseous clean agents interrupt combustion without liquid residue or electrical conductivity.
Water-based systems or dry chemicals cause irreversible physical damage to active network equipment.
3
Examine air quality and contamination prevention methods
Positive-pressure HVAC forces internal air outward through structural openings, creating an active barrier against external airborne particles.
Particulate accumulation on server components increases ESD risk and impedes thermal dissipation.
4
Identify power redundancy and circuit protection controls
Intelligent PDUs evaluate real-time wattage demand and drop non-essential loads when total current draw threatens circuit capacity.
Automated load shedding protects core network switches from total loss of power caused by primary breaker trips.

Key Concept

Data Center Physical and Environmental Security Controls
Question 225Question

Match each authentication protocol or network security framework to its primary operational characteristic.

Click a left item, then click its matching right item

Items

TACACS+
RADIUS
802.1X
SAML 2.0

Matches

Show answer & explanation

Answer

TACACS+ pairs with full payload encryption and TCP port 49; RADIUS pairs with UDP ports 1812/1813 and password-only encryption; 802.1X pairs with port-based access control and EAP encapsulation; SAML 2.0 pairs with XML assertions for federated web SSO.
Each protocol matches its defined standard: TACACS+ separates AAA services over TCP port 49 with full payload encryption; RADIUS combines authentication and authorization over UDP ports 1812/1813 with password-only encryption; 802.1X provides port-based access control; and SAML 2.0 enables XML-based federated web SSO.

Step-by-Step Solution

1
Identify the transport layer and encryption characteristics of device administration protocols.
TACACS+ utilizes TCP port 49 and encrypts the complete packet body, whereas RADIUS utilizes UDP ports 1812/1813 and encrypts only the password field.
Understanding transport protocol and payload encryption boundaries differentiates TACACS+ from RADIUS.
2
Analyze port-based network authentication mechanisms.
802.1X acts as the IEEE framework for authenticating devices before granting switch port or wireless access using EAP encapsulated over LAN.
802.1X operates at Layer 2 to enforce port control.
3
Differentiate web single sign-on standards from network access protocols.
SAML 2.0 uses XML tokens for web federated SSO between Identity Providers and Service Providers.
SAML is an application/web federation protocol rather than a network hardware management protocol.

Key Concept

AAA Architecture, Transport Protocols, and Authentication Frameworks
Question 226Question

During a security audit of a dual-stack enterprise LAN, network administrators discover that several IPv4-configured workstations are unexpectedly redirecting web traffic to an untrusted external IP address. Packet captures reveal that these workstations regularly receive unsolicited ICMPv6 Router Advertisement (RA) packets from a non-gateway host. These RA frames specify an unknown link-local IPv6 address as the default gateway and assign a rogue IPv6 DNS server. Which of the following statements accurately describe this network attack and its operational impact? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: The attacker is exploiting IPv6 Router Advertisements to conduct an On-Path (Man-in-the-Middle) attack via SLAAC spoofing.; Dual-stack client operating systems naturally prefer IPv6 DNS resolution over IPv4, causing traffic to route through the rogue IPv6 gateway.

Answer

The attack is an On-Path (Man-in-the-Middle) attack executed via rogue ICMPv6 Router Advertisement (RA) / SLAAC spoofing, which leverages the default host OS behavior of prioritizing IPv6 traffic and DNS resolution over IPv4.
In dual-stack network environments, transmitting unauthorized ICMPv6 Router Advertisements (RAs) allows an attacker to automatically configure client network settings via SLAAC. Because modern operating systems default to prioritizing IPv6 connectivity and DNS resolution over IPv4, hosts will send their DNS requests and outbound traffic to the attacker's rogue IPv6 link-local gateway, establishing an On-Path (Man-in-the-Middle) position.

Step-by-Step Solution

1
Analyze the log excerpts and packet capture details.
Identified unsolicited ICMPv6 Router Advertisement (RA) messages originating from an unauthorized internal host.
ICMPv6 RAs are used in Stateless Address Autoconfiguration (SLAAC) to advertise default routers and network parameters to client endpoints.
2
Determine the attack vector and mechanism.
The rogue host announces itself as an IPv6 default gateway and IPv6 DNS provider, placing itself in the communication path (On-Path / MITM).
Workstations accept the unsolicited IPv6 configuration and update their routing and DNS resolution tables.
3
Evaluate operating system traffic preference behavior.
Dual-stack client endpoints prefer IPv6 destination lookup and routing over legacy IPv4 when valid IPv6 parameters are present.
Standard networking stack implementation (RFC 6724) prioritizes IPv6 communications over IPv4 unless explicitly reconfigured.

Key Concept

Rogue IPv6 Router Advertisement (RA) Spoofing and On-Path Attacks
Estimated Time:2m 0s
Question 227Question

A network engineer is configuring a site-to-site VPN tunnel between two enterprise office locations. Unicast IP traffic successfully traverses the tunnel using standard IPsec transport. However, OSPF routing protocol neighbor adjacencies fail to form across the VPN, preventing dynamic routing updates from being exchanged. Which solution should the engineer implement to enable dynamic routing protocols across the encrypted connection?

Show answer & explanation

Answer: Encapsulate the traffic using a Generic Routing Encapsulation (GRE) tunnel and secure the GRE tunnel with IPsec.

Answer

Encapsulate the traffic using a Generic Routing Encapsulation (GRE) tunnel and secure the GRE tunnel with IPsec.
Native IPsec does not support broadcast or multicast traffic, which routing protocols like OSPF require to form neighbor adjacencies. Generic Routing Encapsulation (GRE) encapsulates multicast traffic into standard unicast IP packets. By combining GRE with IPsec (GRE over IPsec), the GRE tunnel handles the multicast routing packets while IPsec provides confidentiality and integrity for the encapsulated GRE tunnel.

Step-by-Step Solution

1
Analyze the technical limitation of standard native IPsec tunnels.
Native IPsec (ESP/AH) only encapsulates and transports unicast IP packets. It cannot directly encapsulate multicast or broadcast traffic.
Routing protocols such as OSPF rely on multicast packets (224.0.0.5 and 224.0.0.6) to discover neighbors and exchange Link-State Advertisements (LSAs).
2
Identify a tunneling protocol that supports multicast traffic.
Generic Routing Encapsulation (GRE) creates a virtual point-to-point link that can encapsulate multiprotocol, broadcast, and multicast traffic into unicast IP packets.
GRE creates the necessary wrapper for OSPF multicast packets, but GRE by itself does not provide encryption or security.
3
Combine GRE encapsulation with IPsec encryption (GRE over IPsec).
OSPF multicast packets are encapsulated inside a GRE unicast packet, which is then encrypted by IPsec for secure transmission across the untrusted network.
Combining both protocols satisfies both requirements: supporting multicast dynamic routing and securing the communication channel.

Key Concept

GRE over IPsec Multicast Tunneling
Question 228Question

A network administrator is conducting a post-audit baseline security hardening on an enterprise edge router. The audit report specifies three critical remediation goals: secure the administrative management plane, mitigate unauthorized VLAN hopping attacks across 802.1Q trunk links, and establish cryptographically secured remote device telemetry. Which of the following baseline configuration sets fully satisfies all three audit requirements?

Show answer & explanation

Answer: Configure SSHv2 on TCP port 22 while disabling Telnet, reassign the 802.1Q native VLAN to an unused non-default VLAN ID on trunk ports, and deploy SNMPv3 using the authPriv security level.

Answer

The baseline configuration that configures SSHv2 on TCP port 22, reassigns the 802.1Q native VLAN to an unused non-default VLAN ID, and deploys SNMPv3 with authPriv.
The correct response combines essential device hardening practices: disabling unencrypted management protocols in favor of SSHv2 on TCP port 22, changing the 802.1Q trunk native VLAN from default VLAN 1 to an unused VLAN ID to mitigate VLAN hopping, and enforcing SNMPv3 with authPriv (authentication and privacy encryption) for secure telemetry.

Step-by-Step Solution

1
Evaluate management plane remote administration security.
SSHv2 operating on standard TCP port 22 encrypts administrative control traffic, whereas Telnet and incorrect port mappings leave access exposed or misconfigured.
Telnet communicates in plaintext over TCP port 23, so migrating to SSHv2 over port 22 is essential for baseline management plane hardening.
2
Evaluate trunk interface configuration for VLAN security.
Reassigning the native VLAN from default VLAN 1 to a dedicated, unused VLAN ID isolates untagged frame processing.
Default VLAN 1 usage on 802.1Q trunks creates exploitation vectors for double-tagging and VLAN hopping.
3
Evaluate network telemetry protocol security.
SNMPv3 with authPriv provides cryptographic user authentication (HMAC-SHA/MD5) and data encryption (AES/DES).
SNMPv1 and SNMPv2c rely on cleartext community strings, which exposes device statistics and management data to interception.

Key Concept

Device Baseline Hardening: Management Plane Protocols, Native VLAN Isolation, and SNMPv3 Security
Question 229Question

An organization is enhancing the physical access controls for its core data center. Management requires a solution that strictly enforces single-person entry and prevents unauthorized individuals from tailgating behind an authenticated employee into the server hall. Which physical access control mechanism should the network administrator deploy to best satisfy this requirement?

Show answer & explanation

Answer: A mantrap physical enclosure equipped with interlocking doors and weight sensors

Answer

A mantrap physical enclosure equipped with interlocking doors and weight sensors is the most effective physical control to prevent tailgating and enforce single-person entry.
A mantrap is a specialized physical access control structure consisting of a small space with two interlocking doors. Once an authorized user unlocks and enters the first door, it closes and locks behind them before the second door will release. Combined with weight or optical sensors, it physically guarantees that only one authenticated person enters the secure area at a time, making it the definitive defense against tailgating.

Step-by-Step Solution

1
Identify the primary requirement
The goal is to physically restrict access so that only one authenticated individual can enter at a time, eliminating tailgating (piggybacking).
Tailgating occurs when an unauthorized person follows an authorized person through a single access portal.
2
Evaluate access control mechanisms against tailgating prevention
Single-door solutions (badge readers, biometrics, CCTV) provide access control or detection, but do not physically block extra persons from entering while the door is open. A mantrap uses two interlocking doors so the first door must close before the second opens, often combining weight sensors to ensure only one person is inside.
Physical enclosure control is required to prevent multiple people from walking through a single door opening.

Key Concept

Physical Access Control and Anti-Tailgating Measures (Mantraps)
Estimated Time:1m 0s
Question 230Question

A network security administrator is mapping recently deployed enterprise security controls to core security principles. Match each technical implementation on the left with the primary security concept or CIA triad pillar it addresses on the right.

Click a left item, then click its matching right item

Items

Configuring redundant uninterruptible power supplies (UPS) and dual ISP links for core network switches
Calculating and comparing cryptographic SHA-256 checksums of network device firmware images prior to installation
Deploying IPsec Encapsulating Security Payload (ESP) encryption for inter-site router traffic over public transit
Requiring asymmetric digital signatures on administrative audit log transfers to verify sender origin and prevent denial of action

Matches

Show answer & explanation

Answer

Redundant power and dual links match Availability. Cryptographic SHA-256 firmware checksums match Integrity. IPsec ESP traffic encryption matches Confidentiality. Asymmetric digital signatures on audit logs match Non-repudiation.
Each control aligns directly with a core security concept: power and link redundancy maintain system availability during outages; SHA-256 checksum comparisons confirm integrity by validating that software files were not altered; IPsec ESP encryption protects confidentiality by hiding payload contents from eavesdroppers; and asymmetric digital signatures enforce non-repudiation by providing indisputable cryptographic proof of log transmission origin.

Step-by-Step Solution

1
Analyze the objective of redundant power supplies and ISP connectivity
These controls prevent downtime and ensure hardware and link resilience
Maintaining continuous access to network resources maps directly to Availability.
2
Analyze cryptographic hashing of firmware images
Hashes verify that data has not been modified or corrupted during transfer
Ensuring data remains unaltered and trustworthy maps directly to Integrity.
3
Analyze IPsec ESP encryption for transit traffic
Payload encryption hides data from unauthorized listeners over public networks
Protecting sensitive information from unauthorized exposure maps directly to Confidentiality.
4
Analyze digital signatures on administrative audit log transfers
Asymmetric signing binds the action to the private key of the sender
Preventing an entity from denying its actions or communications maps directly to Non-repudiation.

Key Concept

Mapping Security Mechanisms to the CIA Triad and Core Principles
Question 231Question

A security technician observes traffic logs indicating an external host is conducting a half-open TCP SYN scan against a gateway firewall. Which of the following statements accurately describe the operational characteristics of a TCP SYN stealth scan? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: The scanning host sends an initial TCP packet with only the SYN flag enabled to probe a target port.; The scanning host responds with a RST packet after receiving a SYN-ACK from an open port.

Answer

A TCP SYN stealth scan initiates a connection using a SYN packet and immediately resets the connection with a RST packet upon receiving a SYN-ACK from an open port, preventing a full TCP connection from being logged.
During a SYN stealth scan, the attacker sends a TCP SYN packet to a target port. If the port is open, the target replies with a SYN-ACK packet. Rather than completing the three-way handshake with an ACK, the scanner transmits a RST packet to terminate the session immediately, avoiding standard connection logging on target applications.

Step-by-Step Solution

1
Analyze how a SYN scan initiates contact with a target port.
The scanner sends a single TCP packet with the SYN flag set.
This tests whether the port is listening for incoming TCP connections.
2
Determine how the scanner handles the target's response without completing the connection.
When the target sends a SYN-ACK, the scanner responds with a RST packet.
Aborting the handshake before sending the final ACK keeps the connection half-open and avoids application-level connection logging.

Key Concept

TCP SYN Stealth Scanning
Question 232Question

Following an unscheduled shutdown of a secondary Computer Room Air Handler (CRAH) unit in a high-density data center, network engineers observe water droplets forming on core switch chassis enclosures and optical transceiver modules. To compensate for the reduced cooling capacity, the remaining active CRAH unit automatically dropped its discharge air supply temperature to 10C10^\circ\text{C} (50F50^\circ\text{F}) while maintaining a relative humidity setpoint of 70%70\%. Which environmental mechanism directly accounts for the moisture condensation on the operating network hardware?

Show answer & explanation

Answer: The discharge supply air temperature fell below the dew point temperature of the server room ambient air.

Answer

The condensation formed because the discharge supply air temperature dropped below the dew point of the ambient server room air.
Condensation forms whenever an object's surface temperature drops below the dew point of the ambient air. Reducing the CRAH supply air temperature to 10C10^\circ\text{C} while maintaining high relative humidity (70%70\%) causes equipment chassis and transceiver surfaces to cool below the dew point of the server room air, turning gaseous moisture into liquid water droplets on network hardware.

Step-by-Step Solution

1
Analyze the relationship between cooling supply temperature, relative humidity, and dew point in data center HVAC design.
Dew point represents the atmospheric temperature at which water vapor condenses into liquid water.
Maintaining elevated relative humidity (70%70\%) combined with low supply air temperature (10C10^\circ\text{C}) lowers equipment surface temperatures beneath the ambient dew point.
2
Determine the impact of moisture condensation on active network equipment.
Liquid water forms on cold chassis walls, SFP/SFP+ optical modules, and cabling, introducing short-circuit and hardware degradation risks.
Air saturation occurs when surface temperatures fall below the dew point of the air mass, triggering liquid phase transition directly onto equipment surfaces.

Key Concept

Dew Point Management and Environmental Controls in Network Facilities
Question 233Question

A network technician needs to safeguard a remote equipment room against electrostatic discharge (ESD) and prevent unauthorized physical tampering with individual server hardware inside shared enclosures. Which TWO of the following controls should be deployed to meet these specific requirements? (Select TWO)

Select all that apply

Show answer & explanation

Answer: Maintain relative humidity levels between 40% and 55% within the equipment room; Install smart card locking door handles and secure side panels on server racks

Answer

Maintaining relative humidity between 40% and 55%, and installing smart card locks with secure side panels on server racks.
Maintaining humidity levels between 40% and 55% dissipates static charges in the air to protect sensitive components from ESD. Rack-level smart card locks and secure side panels provide physical containment and access logging specifically for equipment cabinets.

Step-by-Step Solution

1
Identify the environmental control needed to prevent electrostatic discharge (ESD).
Relative humidity kept between 40% and 55% prevents static electricity from accumulating in dry air while avoiding condensation.
Air that is too dry generates static electricity, whereas proper humidity management dissipates ESD potential.
2
Identify the physical security control needed to prevent tampering at the rack cabinet level.
Smart card locking handles combined with solid or locked side panels secure individual server equipment inside enclosures.
Limiting access to the server rack ensures unauthorized individuals cannot open cabinet doors or access exposed server hardware.

Key Concept

Physical Security Controls and Environmental Measures
Question 234Question

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 235Question

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 236Question

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 237Question

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 238Question

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 239Question

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 240Question

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
PreviousPage 12 / 22Next
Network Security Practice Questions — CompTIA Network+ — Page 12 | Examkin