Network Security

427 questions

Question 201Question

A network security administrator is evaluating network security monitoring appliances for an enterprise network segment that hosts time-sensitive industrial SCADA controllers. The team is deciding between installing an out-of-band passive Network Intrusion Detection System (NIDS) fed by a hardware network TAP versus an in-band inline Network Intrusion Prevention System (NIPS). Which of the following statements correctly identify operational trade-offs or characteristics of deploying the passive NIDS architecture over the inline NIPS architecture? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: The passive NIDS deployment introduces zero processing latency into the primary traffic path, avoiding potential disruption to time-sensitive control traffic.; The passive NIDS cannot directly stop inline malicious packets in real time before they arrive at the target system.

Answer

The passive NIDS deployment introduces zero processing latency into the primary traffic path and cannot directly stop inline malicious packets in real time before they arrive at the target system.
Out-of-band passive NIDS deployments utilize network TAPs or mirror ports to receive copies of traffic. Consequently, live packets pass uninterrupted between source and destination without experiencing processing latency from the inspection engine. Because the NIDS operates on traffic duplicates, it lacks the ability to actively drop or alter malicious frames before they hit the target network interface.

Step-by-Step Solution

1
Analyze the structural difference between out-of-band (passive TAP) NIDS and in-band (inline) NIPS architecture.
Passive NIDS receives duplicated network traffic from a test access point (TAP) or SPAN port, whereas inline NIPS processes live traffic directly in the communication path.
Understanding physical placement determines latency impact and inline blocking capabilities.
2
Evaluate the impact of passive monitoring on packet delivery latency and prevention capability.
Since traffic flows uninhibited past the TAP, no interface queuing or inspection delay is added to the live link. However, because the system receives copies, it cannot drop malicious packets before they reach the target destination.
Out-of-band placement guarantees zero inline latency at the trade-off of active inline packet filtering.
3
Evaluate inspection capabilities regarding OSI layers and encrypted traffic on passive streams.
Passive NIDS appliances perform full deep packet inspection up to Layer 7 application data. Encryption on port 443 (HTTPS) still hides packet payloads regardless of whether monitoring is passive or inline, unless decryption keys are configured.
NIDS operates across layers up to Layer 7, but payload encryption obscures higher-layer content regardless of TAP monitoring.

Key Concept

Passive out-of-band NIDS vs Inline NIPS architectural trade-offs
Question 202Question

A network security analyst is reviewing logs and architecture reports following a series of coordinated security incidents across an enterprise environment. Match each network attack type on the left with its corresponding operational vector or primary mechanism on the right.

Click a left item, then click its matching right item

Items

Deauthentication Attack
BGP Route Hijacking
DNS Amplification Attack
Evil Twin Attack

Matches

Show answer & explanation

Answer

Deauthentication Attack matches spoofing unauthenticated 802.11 management frames; BGP Route Hijacking matches maliciously advertising unauthorized autonomous system IP prefixes; DNS Amplification Attack matches exploiting open recursive resolvers with forged source IP headers; Evil Twin Attack matches deploying a rogue access point with identical SSID and authentication parameters.
Each attack type is mapped directly to its defining vector: Deauthentication attacks send spoofed 802.11 management frames to force client disconnects; BGP route hijacking broadcasts false prefix advertisements to divert network traffic; DNS amplification uses open resolvers to magnify UDP traffic sent to a spoofed victim IP; and Evil Twin attacks establish unauthorized wireless access points using trusted SSIDs to harvest credentials.

Step-by-Step Solution

1
Analyze the mechanism of a Deauthentication Attack
Identified that it targets Layer 2 wireless management frames to break established client associations
Legacy 802.11 wireless management frames do not require authentication unless 802.11w Protected Management Frames are enforced
2
Analyze the mechanism of BGP Route Hijacking
Identified that it involves sending fraudulent BGP route announcements to alter Internet path selection
Border Gateway Protocol inherently trusts peer announcements unless secured with mechanisms such as RPKI
3
Analyze the mechanism of a DNS Amplification Attack
Identified that it is a reflection DDoS vector using open resolvers and spoofed UDP headers
Small DNS request packets with EDNS0 options generate disproportionately large response payloads sent to the victim's spoofed IP address
4
Analyze the mechanism of an Evil Twin Attack
Identified that it sets up a fraudulent wireless network mimicking a legitimate service set identifier
Wireless clients typically auto-connect to known SSIDs offering the highest signal strength

