Network Security

427 soru

Soru 401Soru

A network administrator is performing baseline security hardening on a newly deployed Layer 2 switch in a corporate network environment. To secure the device against unauthorized physical connection and Layer 2 traffic interception, which TWO of the following switch hardening practices should the administrator implement?

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

Cevabı ve açıklamayı göster

Cevap: Assign all unused physical switch ports to an isolated blackhole VLAN and set their operational status to administratively shutdown.; Reassign the native VLAN on all 802.1Q trunk links from default VLAN 1 to an unused VLAN ID.

Cevap

The correct hardening steps are placing unused switch ports into an unrouted blackhole VLAN while administratively shutting them down, and changing the 802.1Q native VLAN on trunk links from default VLAN 1 to a dedicated unused VLAN ID.
Device hardening mandates minimizing the physical and logical attack surface. Disabling unused ports and binding them to an unused blackhole VLAN prevents unauthorized devices from obtaining link status or accessing the network. Furthermore, modifying the 802.1Q native VLAN away from default VLAN 1 protects against Layer 2 frame injection and VLAN hopping attacks.

Adım Adım Çözüm

1
Analyze access port security requirements.
Unused physical ports represent an open attack vector if left active in default VLAN 1.
Administratively disabling unused ports (`shutdown`) and moving them to an isolated, unrouted VLAN prevents physical plug-and-play network access.
2
Evaluate trunk port native VLAN configurations.
Default VLAN 1 is targeted in Layer 2 exploitation techniques like VLAN hopping.
Changing the native VLAN to an unused VLAN ID on 802.1Q trunks ensures untagged traffic cannot traverse administrative or data VLANs.

Anahtar Kavram

Layer 2 Infrastructure and Device Hardening Controls
Soru 402Soru

A network security administrator is organizing a training module to help tier-1 analysts identify malicious activity across different network layers. Match each network attack type on the left with its corresponding operational mechanism or technical signature on the right.

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

Öğeler

ICMP Redirect Attack
Slowloris Attack
RF Jamming
MAC Address Spoofing

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

ICMP Redirect Attack matches with altering a host's local routing table via control messages; Slowloris Attack matches with sending incomplete HTTP headers to exhaust server thread pools; RF Jamming matches with emitting electromagnetic signals to disrupt 802.11 wireless frames; MAC Address Spoofing matches with altering physical hardware addresses in frame headers to bypass filtering.
Each attack vector is paired with its specific network layer operational signature: ICMP Redirect manipulates host IP routing tables via ICMP control messages; Slowloris maintains unclosed Layer 7 HTTP header requests to consume web server sockets; RF Jamming causes Layer 1 physical wireless radio frequency interference; and MAC Address Spoofing modifies Layer 2 physical frame headers.

Adım Adım Çözüm

1
Analyze the ICMP Redirect attack mechanism.
ICMP Type 5 packets are gateway control messages designed to update host routing paths; forged ICMP redirects alter target routing tables to intercept traffic.
This establishes the link between ICMP control packets and host route manipulation.
2
Analyze the Slowloris attack mechanism.
Slowloris sends partial HTTP request headers over open TCP connections at slow rates to tie up concurrent web server worker threads.
This differentiates application-layer slow HTTP DoS attacks from volumetric network floods.
3
Analyze the RF Jamming mechanism.
RF Jamming operates at the physical layer by generating deliberate radio frequency noise on active wireless bands to lower the Signal-to-Noise Ratio (SNR).
This identifies physical wireless signal interference as the cause of frame corruption and channel blockage.
4
Analyze the MAC Address Spoofing mechanism.
MAC spoofing overrides a network card's media access control address in frame headers to match an authorized MAC address.
This links layer 2 hardware addressing manipulation with bypassing MAC filtering security controls.

Anahtar Kavram

Common Network Attack Types and Vectors
Soru 403Soru

A network technician is hardening remote administrative access on a core router deployed at an enterprise edge site. To comply with security baseline requirements, all remote management sessions must use strong payload encryption, and inactive administrative sessions must automatically terminate after five minutes. Which configuration strategy correctly fulfills these hardening requirements?

Cevabı ve açıklamayı göster

Cevap: Enable SSH version 2 for administrative access and configure an exec-timeout of 5 minutes on all VTY lines.

Cevap

The correct option specifies configuring SSH version 2 for administrative access and setting an exec-timeout of 5 minutes on all VTY lines.
Enabling SSH version 2 ensures that all interactive remote management traffic and authentication credentials are encrypted end-to-end. Applying an execution timeout (exec-timeout) of 5 minutes directly to all VTY lines ensures that inactive remote management connections are automatically closed, mitigating the risk of unauthorized access via hijacked or unattended sessions.

Adım Adım Çözüm

