Network Security

427 soru

Soru 261Soru

A network security engineer is establishing a hardened configuration baseline for a core switch cluster to mitigate internal eavesdropping and unauthorized access risks. A security audit highlights that device telemetry monitoring traffic exposes system OIDs and interface statistics in cleartext across the network, while unassigned access ports and default trunking settings present physical and logical intrusion risks. Which set of device hardening configurations correctly addresses all of these identified vulnerabilities according to industry best practices?

Cevabı ve açıklamayı göster

Cevap: Implement SNMPv3 with the authPriv security level specifying SHA for authentication and AES for encryption, disable all unassigned physical switch ports while assigning them to an unused blackhole VLAN, and change the 802.1Q native VLAN from default VLAN 1 to an unused VLAN ID.

Cevap

Implement SNMPv3 with the authPriv security level specifying SHA for authentication and AES for encryption, disable all unassigned physical switch ports while assigning them to an unused blackhole VLAN, and change the 802.1Q native VLAN from default VLAN 1 to an unused VLAN ID.
The correct response comprehensively addresses all management plane and Layer 2 hardening requirements. Configuring SNMPv3 with authPriv guarantees both origin authentication and packet confidentiality using SHA and AES encryption, preventing cleartext telemetry interception. Administratively disabling unused ports and assigning them to an isolated blackhole VLAN prevents unauthorized local physical access. Finally, changing the 802.1Q native VLAN from default VLAN 1 to an unused, dedicated VLAN ID prevents VLAN hopping exploits.

Adım Adım Çözüm

1
Evaluate management protocol security levels for SNMP monitoring telemetry.
SNMPv3 using the authPriv security level is required to provide both cryptographic authentication (SHA) and privacy via payload encryption (AES).
SNMPv1/v2c transmit community strings in cleartext, and SNMPv3 authNoPriv only authenticates without encrypting the monitored data payload.
2
Assess physical switch port hardening for unassigned access ports.
Unused switch ports must be administratively shut down (`shutdown`) and assigned to a non-routed, inactive VLAN (blackhole VLAN).
Leaving unused ports active in default VLAN 1 allows unauthorized devices to gain immediate Layer 2 access upon physical connection.
3
Analyze trunk line security and native VLAN isolation best practices.
The 802.1Q native VLAN must be changed from default VLAN 1 to an unused VLAN ID that carries no active user or management traffic.
Default VLAN 1 is a well-known target for VLAN hopping attacks (such as double-tagging), and isolating untagged trunk frames prevents unauthorized Layer 2 traversal.

Anahtar Kavram

Management Plane and Layer 2 Switch Hardening Best Practices
Tahmini Süre:2m 0s
Soru 262Soru

Match each network security threat to its corresponding attack vector or operational mechanism.

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

Öğeler

Smurf Attack
Password Spraying
Typosquatting
VLAN Hopping

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Smurf Attack matches ICMP broadcast spoofing amplification; Password Spraying matches testing a single password across many accounts; Typosquatting matches registering mispelled domain names; VLAN Hopping matches crafting double 802.1Q tagged frames.
Each attack type is paired correctly with its primary technical mechanism: Smurf attacks use ICMP amplification via broadcast addresses; password spraying evades account lockout by trying a single common password across many user accounts; typosquatting targets human typographical errors in domain names; and VLAN hopping manipulates 802.1Q tags to traverse isolated virtual networks.

Adım Adım Çözüm

1
Analyze the operational mechanism of Smurf Attack
Identify that it uses ICMP echo requests sent to broadcast addresses with a spoofed source IP.
This matches the ICMP amplification broadcast description.
2
Analyze Password Spraying
Identify that it targets many accounts with few passwords.
This contrasts with brute force attacks and matches the lockout evasion strategy description.
3
Analyze Typosquatting
Identify that it leverages mistyped web domain names.
This matches registering deliberate spelling variations of popular domains.
4
Analyze VLAN Hopping
Identify that it involves circumvention of VLAN boundaries.
This matches sending double 802.1Q tagged frames through switch trunks.

Anahtar Kavram

Common Network Attack Types and Vectors
Soru 263Soru

Match each physical security control or environmental measure on the left with its primary protective function on the right.

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

Öğeler

Biometric scanner
Faraday cage
HVAC system
Mantrap

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Biometric scanner matches authenticating access based on unique human biological features; Faraday cage matches shielding equipment against electromagnetic interference and signal leakage; HVAC system matches regulating ambient temperature and humidity levels; Mantrap matches preventing tailgating using an interlocking two-door enclosure.
The correct pairings accurately reflect standard network security definitions: biometric scanners rely on human biological metrics for access control, Faraday cages suppress electromagnetic signal emissions and interference, HVAC systems manage ambient temperature and humidity metrics, and mantraps utilize two interlocking doors to stop tailgating.