Key Concept

Identifying specific network security attack vectors across wireless, routing, and application infrastructure
Estimated Time:2m 0s
Question 203Question

A network technician is configuring environmental controls for a server room housing sensitive equipment. To minimize the risk of electrostatic discharge (ESD) damaging internal hardware components, which environmental measure should be maintained within standard recommended thresholds?

Show answer & explanation

Answer: Ambient relative humidity levels

Answer

Maintaining proper ambient relative humidity levels is the primary environmental control used to prevent electrostatic discharge (ESD) buildup in network equipment facilities.
Electrostatic discharge occurs when dry air allows static charges to accumulate on physical surfaces and personnel. Maintaining ambient relative humidity at recommended target levels (typically 40% to 55%) ensures sufficient air moisture to dissipate static charges safely before they reach network hardware.

Step-by-Step Solution

1
Identify the physical security/environmental hazard described in the scenario.
The target threat is electrostatic discharge (ESD), which can destroy electronic micro-components.
Understanding the physical mechanics of ESD is necessary to select the appropriate environmental countermeasure.
2
Evaluate how environmental metrics control static electricity.
Low humidity creates dry air, causing static electricity to accumulate easily on objects and human bodies. Maintaining appropriate relative humidity keeps moisture levels sufficient to ground static charges harmlessly.
Environmental control of moisture (humidity) directly mitigates ESD risks in server rooms and wiring closets.

Key Concept

Environmental Controls and Electrostatic Discharge Mitigation
Question 204Question

Engineers troubleshooting a remote access IPsec IKEv2 VPN deployment notice that clients can successfully complete initial IKE negotiations over UDP port 500 when assigned a public IPv4 address directly. However, when telecommuters attempt to connect from behind residential routers performing Port Address Translation (PAT), Phase 2 negotiation fails and no encrypted data passes through the tunnel because the intermediate PAT router drops IP Protocol 50 (ESP) packets. Which configuration modification on the VPN gateway will resolve this connection issue while preserving payload encryption for telecommuters?

Show answer & explanation

Answer: Enable NAT Traversal (NAT-T) on the gateway to encapsulate IPsec ESP packets inside UDP port 4500 datagrams.

Answer

Enable NAT Traversal (NAT-T) on the gateway to encapsulate IPsec ESP packets inside UDP port 4500 datagrams.
Enabling NAT Traversal (NAT-T) dynamically detects intermediate NAT/PAT devices during IKE negotiations. Upon detection, the gateway and client encapsulate IPsec ESP packets (IP Protocol 50) within UDP datagrams using destination port 4500. Because UDP port 4500 includes standard Layer 4 port headers, intermediate routers performing Port Address Translation (PAT) can translate and forward the traffic without dropping the VPN connection or invalidating payload encryption.

Step-by-Step Solution

1
Analyze the protocol failure cause in the scenario.
IPsec Encapsulating Security Payload (ESP) operates directly over IP as Protocol 50 without Layer 4 TCP or UDP port headers.
Because Port Address Translation (PAT) relies on modifying Layer 4 TCP/UDP port numbers, intermediate PAT routers frequently drop or fail to map raw IP Protocol 50 ESP traffic.
2
Evaluate standard IPsec solutions for PAT compatibility.
NAT Traversal (NAT-T) is defined in RFC standards (RFC 3947/3948) specifically to detect NAT/PAT devices during IKE Phase 1.
When NAT is detected, NAT-T wraps the ESP packet inside a standard UDP header using destination port 4500.
3
Verify that payload security and data path function correctly.
Intermediate PAT routers can successfully track and translate UDP port 4500 sessions, ensuring encrypted VPN payloads pass through while maintaining full ESP encryption integrity.
Encapsulating ESP in UDP port 4500 allows PAT translation without breaking the cryptographic integrity of the original payload.

Key Concept

IPsec NAT Traversal (NAT-T) and UDP Port 4500 Encapsulation
Question 205Question

A network administrator is configuring a remote access VPN for external contractors who need access to internal web-based applications. To comply with corporate security policies, the solution must allow access directly through a standard web browser over TCP port 443 without requiring the installation of dedicated endpoint client software on contractor devices. Which VPN technology should the administrator deploy?

Show answer & explanation

Answer: Clientless SSL/TLS VPN