1
Identify the encryption requirement for remote management plane hardening.
SSH version 2 (SSHv2) provides secure, encrypted remote terminal sessions, whereas legacy protocols like Telnet transmit credentials and data in cleartext.
Hardening best practices mandate disabling plaintext management protocols like Telnet and HTTP in favor of encrypted alternatives like SSHv2 and HTTPS.
2
Identify the mechanism for automatically terminating idle administrative sessions.
Applying an `exec-timeout 5 0` command (5 minutes, 0 seconds) directly to virtual terminal (VTY) lines forces the operating system to close inactive sessions.
Unattended active administrative sessions present a major security risk for unauthorized local or remote access.

Anahtar Kavram

Management Plane Hardening via SSH and VTY Session Timeouts
Soru 404Soru

During a security assessment on an enterprise network segment, a SOC analyst observes that users attempting to establish encrypted HTTPS connections to an external server are transparently modified in transit by an adversary on the local network segment. The adversary intercepts initial connection requests and converts HTTPS links into unencrypted HTTP links, forcing client browsers to transmit credentials in plaintext over port 80 while maintaining a separate secure session with the target server. Which of the following network attack types is being executed?

Cevabı ve açıklamayı göster

Cevap: SSL stripping

Cevap

The attack being executed is SSL stripping, where an inline adversary downgrades secure HTTPS communication to unencrypted HTTP traffic.
SSL stripping is an on-path attack where an adversary downgrades HTTPS traffic to unencrypted HTTP. By modifying HTTP response headers and location redirects, the adversary forces the client to send sensitive data over plaintext port 80 while maintaining a separate TLS session with the authentic remote destination.

Adım Adım Çözüm

1
Analyze the observed attack mechanics from the scenario.
The attacker intercepts live connection attempts, modifies secure HTTPS links to standard HTTP links, and forces plaintext transmission on port 80.
Identifying the target protocol layer and header modification vector narrows down the specific attack mechanism.
2
Differentiate transport encryption stripping from domain resolution and protocol misconfigurations.
DNS-based attacks alter name-to-IP resolution before packets leave the host, whereas inline session manipulation downgrades protocol negotiation.
SSL stripping operates on active HTTP/HTTPS session negotiation rather than DNS record lookup infrastructure.

Anahtar Kavram

SSL Stripping and Man-in-the-Middle TLS Downgrade Vectors
Soru 405Soru

A network security administrator is configuring a top-to-bottom IPv4 extended Access Control List (ACL) on a gateway router interface. The ACL must enforce the following security policy objectives:
1. Allow administrative host 192.168.1.10192.168.1.10 SSH access (TCPTCP port 22) to management server 10.0.0.510.0.0.5.
2. Block all other traffic from internal subnet 192.168.1.0/24192.168.1.0/24 destined to management server 10.0.0.510.0.0.5.
3. Allow all hosts on subnet 192.168.1.0/24192.168.1.0/24 HTTP access (TCPTCP port 80) to any destination.
4. Explicitly block all remaining IP traffic.

Arrange the ACL rules in the correct top-to-bottom processing order to satisfy these security requirements without shadowing any rules.

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

Cevabı ve açıklamayı göster

Cevap

The correct top-to-bottom sequence is: 1) access-list 105 permit tcp host 192.168.1.10 host 10.0.0.5 eq 22, 2) access-list 105 deny ip 192.168.1.0 0.0.0.255 host 10.0.0.5, 3) access-list 105 permit tcp 192.168.1.0 0.0.0.255 any eq 80, and 4) access-list 105 deny ip any any.
Router Access Control Lists execute rules sequentially from top to bottom and stop processing upon the first match. To meet security requirements without rule shadowing, specific rules must be placed above general rules. Host 192.168.1.10's SSH access must be permitted first. Next, all other traffic to host 10.0.0.5 must be denied. Third, general HTTP access for the subnet is allowed. Finally, the catch-all deny rule drops any remaining traffic.

Adım Adım Çözüm

1
Identify the most specific exception permit rule.
Place host-specific SSH permit rule ('permit tcp host 192.168.1.10 host 10.0.0.5 eq 22') at position 1.
ACL engines process rules top-to-bottom using first-match logic. Specific host exceptions must precede broader subnet blocks to prevent rule shadowing.
2
Identify specific destination blocks.
Place subnet deny rule targeting management server 10.0.0.5 ('deny ip 192.168.1.0 0.0.0.255 host 10.0.0.5') at position 2.
This blocks all remaining traffic to management server 10.0.0.5 prior to checking broad subnet permit rules.
3
Identify general service permit rules.
Place general web permit rule ('permit tcp 192.168.1.0 0.0.0.255 any eq 80') at position 3.
Allows subnet hosts to initiate HTTP traffic to external destinations while keeping management server 10.0.0.5 protected by the previous deny rule.
4
Identify the default drop rule.
Place the explicit catch-all deny rule ('deny ip any any') at position 4.
Serves as the final rule in the ACL structure to ensure all unlisted traffic is dropped.

