Network Security

427 soru

Soru 161Soru

A network security engineer is evaluating transport layer behavior and payload security differences between RADIUS and TACACS+ protocols during an infrastructure audit. Which of the following statements accurately describe characteristics of the TACACS+ protocol compared to RADIUS? (Select TWO).

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

Cevabı ve açıklamayı göster

Cevap: TACACS+ encrypts the entire payload of the packet, whereas RADIUS encrypts only the password field.; TACACS+ operates over TCP port 49, whereas RADIUS typically uses UDP ports 1812 and 1813.

Cevap

The correct statements are that TACACS+ encrypts the entire payload of the packet whereas RADIUS encrypts only the password field, and TACACS+ operates over TCP port 49 whereas RADIUS typically uses UDP ports 1812 and 1813.
TACACS+ provides full payload confidentiality by encrypting the entire packet body after the header, and it uses TCP port 49 to ensure connection reliability. In contrast, RADIUS encrypts only the password attribute in Access-Request packets and operates over connectionless UDP ports 1812 and 1813.

Adım Adım Çözüm

1
Analyze transport protocols and port assignments for TACACS+ and RADIUS.
TACACS+ uses TCP port 49 for reliable transport, whereas RADIUS uses UDP ports 1812 (Authentication/Authorization) and 1813 (Accounting).
Identifying the transport protocol distinguishes TACACS+ (TCP) from RADIUS (UDP).
2
Evaluate cryptographic boundary differences between TACACS+ and RADIUS.
TACACS+ encrypts the entire packet payload, providing confidentiality for all attributes and command strings. RADIUS encrypts only the password attribute in Access-Request packets.
Understanding encryption scopes clarifies payload confidentiality characteristics for each protocol.

Anahtar Kavram

RADIUS vs TACACS+ Protocol Architectural Differences
Soru 162Soru

A network security team is transitioning from a passive out-of-band Network Intrusion Detection System (NIDS) TAP interface to an active in-band Network Intrusion Prevention System (NIPS) on an enterprise perimeter connection. Which of the following represent key operational advantages or trade-offs specific to deploying an inline NIPS compared to a passive NIDS? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: An inline NIPS can drop malicious packets in real time before they reach their destination host.; An inline NIPS introduces potential latency and can become a single point of failure if bypass mechanisms fail.

Cevap

The correct statements are that an inline NIPS can drop malicious packets in real time before reaching the destination, and that in-band placement introduces potential latency and single-point-of-failure risks if bypass hardware is absent.
Deploying an Intrusion Prevention System in-band (inline) means all packets flow through the device. This allows the system to actively prevent attacks by dropping malicious packets in real time. However, because it sits directly in the communication path, it adds packet processing latency and creates a potential single point of failure if the device crashes or lacks bypass capabilities.

Adım Adım Çözüm

1
Analyze the structural placement difference between inline NIPS (in-band) and passive NIDS (out-of-band).
Inline NIPS devices sit directly along the network path, whereas passive NIDS monitors mirrored copy traffic via TAP or SPAN ports.
Placement determines whether the system can actively alter live traffic or only inspect copied traffic.
2
Evaluate the real-time prevention capability.
Being in-band allows the NIPS to inspect and drop or reset malicious connections before packets reach target devices.
This active prevention capability is the primary operational advantage of NIPS over NIDS.
3
Evaluate the hardware and throughput implications of inline placement.
Since every packet must pass through the NIPS engine, hardware latency is introduced, and device failure can sever the link if fail-open/bypass mechanisms are not configured.
This represents the primary trade-off when moving from zero-impact passive monitoring to inline prevention.

Anahtar Kavram

Inline NIPS vs Passive NIDS Operational Trade-offs
Soru 163Soru

A network security administrator is configuring a stateful perimeter firewall and documenting how the device inspects incoming network traffic. When an initial TCP SYN packet initiating a new session arrives at the untrusted external interface destined for an internal server, the firewall executes specific operational phases to process the request. In what chronological order, from first to last, does the stateful firewall process this new incoming connection attempt?

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

Cevabı ve açıklamayı göster

Cevap

The correct sequence of stateful firewall operations is: 1) Inspect the active connection state table for an existing session match, 2) Evaluate the packet against static ACL security rules sequentially from top to bottom upon a state table miss, 3) Create a new session entry in the state table using the 5-tuple details after matching a permit rule, and 4) Perform routing table lookup and forward the packet to the destination interface.
Stateful firewalls operate by maintaining session state across network connections. When an inbound packet arrives, the firewall first checks its active connection state table (Item 1). Because an initial TCP SYN packet represents a new session, it results in a state table lookup miss. Next, the firewall evaluates the packet against the configured security policy / ACL rules sequentially from top to bottom (Item 2). If an explicit permit rule matches the packet, the firewall instantiates a new dynamic session entry in the state table capturing the 5-tuple connection metrics (Item 3). Finally, the firewall determines the outbound interface via a routing lookup and forwards the packet to its destination (Item 4).