Adım Adım Çözüm

1
Analyze each physical security control and environmental measure listed on the left.
Identified biometric scanners as identity authenticators, Faraday cages as signal blockers, HVAC as climate regulators, and mantraps as entryway access barriers.
Each control serves a distinct operational purpose in data center physical security and environmental protection.
2
Correlate each item on the left with its exact functional definition on the right.
Paired biometric scanner with biological feature authentication, Faraday cage with electromagnetic shielding, HVAC system with temperature and humidity regulation, and mantrap with tailgating prevention via interlocking doors.
Aligning standard CompTIA Network+ security definitions connects each control to its primary risk mitigation capability.

Anahtar Kavram

Physical Access and Environmental Controls
Soru 264Soru

A network administrator is configuring centralized administration for network switches. The organization's security policy mandates that every CLI command executed by administrators must be individually authorized and audited, and all traffic between the switch and authentication server must be completely encrypted. Which authentication protocol should the administrator deploy to satisfy these requirements?

Cevabı ve açıklamayı göster

Cevap: TACACS+

Cevap

TACACS+ is the correct choice because it encrypts the full packet payload and supports granular per-command authorization and accounting for network device administration.
TACACS+ (Terminal Access Controller Access-Control System Plus) separates authentication, authorization, and accounting functions. It encrypts the complete body of the packet for enhanced privacy and allows administrators to enforce per-command authorization rules on network devices.

Adım Adım Çözüm

1
Analyze the operational requirements from the scenario.
Identified two primary requirements: full packet encryption and per-command CLI authorization/auditing.
Centralized device administration requires AAA capabilities tailored for network hardware control.
2
Evaluate protocol payload encryption mechanisms.
TACACS+ encrypts the entire message body (payload), whereas RADIUS encrypts only the user password field.
Security compliance requires encrypting all administrative data passed across the network.
3
Evaluate command authorization granularity.
TACACS+ separates authorization from authentication, enabling command-by-command authorization, whereas RADIUS combines them.
Granular command control is necessary to restrict and audit individual administrative commands.

Anahtar Kavram

TACACS+ vs RADIUS for Network Device Administration
Tahmini Süre:1m 15s
Soru 265Soru

A network technician is preparing to establish a secure management baseline on a newly unboxed switch prior to connecting it to the production network. Place the following administrative hardening steps 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 baseline hardening process begins by changing default administrative passwords and removing cleartext services, followed by generating crypto keys to enable SSH/HTTPS. Next, unused ports are administratively disabled and isolated, and finally, the configuration is saved to NVRAM.
The correct chronological process begins with securing initial local access by changing default passwords and turning off insecure cleartext protocols (Telnet/HTTP). Next, cryptographic keys are generated to support encrypted management protocols (SSH/HTTPS). After secure management is enabled, physical switch ports are hardened by disabling unused interfaces and placing them in an isolated VLAN. Finally, the running configuration must be written to NVRAM so all security policies remain active across reboots.

Adım Adım Çözüm

1
Eliminate default access risks and cleartext services.
Default credentials are changed and Telnet/HTTP are disabled.
Prevents unauthorized baseline access and cleartext credential sniffing during device setup.
2
Configure encrypted management access.
SSH and HTTPS services are enabled using generated cryptographic keys.
Ensures all subsequent administrative interactions across the network are encrypted.
3
Harden unused physical interfaces.
Unused switch ports are shut down and assigned to an isolated VLAN.
Prevents unauthorized physical access and port-based network intrusion.
4
Persist configuration settings.
The running configuration is saved to startup-config in NVRAM.
Guarantees that all applied security controls persist through reboots in production.

Anahtar Kavram

Switch Baseline Hardening Sequence
Soru 266Soru

A network administrator is deploying a dual-protocol Layer 2 Tunneling Protocol over IPsec (L2TP/IPsec) remote access VPN for mobile employees, integrated with a central RADIUS server for enterprise AAA. Which of the following technical requirements and protocol characteristics are accurate for this implementation? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: L2TP provides data tunneling and frame encapsulation, while IPsec provides data confidentiality and payload integrity.; The initial connection setup relies on UDP port 500 for IPsec IKE negotiation and UDP port 1701 for L2TP session traffic.

Cevap

L2TP provides data tunneling and frame encapsulation while IPsec provides data confidentiality and integrity, and the initial connection setup relies on UDP port 500 for IPsec IKE negotiation and UDP port 1701 for L2TP session traffic.
L2TP/IPsec combines the tunneling capabilities of L2TP with the security features of IPsec. L2TP encapsulates Layer 2 frames inside UDP packets, while IPsec provides encryption (ESP) and security association negotiation (IKE over UDP 500). L2TP session management uses UDP port 1701.

Adım Adım Çözüm