Answer

Clientless SSL/TLS VPN is the correct solution because it operates via web browsers over TCP port 443 without requiring dedicated client software installation.
The choice specifying a Clientless SSL/TLS VPN is correct because it uses standard web technologies (HTTPS on TCP port 443) through the user's browser, satisfying the requirement to grant access to internal web applications without installing software on the client device.

Step-by-Step Solution

1
Analyze the connectivity requirements given in the scenario
Identified key requirements: browser-based access, TCP port 443 (HTTPS), and zero endpoint client software installation.
Contractors use unmanaged endpoints where installing corporate client software is prohibited or impracticable.
2
Evaluate remote access protocols against the identified requirements
SSL/TLS VPN supports a clientless portal model native to web browsers using TCP 443. IPsec, L2TP/IPsec, and GRE all require local software configuration or network equipment.
SSL/TLS functions at the Application/Transport layers, enabling HTML portal access directly.

Key Concept

Clientless SSL/TLS Remote Access VPNs
Question 206Question

A network administrator is configuring remote access VPN user authentication to forward requests to a central server using RADIUS. Which transport protocol and default destination port does RADIUS use for authentication traffic?

Show answer & explanation

Answer: UDP port 1812

Answer

RADIUS uses UDP port 1812 by default for authentication traffic.
RADIUS relies on UDP transport and uses port 1812 by default for authentication and authorization traffic.

Step-by-Step Solution

1
Identify the protocol used for centralized remote access authentication in the scenario.
The scenario specifies RADIUS (Remote Authentication Dial-In User Service).
RADIUS is a widely deployed open-standard AAA protocol.
2
Recall the transport layer protocol and default port assignment for RADIUS authentication.
RADIUS uses UDP port 1812 for authentication and authorization.
Standard RFC 2865 assigns UDP port 1812 to RADIUS authentication services (and UDP port 1813 for RADIUS accounting).

Key Concept

RADIUS Protocol Specifications and Port Assignments
Question 207Question

A network administrator is configuring a centralized authentication server to support remote access VPN clients using the RADIUS protocol. Security policies require creating specific firewall rules to permit authentication traffic from the VPN gateway to the backend RADIUS server. Which transport protocol and destination port combination must be allowed through the firewall for standard RADIUS authentication?

Show answer & explanation

Answer: UDP port 1812

Answer

UDP port 1812 is the standard transport protocol and port used for RADIUS authentication.
RADIUS (Remote Authentication Dial-In User Service) is an open-standard AAA protocol that operates over UDP using port 1812 for authentication and authorization, and port 1813 for accounting. Therefore, configuring firewall rules to permit UDP port 1812 allows authentication packets from the VPN gateway to reach the backend server.

Step-by-Step Solution

1
Identify the authentication protocol specified in the scenario.
The scenario specifies RADIUS (Remote Authentication Dial-In User Service).
Determining the target protocol narrows down transport layer requirements.
2
Determine the transport protocol used by RADIUS.
RADIUS uses UDP (User Datagram Protocol).
RADIUS was designed to use lightweight connectionless transport for authentication and accounting frames.
3
Identify the official IANA destination port for RADIUS authentication.
UDP port 1812 is designated for RADIUS authentication messages.
Firewall rules require matching both transport layer protocol and destination port.

Key Concept

RADIUS Port and Transport Layer Protocol Specifications
Question 208Question

Match each network security threat to the primary mechanism or vector used to execute the attack.

Click a left item, then click its matching right item

Items

Evil Twin
ARP Poisoning
DNS Cache Poisoning
VLAN Hopping

Matches

Show answer & explanation

Answer

Evil Twin matches deploying an unauthorized access point with a matching SSID; ARP Poisoning matches forging local resolution responses to map gateway IPs to an attacker MAC address; DNS Cache Poisoning matches injecting fraudulent records into a resolver's cache; VLAN Hopping matches sending double-tagged frames to cross switch VLAN boundaries.
Each attack type matches its specific operational vector: Evil Twin uses unauthorized wireless access points mimicking legitimate SSIDs; ARP Poisoning corrupts local Layer 2 MAC tables; DNS Cache Poisoning corrupts domain name lookup caches; VLAN Hopping manipulates 802.1Q switch trunking tags.

Step-by-Step Solution