Adım Adım Çözüm

1
Check State Table
State table cache miss identified for the initial TCP SYN packet.
Stateful firewalls optimize processing by checking active state tables first to bypass full ACL rule evaluation for established connections.
2
Evaluate Access Control Rules
Packet matches an explicit permit rule in the firewall policy.
New connection attempts (SYN flag set) must be explicitly allowed by security policy rules processed top-to-bottom.
3
Update State Table
A new session entry tracking source/destination IP, source/destination port, and protocol is added.
Recording the 5-tuple state allows the firewall to implicitly allow returning SYN-ACK traffic without requiring a separate static return ACL rule.
4
Forward Packet
Packet is routed and egressed via the internal interface.
Once security evaluation and state tracking are completed, the firewall passes the packet along its routing path.

Anahtar Kavram

Stateful Inspection Workflow and State Table Dynamics
Tahmini Süre:2m 0s
Soru 164Soru

A network administrator is documenting the authentication sequence for remote users connecting to an enterprise network using an IKEv2 IPsec Virtual Private Network (VPN) with EAP authentication. Place the following phases and steps of the IKEv2 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 order of steps for establishing an IKEv2 remote access VPN session is: 1) Negotiate algorithms and exchange Diffie-Hellman keys during IKE_SA_INIT, 2) Send user identity and request EAP authentication during IKE_AUTH, 3) Proxy credential verification to the RADIUS server, and 4) Complete IKE_AUTH by assigning a virtual IP address and creating the Child SA.
Establishing an IKEv2 remote access VPN session requires a structured multi-phase process. First, the client and gateway initiate the IKE_SA_INIT exchange to negotiate cryptographic suites and exchange Diffie-Hellman public keys, forming a secure control tunnel. Second, the client initiates the IKE_AUTH exchange to submit its identity and select EAP authentication. Third, the VPN gateway proxies these EAP authentication messages to a backend RADIUS server for identity validation. Fourth, after the RADIUS server approves access, the gateway responds with the final IKE_AUTH message, assigning a local virtual IP address to the client and instantiating the Child SA used to protect actual data traffic.

Adım Adım Çözüm

1
Identify the unauthenticated control phase (IKE_SA_INIT).
The client and VPN gateway establish shared secret keys using Diffie-Hellman and agree on encryption algorithms.
A secure, encrypted channel must be formed before transmitting sensitive authentication identity data.
2
Identify the start of the user authentication phase (IKE_AUTH).
The client requests authentication via Extensible Authentication Protocol (EAP) inside the secure control channel.
EAP negotiation occurs within the protection of the newly created IKE SA.
3
Identify backend credential verification.
The VPN gateway passes EAP messages to the RADIUS server to validate remote user credentials.
Enterprise VPNs rely on central AAA servers to verify identity and policy compliance.
4
Identify final session establishment and IP assignment.
The VPN gateway confirms authentication, provisions a virtual IP address via configuration payloads, and creates the Child SA.
The Child SA (IPsec SA) handles data transport after authorization is confirmed.

Anahtar Kavram

IKEv2 VPN Handshake and EAP Authentication Sequence
Soru 165Soru

A network administrator receives security alerts from a passive Network Intrusion Detection System (NIDS) connected to a switch SPAN port, indicating that malicious payloads are reaching internal web servers. Although the NIDS successfully logs the suspicious traffic, it fails to stop the attacks. Which network security deployment modification would enable active packet dropping to prevent malicious traffic from reaching the servers?

Cevabı ve açıklamayı göster

Cevap: Deploy a Network Intrusion Prevention System (NIPS) in-band along the traffic path.

Cevap

Deploy a Network Intrusion Prevention System (NIPS) in-band along the traffic path.
A Network Intrusion Prevention System (NIPS) deployed in-band (inline) sits directly within the network traffic flow. Unlike passive out-of-band NIDS solutions receiving port mirrors, an inline NIPS actively inspects live traffic and drops malicious packets before they reach destination systems.

Adım Adım Çözüm

