Network Security

427 soru

Soru 181Soru

Match each wireless security standard to its primary encryption algorithm or authentication mechanism.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

WEP
WPA
WPA2
WPA3

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

WEP pairs with RC4 with static IVs; WPA pairs with TKIP; WPA2 pairs with CCMP/AES; WPA3 pairs with SAE.
The security protocols align directly with their cryptographic evolution: WEP relies on RC4 with static IVs, WPA introduces TKIP, WPA2 enforces CCMP with AES, and WPA3 Personal implements SAE key exchange.

Adım Adım Çözüm

1
Identify the cryptographic foundation of legacy WEP.
WEP uses the RC4 stream cipher combined with static 24-bit Initialization Vectors.
WEP is the original 802.11 security protocol known for static IV collision vulnerabilities.
2
Identify the interim mechanism introduced with first-generation WPA.
WPA introduced TKIP to provide per-packet key mixing over RC4.
TKIP allowed firmware-only upgrades for existing WEP hardware while improving security.
3
Identify the mandatory cipher suite introduced in WPA2.
WPA2 mandates CCMP, which uses AES for data confidentiality and integrity.
IEEE 802.11i required AES-CCMP to replace vulnerable RC4-based protocols.
4
Identify the key establishment protocol used in WPA3 Personal.
WPA3 Personal replaces PSK with SAE (Simultaneous Authentication of Equals).
SAE provides Dragonfly key exchange to protect against offline dictionary attacks.

Anahtar Kavram

Wireless Security Standards and Encryption Protocols
Soru 182Soru

A network administrator is migrating a corporate wireless network to WPA3-Enterprise to enhance access control and audit capabilities for individual staff members. During deployment, a junior technician suggests configuring Simultaneous Authentication of Equals (SAE) across the wireless access points to simplify onboarding without integrating the organization's existing RADIUS server. Which of the following best explains why this recommendation fails to meet the enterprise security requirement?

Cevabı ve açıklamayı göster

Cevap: Simultaneous Authentication of Equals (SAE) is designed for WPA3-Personal and relies on a shared passphrase, failing to provide individual user authentication and centralized 802.1X accounting.

Cevap

Simultaneous Authentication of Equals (SAE) is designed for WPA3-Personal and relies on a shared passphrase, failing to provide individual user authentication and centralized 802.1X accounting.
WPA3-Enterprise requires IEEE 802.1X authentication using EAP methods backed by a RADIUS server to verify each user individually. Simultaneous Authentication of Equals (SAE) is a key exchange mechanism designed specifically for WPA3-Personal to secure passphrase-based networks, making it incapable of delivering individual user identification or centralized AAA accounting.

Adım Adım Çözüm

1
Identify the enterprise security requirements
Enterprise wireless deployments require unique credentials per user, centralized identity directory management, and per-user audit logging.
Individual accountability and centralized access revocation require an IEEE 802.1X authentication framework integrated with a backend RADIUS server.
2
Analyze the operational mechanism of Simultaneous Authentication of Equals (SAE)
SAE is a password-authenticated key exchange protocol based on Dragonfly Handshake used in WPA3-Personal.
While SAE eliminates offline dictionary attack vulnerabilities inherent to standard WPA2 PSK, it still utilizes a shared password across users rather than individual user directory accounts.
3
Evaluate why the recommendation fails the objective
Bypassing RADIUS integration in favor of SAE strips the enterprise of individual user identification and 802.1X AAA controls.
SAE is restricted to WPA3-Personal implementations and cannot fulfill 802.1X Enterprise requirements.

Anahtar Kavram

WPA3 Personal vs Enterprise Authentication Architecture
Soru 183Soru

A network technician observes that network traffic intended for the local default gateway is being intercepted by an unauthorized computer on the same subnet. Investigation reveals that the unauthorized computer sent spoofed Address Resolution Protocol messages to update the IP-to-MAC address resolution tables of neighboring hosts. Which of the following attack types is taking place?

Cevabı ve açıklamayı göster

Cevap: ARP poisoning

Cevap

ARP poisoning is occurring because spoofed ARP messages are being used to manipulate the local hardware address resolution table.
The correct option is ARP poisoning because the attack specifically targets the Address Resolution Protocol by injecting falsified IP-to-MAC address mappings into local host cache tables, allowing traffic interception on the local subnet.

Adım Adım Çözüm

1
Analyze the observed attack mechanics described in the scenario.
The attack manipulates local IP-to-MAC address mapping tables using forged messages on the local subnet.
Address Resolution Protocol (ARP) translates Layer 3 IP addresses into Layer 2 MAC addresses.
2
Differentiate local Layer 2 spoofing from remote Layer 7 name resolution attacks.
Altering IP-to-MAC tables locally is ARP poisoning, whereas altering domain-name-to-IP tables is DNS poisoning.
ARP functions at Layer 2/3 for local subnets, while DNS functions at Layer 7 for hostname resolution.