Anahtar Kavram

ACL Sequential First-Match Evaluation and Rule Shadowing Prevention
Tahmini Süre:1m 30s
Soru 406Soru

During an internal security investigation, network administrators notice that whenever client workstations experience a failure resolving internal hostnames via the primary DNS server, an unauthorized endpoint on the same broadcast domain immediately responds to Link-Local Multicast Name Resolution (LLMNR) and NetBIOS Name Service (NBT-NS) queries. The rogue system provides its own IP address, tricking victim computers into sending authentication hashes when trying to access network shares.

Which of the following correctly identify the attack vector taking place and the primary security risk established by this activity? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Link-Local Multicast Name Resolution (LLMNR) / NBT-NS poisoning; Man-in-the-Middle (MitM) positioning for credential harvesting

Cevap

The attack taking place is Link-Local Multicast Name Resolution (LLMNR) / NBT-NS poisoning, and the primary risk established is Man-in-the-Middle (MitM) positioning for credential harvesting.
The scenario describes an attacker taking advantage of Windows fallback name resolution protocols (LLMNR and NBT-NS). When normal DNS resolution fails, clients broadcast requests to the local network; an attacker spoofing these responses directs client traffic to their own machine, acting as a Man-in-the-Middle to harvest authentication credentials.

Adım Adım Çözüm

1
Analyze the observed attack mechanics from the scenario.
Workstations send multicast/broadcast queries on the local subnet when DNS fails, and a rogue endpoint answers them with spoofed IP addresses.
This behavior specifically matches LLMNR/NBT-NS poisoning, which targets Windows fallback hostname resolution.
2
Determine the impact on network security and traffic flow.
Clients attempt authentication against the rogue endpoint, allowing the attacker to intercept NTLM authentication hashes.
Intercepting traffic intended for internal servers puts the attacker in a Man-in-the-Middle position to harvest credentials.

Anahtar Kavram

LLMNR/NBT-NS Poisoning and MitM Credential Interception
Soru 407Soru

A network administrator needs to restrict administrative access to a managed switch located at IP address 10.20.30.210.20.30.2. Only the administrator's workstation at IP address 10.20.30.1510.20.30.15 must be allowed to establish Secure Shell (SSH) management sessions with the switch. All other SSH attempts to the switch must be blocked, while all other non-SSH IP traffic across the subnet must continue to traverse the interface uninhibited.

Which set of extended IPv4 Access Control List (ACL) statements correctly fulfills this security requirement?

Cevabı ve açıklamayı göster

Cevap: statement 1: permit tcp host 10.20.30.15 host 10.20.30.2 eq 22
statement 2: deny tcp any host 10.20.30.2 eq 22
statement 3: permit ip any any

Cevap

The correct configuration permits TCP port 22 traffic from host 10.20.30.15 to host 10.20.30.2, denies TCP port 22 traffic from any host to host 10.20.30.2, and permits all remaining IP traffic using 'permit ip any any'.
The correct configuration properly identifies SSH as using TCP on port 22, creates an explicit entry granting access to the administrator's IP address (10.20.30.1510.20.30.15), denies SSH access to all other hosts, and concludes with 'permit ip any any' to allow all non-SSH traffic across the interface without triggering the default implicit deny.

Adım Adım Çözüm

1
Identify the transport layer protocol and destination port required for Secure Shell (SSH).
SSH operates over TCP using port number 22.
Correct protocol matching requires specifying TCP port 22 rather than UDP or port 23 (Telnet).
2
Define specific permission and denial rules for administrative access.
Permit TCP traffic from source host 10.20.30.1510.20.30.15 to destination host 10.20.30.210.20.30.2 on port 22, followed by a rule denying TCP port 22 traffic to host 10.20.30.210.20.30.2 from any other source.
Top-to-bottom evaluation evaluates specific host exceptions before broader block rules.
3
Account for the default behavior of Access Control Lists on un-matched traffic.
Append 'permit ip any any' at the end of the rule set.
ACLs feature an unwritten implicit deny statement at the end of every list. Without an explicit permit rule, all non-SSH traffic would be silently dropped.

Anahtar Kavram

Extended Access Control List rule ordering, layer 4 port/protocol specification, and implicit deny management.
Tahmini Süre:1m 30s
Soru 408Soru