1
Evaluate the current monitoring architecture.
The current NIDS operates out-of-band via a switch SPAN port.
Out-of-band systems receive mirrored copies of packets passively, enabling logging and alerting but preventing real-time packet manipulation or inline blocking.
2
Determine the functional requirement for active prevention.
The requirement is to intercept and block malicious traffic before destination arrival.
Active threat mitigation requires an inline (in-band) device through which all production traffic physically flows.
3
Select the appropriate device and placement topology.
Deploy an inline Network Intrusion Prevention System (NIPS).
An in-band NIPS evaluates live traffic stream frames and drops malicious packets in real time.

Anahtar Kavram

Inline (In-Band) NIPS vs. Out-of-Band (Passive) NIDS Architecture
Soru 166Soru

A network technician discovers an unauthorized wireless router plugged into a corporate network switch port inside an unsecured conference room. The device is broadcasting a wireless network that mimics the legitimate company network to intercept employee credentials. Which of the following statements accurately describe this security threat? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: The unauthorized wireless device functions as a rogue access point on the corporate network.; The setup allows the attacker to execute a Man-in-the-Middle (MitM) attack against connecting clients.

Cevap

The security threat involves a rogue access point that facilitates a Man-in-the-Middle (MitM) attack on connecting network clients.
Plugging an unauthorized wireless access point into an internal network port establishes a rogue access point. When users connect to this unauthorized access point, traffic passes through the attacker's hardware, enabling a Man-in-the-Middle (MitM) attack to intercept sensitive data.

Adım Adım Çözüm

1
Identify the physical and wireless attack vector described in the scenario.
An unauthorized wireless router connected to an internal switch port is classified as a rogue access point.
Connecting unauthorized wireless devices directly to an enterprise network port bypasses network perimeter security policies.
2
Determine the objective and operational impact of the attack.
Intercepting network traffic passing through the fake wireless interface constitutes a Man-in-the-Middle (MitM) attack.
The attacker places their hardware between wireless clients and the enterprise network to capture sensitive user credentials.

Anahtar Kavram

Rogue Access Points and Man-in-the-Middle (MitM) Wireless Attacks
Soru 167Soru

Match each Virtual Private Network (VPN) protocol to its primary operational characteristic or protocol specification.

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

Öğeler

IPsec
SSL/TLS VPN
PPTP
WireGuard

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

IPsec matches with Layer 3 operation using ESP and IKE; SSL/TLS matches with clientless browser remote access over TCP port 443; PPTP matches with legacy Layer 2 protocol using TCP port 1723; WireGuard matches with lightweight kernel-space protocol using ChaCha20.
Each protocol is matched accurately based on its layer operation, port usage, and cryptographic implementation: IPsec provides Layer 3 tunneling with ESP/IKE; SSL/TLS allows clientless access on TCP port 443; PPTP is a legacy Layer 2 protocol operating over TCP port 1723 and GRE; and WireGuard is a modern kernel-level protocol using ChaCha20 encryption.

Adım Adım Çözüm

1
Identify the OSI layer and encapsulation mechanism of IPsec.
IPsec operates at Layer 3 (Network layer) using ESP and IKE.
IPsec secures IP packets directly at the network layer for site-to-site or client-based tunnels.
2
Determine the connection and client requirements for SSL/TLS VPNs.
SSL/TLS VPNs use standard HTTPS (TCP port 443) for clientless access.
Web browsers natively support SSL/TLS, eliminating the need for dedicated VPN client software.
3
Recall the protocol components and security status of PPTP.
PPTP relies on TCP port 1723 and GRE, and is deprecated due to security flaws.
PPTP uses vulnerable encryption and authentication methods.
4
Identify the key features of WireGuard.
WireGuard is a modern kernel-space protocol using ChaCha20.
WireGuard was designed for simplicity, high speed, and modern cryptographic standards.

Anahtar Kavram

Virtual Private Network (VPN) Protocols and Characteristics
Soru 168Soru

An enterprise is upgrading its remote access infrastructure for network administrators who connect via remote VPN sessions to manage core routers and firewalls. The security policy mandates a central AAA authentication service that encrypts the entire packet payload during communication between the VPN gateway and the authentication server, while also supporting granular, command-level authorization. Which protocol should the network engineer configure on the VPN gateway to meet these security requirements?

Cevabı ve açıklamayı göster

Cevap: TACACS+

Cevap

TACACS+ is the correct protocol because it encrypts the entire packet payload and decouples authentication from authorization to allow per-command authorization for network management.
TACACS+ (Terminal Access Controller Access-Control System Plus) is designed specifically for administrative access control over network infrastructure. It runs over TCP (port 49), encrypts the entire payload of every packet exchanged between the NAS (VPN gateway) and the AAA server, and cleanly separates authentication, authorization, and accounting. This architecture allows administrators to enforce per-command authorization policies for remote access users.