Anahtar Kavram

ARP Poisoning (ARP Spoofing)
Soru 184Soru

An organization is deploying a secure remote access solution for traveling employees. The network security team specifies that the solution must encapsulate and encrypt all network-layer (Layer 3) IP traffic between host laptops and the central gateway, ensuring the original internal IP header is completely hidden while traversing the public Internet. Which protocol and deployment mode best satisfies these requirements?

Cevabı ve açıklamayı göster

Cevap: IPsec operating in Tunnel mode

Cevap

IPsec operating in Tunnel mode is the correct choice because it encapsulates and encrypts the complete original IP packet (both payload and original internal IP header), providing comprehensive Layer 3 confidentiality for client-to-gateway remote access over untrusted networks.
IPsec in Tunnel mode encrypts both the original IP payload and the original IP header, placing the encrypted packet inside a new IP packet with a gateway address as the destination. This completely hides internal network topology and secures all Layer 3 host traffic over untrusted networks.

Adım Adım Çözüm

1
Analyze the core security and encapsulation requirements.
Determined that all Layer 3 IP traffic must be encrypted and the original internal IP header obfuscated during transmission across public routes.
Host-to-gateway remote access VPN solutions over public networks must prevent public routers from inspecting internal IP addresses.
2
Compare IPsec operational modes (Tunnel mode vs. Transport mode).
Tunnel mode creates a new outer IP header and encrypts the entire original IP packet, whereas Transport mode inserts security headers between the original IP header and payload without encrypting the original header.
Transport mode is intended for end-to-end host communication where intermediate routers need visibility into original IP headers, while Tunnel mode is designed for gateway-protected VPN connections.
3
Evaluate alternative remote access technologies (Clientless SSL/TLS and GRE).
Clientless SSL operates at the Application Layer restricting scope to browser sessions, while plain GRE encapsulates traffic without providing encryption.
Neither technology satisfies both full Layer 3 tunneling and native packet confidentiality requirements.

Anahtar Kavram

IPsec Tunnel Mode vs. Transport Mode for Remote Access VPNs
Soru 185Soru

After applying a newly defined Access Control List (ACL) containing only a single permit statement for a specific management host onto a router interface, a network technician notices that all traffic from other hosts on the network is immediately blocked. What default ACL behavior causes this traffic to be dropped?

Cevabı ve açıklamayı göster

Cevap: An unwritten implicit deny rule at the end of the ACL automatically drops any traffic that does not match an explicit permit rule.

Cevap

An unwritten implicit deny rule at the end of the ACL automatically drops any traffic that does not match an explicit permit rule.
All standard and extended ACLs feature a invisible 'deny all' statement at the very end of the list. If a packet does not match any explicit permit statements defined by the administrator, it hits this final implicit deny rule and is dropped.

Adım Adım Çözüm

1
Analyze how router ACLs evaluate incoming or outgoing packets against configured rules.
ACLs inspect packets top-down in sequential order until a matching rule is found.
Sequential processing ensures that specific traffic controls take precedence based on line number.
2
Determine what happens when a packet reaches the end of an ACL without matching any explicit rule.
The packet encounters the default 'deny ip any any' rule hidden at the end of every ACL.
Network security standards mandate a default-deny posture to ensure unapproved traffic cannot bypass security filtering.

Anahtar Kavram

ACL Implicit Deny Rule
Soru 186Soru

A network security architect at a high-security research institution is deploying a new wireless network to comply with National Security Agency (NSA) Commercial National Security Algorithm (CNSA) Suite standards. The compliance mandate specifies that all wireless communications must use 192-bit cryptographic strength for both data confidentiality and integrity, paired with centralized identity management. Which configuration combination on the wireless LAN controller (WLC) and authentication server satisfies all aspects of this security mandate?

Cevabı ve açıklamayı göster

Cevap: WPA3-Enterprise 192-bit Mode using GCMP-256 encryption cipher and 802.1X RADIUS authentication with EAP-TLS

Cevap

WPA3-Enterprise 192-bit Mode using GCMP-256 encryption cipher and 802.1X RADIUS authentication with EAP-TLS is the correct configuration.
WPA3-Enterprise 192-bit Mode is specifically designed for high-security enterprise environments (such as government, financial, and military networks) adhering to the NSA's CNSA Suite. It requires 256-bit Galois/Counter Mode Protocol (GCMP-256) for data encryption, GMAC-256 for Protected Management Frames, 384-bit Elliptic Curve Diffie-Hellman (ECDHE) key exchange, and 802.1X RADIUS authentication using EAP-TLS with digital certificates.