1
Identify wireless layer threats
Evil Twin is recognized as a wireless rogue access point duplicating an authentic network SSID.
Evil Twin attacks specifically exploit wireless client auto-connect behaviors.
2
Differentiate local Layer 2 resolution attacks from remote Layer 7 resolution attacks
ARP Poisoning operates at Layer 2 via Ethernet MAC address manipulation, while DNS Cache Poisoning operates at Layer 7 via hostname-to-IP resolution records.
ARP targets local broadcast domains whereas DNS targets domain resolution caches.
3
Analyze switch trunking encapsulation attacks
VLAN Hopping leverages double 802.1Q tagging to traverse switch boundaries without a router.
Switches stripping the outer VLAN tag forward the packet into the inner targeted VLAN.

Key Concept

Common Network Attack Types and Vectors
Estimated Time:45s
Question 209Question

A network engineer is configuring a single Service Set Identifier (SSID) on an enterprise wireless access point to support both modern corporate laptops and legacy handheld scanners during a phased migration to WPA3. To achieve backward compatibility without establishing separate wireless networks, the engineer selects WPA3-Personal Transition Mode. Which TWO of the following technical requirements and configurations must be implemented on the access point for this deployment? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Simultaneous Authentication of Equals (SAE) must operate alongside WPA2 Pre-Shared Key (PSK) authentication.; Protected Management Frames (PMF) must be configured as optional/capable rather than mandatory.

Answer

Simultaneous Authentication of Equals (SAE) operating alongside WPA2 Pre-Shared Key (PSK) authentication, and Protected Management Frames (PMF) configured as optional/capable rather than mandatory.
WPA3-Personal Transition Mode is designed for dual-stack legacy compatibility. It enables Simultaneous Authentication of Equals (SAE) for modern clients while allowing legacy clients to authenticate using Pre-Shared Key (PSK) with AES-CCMP encryption. Furthermore, because Protected Management Frames (PMF/802.1w) are mandatory in pure WPA3 but unsupported by legacy WPA2 devices, the access point must set PMF to optional/capable to permit legacy association.

Step-by-Step Solution

1
Analyze the authentication requirements for WPA3-Personal Transition Mode on a shared SSID.
Transition mode requires dual-stack authentication where WPA3 devices negotiate SAE and WPA2 devices fall back to PSK.
This guarantees seamless connectivity for legacy devices while providing enhanced security (Diffie-Hellman key exchange via SAE) for newer devices.
2
Determine the Protected Management Frames (PMF / IEEE 802.1w) configuration setting.
PMF must be configured to 'capable' (optional).
WPA3 mandates PMF as required, but legacy WPA2 devices frequently lack 802.1w support. Setting PMF to mandatory would prevent legacy WPA2 clients from associating.
3
Evaluate distractor configurations regarding enterprise authentication and encryption ciphers.
Reject 802.1X/RADIUS and TKIP options.
WPA3-Personal modes use SAE/PSK pre-shared mechanisms rather than centralized 802.1X RADIUS authentication. Additionally, TKIP is deprecated and prohibited under WPA3 standards, which require AES-CCMP.

Key Concept

WPA3-Personal Transition Mode Requirements and PMF Negotiation
Estimated Time:2m 0s
Question 210Question

A remote employee launches a client-based SSL/TLS VPN software application to connect to the corporate network over an untrusted internet connection. In what chronological order do the steps occur to establish the VPN session and enable secure data transfer?

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct order of establishing a client-based SSL/TLS VPN session is: 1) Initial TLS handshake over TCP port 443, 2) User credential transmission and AAA authentication, 3) Virtual IP address assignment to the virtual adapter, 4) Host routing table modification, and 5) Encapsulation and transmission of user payload data.
Establishing a remote access SSL/TLS VPN session requires a secure transport channel before credential verification. Once authenticated, the gateway issues virtual network settings, enabling the local host to update its routing table and subsequently begin encapsulating data payloads.

Step-by-Step Solution

1
Establish control channel encryption
TLS session formed over port 443
Prevents credential sniffing on untrusted networks prior to authentication.
2
Authenticate user identity
RADIUS/AAA verifies user authorization
Ensures only authorized users are granted entry into internal resources.
3
Provision virtual adapter
Virtual NIC receives IP address and DNS servers
Allows the remote host to act as a local node on the corporate subnet.
4
Update host routing rules
Traffic destined for target subnets is directed to the virtual adapter
Determines whether split-tunneling or full-tunneling directs data into the VPN tunnel.
5
Encapsulate user data
Encrypted payload transmitted across internet
Protects confidentiality and integrity of network applications during active session.