Adım Adım Çözüm

1
Analyze the requirements for payload encryption in AAA server communication.
TACACS+ encrypts the complete body of the packet, whereas RADIUS encrypts only the password attribute.
Protecting all administrative data during AAA transmission requires full-payload encryption.
2
Evaluate protocol support for modular separation of AAA functions.
TACACS+ separates authentication, authorization, and accounting into distinct operations, enabling command-by-command authorization rules.
RADIUS combines authentication and authorization into single request/response pairs, preventing granular command-level restriction.
3
Select the protocol that satisfies both encryption and granular control constraints.
TACACS+ fulfills both requirements.
It runs over TCP port 49 and supports granular control with full-packet encryption.

Anahtar Kavram

TACACS+ vs RADIUS AAA Architecture in Remote Access Security
Soru 169Soru

A network administrator is upgrading a small office wireless access point from WPA2-Personal to WPA3-Personal. Which TWO of the following capabilities are standard security enhancements introduced by WPA3-Personal?

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

Cevabı ve açıklamayı göster

Cevap: Simultaneous Authentication of Equals (SAE) to mitigate offline dictionary attacks; Mandatory Protected Management Frames (PMF) to safeguard control and management traffic

Cevap

The two correct enhancements introduced by WPA3-Personal are Simultaneous Authentication of Equals (SAE) to mitigate offline dictionary attacks and mandatory Protected Management Frames (PMF) to safeguard control and management traffic.
WPA3-Personal improves wireless security over WPA2-Personal by implementing Simultaneous Authentication of Equals (SAE) to block offline password guessing attacks and by requiring Protected Management Frames (PMF) to protect management packets from spoofing.

Adım Adım Çözüm

1
Identify the features specific to WPA3-Personal mode compared to WPA2-Personal.
WPA3-Personal replaces PSK with SAE (Dragonfly handshake) to stop offline dictionary attacks.
SAE ensures that key establishment requires active interaction, preventing attackers from capturing handshakes for brute-force analysis.
2
Evaluate the management frame requirement for WPA3.
Protected Management Frames (PMF) are strictly enforced in WPA3.
PMF prevents spoofed deauthentication/disassociation attacks that were common in earlier Wi-Fi standards.
3
Distinguish Personal features from Enterprise requirements and deprecated protocols.
802.1X RADIUS authentication applies to Enterprise modes, while TKIP is completely deprecated.
Personal mode relies on shared secrets rather than RADIUS servers, and TKIP is insecure.

Anahtar Kavram

WPA3-Personal Security Enhancements (SAE and PMF)
Tahmini Süre:1m 0s
Soru 170Soru

A network security architect is designing a wireless infrastructure for a regional corporate facility. Organizational compliance rules require that every employee authenticate using individual Active Directory domain credentials managed through a centralized authentication server, while simultaneously utilizing modern AES-based cipher suites for confidentiality. Which wireless security standard and authentication mechanism combination fulfills all compliance requirements?

Cevabı ve açıklamayı göster

Cevap: WPA3-Enterprise utilizing 802.1X authentication with a RADIUS server and AES-CCMP/GCMP encryption

Cevap

WPA3-Enterprise utilizing 802.1X authentication with a RADIUS server and AES-CCMP/GCMP encryption
The scenario requires centralized, per-user credential authentication against Active Directory along with modern AES encryption. WPA3-Enterprise uses 802.1X authentication, which forwards Extensible Authentication Protocol (EAP) messages to a RADIUS server for identity verification, while enforcing strong AES-CCMP or GCMP encryption for data protection.

Adım Adım Çözüm

1
Analyze authentication requirements from the scenario
Individual employee credential authentication linked to Active Directory requires an Enterprise deployment leveraging 802.1X port-based access control rather than pre-shared keys.
Personal modes (PSK or SAE) use shared secret passphrases rather than centralized per-user authentication.
2
Evaluate authentication protocol suitability
RADIUS is the standard protocol used with 802.1X for wireless client authentication, whereas TACACS+ is primarily used for device administration AAA.
RADIUS integrates natively with 802.1X EAP frameworks to communicate with backend directories like Active Directory.
3
Verify encryption suite compliance
WPA3-Enterprise mandates robust AES-based encryption mechanisms (such as CCMP-128 or GCMP-256) to ensure confidentiality and integrity.
Combining WPA3-Enterprise, 802.1X RADIUS authentication, and modern AES ciphers meets all stated security and compliance directives.

Anahtar Kavram