Adım Adım Çözüm

1
Analyze compliance requirements
Identified the need for 192-bit CNSA Suite cryptographic security (high security / government level) and centralized identity management.
CNSA Suite compliance mandates 192-bit security strength for symmetric ciphers, key exchange, and digital signatures.
2
Evaluate wireless standard and encryption cipher selection
WPA3-Enterprise 192-bit Mode utilizes 256-bit Galois/Counter Mode Protocol (GCMP-256) for data frames and Broadcast/Multicast Integrity Protocol 256-bit (BIP-GMAC-256) for Protected Management Frames (PMF).
Standard WPA2/WPA3 AES-CCMP-128 or WPA3-Personal does not satisfy 192-bit CNSA Suite requirements.
3
Evaluate authentication protocol and server selection
802.1X enterprise authentication utilizing RADIUS with EAP-TLS provides individual user credentialing backed by PKI certificates, satisfying 192-bit security requirements.
TACACS+ is an administrative protocol, while WPA3-Personal SAE relies on pre-shared passphrases without RADIUS user account integration.

Anahtar Kavram

WPA3-Enterprise 192-bit Security Mode and CNSA Suite Compliance
Soru 187Soru

Match each intrusion detection or prevention system (IDS/IPS) architecture and mechanism on the left to its corresponding operational scenario on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Host-Based Intrusion Prevention System (HIPS)
Inline Network Intrusion Prevention System (NIPS)
Passive Network Intrusion Detection System (NIDS)
Behavioral/Anomaly-Based Detection Engine

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Host-Based IPS matches local system call and memory monitoring; Inline NIPS matches active stream blocking in the live traffic path; Passive NIDS matches out-of-band traffic monitoring via TAP/SPAN; Behavioral/Anomaly-Based Engine matches flagging statistical baseline departures for zero-day threats.
Each deployment model corresponds to a specific functional capability based on system placement (host vs. network), traffic path integration (in-band vs. out-of-band), and detection logic (signature vs. anomaly).

Adım Adım Çözüm

1
Differentiate host-based positioning from network-based positioning.
Host-based solutions inspect system calls, local files, and memory spaces on individual servers, whereas network-based solutions inspect transit traffic across network links.
Location determines whether the security control monitors OS-level events or raw packet payloads.
2
Differentiate inline active prevention from out-of-band passive detection.
Inline positioning enables real-time packet drops and session termination, while passive out-of-band monitoring analyzes copied traffic streams without causing latency.
In-band interfaces can actively block threats on live links, whereas TAP/SPAN ports receive secondary feeds suitable for auditing and alerting.
3
Distinguish signature-based rules from anomaly/behavioral analysis.
Behavioral detection uses baseline profiles to catch zero-day activity, whereas signature detection matches traffic against static known attack patterns.
Unknown threats lack existing signature rules, requiring baseline deviation tracking for effective identification.

Anahtar Kavram

Intrusion Detection and Prevention System (IDS/IPS) Deployment Models and Detection Mechanisms
Tahmini Süre:1m 30s
Soru 188Soru

A network administrator is deploying a wireless network for an enterprise office. Management requires each employee to authenticate individually using their corporate domain credentials via an IEEE 802.1X RADIUS server, rather than relying on a shared passphrase. Which wireless security mode should the administrator configure?

Cevabı ve açıklamayı göster

Cevap: WPA3-Enterprise

Cevap

WPA3-Enterprise
WPA3-Enterprise is designed specifically for corporate environments that require individual authentication using the IEEE 802.1X framework connected to a central RADIUS or AAA server.

Adım Adım Çözüm

1
Identify authentication requirement
The requirement specifies individual user credential authentication backed by an 802.1X RADIUS server.
Enterprise security environments mandate centralized user management rather than pre-shared keys.
2
Map authentication framework to WPA3 modes
WPA3-Enterprise provides 802.1X EAP-based authentication framework integration.
WPA3-Personal (and PSK/SAE) is intended for home/small office setups using a single shared passphrase.

Anahtar Kavram

WPA3 Personal vs Enterprise Authentication Modes
Tahmini Süre:45s
Soru 189Soru

A network technician applies an Access Control List (ACL) to a router interface containing a single entry that permits outbound HTTP traffic from an internal subnet. Immediately after applying the rule, users report that all non-HTTP network traffic originating from that subnet is blocked. Which fundamental ACL rule mechanism causes traffic not explicitly allowed to be dropped automatically?

Cevabı ve açıklamayı göster

Cevap: The implicit deny statement located at the end of the ACL

Cevap