Key Concept

Client-Based SSL/TLS Remote Access VPN Session Lifecycle
Estimated Time:1m 30s
Question 211Question

Match each remote access protocol or security component with its primary technical characteristic.

Click a left item, then click its matching right item

Items

IPsec ESP (Encapsulating Security Payload)
Clientless SSL/TLS VPN
GRE (Generic Routing Encapsulation)
RADIUS

Matches

Show answer & explanation

Answer

IPsec ESP matches with encrypting packet payload data for confidentiality; Clientless SSL/TLS VPN matches with browser access over TCP port 443; GRE matches with unencrypted multi-protocol tunnel encapsulation; and RADIUS matches with central AAA management over UDP ports 1812/1813.
Each item correctly matches its defining operational feature: IPsec ESP encrypts payload data; Clientless SSL/TLS VPN provides web access via TCP port 443 without client software; GRE provides unencrypted tunneling; and RADIUS manages central AAA authentication using UDP ports 1812 and 1813.

Step-by-Step Solution

1
Analyze the primary function of IPsec ESP.
IPsec ESP provides payload confidentiality and integrity through encryption.
ESP is the main protocol in the IPsec suite dedicated to data encryption.
2
Analyze the requirements for Clientless SSL/TLS VPN.
It operates directly inside standard web browsers via HTTPS (TCP port 443) without endpoint client software.
Clientless SSL/TLS leverages native browser TLS support for web application access.
3
Examine the capabilities of GRE.
GRE establishes point-to-point IP tunnels for diverse protocols but provides no encryption.
GRE is designed strictly for protocol encapsulation, not data security.
4
Identify the operational role of RADIUS.
RADIUS centralizes authentication, authorization, and accounting over UDP ports 1812 and 1813.
RADIUS is a standard AAA protocol used in network access authentication.

Key Concept

Remote access protocols and security mechanisms
Question 212Question

A security administrator needs to detect malicious process injections and file modifications on an internal application server that processes encrypted HTTPS traffic. The solution must inspect activity post-decryption without introducing network transmission latency or requiring payload decryption keys on network taps. Which detection system and deployment strategy best meets these requirements?

Show answer & explanation

Answer: Host-based Intrusion Detection System (HIDS) installed directly on the application server operating system

Answer

Host-based Intrusion Detection System (HIDS) installed directly on the application server operating system
The Host-based Intrusion Detection System (HIDS) option is correct because HIDS agents run locally on the target operating system. This provides full visibility into system calls, process memory, local file modifications, and decrypted application payloads without altering or adding latency to network packet routing.

Step-by-Step Solution

1
Analyze the operational constraints and inspection requirements
The requirements demand inspecting activity after TLS decryption, monitoring system processes/files, and introducing zero network latency.
Network-based systems inspecting wire traffic cannot view encrypted TLS payloads without out-of-band decryption architectures.
2
Evaluate host-based versus network-based security controls
Host-based Intrusion Detection Systems (HIDS) reside on the endpoint OS and have direct visibility into unencrypted data, local process execution, and system files.
Because HIDS runs on the host itself, packet transmission across network interfaces is unaffected, avoiding network latency.

Key Concept

HIDS vs NIDS/NIPS Deployment & Visibility Scope
Estimated Time:1m 15s
Question 213Question

A network facility manager is reviewing physical security and environmental protection measures for a remote server room. Match each physical security control or environmental measure on the left with its primary operational purpose on the right.

Click a left item, then click its matching right item

Items

Faraday Cage
Mantrap
Clean-Agent Fire Suppression System
HVAC Humidity Controller

Matches

Show answer & explanation

Answer

Faraday Cage matches with blocking electromagnetic interference; Mantrap matches with preventing tailgating via interlocking doors; Clean-Agent Fire Suppression matches with extinguishing fires without residue; HVAC Humidity Controller matches with managing moisture to prevent ESD and condensation.
Each physical security control or environmental measure is paired with its specific protection mechanism: Faraday cages provide RF/EMI isolation, mantraps mitigate physical tailgating via dual-door interlocks, clean-agent suppression safely puts out fires without water damage, and HVAC humidity regulation prevents electrostatic discharge and moisture condensation.