Wireless Enterprise Authentication and Encryption Standards
Tahmini Süre:2m 0s
Soru 171Soru

A network engineer is troubleshooting a remote access VPN deployment. Remote workers connecting via an IPsec IKEv2 client can successfully establish Phase 1 and Phase 2 Security Associations and access internal servers by IP address. However, when users attempt to connect to internal resources using hostnames such as `server1.corp.internal`, the lookup fails or resolves to public internet addresses. The engineer needs internal hostnames to be resolved by the corporate DNS server across the tunnel while preventing general internet web traffic from being redirected through the corporate network. Which of the following configuration changes should the engineer implement on the VPN gateway profile?

Cevabı ve açıklamayı göster

Cevap: Configure Split DNS settings in the VPN client connection profile to route queries for `*.corp.internal` to the internal corporate DNS server.

Cevap

Configure Split DNS settings in the VPN client connection profile to route queries for internal domain names through the tunnel.
Configuring Split DNS pushes rules to the VPN client specifying that queries for internal domain suffixes (such as `*.corp.internal`) must be forwarded across the encrypted tunnel to the internal corporate DNS server, while all other DNS requests go to the local network DNS.

Adım Adım Çözüm

1
Analyze the business and technical requirements
Internal hostnames must resolve using corporate DNS, while public internet traffic must remain outside the VPN tunnel.
Users are experiencing name resolution failures for internal domains while split tunneling is active.
2
Evaluate name resolution mechanisms under split tunneling
Without Split DNS, client operating systems send all DNS queries to their physical network interface DNS server (local ISP).
Split DNS specifies target domain suffixes (e.g., `*.corp.internal`) that should be sent exclusively over the VPN interface to corporate DNS servers.
3
Select the correct configuration parameter
Enabling Split DNS pushes domain routing rules to the remote VPN client upon successful authentication.
This selectively sends internal DNS traffic across the tunnel while keeping regular internet traffic on the client's local network gateway.

Anahtar Kavram

Split DNS configuration in remote access VPN profiles
Soru 172Soru

During a security incident investigation, a network analyst reviews packet captures from an ongoing Distributed Denial of Service (DDoS) event targeting an enterprise's web server. The logs reveal a high volume of inbound UDP traffic originating from standard network management servers on external networks. The attacker initiated this traffic by transmitting small query packets with a forged source IP address matching the victim's public server, inducing the external servers to transmit significantly larger response payloads back to the victim. Which of the following attack vectors is being executed in this scenario?

Cevabı ve açıklamayı göster

Cevap: NTP Reflection and Amplification Attack

Cevap

NTP Reflection and Amplification Attack
The scenario describes an amplification and reflection DDoS attack. The attacker sends small UDP requests (such as NTP monlist queries) with a spoofed source IP address corresponding to the victim's IP. The open third-party servers reply to the victim with significantly larger payloads, reflecting and amplifying the attack volume.

Adım Adım Çözüm

1
Analyze traffic characteristics and transport protocols from the incident log.
Identified high-volume UDP traffic originating from external time management servers targeting port 123.
Determining the protocol (UDP) and service (NTP/port 123) isolates the specific vector exploited.
2
Evaluate the mechanism of IP address manipulation and response size discrepancy.
Forged source IP addresses (IP spoofing) caused third-party servers to send disproportionately large payload responses to the victim.
This behavior defines a classic reflection and amplification mechanism where small queries yield massive response amplification factor multipliers.
3
Select the attack classification matching both the protocol vector and amplification mechanism.
Confirmed the incident as an NTP Reflection and Amplification Attack.
No other choice correctly combines connectionless UDP reflection, IP spoofing, and amplification capabilities.

Anahtar Kavram

NTP Reflection and Amplification Attack Mechanics
Soru 173Soru

An organization is deploying a remote access VPN solution and requires integration with a central AAA server for network administration access control. The security requirements dictate that authentication and authorization functions must be decoupled into separate processes, and the entire payload of each AAA transmission must be encrypted. Which protocol should the network administrator select?

Cevabı ve açıklamayı göster

Cevap: TACACS+

Cevap

TACACS+ is the correct choice because it separates authentication and authorization while encrypting the complete packet payload.
TACACS+ (Terminal Access Controller Access-Control System Plus) operates over TCP port 49, encrypts the entire payload of every packet following the header, and strictly separates authentication, authorization, and accounting functions.

Adım Adım Çözüm