The implicit deny statement located at the end of the ACL is responsible for dropping all traffic that is not explicitly permitted.
Access Control Lists operate with a top-down evaluation order ending with an invisible, automatic 'deny all' statement (implicit deny). When an ACL contains only one explicit permit rule (such as allowing HTTP traffic), any traffic that does not match that specific rule falls through to the end and is blocked by default.

Adım Adım Çözüm

1
Analyze how Access Control Lists evaluate traffic against configured rules.
ACLs process packets top-down sequentially until a match is found.
If a packet matches a rule's criteria (such as source IP, destination IP, or port), the specified action (permit or deny) is executed immediately.
2
Identify default behavior when no explicit rules match the packet.
The packet falls through to the hidden final entry of the ACL.
All standard and extended ACLs contain an unwritten implicit deny rule (e.g., 'deny ip any any') at the very end of the list.
3
Determine the impact of having only a single permit rule.
Only traffic matching that specific permit rule passes; all other traffic is dropped by the implicit deny.
Because only HTTP traffic matched the sole permit statement, all other protocols hit the implicit deny and were blocked.

Anahtar Kavram

ACL Implicit Deny Rule
Tahmini Süre:45s
Soru 190Soru

Match each remote access security technology or VPN architectural mechanism on the left to its corresponding operational characteristic and protocol specification on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

IKEv2 Child Security Association (SA) Negotiation
DTLS (Datagram TLS) VPN Tunneling
GRE over IPsec in Transport Mode
RADIUS with EAP-TLS Remote Authentication

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

IKEv2 Child Security Association (SA) Negotiation pairs with establishing symmetric encryption keys and traffic selectors for ESP payload protection over UDP 500/4500. DTLS VPN Tunneling pairs with preventing TCP-over-TCP head-of-line blocking over UDP 443. GRE over IPsec in Transport Mode pairs with encapsulating dynamic multicast routing protocols without extra IP header overhead. RADIUS with EAP-TLS Remote Authentication pairs with enforcing mutual digital-certificate authentication over UDP ports 1812/1813.
Each technology is correctly aligned with its exact operational specification: IKEv2 Child SA handles Phase 2 payload encryption parameters over UDP 500/4500. DTLS uses UDP 443 to mitigate TCP head-of-line blocking for VPN connections. GRE over IPsec in Transport Mode encapsulates multicast traffic such as dynamic routing without inner/outer IP header duplication. RADIUS with EAP-TLS executes mutual certificate authentication over UDP ports 1812 and 1813.

Adım Adım Çözüm

1
Analyze IKEv2 Phase 2 / Child SA mechanics.
Child SAs are established during IKEv2 Phase 2 negotiation to define the specific operational keys, encryption algorithms (e.g., AES-GCM), and security parameters for ESP data traffic over UDP 500/4500.
Differentiates Phase 1 management tunnel setup from Phase 2 data protection SA creation.
2
Analyze DTLS protocol mechanics and transport layer choice.
DTLS uses UDP (port 443) to encapsulate TLS data sessions, resolving the TCP Meltdown / head-of-line blocking problem inherent in encapsulating stateful TCP streams inside standard TLS/TCP tunnels.
Identifies the core performance optimization mechanism of DTLS for real-time remote access VPNs.
3
Analyze GRE over IPsec encapsulated header structure in Transport Mode vs Tunnel Mode.
GRE adds a 4-byte header enabling broadcast/multicast (OSPF/EIGRP) support. Combining GRE with IPsec Transport Mode encrypts the GRE packet directly without duplicating the IP header.
Distinguishes how enterprise site-to-site VPNs handle routing protocols efficiently without double-encapsulation overhead.
4
Analyze RADIUS EAP-TLS remote access AAA workflow.
RADIUS operates on UDP 1812/1813 and passes EAP-TLS payloads to mandate mutual certificate validation for remote endpoints.
Verifies AAA port numbers and strong authentication framework requirements.

Anahtar Kavram

Virtual Private Networks and Remote Access Security Mechanisms
Soru 191Soru

A network security consultant is conducting an audit of an organization's multi-generational wireless network infrastructure. Match each wireless security requirement or vulnerability scenario to its corresponding cryptographic protocol or mechanism.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

High-security corporate requirement enforcing WPA3 192-bit mode (Suite B compliance)
WPA3-Personal pre-shared key replacement designed to prevent offline dictionary attacks
Standard WPA2 mandatory encryption cipher providing authenticated data encryption
Legacy WEP integrity check mechanism susceptible to unauthenticated message modification

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

High-security WPA3 192-bit mode matches GCMP-256; WPA3-Personal pre-shared key replacement matches SAE; WPA2 mandatory encryption matches CCMP; Legacy WEP integrity check matches CRC-32.
WPA3 192-bit mode specifies GCMP-256 for top-tier government and enterprise security; WPA3-Personal utilizes SAE (Dragonfly) to protect passphrase-based connections; WPA2 relies on CCMP (AES-CCMP) for default confidentiality and integrity; WEP's integrity checksum relies on linear CRC-32 which is easily manipulated by attackers.