Step-by-Step Solution

1
Identify the primary protective function of shielded enclosures.
Recognize that a Faraday cage blocks electromagnetic signals and prevents wireless interception or interference.
Electromagnetic shielding isolates network hardware from external radio frequencies and signal leakage.
2
Analyze physical entry barrier controls.
Identify that a mantrap utilizes a dual-door interlocking system to control individual access.
Interlocking doors force sequential authentication to eliminate piggybacking or tailgating.
3
Evaluate specialized data center fire protection solutions.
Determine that clean-agent fire suppression uses non-conductive gas rather than water or dry chemicals.
Gaseous suppressants extinguish fire safely around active electrical components without shorting equipment or leaving corrosive residue.
4
Examine environmental controls for humidity management.
Connect HVAC humidity regulation to static electricity and moisture control.
Maintaining proper humidity levels avoids low-humidity ESD risks and high-humidity condensation risks.

Key Concept

Physical Security Controls and Environmental Measures
Estimated Time:1m 30s
Question 214Question

A network administrator is configuring secure access for a newly installed network switch. The administrator needs to ensure that all web-based administrative traffic between the management workstation and the switch is encrypted to protect sensitive credentials from eavesdropping. Which protocol should be enabled on the switch to meet this requirement?

Show answer & explanation

Answer: HTTPS

Answer

HTTPS should be enabled on the network switch because it secures web-based administrative sessions using cryptographic encryption.
HTTPS uses Transport Layer Security (TLS) to encrypt all communications between the browser and the switch management interface, preventing unauthenticated network users from viewing or altering management traffic.

Step-by-Step Solution

1
Identify the management interface requirement
The scenario requires an encrypted web-based administrative management channel.
Cleartext management protocols expose passwords and switch configurations to unauthorized interception.
2
Evaluate candidate protocols against security baseline controls
HTTPS encrypts web traffic using TLS/SSL, whereas HTTP, Telnet, and SNMPv1 communicate in plaintext or lack administrative web encryption.
Enabling HTTPS hardens the network device management plane by mitigating credential sniffing.

Key Concept

Secure Web Management via HTTPS
Estimated Time:45s
Question 215Question

A network operations team needs to verify that log files sent from edge firewalls to a central monitoring server are not altered or tampered with during transmission. Which core security principle is the team primarily enforcing, and which technical mechanism achieves this goal?

Show answer & explanation

Answer: Integrity, by using SHA-256 cryptographic hashing to verify file consistency.

Answer

Integrity, by using SHA-256 cryptographic hashing to verify file consistency.
Integrity is the security principle that ensures data remains accurate and unaltered during transit or storage. Cryptographic hashing algorithms generate a fixed digest of the file; comparing the hash values before and after transmission conclusively proves whether the data was altered.

Step-by-Step Solution

1
Identify the core security requirement described in the scenario.
The requirement is to detect whether log files have been altered or tampered with during transport.
Preventing or detecting unauthorized data modification directly falls under the Integrity pillar of the CIA triad.
2
Select the appropriate technical mechanism for verifying data integrity.
Cryptographic hashing algorithms like SHA-256 produce a unique mathematical digest of the file contents.
If any portion of the transmission is modified, recalculating the SHA-256 hash at the destination yields a mismatch, indicating tampering.

Key Concept

Integrity in the CIA Triad
Question 216Question

A network security architect is defining wireless encryption and key negotiation baselines across multiple enterprise operating environments. Match each wireless security mode on the left with its corresponding mandatory cipher suite, authentication framework, and integrity mechanism on the right.

Click a left item, then click its matching right item

Items

WPA3-Enterprise 192-bit Mode (CNSA Suite)
WPA3-Personal
WPA2-Enterprise
WPA2-Personal (Legacy TKIP Mode)

Matches

Show answer & explanation

Answer

WPA3-Enterprise 192-bit Mode matches GCMP-256 with HMAC-SHA384 and ECDH P-384. WPA3-Personal matches AES-CCMP-128 with the Dragonfly handshake (SAE). WPA2-Enterprise matches AES-CCMP-128 with 802.1X/EAP RADIUS authentication. WPA2-Personal (Legacy TKIP Mode) matches the RC4 stream cipher with TKIP and Michael MIC.
Each wireless security standard relies on distinct encryption ciphers, integrity algorithms, and key exchange/authentication frameworks. WPA3-Enterprise 192-bit mode mandates the CNSA suite (GCMP-256, HMAC-SHA384, ECDH P-384). WPA3-Personal uses Dragonfly (SAE) with AES-CCMP-128. WPA2-Enterprise leverages 802.1X/EAP with AES-CCMP-128, and legacy WPA2-TKIP uses RC4 with Michael MIC.