1
Analyze the encryption requirement
The requirement mandates full payload encryption of all AAA communications.
Complete payload encryption prevents eavesdroppers from viewing user attributes or administrative commands sent to the AAA server.
2
Analyze the architectural decoupling requirement
Authentication and authorization must be distinct, decoupled processes.
Decoupling allows granular command authorization to be evaluated independently from user login credentials.
3
Evaluate protocol features
TACACS+ meets both criteria by encrypting the full body of each packet and maintaining independent AAA modules.
RADIUS encrypts only the password field and combines authentication and authorization into single transactions, while L2TP and IPsec AH are network tunnel and security header protocols rather than AAA frameworks.

Anahtar Kavram

AAA Protocol Differentiation for Secure VPN Remote Access
Soru 174Soru

A network administrator notices that an internal web server has suddenly stopped accepting new client connections. Analysis of packet captures shows thousands of incoming TCP packets with the SYN flag set coming from randomized source IP addresses, but none of these clients complete the three-way handshake with an ACK response. Which type of network attack is occurring?

Cevabı ve açıklamayı göster

Cevap: SYN flood attack

Cevap

SYN flood attack
The correct answer is SYN flood attack. In a TCP SYN flood, an attacker sends repeated SYN requests to open ports on a server without completing the three-way handshake. The server keeps connection state queues open for ACK responses that never arrive, eventually exhausting server resources and causing a denial of service to legitimate users.

Adım Adım Çözüm

1
Analyze the network symptoms provided in the incident logs.
Identified high volumes of TCP SYN packets that leave connections half-open without sending final ACK responses.
This behavior directly targets the TCP connection queue capability of the destination server.
2
Match the observed packet behavior to standard network attack definitions.
Exhaustion of TCP handshake state resources by incomplete SYN requests is the defining characteristic of a TCP SYN flood Denial-of-Service attack.
Legitimate connections are denied because all available connection slots remain occupied by half-open requests.

Anahtar Kavram

TCP SYN Flood Attack
Tahmini Süre:45s
Soru 175Soru

Match each secure remote access protocol or tunneling technology on the left to its corresponding architectural characteristic and operational port specification on the right.

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

Öğeler

OpenVPN
IPsec (IP Security)
GRE (Generic Routing Encapsulation)
SSTP (Secure Socket Tunneling Protocol)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

OpenVPN matches with UDP port 1194 SSL/TLS operation; IPsec matches with Layer 3 IKEv2/ESP functionality; GRE matches with unencrypted multiprotocol tunneling; SSTP matches with TCP port 443 SSL/TLS firewall traversal.
OpenVPN defaults to UDP port 1194 and uses SSL/TLS. IPsec functions at Layer 3 using IKEv2 (UDP 500/4500) and ESP (IP Protocol 50). GRE provides tunneling for multicast/multiprotocol traffic without native encryption. SSTP wraps PPP traffic inside SSL/TLS over TCP port 443 to pass through strict firewalls.

Adım Adım Çözüm

1
Analyze OpenVPN operational traits
Identify that OpenVPN leverages custom SSL/TLS mechanisms and defaults to UDP port 1194.
Matching protocol transport ports ensures correct firewall rule configuration.
2
Identify IPsec protocol behavior
Recognize that IPsec operates at Layer 3, utilizing IKEv2 (UDP 500/4500) and ESP for packet encryption.
IPsec provides native suite-level security across network boundaries.
3
Evaluate GRE capabilities
Confirm GRE supports routing protocols and multicast but lacks native encryption capabilities.
Distinguishing encapsulation protocols from cryptographic protocols prevents security misconfigurations.
4
Examine SSTP transport mechanism
Associate SSTP with TCP port 443 HTTPS traffic for seamless firewall and proxy traversal.
SSTP encapsulates PPP inside SSL/TLS over standard web traffic ports.

Anahtar Kavram

Virtual Private Network Protocols and Encapsulation Characteristics
Soru 176Soru

Match each network attack type on the left with its corresponding vector or characteristic description on the right.

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

Öğeler

ARP Poisoning
DNS Amplification
VLAN Hopping
Rogue Access Point

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

ARP Poisoning matches with sending spoofed Layer 2 messages to corrupt IP-to-MAC mappings; DNS Amplification matches with using open resolvers with a spoofed target IP to send large response volumes; VLAN Hopping matches with using double-tagged 802.1Q frames to bypass VLAN isolation; Rogue Access Point matches with placing an unauthorized wireless broadcast device onto an internal switch port.
Each attack type correctly matches its fundamental attack mechanism: ARP poisoning manipulates Layer 2 address mappings; DNS amplification uses open resolvers to reflect enlarged responses; VLAN hopping exploits double 802.1Q tags to cross VLAN boundaries; and a rogue access point introduces unapproved wireless access via an internal switch port.