Adım Adım Çözüm

1
Identify the cryptographic suite for WPA3 Enterprise 192-bit mode
WPA3 Enterprise 192-bit mode requires GCMP-256 (Galois/Counter Mode Protocol) and SHA-384.
High-security enterprise environments targeting CNSA compliance require 256-bit authenticated symmetric ciphers.
2
Identify the authentication protocol for WPA3-Personal
WPA3-Personal uses Simultaneous Authentication of Equals (SAE).
SAE provides forward secrecy and prevents password guessing via captured handshakes.
3
Identify the core cipher suite introduced as mandatory in IEEE 802.11i / WPA2
WPA2 mandates CCMP (AES in Counter Mode with CBC-MAC).
CCMP replaced vulnerable TKIP/RC4 mechanisms used in older standards.
4
Identify the integrity verification technique used in legacy WEP
WEP uses CRC-32 as an Integrity Check Value (ICV).
CRC-32 lacks cryptographic security properties, allowing attackers to flip bits undetected.

Anahtar Kavram

Wireless Security Standards and Encryption Protocols
Soru 192Soru

A network administrator is evaluating remote access and tunneling configurations to meet specific enterprise connectivity requirements. Match each secure tunneling protocol or configuration mode on the left with its defining operational characteristic or protocol constraint on the right. Which pairs correctly match each remote access security technology to its technical behavior?

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

IPsec Authentication Header (AH) in Transport Mode
IPsec Encapsulating Security Payload (ESP) with NAT-Traversal (NAT-T)
Clientless SSL/TLS Portal VPN
WireGuard VPN Protocol

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

IPsec AH in Transport Mode matches with computing an ICV over outer IP headers causing failure across NAT; IPsec ESP with NAT-T matches with encapsulating packets in UDP port 4500 for PAT traversal; Clientless SSL/TLS Portal VPN matches with delivering web application access over TCP 443 without local client software installation; WireGuard VPN matches with operating natively over UDP port 51820 using modern cryptography.
Each protocol match is based on strict operational standards: IPsec AH protects IP header integrity which fails when NAT alters source/destination addresses; NAT-T uses UDP port 4500 to encapsulate ESP traffic through PAT gateways; Clientless SSL/TLS VPN provides web portal access over TCP port 443 via standard web browsers without needing administrative privileges; and WireGuard uses UDP port 51820 along with modern cryptographic primitives for fast Layer 3 tunneling.

Adım Adım Çözüm

1
Analyze IPsec AH header integrity hashing mechanism
Identify that AH includes immutable and mutable fields of the IP header in its ICV check, causing NAT modifications to break integrity checks.
AH ensures authentication and anti-replay for the whole packet, making it inherently incompatible with NAT address translation.
2
Evaluate NAT-Traversal (NAT-T) encapsulation behavior
Confirm NAT-T encapsulates ESP packets in UDP port 4500 when NAT is detected during IKE Phase 1 (UDP port 500).
Raw ESP (IP protocol 50) lacks L4 port numbers required for PAT multiplexing, necessitating the UDP port 4500 wrapper.
3
Examine Clientless SSL/TLS VPN architecture
Determine that browser-based portals utilize standard HTTPS over TCP port 443.
Using native browser TLS eliminates the need to install dedicated client agents or hold administrative OS installation rights.
4
Distinguish modern lightweight VPN solutions like WireGuard
Associate WireGuard with its default listening port UDP 51820 and modern cryptographic primitives.
WireGuard runs as a streamlined Layer 3 tunnel protocol designed to replace legacy complex IPsec and OpenVPN setups.

Anahtar Kavram

Differentiating VPN Protocol Operations, Layer Encapsulations, and NAT Compatibility
Soru 193Soru

A network security analyst is reviewing a remote access VPN architecture that combines Layer 2 Tunneling Protocol (L2TP) with IPsec alongside a centralized AAA server infrastructure. Which of the following statements correctly describe the technical protocol characteristics and operational requirements of this solution? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: L2TP handles data link layer encapsulation for remote connections but does not inherently provide payload confidentiality, requiring IPsec for encryption.; IPsec Internet Key Exchange (IKE) phase 1 negotiations use UDP port 500 to establish the initial Security Association (SA) between endpoints.

Cevap

The correct statements are that L2TP provides data link layer encapsulation while relying on IPsec for encryption, and that IPsec IKE phase 1 negotiations communicate via UDP port 500.
L2TP provides frame tunneling at Layer 2 but does not specify cryptographic protection. Consequently, L2TP relies on IPsec to provide confidentiality and integrity. Additionally, IPsec uses IKE on UDP port 500 to establish Security Associations and exchange keys during phase 1 setup.