1
Analyze the functional responsibilities of L2TP and IPsec in a combined deployment.
Identify that L2TP handles Layer 2 frame tunneling and user session control, but lacks encryption capabilities. IPsec fills this gap by encrypting and authenticating the encapsulated L2TP packets at Layer 3.
Understanding layer separation in composite VPN protocols clarifies why both L2TP and IPsec are paired together.
2
Verify transport layer protocols and port numbers associated with L2TP/IPsec operations.
Confirm that IPsec Internet Key Exchange (IKE) uses UDP port 500 for phase negotiations, while L2TP uses UDP port 1701 for tunnel maintenance and control.
Firewall configuration rules for remote access VPNs require precise identification of both protocol control ports.
3
Evaluate and eliminate distractors related to encryption layers and RADIUS client-server architecture.
Disprove native L2TP encryption (Layer 2) and direct client-to-RADIUS TCP communication, recognizing RADIUS uses UDP (ports 1812/1813) and operates between the VPN gateway and RADIUS server.
Prevents common misconceptions regarding AAA query transport and VPN client authentication flows.

Anahtar Kavram

L2TP/IPsec Architecture, OSI Encapsulation, and Port Requirements
Tahmini Süre:1m 30s
Soru 267Soru

A network engineer installs dual redundant power distribution units (PDUs) and configures a dynamic link aggregation group (LAG) across two physically separate switch stacks for an enterprise storage cluster. Which core pillar of the CIA triad does this redundant architecture primarily support?

Cevabı ve açıklamayı göster

Cevap: Availability

Cevap

Availability is the pillar of the CIA triad being directly supported, as redundant PDUs and link aggregation maintain access and eliminate single points of failure.
The core purpose of deploying redundant power sources (dual PDUs) and resilient multi-switch link aggregation (LAG) is fault tolerance. These controls eliminate single points of failure to guarantee that network services and storage remain continuously accessible to authorized users, which directly fulfills the Availability pillar of the CIA triad.

Adım Adım Çözüm

1
Analyze the technical controls described in the scenario.
Dual PDUs provide power redundancy, while dynamic link aggregation across switch stacks provides network connection redundancy.
Identifying the purpose of hardware and connection redundancy is necessary to map controls to security principles.
2
Map the technical controls to the core security pillars.
Preventing single points of failure ensures uninterrupted uptime and fault tolerance for legitimate access.
Protecting against unexpected service failure or system downtime directly fulfills the objective of Availability.

Anahtar Kavram

CIA Triad - Availability Controls
Soru 268Soru

A network security administrator is updating physical and environmental defense measures for a new enterprise data facility. Match each physical security or environmental risk on the left with its corresponding primary control measure on the right.

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

Öğeler

Risk of electrostatic discharge (ESD) damaging sensitive networking hardware in equipment rooms
Risk of electromagnetic interference (EMI) and radio frequency (RF) eavesdropping on core servers
Risk of unmonitored liquid accumulation beneath raised flooring caused by HVAC condensation
Risk of unauthorized individuals tailgating behind employees into the primary server hall

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

ESD risk matches anti-static flooring with 40%-60% relative humidity control; RF/EMI eavesdropping risk matches a grounded Faraday cage; subfloor HVAC liquid accumulation risk matches conductive rope leak detection sensors; and unauthorized tailgating risk matches a dual-door mantrap with weight sensors.
Each risk aligns directly with established Network+ physical security and environmental standards: ESD risk is mitigated via anti-static flooring combined with humidity controls (40%-60%); RF eavesdropping and EMI are contained using Faraday cages; subfloor water leaks are monitored via conductive rope sensors; and tailgating is prevented using interlocking mantraps.

Adım Adım Çözüm

1
Analyze the electrostatic discharge (ESD) risk in low-humidity environments.
Air that is too dry increases static accumulation. Maintaining relative humidity between 40% and 60% along with anti-static grounding safe-guards equipment.
Relative humidity below 40% promotes ESD buildup, while humidity above 60% leads to condensation risk.
2
Analyze the electromagnetic interference (EMI) and signal interception risk.
Containing or blocking RF emissions requires conductive metallic shielding.
A grounded Faraday cage reflects and absorbs external and internal RF/EMI signals.
3
Analyze subfloor liquid accumulation risks from air handling units.
Water pooling under raised floors requires continuous line-based detection across cable pathways.
Subfloor conductive rope sensors detect moisture anywhere along their run, unlike point sensors which only detect localized pools.
4
Analyze physical unauthorized entry via tailgating/piggybacking.
Tailgating bypasses single card-swipe access points.
Mantraps use interlocking doors and weight/occupancy verification to ensure only one authenticated individual passes through at a time.

Anahtar Kavram

Physical Security Controls and Environmental Measures
Soru 269Soru