A network administrator discovers that a managed switch has begun flooding unicast frames out of all physical ports within a specific VLAN, causing the switch to degrade to hub-like behavior. Packet captures reveal a high volume of traffic originating from a single host port, containing randomized, rapidly changing source MAC addresses that exhaust the switch's Content Addressable Memory (CAM) table capacity. Which of the following attack types is taking place?

Cevabı ve açıklamayı göster

Cevap: MAC flooding

Cevap

MAC flooding
MAC flooding involves generating thousands of valid frames with unique, spoofed source MAC addresses from a single host port. This exhausts the limited memory capacity of the switch's Content Addressable Memory (CAM) table. Once full, the switch enters a fail-open state and floods all subsequent unicast frames out of every port in the VLAN, enabling an attacker to capture traffic intended for other nodes.

Adım Adım Çözüm

1
Analyze the observed network symptom.
The switch is sending unicast frames out of all ports in the VLAN and exhibiting hub-like behavior.
This occurs when a switch's CAM table is completely full and cannot map unknown destination MAC addresses to specific egress ports.
2
Examine the packet capture traffic pattern.
A high volume of frames with randomized source MAC addresses originates from a single physical port.
Rapidly injecting fake source MAC addresses forces the CAM table to overwrite legitimate entries until its memory limit is reached.
3
Correlate symptoms and traffic patterns with standard attack definitions.
The attack mechanism matches MAC flooding (CAM table overflow).
MAC flooding explicitly targets the Layer 2 switch CAM table capacity to intercept broadcasted unicast traffic.

Anahtar Kavram

MAC Flooding and CAM Table Exhaustion
Tahmini Süre:1m 30s
Soru 409Soru

Match each network attack type to the technical indicator or mechanism that best characterizes its execution.

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

Öğeler

VLAN Hopping (Double Tagging)
ARP Cache Poisoning
DNS Amplification
Deauthentication Attack

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

VLAN Hopping (Double Tagging) pairs with transmitting nested 802.1Q headers; ARP Cache Poisoning pairs with sending unsolicited gratuitous ARP replies; DNS Amplification pairs with leveraging open recursive resolvers and spoofed UDP source addresses; Deauthentication Attack pairs with broadcasting unencrypted wireless 802.11 management frames.
Each attack type matches its distinct operational layer and technique: VLAN Hopping uses double 802.1Q tags over Ethernet switches; ARP Poisoning updates host caches using forged Layer 2 gratuitous messages; DNS Amplification leverages UDP spoofing to reflect enlarged DNS payloads; and Deauthentication relies on spoofed 802.11 wireless management disassociation frames.

Adım Adım Çözüm

1
Analyze VLAN Hopping mechanisms
Identified double tagging using stacked 802.1Q tags to send traffic across isolated VLAN boundaries.
Switches strip the outer native tag, allowing the secondary tag to be forwarded to a target VLAN.
2
Analyze ARP Cache Poisoning mechanisms
Identified gratuitous ARP packet generation mapping targeted IPv4 addresses to malicious MAC addresses.
Hosts accept unsolicited ARP replies and update their local cache without verifying existing mappings.
3
Analyze DNS Amplification mechanisms
Identified reflection and payload magnification using spoofed UDP requests targeting open recursive DNS servers.
UDP lacks handshakes, allowing source IP spoofing, and large DNS lookup records return significantly larger payloads to the victim.
4
Analyze Deauthentication Attack mechanisms
Identified spoofed 802.11 management disassociation frames.
Legacy 802.11 management frames are sent unencrypted and without authentication, allowing attackers to disconnect station clients.

Anahtar Kavram

Classification of Common Network Attack Types and Vectors
Soru 410Soru

During a network incident investigation, a technician notices that several workstations on a local subnet received IP configuration settings within the 192.168.99.0/24192.168.99.0/24 network range instead of the standard internal 10.10.0.0/1610.10.0.0/16 range. Further inspection reveals that a malicious host flooded the network with forged requests to exhaust the legitimate pool of IP addresses and then responded to client broadcasts with its own default gateway settings. Which of the following attack types has taken place?

Cevabı ve açıklamayı göster

Cevap: Rogue DHCP server attack

Cevap

Rogue DHCP server attack
The correct option describes a Rogue DHCP server attack. In this attack vector, an unauthorized device answers client DHCP discover/request broadcasts and supplies malicious IP configuration details (such as setting itself as the default gateway). This is typically preceded by a DHCP starvation attack that consumes all available leases on the legitimate DHCP server.

Adım Adım Çözüm