Adım Adım Çözüm

1
Evaluate the role and security capabilities of L2TP in a combined remote access VPN.
Identify that L2TP operates at Layer 2 to encapsulate PPP frames but lacks built-in encryption, requiring IPsec (specifically ESP) to secure transmitted data.
Understanding protocol layering reveals why L2TP and IPsec are frequently deployed together.
2
Verify the standard port and transport protocol used by IPsec IKE.
Confirm that IKE uses UDP port 500 for key exchange and SA negotiation in Phase 1.
Standard port identification is essential for configuring firewall rules for IPsec VPN tunnels.
3
Analyze distractors relating to OSI layer mapping and AAA encryption behavior.
Determine that IPsec AH operates at Layer 3 (without encryption) and that TACACS+ encrypts the entire packet body whereas RADIUS encrypts only the password.
Eliminates incorrect protocol claims.

Anahtar Kavram

L2TP/IPsec Protocol Integration and Centralized AAA AAA Characteristics
Soru 194Soru

An organization is updating its perimeter defenses to protect a cluster of public-facing web servers from known exploit signatures. The security policy mandates that malicious traffic must be actively blocked in real time before reaching the internal network segment, while ensuring zero processing load added to the web servers' host operating systems. Which deployment architecture best fulfills these requirements?

Cevabı ve açıklamayı göster

Cevap: In-band Network Intrusion Prevention System (NIPS)

Cevap

The in-band Network Intrusion Prevention System (NIPS) is the correct architectural choice.
An in-band (inline) NIPS sits directly in the communication path between the external network and internal servers. It inspects live network traffic against attack signatures and actively drops malicious packets before they reach destination hosts, all while offloading inspection processing from host operating systems to dedicated network hardware.

Adım Adım Çözüm

1
Evaluate real-time blocking vs passive monitoring requirements.
The requirement specifies actively blocking malicious traffic before it reaches internal servers, ruling out passive/out-of-band monitoring tools like NIDS.
Out-of-band NIDS receive mirrored traffic and cannot prevent initial packet delivery.
2
Assess host resource constraints versus dedicated network appliance deployment.
The requirement mandates zero processing overhead on web server OSs, ruling out Host-based IPS (HIPS).
HIPS software consumes host CPU and memory resources to perform local inspection.
3
Verify inspection depth capabilities.
Known exploit signatures require payload-level deep packet inspection, ruling out simple stateless ACLs.
Stateless ACLs only evaluate basic packet header parameters such as source/destination IP addresses and port numbers.

Anahtar Kavram

Inline Network Intrusion Prevention System (NIPS) Placement and Functionality
Tahmini Süre:1m 30s
Soru 195Soru

A network technician captures packet traces while troubleshooting administrative access logs on core routers. The trace analysis reveals that the authentication protocol operates over UDP, encrypts only the password field within packets, and combines authentication and authorization procedures into single exchange pairs. Which security protocol is actively in use for this centralized access control system?

Cevabı ve açıklamayı göster

Cevap: RADIUS

Cevap

RADIUS is the security protocol currently in use.
The scenario describes RADIUS because RADIUS relies on UDP (typically ports 1812 and 1813), encrypts only the password attribute within the packet, and combines authentication and authorization into single packet transactions.

Adım Adım Çözüm

1
Analyze transport protocol characteristics
The packet trace shows connectionless UDP transport.
RADIUS utilizes UDP (standard ports 1812 for authentication/authorization and 1813 for accounting), whereas TACACS+ uses reliable TCP (port 49).
2
Evaluate payload encryption scope
Only the password field is encrypted.
RADIUS encrypts only the password attribute inside Access-Request packets, leaving the rest of the packet header unencrypted. TACACS+ encrypts the entire packet body.
3
Examine AAA functional coupling
Authentication and authorization are combined.
RADIUS combines authentication and authorization within the same packet exchange, unlike TACACS+ which decouples AAA functions.

Anahtar Kavram

RADIUS vs TACACS+ Protocol Architecture and Operational Characteristics
Tahmini Süre:1m 0s
Soru 196Soru

A network administrator discovers that hosts on a local subnet are directing default gateway traffic to an unauthorized computer's MAC address. An inspection reveals that the ARP caches on the affected hosts associate the default gateway's IP address with the attacker's MAC address. Which of the following statements correctly describe the mechanisms or impact of this network security attack? (Select TWO)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: The attacker transmits unsolicited ARP responses containing forged IP-to-MAC address mappings to poison host ARP tables.; This attack allows the threat actor to establish a Man-in-the-Middle (MitM) position to inspect or tamper with local subnet traffic.