A network administrator is setting up a site-to-site IPsec VPN connection between a branch office router and the headquarters firewall. The branch office router is situated behind an ISP border device that performs Network Address Translation (NAT). During testing, the administrator notes that IPsec Encapsulating Security Payload (ESP) packets are dropped when traversing the NAT gateway because address translation alters packet headers and breaks cryptographic integrity checks. Which feature should be configured to encapsulate the IPsec traffic and allow successful traversal across the NAT device?

Cevabı ve açıklamayı göster

Cevap: NAT Traversal (NAT-T) using UDP port 4500

Cevap

NAT Traversal (NAT-T) using UDP port 4500
NAT Traversal (NAT-T) encapsulates IPsec ESP packets inside UDP datagrams using destination port UDP 4500. This allows routers performing Network Address Translation (NAT) to rewrite outer header IP addresses and ports without altering or corrupting the inner encrypted IPsec ESP packet, successfully preserving payload integrity checks.

Adım Adım Çözüm

1
Analyze why standard IPsec ESP fails across Network Address Translation (NAT) devices.
NAT alters source/destination IP addresses and port numbers in packet headers, which invalidates IPsec cryptographic checksums.
IPsec security mechanisms are designed to detect any modification of packet headers in transit as tampering.
2
Identify the standard protocol enhancement designed to resolve IPsec NAT incompatibilities.
NAT Traversal (NAT-T) detects NAT gateways during IKE negotiations and wraps ESP packets within UDP headers.
Encapsulating ESP in UDP port 4500 allows intermediate NAT devices to modify the outer UDP/IP headers while preserving the inner encrypted IPsec payload intact.

Anahtar Kavram

IPsec NAT Traversal (NAT-T) and UDP Port Encapsulation
Soru 270Soru

A network security engineer is creating an extended IPv4 Access Control List (ACL) on a perimeter router to regulate inbound traffic from an untrusted partner network (198.51.100.0/24198.51.100.0/24) destined for an internal server subnet (172.16.10.0/24172.16.10.0/24). The security policy specifies the following administrative priorities:
1. All SSH policy enforcement (specific host access and subnet-wide restrictions) must be evaluated first.
2. Application database traffic must be permitted for the designated database host only.
3. All other unapproved traffic from the partner network to the internal subnet must be explicitly dropped at the end of the ACL.

Arrange the following ACL statements in the correct top-to-bottom sequence (from Line 10 to Line 40) to enforce this policy without rule shadowing or logic errors.

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

Cevabı ve açıklamayı göster

Cevap

The correct top-to-bottom ACL processing order is: 1) Permit SSH to host 172.16.10.15, 2) Deny SSH to subnet 172.16.10.0/24, 3) Permit MySQL (TCP 3306) to host 172.16.10.50, 4) Deny all IP traffic from 198.51.100.0/24 to 172.16.10.0/24.
Router Access Control Lists process entries sequentially from top to bottom and stop evaluating upon the first match. To allow SSH to host 172.16.10.15 while blocking SSH to the rest of the 172.16.10.0/24 subnet, the host permit rule must appear first. Following SSH policy requirements, the MySQL permit rule for host 172.16.10.50 must precede the final explicit subnet IP deny rule to ensure legitimate database traffic is not blocked.

Adım Adım Çözüm

1
Identify specific exception rules required prior to general block rules.
The host-specific SSH permit statement (`permit tcp ... host 172.16.10.15 eq 22`) must be placed before any subnet-wide SSH deny statement.
ACLs perform top-to-bottom sequential matching. Placing a broader deny rule above a specific permit rule creates 'rule shadowing,' rendering the permit rule unreachable.
2
Group and sequence the remaining protocol control rules according to policy priorities.
Place the subnet-wide SSH deny statement (`deny tcp ... 172.16.10.0 0.0.0.255 eq 22`) immediately following the specific host SSH permit rule.
This satisfies the requirement to evaluate all SSH access controls prior to evaluating database application rules.
3
Insert specific application service permits.
Place the MySQL permit rule (`permit tcp ... host 172.16.10.50 eq 3306`) after the SSH controls but before any general IP block rules.
Database traffic to the database server must be matched and allowed before hitting any blanket denial statement.
4
Position the broad subnet containment rule.
Place the explicit subnet-to-subnet IP deny statement (`deny ip 198.51.100.0 0.0.0.255 172.16.10.0 0.0.0.255`) at the end of the ACL entry sequence.
This ensures that any traffic not explicitly permitted by preceding lines is blocked before reaching implicit default behaviors.

Anahtar Kavram

ACL Sequential Evaluation and Shadowing Prevention
Soru 271Soru

Following a maintenance check on a central data hall's environmental control system, telemetry logs indicate that the relative humidity (RHRH) inside the facility has dropped to 18%18\%, while the ambient air temperature remains stable at 20C20^\circ\text{C} (68F68^\circ\text{F}). Which of the following operational risks is most significantly increased by allowing this low humidity level to persist?