Adım Adım Çözüm

1
Examine the technical mechanisms associated with each network attack.
Map Layer 2 MAC manipulation to ARP poisoning, reflected request growth to DNS amplification, double 802.1Q tagging to VLAN hopping, and unapproved wireless hardware to a rogue access point.
Identifying the operational layer and primary mechanism directly reveals the corresponding threat description.

Anahtar Kavram

Common Network Attack Types and Vectors
Soru 177Soru

An enterprise security architect is specifying a centralized remote administration protocol to manage network switch and router configurations across the organization. The security policy strictly mandates granular authorization controls to restrict specific commands executed by administrators, as well as full-payload encryption for all packets transmitted between network hardware and the backend authentication server. Which authentication protocol should be implemented to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: TACACS+

Cevap

TACACS+ is the correct choice because it decouples authentication and authorization—enabling per-command administrative control—and encrypts the entire packet payload during transmission.
TACACS+ (Terminal Access Controller Access-Control System Plus) operates over TCP port 49 and is designed specifically for device administration. It encrypts the entire body of the packet (protecting both credentials and commands) and cleanly decouples authentication, authorization, and accounting. This architecture enables administrators to enforce granular, per-command authorization policies on network switches and routers.

Adım Adım Çözüm

1
Analyze the mandatory security requirements specified in the scenario.
Identified two primary requirements: (1) granular per-command authorization capabilities, and (2) full-payload packet encryption between network devices and the AAA server.
Security controls for network device management often require restricting administrative access down to specific CLI commands while keeping all administrative traffic secure.
2
Compare protocol architecture features regarding AAA separation and command control.
TACACS+ decouples authentication and authorization into separate operations, allowing individual command authorization queries per command entered. RADIUS combines authentication and authorization into a single response.
Separate authorization allows the AAA server to permit or deny specific CLI commands on a per-user, per-command basis.
3
Evaluate protocol encryption boundary differences.
TACACS+ encrypts the complete body of the packet over TCP port 49. RADIUS encrypts only the user password field within an otherwise plaintext UDP packet payload.
Full payload encryption protects sensitive command arguments, username information, and accounting logs from passive network sniffing.

Anahtar Kavram

TACACS+ vs RADIUS Architectural and Encryption Differences
Soru 178Soru

A network administrator is configuring a IPv4 Access Control List (ACL) on a router interface to protect an internal server at IP address 10.0.0.5. The security requirement dictates that SSH management traffic (TCP port 22) to the server must be blocked from all sources, HTTPS web traffic (TCP port 443) must be allowed from the internal workstation subnet (192.168.1.0/24), all other general IP traffic from the internal workstation subnet to the server must be allowed, and all remaining traffic must be dropped. In what order, from top to bottom, should these ACL rules be placed to ensure proper filtering without rule shadowing?

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

Cevabı ve açıklamayı göster

Cevap

The correct top-to-bottom sequence begins with the specific SSH block ('deny tcp any host 10.0.0.5 eq 22'), followed by the specific HTTPS permit rule ('permit tcp 192.168.1.0 0.0.0.255 host 10.0.0.5 eq 443'), then the general IP permit rule for the subnet ('permit ip 192.168.1.0 0.0.0.255 host 10.0.0.5'), and ends with the default block rule ('deny ip any any').
Routers process ACL entries sequentially from top to bottom and execute the action of the very first rule that matches incoming packet headers. Specific port-based restrictions (such as denying TCP port 22 SSH traffic) must precede broader permit rules (such as allowing general IP traffic from a subnet). If general permit rules appear higher in the list, matching packets are permitted immediately, rendering subsequent specific deny rules completely ineffective due to rule shadowing. Finally, the default catch-all deny rule must sit at the bottom to drop any traffic that did not match earlier permit criteria.

Adım Adım Çözüm

1
Place specific deny statements ahead of general permits to avoid rule shadowing.
Position 'deny tcp any host 10.0.0.5 eq 22' at the top (1st line).
ACLs process rules sequentially from top to bottom using first-match logic. If a general permit rule were evaluated prior to this restriction, SSH packets would be permitted before reaching the deny statement.
2
Place specific protocol/port permit statements after specific restrictions.
Position 'permit tcp 192.168.1.0 0.0.0.255 host 10.0.0.5 eq 443' second (2nd line).
Allows HTTPS web traffic specifically requested by the security policy after SSH has been securely denied.
3
Place broader subnet permit rules after specific port permit and deny rules.
Position 'permit ip 192.168.1.0 0.0.0.255 host 10.0.0.5' third (3rd line).
Allows remaining general IP communication from the workstation subnet. Placing this rule higher would shadow the SSH deny rule.
4
Place the catch-all drop rule at the very bottom of the ACL.
Position 'deny ip any any' last (4th line).
Ensures all unmatched traffic is dropped by the default implicit deny behavior.