Cevap

The correct statements are that the attacker transmits unsolicited ARP responses containing forged IP-to-MAC address mappings to poison host ARP tables, and that this attack allows the threat actor to establish a Man-in-the-Middle (MitM) position to inspect or tamper with local subnet traffic.
The scenario describes ARP poisoning (or ARP spoofing). In an ARP poisoning attack, a malicious actor broadcasts unsolicited gratuitous ARP replies containing spoofed Layer 2 address mappings. Endpoints receive these updates and modify their local ARP tables, routing traffic intended for the default gateway directly to the attacker. This configuration enables a Man-in-the-Middle (MitM) position, giving the attacker the ability to capture, analyze, or modify traffic before forwarding it to its actual destination.

Adım Adım Çözüm

1
Analyze the observed anomaly and log evidence from the scenario.
The issue involves altered ARP table entries on a local subnet mapping the gateway's IP to an unauthorized host MAC address.
Identifying that MAC-to-IP binding manipulation is occurring at Layer 2 points directly to an ARP poisoning/spoofing attack.
2
Evaluate the mechanism used by ARP poisoning.
Attackers send forged, unsolicited (gratuitous) ARP reply messages across the local broadcast domain.
Hosts accept these ARP replies and update their local cache tables, directing frame traffic intended for the gateway to the attacker.
3
Determine the impact of successfully poisoning local ARP caches.
The attacker achieves a Man-in-the-Middle (MitM) posture.
Traffic destined for off-subnet destinations flows through the attacker's system before reaching the real default gateway.

Anahtar Kavram

ARP Poisoning and Man-in-the-Middle (MitM) Attacks
Soru 197Soru

A network administrator is reviewing basic firewall operations and Access Control List (ACL) filtering rules. Which of the following statements correctly describe how these security mechanisms function? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Stateful firewalls maintain a connection table to dynamically allow return traffic for established sessions.; Standard IPv4 Access Control Lists evaluate network traffic based strictly on the source IP address.

Cevap

The correct statements are that stateful firewalls maintain a connection table to dynamically allow return traffic for established sessions, and standard IPv4 Access Control Lists evaluate network traffic based strictly on the source IP address.
Stateful firewalls track session state information in a state table, allowing return traffic automatically. Additionally, standard ACLs filter traffic solely by inspecting the source IP address of packets.

Adım Adım Çözüm

1
Analyze firewall session tracking behavior
Stateful firewalls keep state tables recording active outgoing connections (such as source/destination IP and port pairs), which allows incoming response traffic automatically.
This differentiates stateful inspection from simple packet filtering.
2
Differentiate standard vs. extended IPv4 ACL capabilities
Standard IPv4 ACLs (typically numbered 1–99) look only at the source IP address in the packet header.
They lack the ability to inspect destination IPs, protocols, or port numbers.
3
Evaluate distractors regarding stateless inspection and ACL default behavior
Stateless filters do not track session state, and ACLs conclude with an implicit deny rule rather than an implicit permit.
Understanding these baseline security properties prevents accidental exposure of network segments.

Anahtar Kavram

Firewall Statefulness and Standard ACL Characteristics
Soru 198Soru

A network administrator is setting up an IPsec remote access VPN tunnel for mobile workers. Place the steps of the Internet Key Exchange (IKE) negotiation process in the correct chronological order from first to last.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct sequence begins with negotiating Phase 1 proposal parameters, followed by mutual authentication to form the Phase 1 ISAKMP SA, then negotiating Phase 2 IPsec SAs inside that protected tunnel, and concludes with establishing the Phase 2 tunnel to transmit encrypted payload data.
IPsec VPN setup requires establishing a secure management tunnel (IKE Phase 1) before negotiating parameters for actual payload encryption (IKE Phase 2). The process begins with Phase 1 parameter proposal exchange, followed by mutual peer authentication to complete the ISAKMP SA. Next, Phase 2 negotiations occur within the secure Phase 1 tunnel to create the IPsec SA, culminating in the establishment of the data tunnel for user traffic.

Adım Adım Çözüm

1
Identify the initial IKE Phase 1 handshake proposal step.
The client and gateway negotiate Phase 1 parameters (encryption, hashing, DH group).
Security parameters for the control channel must be agreed upon before any secure communication can start.
2
Identify Phase 1 peer authentication.
The endpoints authenticate each other and create the ISAKMP SA.
Authenticating endpoints verifies identity and secures the Phase 1 management tunnel.
3
Identify Phase 2 IPsec SA negotiation.
Parameters for data payload protection are negotiated inside the Phase 1 channel.
Phase 2 parameters are protected by the encryption provided by the Phase 1 ISAKMP SA.
4
Identify Phase 2 data tunnel establishment.
The IPsec data tunnel opens and encrypted user traffic begins flowing.
Encrypted user payload can only traverse the network once Phase 2 SAs are fully established.