Cevabı ve açıklamayı göster

Cevap: Increased probability of electrostatic discharge (ESD) accumulation and damage to active network electronics

Cevap

Increased probability of electrostatic discharge (ESD) accumulation and damage to active network electronics
In server rooms and network infrastructure spaces, standard environmental guidelines recommend maintaining relative humidity between 40%40\% and 55%55\%. When relative humidity drops below 40%40\% (such as the reported 18%18\%), static electrical charges accumulate readily on equipment chassis, cables, and personnel. Any subsequent discharge can destroy delicate microcontrollers and transceiver modules via electrostatic discharge (ESD).

Adım Adım Çözüm

1
Analyze the reported environmental conditions
Relative humidity (RH=18%RH = 18\%) is significantly below standard data center thresholds (40%55%40\%\text{--}55\%), while temperature (20C20^\circ\text{C}) is normal.
Identifying environmental deviations helps correlate physical parameters to operational risks.
2
Evaluate physical risks associated with low humidity
Dry air lacks sufficient water vapor to dissipate surface static charges, leading to high static charge buildup on technicians, chassis, and cabling.
Static accumulation released near integrated circuits causes permanent ESD damage.
3
Select the correct physical security/environmental defense control impact
Maintaining relative humidity within 40%55%40\%\text{--}55\% prevents ESD buildup while avoiding high-humidity condensation risks.
Proper environmental controls balance humidity to prevent both ESD (low RH) and corrosion/shorting (high RH).

Anahtar Kavram

Data Center Environmental Controls: Relative Humidity and ESD Mitigation
Soru 272Soru

A network administrator notices that local endpoint traffic intended for the default gateway is being redirected to an unauthorized workstation. Packet captures reveal that the unauthorized workstation is repeatedly sending unsolicited gratuitous ARP replies associating the default gateway's IP address with its own MAC address. Which of the following attack types is occurring?

Cevabı ve açıklamayı göster

Cevap: ARP poisoning

Cevap

ARP poisoning
ARP poisoning involves broadcasting forged ARP response messages on a local network to link an attacker's MAC address with a legitimate IP address (such as the default gateway). This redirects local subnet traffic through the attacker's computer.

Adım Adım Çözüm

1
Analyze the reported network anomaly and protocol traffic
The packet capture identifies unsolicited gratuitous ARP replies mapping a gateway IP to an unauthorized MAC address.
Address Resolution Protocol (ARP) maps Layer 3 IPv4 addresses to Layer 2 MAC hardware addresses on local Ethernet subnets.
2
Determine the attack vector based on the protocol behavior
Spoofing ARP replies to intercept local traffic is known as ARP poisoning (or ARP spoofing).
By corrupting the ARP tables of neighboring hosts, the attacker positions themselves on-path for intercepted network traffic.

Anahtar Kavram

Address Resolution Protocol (ARP) Poisoning
Soru 273Soru

A network engineer is configuring an IPsec site-to-site VPN connection across the Internet between a corporate headquarters router with a static public IP address and a branch office router situated behind a carrier-grade Network Address Translation (CGNAT) gateway. During initial deployment testing, IKEv2 Phase 1 negotiation completes successfully, but IPsec Phase 2 fails to pass encrypted data traffic across the tunnel, resulting in integrity check failure drops on the receiving router. Troubleshooting reveals that the security policy was configured using Authentication Header (AH) in transport mode. Which modification to the VPN configuration will resolve the transmission failure while ensuring payload encryption and data integrity across the NAT boundary?

Cevabı ve açıklamayı göster

Cevap: Switch the security protocol from Authentication Header (AH) to Encapsulating Security Payload (ESP) and enable NAT Traversal (NAT-T) using UDP port 4500.

Cevap

The VPN configuration must be updated to use Encapsulating Security Payload (ESP) instead of Authentication Header (AH), alongside enabling NAT Traversal (NAT-T) on UDP port 4500.
The correct response recommends replacing Authentication Header (AH) with Encapsulating Security Payload (ESP) and using NAT Traversal (NAT-T) on UDP port 4500. AH validates the integrity of the outer IP header fields; because NAT modifies IP address headers in transit, AH integrity verification always fails across a NAT boundary. ESP encrypts the payload and does not include the outer IP header in its checksum. When NAT-T is enabled, ESP packets are encapsulated inside UDP port 4500 datagrams, allowing NAT devices to multiplex and translate the connection via standard Port Address Translation (PAT).

Adım Adım Çözüm