1
Analyze the observed symptoms
Workstations received unauthorized IP addresses (192.168.99.0/24192.168.99.0/24) and gateway settings, while the legitimate IP address pool was exhausted.
Exhausting legitimate IP address pools (DHCP starvation) allows an attacker to step in and act as the primary configuration provider for new hosts.
2
Identify the protocol responsible for dynamic IP distribution
Dynamic Host Configuration Protocol (DHCP) operates at the application layer to distribute IP addresses, subnet masks, and default gateway configurations.
The symptoms specifically describe unauthorized configuration parameters being handed out via broadcast responses.
3
Match the mechanism to the correct attack classification
The mechanism matches a Rogue DHCP server attack (enabled by DHCP starvation).
By impersonating a valid DHCP server, an attacker redirects victim traffic through their controlled default gateway.

Anahtar Kavram

Rogue DHCP Server and Starvation Attack Vectors
Tahmini Süre:1m 15s
Soru 411Soru

Match each common network attack type on the left with the primary mechanism or technical indicator that best characterizes its execution on the right.

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

Öğeler

Pass-the-Hash
Smurf Attack
TCP SYN Flood
Evil Twin

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Pass-the-Hash matches authenticating using extracted credential hashes directly; Smurf Attack matches sending spoofed ICMP echo requests to a broadcast address; TCP SYN Flood matches transmitting connection requests while withholding acknowledgments; Evil Twin matches operating an unauthorized access point configured with a legitimate SSID.
Each attack type matches its distinct execution vector: Pass-the-Hash authenticates via memory-harvested credential hashes without cracking cleartext passwords; a Smurf attack relies on ICMP broadcast reflection to amplify traffic against a victim; a TCP SYN flood exhausts connection state tables with incomplete handshakes; and an Evil Twin deploys a rogue wireless access point mimicking a trusted SSID.

Adım Adım Çözüm

1
Analyze Pass-the-Hash authentication behavior.
Pass-the-Hash uses intercepted hash values directly in authentication protocols without converting them back to plaintext passwords.
This aligns with authenticating to a remote server using extracted hashed credentials from memory.
2
Examine the traffic reflection mechanism of a Smurf Attack.
Smurf attacks use ICMP echo requests with a spoofed target source IP directed to an IP broadcast address.
This corresponds to sending spoofed ICMP echo requests to a broadcast address to overwhelm a target.
3
Evaluate transport layer resource exhaustion in a TCP SYN Flood.
SYN floods exploit the TCP handshake by leaving connection requests in a SYN-RECEIVED state, consuming buffer resources.
This matches transmitting connection initialization packets while withholding final acknowledgments.
4
Determine wireless access point spoofing in an Evil Twin attack.
An Evil Twin mimics a legitimate wireless network identifier (SSID) to deceive wireless clients into connecting.
This matches operating an unauthorized wireless access point configured with a legitimate network SSID.

Anahtar Kavram

Identifying common network attack vectors, indicators, and execution mechanisms across layer 2 to layer 7 threats.
Soru 412Soru

An organization's security policy mandates centralized access control for managing network hardware via CLI. The policy specifically requires that individual commands executed during an administrative session must be authorized separately on a per-user basis, and that all payload data exchanged between the network switches and the AAA server must be fully encrypted. Which security protocol should the administrator implement to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: TACACS+

Cevap

TACACS+ is the correct choice because it separates AAA functions to support command-level authorization and encrypts the entire packet payload.
TACACS+ separates the AAA architecture into distinct functions, allowing administrators to enforce granular per-command authorization for CLI management. Additionally, TACACS+ encrypts the entire packet body (payload) rather than just the password field, ensuring complete confidentiality over TCP port 49.

Adım Adım Çözüm

1
Analyze authorization requirements
The requirement specifies per-command authorization during administrative CLI sessions.
Protocols that combine authentication and authorization cannot evaluate individual commands independently after session establishment.
2
Analyze encryption requirements
The policy requires the entire network communication payload between switch and AAA server to be encrypted.
Protocols that obscure only passwords leave headers and command details unencrypted in transit.
3
Compare TACACS+ and RADIUS feature profiles
TACACS+ uses TCP port 49, decouples AAA functions (allowing granular command authorization), and encrypts the entire packet body. RADIUS uses UDP ports 1812/1813, combines authentication/authorization, and encrypts only the password field.
Only TACACS+ satisfies both full payload encryption and command-level authorization.

Anahtar Kavram

AAA Protocol Differences (TACACS+ vs RADIUS)
Soru 413Soru

An enterprise network security engineer is evaluating the deployment of a passive Network Intrusion Detection System (NIDS) connected via a switch SPAN port versus an inline Network Intrusion Prevention System (NIPS) placed at the perimeter firewall interface. Which of the following statements accurately describe the operational trade-offs and functional behaviors of these two implementations? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: The inline NIPS can actively drop malicious traffic in real time before it reaches internal hosts, but it introduces network latency and a potential single point of failure.; The passive NIDS analyzes out-of-band traffic copies, ensuring zero impact on live network throughput and latency while providing threat visibility.