Step-by-Step Solution

1
Identify high-security government/enterprise WPA3 192-bit requirements
Associated WPA3-Enterprise 192-bit Mode with the CNSA suite: GCMP-256, HMAC-SHA384, and ECDH P-384 key exchange.
Top-tier enterprise environments require 192-bit security suite primitives for top-secret data classification.
2
Analyze WPA3-Personal key negotiation mechanism
Matched WPA3-Personal with Simultaneous Authentication of Equals (SAE) via the Dragonfly handshake and AES-CCMP-128.
SAE provides forward secrecy and protects against offline password guessing attacks.
3
Determine enterprise 802.1X authentication baseline for WPA2
Linked WPA2-Enterprise to port-based 802.1X/EAP RADIUS authentication paired with AES-CCMP-128 encryption.
Enterprise modes decouple authentication to an external RADIUS server rather than sharing a static passphrase.
4
Differentiate legacy fallback cipher suites
Matched WPA2-Personal Legacy TKIP mode to the RC4 stream cipher engine combined with the Michael Message Integrity Check.
TKIP was designed as an interim encapsulation wrapper around the legacy RC4 algorithm.

Key Concept

Wireless Security Standards and Encryption Protocols
Estimated Time:2m 0s
Question 217Question

An infrastructure engineer is designing physical access controls for a high-security data center hall. The facility security policy mandates a mechanism that strictly prevents tailgating (piggybacking) during employee entry. Additionally, in the event of a total facility power outage, exterior access doors must default to a locked state to maintain perimeter security against intruders, while personnel remaining inside the room must be able to exit safely without active electrical power. Which combination of physical access controls best satisfies all specified operational and safety requirements?

Show answer & explanation

Answer: Deploy an access control vestibule (mantrap) equipped with fail-secure electronic locks on the exterior entry door and fail-safe mechanical crash bars on the interior exit pathway.

Answer

Deploying an access control vestibule (mantrap) with fail-secure electronic locks on the exterior entry door and fail-safe mechanical crash bars on the interior exit pathway meets all security and emergency safety requirements.
An access control vestibule (mantrap) provides the physical interlocking control required to detect and eliminate tailgating. Using fail-secure locks on the outer entrance guarantees that loss of facility power will not unlock the door to outside intruders. Equipping the interior door exit with mechanical fail-safe hardware ensures personnel can escape during emergency power failures in compliance with safety standards.

Step-by-Step Solution

1
Analyze anti-tailgating control requirements.
Identify that an access control vestibule (mantrap) with interlocking doors is required to physically restrict access to one individual at a time.
Single doors or open turnstiles allow unauthorized individuals to follow authorized personnel closely.
2
Determine power-failure lock behavior for perimeter security.
Select fail-secure locking hardware for exterior doors.
Fail-secure locks require continuous power to remain unlocked; upon loss of power, they default to a locked state, preventing exterior intruders from entering.
3
Determine egress mechanisms for life-safety compliance.
Select fail-safe mechanical crash bars or unlatching handles for internal egress.
Building and fire safety codes require that occupants inside a facility can exit unhindered without requiring active electrical power or specialized knowledge during an emergency.

Key Concept

Physical Access Control Mechanisms, Mantraps, and Fail-Safe vs. Fail-Secure Lock Operations
Estimated Time:2m 0s
Question 218Question

A network administrator needs to implement a physical security control for a data center entrance that prevents unauthorized individuals from following authorized personnel through a doorway (tailgating) by using a specialized room with two interlocking doors. Which physical security control should the administrator deploy?

Show answer & explanation

Answer: A mantrap

Answer

A mantrap
A mantrap (or airlock/access control vestibule) features a dual-door interlocking system designed specifically to prevent tailgating. The first door must shut and lock before the second door can be unlocked, restricting entry to one person at a time.

Step-by-Step Solution