Anahtar Kavram

IPsec IKE Phase 1 and Phase 2 Negotiation Order
Soru 199Soru

A network security administrator is configuring wireless security policies for remote retail branches that lack 802.1X/RADIUS authentication infrastructure. The new security baseline requires protecting modern client connections against offline dictionary attacks and wireless deauthentication frame spoofing. However, legacy Wi-Fi 5 point-of-sale terminals that only support WPA2-Personal (AES-CCMP) and do not support 802.11w Protected Management Frames (PMF) must continue operating on the same SSID until phase-out. Which of the following security settings must the administrator configure on the wireless controllers to meet all operational and security criteria? (Select TWO)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Enable WPA3-Personal Transition Mode to allow Simultaneous Authentication of Equals (SAE) for supporting devices alongside WPA2-Personal (CCMP) fallback.; Configure Protected Management Frames (PMF / 802.11w) as optional or capable rather than required.

Cevap

The administrator must enable WPA3-Personal Transition Mode with Simultaneous Authentication of Equals (SAE) and set Protected Management Frames (PMF / 802.11w) to optional (capable).
WPA3-Personal Transition Mode permits both WPA3-Personal (using SAE to resist dictionary attacks) and WPA2-Personal (using AES-CCMP) to operate on the same SSID. Additionally, setting PMF (802.11w) to optional/capable permits legacy terminals that lack 802.11w support to connect while still enforcing management frame encryption/integrity for modern supporting clients.

Adım Adım Çözüm

1
Analyze authentication and site infrastructure requirements
Since RADIUS infrastructure is absent, 802.1X/Enterprise modes are ruled out, requiring a WPA3-Personal solution.
WPA3-Enterprise cannot function without an active RADIUS server for credential verification.
2
Determine key exchange protocol for backward compatibility and modern security
Selecting WPA3-Personal Transition Mode enables Simultaneous Authentication of Equals (SAE) for modern clients while maintaining WPA2-Personal (AES-CCMP) compatibility.
SAE replaces PSK to eliminate offline dictionary attack vulnerabilities via dragonfly key exchange, while transition mode allows legacy clients to join.
3
Determine Management Frame Protection (802.11w) policy
Configure PMF as optional/capable rather than mandatory.
Mandatory PMF prevents non-PMF legacy devices from connecting, whereas optional PMF protects supported endpoints without dropping legacy clients.

Anahtar Kavram

WPA3-Personal Transition Mode & PMF Negotiation
Tahmini Süre:2m 0s
Soru 200Soru

A network security technician is configuring a secure wireless deployment for a financial institution's regional office. Organization policy requires individual user accounting and authentication against a central Active Directory infrastructure via a RADIUS server, along with enforced protection against deauthentication and management frame spoofing attacks. Which wireless security deployment standard and authentication combination fully satisfies these organization requirements?

Cevabı ve açıklamayı göster

Cevap: WPA3-Enterprise using 802.1X EAP authentication with mandatory Protected Management Frames (PMF)

Cevap

WPA3-Enterprise using 802.1X EAP authentication with mandatory Protected Management Frames (PMF)
WPA3-Enterprise incorporates 802.1X EAP to authenticate users individually against a backend RADIUS server connected to Active Directory. Additionally, the WPA3 specification mandates the implementation of Protected Management Frames (IEEE 802.11w / PMF), which encrypts and authenticates management frames to protect against wireless eavesdropping and spoofed disassociation/deauthentication denial-of-service attacks.

Adım Adım Çözüm

1
Analyze authentication requirements
Centralized RADIUS integration and individual accounting require an 802.1X EAP enterprise mode rather than personal pre-shared keys or SAE.
Enterprise modes use 802.1X to pass authentication requests to a backend RADIUS server for individual identity validation.
2
Analyze management frame protection requirements
Protected Management Frames (PMF / IEEE 802.11w) are required to prevent spoofed deauthentication attacks.
WPA3 mandates PMF across all modes, whereas earlier standards made PMF optional.
3
Synthesize standard and protocol selection
Combining 802.1X EAP RADIUS authentication with mandatory PMF points directly to WPA3-Enterprise.
WPA3-Enterprise delivers both robust 802.1X/RADIUS enterprise access control and mandatory management frame protection.

Anahtar Kavram

Wireless Security Standards (WPA3-Enterprise vs Personal, 802.1X, PMF)
ÖncekiSayfa 10 / 22Sonraki
Network Security Alıştırma Soruları — CompTIA Network+ — Sayfa 10 | Examkin