1
Analyze why Authentication Header (AH) fails when passing through a Network Address Translation (NAT) device.
AH computes an Integrity Check Value (ICV) over the IP header fields (including source/destination IP addresses). When NAT modifies these address fields in transit, the receiving endpoint recalculates a mismatched ICV, causing packet drops.
AH does not support NAT traversal because it protects the IP header against modification.
2
Evaluate protocol options for confidentiality and NAT compatibility.
Encapsulating Security Payload (ESP) provides confidentiality (encryption) and integrity for the payload without including the outer IP header in its ICV calculation.
ESP allows NAT modifications to outer IP headers without invalidating the cryptographic checksum of the encrypted inner payload.
3
Determine the required mechanism for passing raw IPsec ESP packets through NAT routers.
Enable NAT Traversal (NAT-T), which detects NAT devices during IKE Phase 1 and encapsulates protocol 50 (ESP) packets inside standard UDP port 4500 datagrams.
NAT devices frequently drop raw ESP (IP protocol 50) packets due to lack of L4 port numbers required for PAT/NAT table tracking.

Anahtar Kavram

IPsec Protocols (AH vs ESP) and NAT Traversal (NAT-T)
Soru 274Soru

A network security administrator applies a new stateless extended IPv4 Access Control List (ACL) to interface GigabitEthernet0/0GigabitEthernet0/0 in the inbound direction on a perimeter router. The interface serves an internal management VLAN on subnet 192.168.4.0/24192.168.4.0/24. The objective of the configuration is to permit local network devices to send SNMP trap notifications to an off-site monitoring server at IP address 198.51.100.45198.51.100.45 listening on UDP port 162.

The technician configures a single rule entry:
`access-list 102 permit udp 192.168.4.0 0.0.0.255 host 198.51.100.45 eq 162`

Immediately after applying the ACL with `ip access-group 102 in`, users on the 192.168.4.0/24192.168.4.0/24 subnet report a complete loss of web access (TCP ports 80/443) and DNS name resolution (UDP port 53) to all external destinations.

Which of the following identifies the root cause of this network outage?

Cevabı ve açıklamayı göster

Cevap: The ACL lacks explicit permit statements for HTTP, HTTPS, and DNS traffic, causing all unlisted traffic to be blocked by the unwritten implicit deny rule at the end of the access list.

Cevap

The network outage occurred because Access Control Lists end with an implicit deny statement that automatically drops any packet not explicitly permitted by an earlier rule.
The correct answer highlights that all network Access Control Lists feature an unwritten implicit deny rule at the end of the rule chain ('deny ip any any'). When an ACL contains only one permit entry (such as UDP port 162 for SNMP traps), all other protocols—including DNS (UDP port 53), HTTP (TCP port 80), and HTTPS (TCP port 443)—fail to match the single permit rule and are automatically dropped by the implicit deny.

Adım Adım Çözüm

1
Analyze the configured ACL entry and interface placement.
The ACL entry permits only UDP traffic originating from subnet 192.168.4.0/24192.168.4.0/24 destined to 198.51.100.45198.51.100.45 on port 162.
Understanding the explicit scope of the rule isolates what traffic is matching the permit rule.
2
Evaluate the default behavior of IPv4 ACL rule processing.
All standard Cisco and industry-standard IPv4 ACLs append an invisible, default 'deny ip any any' rule at the bottom of the access list.
Any packet that does not match an explicit permit statement falls through to the implicit deny rule.
3
Determine the packet disposition for HTTP, HTTPS, and DNS traffic.
Traffic directed to TCP ports 80/443 and UDP port 53 fails to match the SNMP trap rule and is dropped by the implicit deny.
Without explicit permit statements for general web browsing and DNS resolution, those protocols are blocked completely.

Anahtar Kavram

ACL Implicit Deny Evaluation
Tahmini Süre:2m 0s
Soru 275Soru

A network administrator is establishing a baseline hardening configuration on a newly deployed edge switch. Which of the following administrative practices should be implemented to secure the management plane of the device? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Disable the Telnet daemon and configure SSH for encrypted command-line management.; Replace legacy SNMPv1/v2c configurations with SNMPv3 utilizing cryptographic authentication and privacy (authPriv).

Cevap

The administrator should disable Telnet in favor of SSH for encrypted CLI administration, and deploy SNMPv3 with authPriv instead of insecure legacy SNMP versions.
Disabling Telnet in favor of SSH secures CLI sessions by encrypting all traffic. Transitioning to SNMPv3 with authPriv ensures that network monitoring traffic is cryptographically authenticated and encrypted, preventing unauthorized device access and interception.

Adım Adım Çözüm

1
Evaluate CLI management protocols.
Telnet uses cleartext traffic on port 23, while SSH uses encrypted sessions on port 22.
Hardening the management plane requires encrypting all interactive administrative access.
2
Evaluate monitoring protocols.
SNMPv1 and SNMPv2c transmit community strings in unencrypted text. SNMPv3 provides strong authentication and privacy (authPriv).
Cryptographic authentication and payload encryption are required for secure device monitoring.