Anahtar Kavram

ACL Sequential Evaluation and First-Match Logic
Soru 179Soru

A network security administrator is performing a compliance audit on an enterprise wireless infrastructure. Match each wireless security standard configuration on the left to its mandatory encryption algorithm and cryptographic authentication mechanism on the right.

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

Öğeler

WPA3-Enterprise (192-bit Security Mode)
WPA3-Personal
WPA2-Enterprise
WPA-Personal (Legacy)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

WPA3-Enterprise (192-bit Security Mode) matches GCMP-256 with EAP-TLS and BIP-GMAC-256; WPA3-Personal matches CCMP-128 with SAE; WPA2-Enterprise matches CCMP with 802.1X/RADIUS; WPA-Personal (Legacy) matches TKIP with PSK.
Each wireless security standard defines strict baseline requirements for encryption ciphers and key exchange mechanisms. WPA3 192-bit mode enforces GCMP-256 and EAP-TLS for maximum security compliance. WPA3-Personal mandates SAE to prevent offline brute-force attacks. WPA2-Enterprise mandates CCMP (AES-128) paired with 802.1X central RADIUS authentication. Legacy WPA utilizes TKIP to wrap RC4 for backwards compatibility.

Adım Adım Çözüm

1
Identify the high-security enterprise mode specifications
WPA3-Enterprise 192-bit mode requires CNSA Suite compliance, enforcing GCMP-256 encryption, EAP-TLS, and BIP-GMAC-256 management frame protection.
Top-tier enterprise environments mandate 192-bit cryptographic strength for both data privacy and management frame integrity.
2
Differentiate WPA3-Personal from WPA2-Personal authentication key exchange
WPA3-Personal introduces SAE (Simultaneous Authentication of Equals) to replace standard PSK while retaining CCMP-128 (AES).
SAE provides forward secrecy and resistance against passive dictionary attacks.
3
Determine standard WPA2-Enterprise components
WPA2-Enterprise combines AES-based CCMP encryption with RADIUS-backed 802.1X authentication.
Enterprise modes decouple user authentication from the encryption cipher by leveraging an external authentication server.
4
Map legacy WPA-Personal mechanisms
Legacy WPA uses TKIP to encapsulate RC4 with dynamic per-packet keys over PSK authentication.
TKIP was designed as an interim mitigation for legacy hardware supporting WEP.

Anahtar Kavram

Mapping IEEE 802.11 security standards (WPA, WPA2, WPA3) to their mandatory encryption algorithms (TKIP, CCMP, GCMP) and authentication methods (PSK, 802.1X/RADIUS, SAE).
Soru 180Soru

A network administrator is evaluating remote access solutions and decides to deploy Layer 2 Tunneling Protocol combined with IPsec (L2TP/IPsec) for remote employees. Which of the following statements correctly describe the functions and security characteristics of this combined VPN solution? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: L2TP handles the creation of the logical tunnel and packet encapsulation, but relies on IPsec to provide data encryption and confidentiality.; IPsec provides authentication, data integrity, and encryption services for the encapsulated L2TP traffic across untrusted networks.

Cevap

L2TP handles tunnel creation and frame encapsulation while relying on IPsec for encryption, and IPsec provides authentication, data integrity, and encryption services for the L2TP traffic.
L2TP provides frame encapsulation and tunnel creation, but because it has no native cryptographic controls, it relies on IPsec to deliver payload encryption, host authentication, and data integrity across untrusted network paths.

Adım Adım Çözüm

1
Analyze the role of L2TP in an L2TP/IPsec VPN solution.
Identify that L2TP operates at Layer 2 to encapsulate Point-to-Point Protocol (PPP) frames into UDP packets, but provides no native payload encryption.
Understanding protocol responsibilities explains why L2TP is paired with IPsec.
2
Analyze the role of IPsec in an L2TP/IPsec VPN solution.
Identify that IPsec wraps the L2TP tunnel traffic to supply encryption (confidentiality), authentication, and data integrity.
Pairing IPsec with L2TP compensates for L2TP's lack of security controls.

Anahtar Kavram

Dual-Protocol L2TP/IPsec VPN Operation
Tahmini Süre:50s
ÖncekiSayfa 9 / 22Sonraki
Network Security Alıştırma Soruları — CompTIA Network+ — Sayfa 9 | Examkin