1
Analyze the physical access control requirement
The goal is to stop tailgating using an interlocking two-door physical structure.
Tailgating occurs when an unauthenticated person follows an authenticated person through a door.
2
Match the requirement to the appropriate physical security control
A mantrap (access control vestibule) uses interlocking doors to isolate entrants and ensure only one authorized person enters at a time.
The interlocking mechanism prevents both doors from being open simultaneously.

Key Concept

Physical Security Controls: Mantraps and Anti-Tailgating
Question 219Question

A system administrator discovers an unauthorized wireless access point broadcasting the exact same network name (SSID) as the corporate Wi-Fi network, attempting to trick user devices into connecting to it. Which of the following network attack types best describes this scenario?

Show answer & explanation

Answer: Evil twin attack

Answer

Evil twin attack
An evil twin attack occurs when an attacker sets up a rogue wireless access point using the same SSID (Service Set Identifier) as a legitimate network. Nearby client devices that recognize the SSID may automatically connect to the malicious access point, enabling the attacker to monitor or intercept network traffic.

Step-by-Step Solution

1
Analyze the incident symptoms presented in the scenario.
An unauthorized wireless access point is broadcasting a duplicate SSID to deceive client devices into establishing a connection.
Identifying wireless SSID impersonation pinpoints rogue access point attack vectors.
2
Match the observed technique to standard network security attack definitions.
Broadcasting a fraudulent SSID that mirrors a trusted corporate network is the defining characteristic of an evil twin attack.
Evil twin attacks specifically exploit trusted SSID profiles saved on client devices to execute man-in-the-middle positioning.

Key Concept

Evil Twin Attack
Estimated Time:45s
Question 220Question

A network engineer is configuring a stateless Access Control List (ACL) on a router interface connecting an internal subnet (10.100.10.0/2410.100.10.0/24) to an external gateway. To permit outbound DNS name resolution to a public DNS server (8.8.8.88.8.8.8), the engineer applies the following outbound ACL entry on the router interface:

`permit udp 10.100.10.0 0.0.0.255 host 8.8.8.8 eq 53`

After applying this configuration, internal client hosts are still unable to resolve domain names. Packet captures confirm outbound DNS query packets are leaving the interface, but clients never receive answers. Which of the following best explains why the DNS resolution is failing?

Show answer & explanation

Answer: The stateless ACL drops the return DNS reply traffic from port 53 because it does not maintain session state and lacks an inbound permit rule for return traffic.

Answer

The DNS resolution fails because the stateless ACL filtering outbound traffic does not dynamically track connection state, causing the returning DNS response packets from the DNS server to be dropped by the implicit deny rule on the return path.
Stateless Access Control Lists (ACLs) do not monitor connection state tables or track session handshakes. While the outbound permit rule allows client DNS requests to reach external server 8.8.8.8, the return DNS answer packets originating from 8.8.8.8 port 53 back to the client are evaluated independently. Without a corresponding return permit rule on the incoming traffic path, the return packets hit the implicit deny at the end of the ACL structure and are dropped.

Step-by-Step Solution

1
Analyze the operational difference between stateful firewalls and stateless access control lists.
Stateless filters treat every packet independently and do not inspect or maintain connection state tables for active flows.
Because stateless ACLs do not record outbound connection attempts, return packets are not automatically recognized or allowed back through the interface.
2
Trace the bidirectional traffic flow of a DNS query.
The outbound packet (Source: 10.100.10.x10.100.10.x:ephemeral_port, Destination: 8.8.8.88.8.8.8:53) matches the outbound permit rule and leaves the router. The return packet (Source: 8.8.8.88.8.8.8:53, Destination: 10.100.10.x10.100.10.x:ephemeral_port) arrives at the interface.
Without an inbound ACL entry permitting UDP traffic from source host 8.8.8.88.8.8.8 port 53 back to internal ephemeral ports, the return packet encounters the implicit deny.
3
Identify the required remedy for stateless packet filtering.
An explicit return rule must be configured (or a stateful firewall architecture implemented) to permit traffic originating from host 8.8.8.88.8.8.8 port 53 returning to 10.100.10.0/2410.100.10.0/24.
This completes the bidirectional communication path necessary for client-server protocol interaction.

Key Concept

Stateless vs. Stateful Packet Filtering in ACLs
Estimated Time:2m 0s
PreviousPage 11 / 22Next
Network Security Practice Questions — CompTIA Network+ — Page 11 | Examkin