Cevap

The inline NIPS actively drops malicious traffic in real time at the cost of adding latency and introducing a potential single point of failure, whereas the passive NIDS inspects out-of-band traffic copies without affecting network latency or throughput.
Inline NIPS operates in-band, inspecting live traffic to drop malicious packets before they hit internal systems, though this adds processing latency and introduces a potential single point of failure. Conversely, passive NIDS receives duplicated frames from a SPAN port out-of-band, preserving maximum network performance and throughput without introducing latency.

Adım Adım Çözüm

1
Analyze the operational placement of inline NIPS versus passive NIDS.
Inline NIPS is deployed in-band directly in the data path, allowing active packet dropping, whereas passive NIDS uses out-of-band port mirroring (SPAN/TAP).
In-band placement enables active prevention, but introduces processing latency and hardware single point of failure risk.
2
Evaluate the performance impact of out-of-band SPAN port monitoring.
Out-of-band monitoring operates on duplicate packets, preventing interference with original frames and eliminating latency impact.
Because SPAN delivers copies of packets asynchronously, a NIDS cannot prevent the first malicious packet from reaching its target.

Anahtar Kavram

Operational trade-offs between in-band NIPS (active prevention, latency, failure point) and out-of-band NIDS (passive monitoring, zero latency impact, detection only).
Soru 414Soru

A security team is evaluating the operational differences between placing a Network Intrusion Detection System (NIDS) passively via a switch SPAN port versus deploying a Network Intrusion Prevention System (NIPS) inline. Which of the following statements accurately describe these deployment models? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Inline NIPS placement allows the security appliance to actively stop threat vectors by dropping malicious packets in real time.; Passive NIDS monitoring via a SPAN port inspects mirrored network traffic without adding inline latency to production network traffic.

Cevap

The statement explaining that inline NIPS placement actively drops malicious packets in real time, along with the statement indicating that passive NIDS monitoring via a SPAN port inspects copied traffic without adding latency, are both correct.
Inline NIPS devices sit directly within the communication stream, enabling active packet drops upon detecting malicious traffic. Conversely, passive NIDS deployment receives mirrored traffic via switch SPAN ports, providing threat detection visibility without introducing inline processing latency.

Adım Adım Çözüm

1
Analyze NIPS inline placement features.
Inline placement puts the prevention device directly in the physical or logical flow of network traffic, enabling active mitigation such as packet dropping.
Traffic must pass through an inline device, allowing immediate inline action upon threat detection.
2
Analyze NIDS passive (out-of-band) placement features.
Out-of-band passive monitoring inspects mirrored traffic streams provided by SPAN ports or network TAPs without impacting packet forwarding latency.
Since traffic is mirrored, the NIDS operates in parallel to active network transmission.

Anahtar Kavram

In-band inline prevention versus out-of-band passive detection deployment models.
Soru 415Soru

A network administrator is implementing Extensible Authentication Protocol-Transport Layer Security (EAP-TLS) for corporate wireless client authentication. Which of the following components are required to successfully establish mutual authentication using EAP-TLS? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: A valid digital certificate installed on the RADIUS server; A valid client digital certificate installed on each endpoint device

Cevap

EAP-TLS mutual authentication requires both a valid server digital certificate on the RADIUS server and a valid client digital certificate on each connecting device.
EAP-TLS (Extensible Authentication Protocol-Transport Layer Security) is a highly secure 802.1X authentication method that mandates mutual authentication. The authentication server (RADIUS) must present a valid X.509 certificate to verify its identity to the client, and the wireless endpoint device must also present a valid client certificate to verify its identity to the server.

Adım Adım Çözüm

1
Identify the authentication protocol specified in the scenario
The scenario specifies EAP-TLS (Extensible Authentication Protocol-Transport Layer Security) for 802.1X wireless access.
EAP-TLS is an open standard defined for certificate-based 802.1X authentication.
2
Determine the certificate requirements for EAP-TLS
EAP-TLS uses PKI to establish mutual authentication, requiring certificates on both the server side (RADIUS) and client side (supplicant).
Unlike EAP-PEAP or EAP-TTLS which only require server-side certificates and use passwords for clients, EAP-TLS enforces two-way certificate validation.

Anahtar Kavram

EAP-TLS Mutual Authentication Certificate Requirements
Soru 416Soru

An enterprise network administrator is deploying a site-to-site IPsec VPN between a corporate headquarters and a remote branch office. The branch office router is positioned behind a service provider gateway performing Port Address Translation (PAT). Diagnostic logs confirm that Phase 1 (IKE) authentication succeeds over UDP port 500. However, Phase 2 fails to establish a functional data tunnel. Further analysis reveals that the security policy is configured to use IPsec Authentication Header (AH) in tunnel mode. Which of the following root causes best explains why the IPsec VPN tunnel fails to operate across the PAT gateway?