Anahtar Kavram

Management Plane Hardening
Soru 276Soru

A network security team is updating its enterprise defense framework to align existing technical controls with core security principles. Match each core security principle on the left with its corresponding technical control implementation on the right.

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

Öğeler

Confidentiality
Integrity
Availability
Non-repudiation

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Confidentiality matches with AES-256 disk encryption; Integrity matches with SHA-256 checksum verification; Availability matches with redundant load-balanced firewalls; Non-repudiation matches with PKI digital signatures on logs.
Each core principle directly aligns with its target control: Confidentiality is sustained by encrypting stored workstation data, Integrity is maintained by validating firmware hash signatures before installation, Availability is preserved through redundant multi-site infrastructure, and Non-repudiation is enforced by cryptographically signing administrative actions.

Adım Adım Çözüm

1
Analyze the goal of Confidentiality
Confidentiality protects data against unauthorized disclosure.
Encrypting local storage drives using AES-256 ensures only authenticated key holders can read the contents.
2
Analyze the goal of Integrity
Integrity protects data against unauthorized alteration or corruption.
Hashing firmware images using SHA-256 allows network administrators to verify that binaries match official vendor hashes exactly.
3
Analyze the goal of Availability
Availability guarantees system uptime and access during failures or operational stress.
Geographically redundant firewall pairs prevent service interruptions caused by localized outages or hardware failures.
4
Analyze the goal of Non-repudiation
Non-repudiation ensures auditability such that an actor cannot deny performing a specific operation.
Public Key Infrastructure (PKI) digital signatures cryptographically bind an action log to the administrator's unique key pair.

Anahtar Kavram

CIA Triad & Core Security Principles (Confidentiality, Integrity, Availability, Non-repudiation)
Soru 277Soru

An enterprise network engineer is designing a physical connectivity architecture between two secure server rooms located on separate floors of a shared multi-tenant commercial facility. High-throughput fiber optic cabling must pass through unmonitored building maintenance risers accessible to third-party facility personnel. The security policy requires real-time automated alerts if physical tampering, unauthorized bending, or physical tapping of the conduit pathway occurs. Which physical security control should the engineer implement to meet this requirement?

Cevabı ve açıklamayı göster

Cevap: An Alarmed Protected Distribution System (PDS) utilizing continuous optical fiber monitoring along the conduit pathway

Cevap

An Alarmed Protected Distribution System (PDS) utilizing continuous optical fiber monitoring along the conduit pathway
An Alarmed Protected Distribution System (PDS) is specifically designed to protect unencrypted optical and copper communication lines passing through un-monitored or shared spaces. It employs continuous optical fiber sensing or electronic carrier monitoring to detect physical stress, conduit vibration, or micro-bending caused by unauthorized tapping attempts, instantly sending real-time alerts to network operations.

Adım Adım Çözüm

1
Analyze the physical security requirement
Identified the need for continuous, real-time automated detection of physical tampering or tapping along fiber runs passing through untrusted, shared building infrastructure.
The requirement specifically mandates immediate automated notification rather than delayed manual detection or perimeter access restriction.
2
Evaluate candidate physical security mechanisms against pathway constraints
Differentiated between access control (mantraps), passive physical encasement (Hardened PDS), manual testing utilities (continuity testers), and active sensor monitoring (Alarmed PDS).
Hardened PDS requires physical locks and visual inspections, while Alarmed PDS integrates optical/carrier monitoring to instantly alert administrators to physical disturbance or micro-bending.
3
Select the control that fulfills both real-time alerting and physical pathway protection
Determined that an Alarmed Protected Distribution System (PDS) is the standard physical security control specified for high-security physical link monitoring.
Alarmed PDS continuously measures light properties or acoustic changes inside conduit runs, satisfying all enterprise security policy mandates.

Anahtar Kavram

Protected Distribution System (PDS) and Physical Cable Pathway Security
Soru 278Soru

An IT technician working in a newly commissioned remote network facility reports experiencing frequent static electric shocks when touching metallic server racks. Subsequent monitoring reveals that the temperature is maintained at 20C20^{\circ}\text{C}, but relative humidity levels inside the room have dropped to 15%15\%. Which of the following environmental security controls should be adjusted to minimize electrostatic discharge (ESD) risks to sensitive network hardware?

Cevabı ve açıklamayı göster

Cevap: Increase the environmental relative humidity level to maintain a range between 40% and 55%.

Cevap

Increase the environmental relative humidity level to maintain a range between 40% and 55%.
Increasing relative humidity to 40%-55% provides sufficient moisture in the air to continuously drain ambient static charges before high-voltage electrostatic discharges occur. This mitigates hardware damage risks while staying below thresholds that cause condensation.

Adım Adım Çözüm

1
Analyze the reported physical environment issue
Low relative humidity (15%15\%) allows electrical charges to accumulate easily on metallic surfaces and personnel, creating a high risk of ESD damage.
Air with extremely low humidity lacks the conductive moisture film necessary to dissipate static charges harmlessly into the ground.
2
Evaluate humidity management standards for data centers
Industry standards recommend maintaining relative humidity between 40% and 55% (or keeping the dew point between 5.5C5.5^{\circ}\text{C} and 15C15^{\circ}\text{C}).
Maintaining humidity within this target window reduces static charge generation while preventing excess moisture condensation.
3
Select the appropriate environmental control
Increasing humidity via the HVAC humidifier remediates ESD risks directly.
This directly targets the root cause of static electricity accumulation without introducing environmental hazards.

Anahtar Kavram

Environmental Controls and Humidity Management for ESD Mitigation
Soru 279Soru

A network security administrator is documenting legacy and modern wireless security protocols for a corporate compliance audit. Match each wireless security standard on the left with its corresponding encryption cipher and integrity mechanism on the right.

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

Öğeler

WEP (Wired Equivalent Privacy)
WPA (Wi-Fi Protected Access)
WPA2 (Wi-Fi Protected Access 2)
WPA3-Personal

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

WEP pairs with RC4, 24-bit IV, and CRC-32; WPA pairs with RC4, TKIP, and Michael MIC; WPA2 pairs with AES-CCMP; WPA3-Personal pairs with AES-GCMP-128 and SAE.
Wireless standards evolved systematically: WEP used simple RC4 with CRC-32; WPA upgraded legacy hardware with RC4 wrapped in TKIP; WPA2 introduced mandatory AES-CCMP; and WPA3-Personal implemented AES-GCMP-128 combined with SAE.

Adım Adım Çözüm

1
Analyze WEP cryptographic construction
WEP uses RC4 with a 24-bit IV and CRC-32.
WEP is the oldest standard and relied on unencrypted 24-bit IV headers and non-cryptographic CRC-32 integrity checks.
2
Analyze WPA cryptographic construction
WPA uses RC4 with TKIP and Michael MIC.
WPA was designed to run on WEP legacy hardware by wrapping RC4 in TKIP key mixing and adding the Michael MIC algorithm.
3
Analyze WPA2 cryptographic construction
WPA2 uses AES with CCMP.
WPA2 introduced 802.11i compliance, requiring hardware-based AES encryption coupled with Counter Mode CBC-MAC Protocol (CCMP).
4
Analyze WPA3-Personal cryptographic construction
WPA3-Personal uses AES-GCMP-128 with SAE.
WPA3 upgrades baseline encryption to GCMP and mandates SAE key exchange to block offline dictionary attacks.

Anahtar Kavram

Wireless Security Standards and Encryption Protocols
Soru 280Soru

A network security team investigates an incident where employees on a corporate LAN segment report intermittent connectivity drops and redirection to an untrusted portal. Network packet captures reveal two distinct anomalous activities: a rapid influx of DHCP DISCOVER frames generated using spoofed source MAC addresses to exhaust available IP pool leases, followed by unauthorized DHCP ACK messages directing hosts to use an attacker-controlled default gateway. Which TWO of the following attack types were executed during this incident?

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

Cevabı ve açıklamayı göster

Cevap: DHCP Starvation attack; Rogue DHCP server attack establishing an on-path position

Cevap

The correct attack types involved are the DHCP Starvation attack and the Rogue DHCP server attack establishing an on-path position.
The incident combines DHCP starvation and a rogue DHCP server attack. Flooding DHCP DISCOVER packets with spoofed MAC addresses depletes the legitimate server's available IP leases. Once legitimate leases are exhausted, the attacker's rogue DHCP server responds to client requests with unauthorized IP parameters, setting the attacker's machine as the default gateway to intercept client traffic.

Adım Adım Çözüm

1
Analyze the first packet capture symptom involving spoofed source MAC addresses flooding DHCP DISCOVER frames.
Identify this mechanism as a DHCP Starvation attack, which depletes the legitimate DHCP pool.
Exhausting legitimate IP leases prevents valid clients from receiving IP configurations from the legitimate server.
2
Analyze the second packet capture symptom where unauthorized DHCP ACK responses supply an attacker-controlled default gateway IP.
Identify this mechanism as a Rogue DHCP server attack facilitating an on-path (Man-in-the-Middle) vector.
By answering DHCP requests after legitimate pool exhaustion, the rogue server assigns itself as the default gateway to intercept client traffic.

Anahtar Kavram

Identifying DHCP Starvation and Rogue DHCP On-Path Attack Vectors
Tahmini Süre:2m 0s
ÖncekiSayfa 14 / 22Sonraki
Network Security Alıştırma Soruları — CompTIA Network+ — Sayfa 14 | Examkin