Cevabı ve açıklamayı göster

Cevap: IPsec AH calculates an Integrity Check Value across the entire IP header, causing integrity validation failures at the destination because PAT modifies header fields during translation.

Cevap

IPsec AH calculates an Integrity Check Value across the entire IP header, causing integrity validation failures at the destination because PAT modifies header fields during translation.
The correct answer identifies that IPsec Authentication Header (AH) computes its Integrity Check Value (ICV) over the entire IP packet, including header fields like IP addresses and ports. When a PAT gateway modifies these fields to route packets across public subnets, the receiver recalculates the ICV and detects a discrepancy, dropping the traffic. AH is fundamentally incompatible with NAT/PAT for this reason.

Adım Adım Çözüm

1
Analyze the VPN protocol suite and operational mode specified in the scenario.
Identified that the setup uses IPsec Authentication Header (AH) in tunnel mode across a Port Address Translation (PAT) boundary.
Understanding the cryptographic scope of IPsec AH vs ESP is critical for identifying NAT compatibility issues.
2
Evaluate how Port Address Translation (PAT) modifies IP packets in transit.
PAT modifies the source/destination IP addresses and transport layer port numbers in the outer IP header.
Translating private IP addresses to public IP addresses requires header modification by the NAT/PAT gateway.
3
Determine the cryptographic coverage of IPsec Authentication Header (AH).
AH computes an Integrity Check Value (ICV) over the entire packet, including non-mutable and mutable fields in the outer IP header.
Because PAT alters IP header fields after the sender calculates the ICV, the receiver's ICV calculation fails, causing the packet to be rejected.
4
Identify the correct remediation standard according to Network+ core security objectives.
Migrate from AH to Encapsulating Security Payload (ESP) with NAT-Traversal (NAT-T) enabled over UDP port 4500.
ESP protects the payload payload and leaves mutable outer IP headers unauthenticated, enabling seamless NAT/PAT traversal when encapsulated in UDP packets.

Anahtar Kavram

IPsec AH vs ESP Cryptographic Scope and NAT Traversal Compatibility
Soru 417Soru

A network security team is deploying an 802.1X port-based network access control framework across enterprise Ethernet switches. Which of the following statements accurately describe the operational roles and protocol encapsulation methods defined in this framework? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: The network switch functions as the authenticator, relaying EAP messages between the endpoint client and the backend AAA server without evaluating user credentials locally.; Extensible Authentication Protocol over LAN (EAPOL) carries authentication frames between the supplicant and switch, while EAP over RADIUS carries frames between the switch and AAA server.

Cevap

The correct statements are that the network switch functions as an authenticator relaying EAP messages without validating credentials locally, and EAPOL is used between the supplicant and switch while EAP over RADIUS is used between the switch and authentication server.
The 802.1X standard separates access control into three roles: the supplicant (client), the authenticator (switch or wireless access point), and the authentication server (RADIUS). The switch does not evaluate credentials; it simply relays EAP packets. The client communicates with the switch using EAPOL frames, while the switch encapsulates those EAP payloads into RADIUS packets sent to the AAA server over UDP ports 1812/1813.

Adım Adım Çözüm

1
Identify the core components of the IEEE 802.1X architecture.
The architecture defines three entities: Supplicant (client), Authenticator (switch/AP), and Authentication Server (RADIUS).
Understanding component roles clarifies which node processes user credentials.
2
Determine the role of the network switch (authenticator).
The switch acts as a pass-through proxy that holds the port in an unauthorized state, forwarding EAP traffic until authentication succeeds on the RADIUS server.
This confirms that the switch does not validate credentials locally.
3
Analyze protocol encapsulation across the two network links.
Link 1 (Client to Switch) uses EAPOL (EAP over LAN / 802.3 framing). Link 2 (Switch to RADIUS Server) encapsulates EAP inside RADIUS UDP packets.
This confirms the correct transport framing across layer 2 local links and layer 3 backend networks.

Anahtar Kavram

802.1X Framework Roles and EAP Protocol Encapsulation
Soru 418Soru

An enterprise network analyst observes that unicast frames intended exclusively for a secure file server are suddenly being received by all host interfaces connected to the same switch module. A review of the switch diagnostics reveals that the switch's MAC address table is entirely saturated with thousands of randomized, fake source MAC addresses. As a result, new frame forwarding defaults to broadcasting across all ports within the VLAN. Which of the following attack types has occurred, and what is its operational objective?

Cevabı ve açıklamayı göster

Cevap: MAC flooding, which forces the switch into a fail-open state to allow unauthorized packet sniffing of unicast traffic

Cevap

MAC flooding, which forces the switch into a fail-open state to allow unauthorized packet sniffing of unicast traffic
The correct answer identifies MAC flooding. During a MAC flooding attack, an attacker generates rapid traffic containing thousands of randomized source MAC addresses. This exhausts the storage capacity of the switch's Content Addressable Memory (CAM) table. Once full, the switch cannot learn legitimate MAC addresses and enters a fail-open operational mode, broadcasting incoming unicast frames to every active port in the VLAN. Threat actors use this vector to transform switched networks into shared media to execute packet sniffing.

Adım Adım Çözüm

1
Analyze the observed network symptom
Unicast traffic intended for a single destination host is being broadcast to all ports across the switch segment.
This indicates that the Layer 2 switch can no longer locate destination MAC addresses in its dynamic forwarding database.
2
Examine switch diagnostics and state change
The switch's Content Addressable Memory (CAM) table is exhausted due to thousands of randomized source MAC addresses.
When a switch's CAM table reaches maximum capacity, it falls back to a fail-open mode where unknown unicast traffic is flooded out every port within the VLAN.
3
Correlate symptoms with known attack vectors
This scenario matches a MAC flooding (CAM table overflow) attack designed to facilitate passive packet sniffing.
By converting switch behavior into hub-like broadcasting, an attacker connected to any switch port can capture sensitive frames intended for other hosts.

Anahtar Kavram

MAC Flooding / CAM Table Overflow
Tahmini Süre:2m 0s
Soru 419Soru

Match each physical security or environmental control mechanism to its primary function in a network facility.

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

Öğeler

Mantrap
Clean Agent System
Faraday Cage
Environmental Sensor

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Mantrap pairs with interlocking doors; Clean Agent System pairs with non-conductive gas fire suppression; Faraday Cage pairs with blocking electromagnetic fields; Environmental Sensor pairs with monitoring relative humidity and temperature.
Each control mechanism aligns directly with its primary defensive role: a mantrap prevents unauthorized access via interlocking doors, clean agent systems suppress fires without damaging electrical hardware, Faraday cages block electromagnetic interference, and environmental sensors alert administrators to climate shifts.

Adım Adım Çözüm

1
Identify the physical access control mechanism designed specifically to stop tailgating.
Mantrap corresponds to the interlocking door system.
Mantraps enforce single-person access control by locking one door until the adjacent door is secured.
2
Determine the appropriate fire suppression method for server equipment sensitive to liquid damage.
Clean Agent System corresponds to non-conductive gaseous fire suppression.
Standard water sprinklers cause severe electrical damage, whereas clean gaseous agents extinguish fires safely.
3
Identify the protective shielding designed to block RF signals and EMI.
Faraday Cage corresponds to blocking external electromagnetic fields.
Solid or mesh conductive enclosures isolate sensitive equipment from external wireless signals and interference.
4
Select the component responsible for measuring room climate conditions.
Environmental Sensor corresponds to monitoring ambient humidity and temperature.
Sensors provide continuous alerts for thermal or moisture anomalies in server environments.

Anahtar Kavram

Physical and Environmental Security Controls
Soru 420Soru

A network engineer is establishing physical and environmental controls for a newly constructed remote edge data facility. To prevent hardware failure from static accumulation, moisture buildup, and inefficient thermal distribution, which TWO of the following environmental deployment strategies should be implemented? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Maintain relative humidity levels within the room between 40% and 55%.; Arrange equipment chassis into alternating hot-aisle and cold-aisle containment rows.

Cevap

The correct physical and environmental measures are maintaining relative humidity between 40% and 55% and arranging equipment into alternating hot-aisle and cold-aisle containment rows.
Maintaining relative humidity between 40% and 55% prevents both static electricity accumulation (ESD) and water condensation. Additionally, implementing hot-aisle/cold-aisle containment optimizes airflow by separating cold intake air from hot exhaust air, preventing thermal recirculation.

Adım Adım Çözüm

1
Analyze environmental humidity requirements.
Relative humidity must be kept in a moderate range (40%–55%). Too low causes electrostatic discharge (ESD); too high causes condensation.
Protecting network components against both ESD buildup and corrosion requires controlled humidity.
2
Analyze airflow and cooling containment measures.
Organizing server racks in alternating hot-aisle and cold-aisle configurations ensures cool intake air isn't mixed with hot exhaust air.
Separating air streams improves HVAC efficiency and reduces thermal stress on network hardware.

Anahtar Kavram

Physical Security Controls and Environmental Measures
Tahmini Süre:1m 30s
ÖncekiSayfa 21 / 22Sonraki
Network Security Alıştırma Soruları — CompTIA Network+ — Sayfa 21 | Examkin