Tüm alıştırma soruları

2237 soru

Soru 881Soru

A network administrator is configuring a corporate wireless network that requires individual user authentication against a central RADIUS server using WPA3-Enterprise. Which authentication framework must be implemented on the wireless network?

Cevabı ve açıklamayı göster

Cevap: 802.1X authentication with EAP

Cevap

802.1X authentication with EAP is required for WPA3-Enterprise deployments to authenticate users against a central RADIUS server.
WPA3-Enterprise mandates the use of 802.1X port-based access control along with Extensible Authentication Protocol (EAP) to securely pass authentication credentials between client stations and a central RADIUS server.

Adım Adım Çözüm

1
Identify the organizational requirements in the scenario
The scenario specifies a WPA3-Enterprise deployment requiring centralized RADIUS user authentication.
Enterprise security modes require central identity verification rather than static pre-shared passwords.
2
Select the appropriate authentication framework
802.1X port-based network access control with Extensible Authentication Protocol (EAP) must be configured.
802.1X provides the standard structure for passing EAP authentication messages between wireless clients, access points, and RADIUS servers.

Anahtar Kavram

WPA3-Enterprise authentication framework
Tahmini Süre:45s
Soru 882Soru

A network technician needs to configure a network management system to monitor router performance metrics using SNMP. To meet security compliance standards, the communication must ensure both message authentication and payload encryption. Which SNMP version and security level should be selected?

Cevabı ve açıklamayı göster

Cevap: SNMPv3 with authPriv

Cevap

SNMPv3 configured with authPriv provides both cryptographic authentication and data privacy via payload encryption.
SNMPv3 using the authPriv security setting ensures complete security by implementing user authentication (auth) via hashing algorithms as well as payload privacy (priv) through encryption standards like AES.

Adım Adım Çözüm

1
Identify the required monitoring protocol security parameters
The requirements demand both identity authentication and message encryption for performance monitoring traffic.
Authentication prevents unauthorized management sources, while encryption protects sensitive telemetry data from eavesdropping.
2
Select the appropriate SNMP version and User-based Security Model (USM) level
SNMPv3 authPriv combines message digest authentication (MD5/SHA) with encryption algorithms (DES/AES).
Legacy versions (v1 and v2c) transmit data in plain text, and lower SNMPv3 security levels omit either authentication or privacy.

Anahtar Kavram

SNMPv3 Security Levels (authPriv)
Tahmini Süre:45s
Soru 883Soru

Match each high-availability technology or protocol on the left with its primary operational characteristic on the right.

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

Öğeler

Virtual Router Redundancy Protocol (VRRP)
Link Aggregation Control Protocol (LACP)
Active-Active Server Clustering
Multipath I/O (MPIO)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Virtual Router Redundancy Protocol (VRRP) matches default gateway redundancy via a shared virtual IP; Link Aggregation Control Protocol (LACP) matches combining physical connections into a single logical link; Active-Active Server Clustering matches concurrent workload distribution across all nodes; Multipath I/O (MPIO) matches establishing redundant physical paths to SAN storage volumes.
Each technology corresponds to a distinct layer of high availability: VRRP delivers Layer 3 default gateway resilience through virtual IP sharing; LACP provides Layer 2 link aggregation and link failover; Active-Active clustering processes workloads across all nodes simultaneously; and MPIO provides redundant physical connections between server HBAs and SAN storage.

Adım Adım Çözüm

1
Identify the protocol providing Layer 3 default gateway failover.
Virtual Router Redundancy Protocol (VRRP) shares a single virtual IP across multiple redundant routers.
VRRP ensures continuous default gateway availability if the active router fails.
2
Identify the standard protocol for switch link aggregation.
Link Aggregation Control Protocol (LACP) bundles physical links into a single logical Channel/Trunk.
LACP operates according to IEEE 802.3ad to provide throughput enhancement and link redundancy.
3
Determine the cluster model that processes requests simultaneously across members.
Active-Active Server Clustering handles workloads across all available cluster nodes concurrently.
Unlike Active-Passive configurations, Active-Active utilizes all hardware resources simultaneously during normal operation.
4
Determine the fault-tolerance mechanism for host-to-storage interconnects.
Multipath I/O (MPIO) manages redundant storage interface hardware and cabling.
MPIO prevents storage access outages by rerouting block storage traffic if an HBA, cable, or switch port fails.

Anahtar Kavram

High Availability and Redundancy Concepts across Network Layers
Soru 884Soru

A senior network security analyst is reviewing telemetry logs and protocol captures across several enterprise security incidents. Match each specific network attack type to its underlying operational mechanism and observed protocol footprint.

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

Öğeler

NTP Amplification DDoS
Pass-the-Hash (PtH)
802.11 Deauthentication Attack
BGP Route Hijacking

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

NTP Amplification DDoS matches UDP 123 monlist amplification; Pass-the-Hash matches leveraging extracted memory authentication artifacts for SMB/RPC access; 802.11 Deauthentication Attack matches injecting spoofed unencrypted management frames; BGP Route Hijacking matches advertising more specific AS prefixes.
Each attack vector is paired directly to its unique network footprint: NTP Amplification relies on UDP 123 request/response size asymmetry via spoofed IPs; Pass-the-Hash utilizes captured credential hashes directly for SMB/RPC authentication; 802.11 Deauthentication uses spoofed unencrypted 802.11 control/management frames; and BGP Route Hijacking manipulates path selection by advertising more specific BGP IP prefixes.

Adım Adım Çözüm

1
Analyze NTP Amplification DDoS mechanics
Identified UDP port 123 monlist command exploitation with spoofed victim source IPs causing asymmetric bandwidth saturation.
Amplication DDoS attacks exploit UDP-based protocols that return responses significantly larger than the initial query.
2
Analyze Pass-the-Hash (PtH) mechanics
Identified lateral movement using extracted NTLM or Kerberos credentials without cracking plaintext passwords.
Authentication protocols using hash-based authentication accept valid hashes directly for session establishment.
3
Analyze 802.11 Deauthentication Attack mechanics
Identified frame spoofing targeting unencrypted 802.11 management frames to force client disconnects.
Standard 802.11 management frames lack cryptographic integrity protection unless 802.11w PMF is enforced.
4
Analyze BGP Route Hijacking mechanics
Identified malicious prefix announcements exploiting longest-prefix matching rules in BGP exterior routing.
Routers prefer more specific network prefixes (e.g. /24 vs /22) when making routing decisions.

Anahtar Kavram

Network Attack Vector Differentiation and Protocol Footprints
Soru 885Soru

Match each intrusion detection/prevention operational mechanism or placement scenario to its primary functionality or characteristics.

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

Öğeler

Inline NIPS Deployment
Passive NIDS via Switch SPAN Port
Signature-Based Detection Engine
Anomaly-Based Detection Engine

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Inline NIPS Deployment matches sitting directly in the network traffic path to actively drop malicious packets. Passive NIDS via Switch SPAN Port matches analyzing mirrored traffic out-of-band without introducing network latency. Signature-Based Detection Engine matches comparing packet payloads against known attack patterns. Anomaly-Based Detection Engine matches evaluating current network activity against a pre-established baseline of normal behavior.
Inline NIPS operates in-band to actively stop attacks in transit. Passive NIDS uses out-of-band SPAN mirroring to inspect traffic without introducing inline network delays. Signature-based systems match static patterns of known attacks, while anomaly-based systems detect deviations from an established operational baseline.

Adım Adım Çözüm

1
Identify system placement models (in-band vs out-of-band)
Inline NIPS sits directly in the active data stream to block threats. Passive NIDS monitors mirrored switch SPAN data copies out-of-band.
Physical or logical network placement determines whether a system can actively prevent malicious traffic or passively detect and alert on it.
2
Identify detection engines and inspection strategies (signature vs anomaly)
Signature-based systems rely on known static indicators. Anomaly-based systems rely on deviations from a learned baseline of normal behavior.
Detection engines differ in their relying indicators (predefined patterns vs baseline metrics), impacting zero-day detection capabilities.
3
Associate each term with its primary functional description
Inline NIPS -> directly in path to drop packets; Passive NIDS -> mirrored out-of-band traffic; Signature-based -> known attack patterns; Anomaly-based -> pre-established baseline evaluation.
Matches each architectural deployment and detection mechanism to its operational definition.

Anahtar Kavram

IDS/IPS Architectural Placement and Detection Engine Mechanics
Soru 886Soru

During a routine compliance audit, a network analyst discovers that several perimeter firewalls contain unapproved Access Control List (ACL) rule modifications. Investigation reveals that an on-call administrator applied these inline changes two weeks ago to mitigate an active service disruption, but bypassed standard approval procedures. The temporary fix stabilized traffic but resulted in configuration drift between the active firewall state and the documented network baseline. To resolve this non-compliant state while adhering to formal change management governance, which action should the analyst take first?

Cevabı ve açıklamayı göster

Cevap: Submit a retroactive Request for Change (RFC) including post-implementation risk analysis and baseline documentation for Change Advisory Board (CAB) review.

Cevap

Submit a retroactive Request for Change (RFC) including post-implementation risk analysis and baseline documentation for Change Advisory Board (CAB) review.
When emergency changes are implemented out-of-band to resolve a critical incident, standard change management governance mandates submitting a retroactive Request for Change (RFC). This process documents the modification, conducts post-implementation risk assessment, updates official baseline documentation, and secures formal Change Advisory Board (CAB) authorization without causing unexpected network downtime.

Adım Adım Çözüm

1
Identify the cause of configuration drift and assess operational impact.
Recognized that the running configuration contains necessary emergency operational fixes that deviate from the approved baseline.
Reverting changes immediately could re-trigger a critical service outage.
2
Initiate formal retroactive change management procedures.
Prepare an RFC documenting the incident, the exact delta in configuration, and the justification for bypassing standard pre-approval.
Governance frameworks require emergency changes to be formally documented and reviewed post-incident to align active configurations with official baselines.
3
Submit the RFC to the Change Advisory Board (CAB).
The CAB reviews the operational risks and approves updating the official configuration baseline.
CAB approval ensures organizational visibility, accountability, and compliance alignment.

Anahtar Kavram

Configuration Drift Remediation and Retroactive Change Authorization
Tahmini Süre:2m 0s
Soru 887Soru

A network operations team is upgrading its centralized monitoring and logging architecture to ensure regulatory compliance and robust forensic capabilities. Match each network logging or telemetry mechanism on the left with its primary operational auditing function on the right.

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

Öğeler

NTP Timestamping
NetFlow / IPFIX Telemetry
TACACS+ Accounting
SNMPv3 Trap / Inform

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Each network logging mechanism matches its corresponding functional requirement: NTP Timestamping matches synchronized time references for log correlation; NetFlow / IPFIX Telemetry matches IP flow metadata for traffic and bandwidth auditing; TACACS+ Accounting matches tracking user sessions and administrative CLI commands; and SNMPv3 Trap / Inform matches sending immediate asynchronous event notifications for threshold violations.
Each mechanism serves a distinct role in network operations: NTP guarantees consistent timestamping required for forensic event correlation across systems; NetFlow/IPFIX supplies IP traffic flow metadata for bandwidth and throughput auditing; TACACS+ Accounting maintains strict audit logs of administrative CLI actions and user sessions; and SNMPv3 Traps/Informs deliver immediate asynchronous push notifications for device status changes.

Adım Adım Çözüm

1
Identify the primary role of time synchronization in log auditing.
NTP Timestamping aligns log timestamps across disparate devices, enabling accurate chronological sequence correlation.
Without unified NTP synchronization, logs from different routers and firewalls cannot be reliably sequenced during security audits.
2
Distinguish flow statistics from administrative session logs.
NetFlow/IPFIX captures traffic metadata (IPs, ports, byte counts), whereas TACACS+ Accounting logs specific user commands and session activity.
Traffic flow auditing requires packet metadata analysis, while administrative accountability requires user action tracking.
3
Determine the asynchronous alert generation mechanism.
SNMPv3 Traps and Informs send push alerts immediately upon critical system events or hardware status changes.
Unlike periodic polling, SNMP Traps notify management systems instantaneously when specific device event conditions are met.

Anahtar Kavram

Network Logging and Telemetry Mechanisms
Soru 888Soru

During a security incident investigation on a segmented corporate network, a technician notices that workstations on VLAN 10 are sending traffic intended for the local default gateway (10.10.10.1) directly to an unknown host's MAC address (00:50:56:AB:CD:EF). Analysis of network traffic logs reveals that the unknown host continuously transmits unsolicited Ethernet frames asserting ownership of IP address 10.10.10.1 without altering the victim clients' DNS configuration or DHCP lease parameters. Which of the following attack vectors is actively occurring, and what underlying mechanism enables this compromise?

Cevabı ve açıklamayı göster

Cevap: ARP poisoning, enabled by broadcasting forged Gratuitous ARP frames to overwrite host ARP caches within the local broadcast domain.

Cevap

ARP poisoning, enabled by broadcasting forged Gratuitous ARP frames to overwrite host ARP caches within the local broadcast domain.
The scenario describes ARP poisoning (ARP spoofing). Because the Address Resolution Protocol (ARP) lacks intrinsic authentication, an attacker on the same local Layer 2 broadcast domain can broadcast forged Gratuitous ARP (GARP) frames. These frames inform neighboring hosts that the default gateway's IP address (10.10.10.1) is now associated with the attacker's MAC address (00:50:56:AB:CD:EF). Consequently, victim workstations update their local ARP caches and forward all off-subnet traffic to the attacker, creating an On-Path (Man-in-the-Middle) attack vector.

Adım Adım Çözüm

1
Analyze the observed network symptom
Workstation traffic destined for IP 10.10.10.1 is mapped to an unauthorized MAC address (00:50:56:AB:CD:EF).
Traffic redirection occurs strictly at Layer 2 via IP-to-MAC mapping manipulation.
2
Evaluate the mechanism described in packet logs
Unsolicited Ethernet frames assert IP-to-MAC ownership without modifying Layer 7 DNS or Layer 3/4 DHCP lease settings.
Gratuitous ARP (GARP) announcements update neighbor ARP tables without prior requests.
3
Identify the specific attack vector
The attack vector is ARP poisoning (ARP spoofing), which creates a Man-in-the-Middle (MitM) condition on the local broadcast domain.
Manipulating ARP cache tables via spoofed Layer 2 frames directly matches the definition and mechanism of ARP poisoning.

Anahtar Kavram

ARP Poisoning and Gratuitous ARP Exploitation
Tahmini Süre:2m 0s
Soru 889Soru

An organization installs redundant power supplies and an Uninterruptible Power Supply (UPS) unit for its core network switches to prevent system outages during electrical disruptions. Which pillar of the CIA triad is directly supported by this implementation?

Cevabı ve açıklamayı göster

Cevap: Availability

Cevap

Availability is the pillar of the CIA triad directly supported by implementing redundant power supplies and UPS units.
The option specifying Availability is correct because installing redundant power supplies and UPS units ensures network devices remain operational and accessible during power disruptions, which directly fulfills the requirement of system availability.

Adım Adım Çözüm

1
Identify the primary objective of the described security control.
Installing UPS systems and redundant power supplies prevents network downtime and maintains system operational status during power failures.
The primary goal is keeping hardware running continuously.
2
Map the operational objective to the corresponding CIA triad component.
Uptime and system accessibility correspond directly to Availability.
Availability guarantees that systems and services are accessible when required by authorized entities.

Anahtar Kavram

CIA Triad - Availability
Tahmini Süre:45s
Soru 890Soru

An enterprise network storage system suffered a catastrophic volume failure on Thursday at 14:15. The network administrator maintains a disaster recovery plan with the following backup schedule:

- Full Backup: Executed every Sunday at 00:00
- Differential Backup: Executed daily Monday through Wednesday at 23:00
- Incremental Backup: Executed hourly on Thursday between 01:00 and 14:00
- Transaction Log Backup: Executed every 15 minutes

To restore the system to the point of failure in the shortest total downtime while maintaining complete data integrity, in what order should the network administrator execute the restoration steps?

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

Cevabı ve açıklamayı göster

Cevap

The correct restoration sequence is: 1) Restore the Sunday 00:00 full backup, 2) Restore the Wednesday 23:00 differential backup, 3) Apply Thursday's hourly incremental backups sequentially from 01:00 through 14:00, 4) Apply the 14:15 transaction log backup, and 5) Execute filesystem consistency checks and restore client network access.
Optimal recovery requires restoring the full backup baseline first (Sunday 00:00). Next, restoring the latest differential backup (Wednesday 23:00) brings the volume current through Wednesday night in a single step, bypassing the redundant Monday and Tuesday differentials. All incremental backups taken on Thursday (01:00 through 14:00) must then be applied sequentially because each incremental relies on the state of the preceding backup. Applying the 14:15 transaction log backup recovers remaining transactions to achieve zero data loss. Finally, running consistency checks before opening client connections validates system health.

Adım Adım Çözüm

1
Restore the initial baseline image.
The target array is populated with the Sunday 00:00 full backup.
All recovery processes require a full backup as the primary foundation image.
2
Apply the latest cumulative differential backup.
The Wednesday 23:00 differential backup is restored over the baseline.
Differential backups record all changes since the last full backup. Applying Wednesday's differential restores all data changes from Monday, Tuesday, and Wednesday in a single operation.
3
Apply subsequent delta changes chronologically.
Thursday's hourly incremental backups (01:00 through 14:00) are restored in strict sequential order.
Incremental backups capture changes made only since the preceding backup. Because the Wednesday differential reset the cumulative marker, all Thursday incrementals must be applied in order.
4
Replay point-in-time transaction logs.
The 14:15 transaction log backup is applied to bridge the gap between 14:00 and 14:15.
Transaction log replays bring database and file metadata to the precise moment before crash, minimizing RPO.
5
Verify storage volume integrity and reconnect network shares.
Volume consistency checks pass and production services are re-enabled.
System verification ensures data consistency and prevents exposing corrupt file handles to network clients.

Anahtar Kavram

Disaster recovery backup restoration sequencing combining full, differential, incremental, and transaction log backups.
Soru 891Soru

A network administrator wants to centralize administrative access to enterprise routers and switches. The administrator requires a security protocol that encrypts the entire packet payload—including all authentication details and command data—and utilizes TCP port 49 for reliable transport. Which protocol best satisfies these requirements?

Cevabı ve açıklamayı göster

Cevap: TACACS+

Cevap

TACACS+ is the correct choice because it runs over TCP port 49 and encrypts the entire packet payload for network device management.
TACACS+ (Terminal Access Controller Access-Control System Plus) operates over TCP port 49 and encrypts the entire body of the packet, making it ideal for administrative device access.

Adım Adım Çözüm

1
Identify the transport port and encryption characteristics requested in the scenario.
The requirement specifies TCP port 49 and complete payload encryption.
Security requirement audits evaluate transport reliability (TCP vs UDP) and data privacy boundaries.
2
Evaluate protocol feature differences between AAA protocols.
TACACS+ uses TCP port 49 and encrypts the entire packet payload. RADIUS uses UDP ports 1812/1813 and encrypts only the password.
Differentiating TACACS+ from RADIUS relies on understanding payload encryption scope and transport layer port numbers.

Anahtar Kavram

TACACS+ vs RADIUS protocol features and encryption boundaries
Soru 892Soru

A network technician is preparing to integrate several new access switches into an existing enterprise network. Before making any configuration changes, the technician records the current operating system versions, interface settings, and active services across all network devices. Which of the following terms best describes this documented initial snapshot used to detect unauthorized modifications over time?

Cevabı ve açıklamayı göster

Cevap: Configuration baseline

Cevap

Configuration baseline
Establishing a configuration baseline creates an official reference benchmark of device settings, software versions, and active configurations. This documentation allows administrators to identify configuration drift, conduct compliance audits, and restore devices to a known stable baseline if issues arise.

Adım Adım Çözüm

1
Identify the goal described in the scenario.
The technician needs to establish a standard record of settings and versions before making modifications.
Documenting current settings allows network administrators to compare future operational states against a known good state.
2
Match the goal to standard change and configuration management concepts.
Recording initial operating parameters creates a baseline configuration.
A baseline acts as a benchmark for compliance auditing and configuration drift detection.

Anahtar Kavram

Configuration Baseline and Drift Detection
Soru 893Soru

A senior network infrastructure engineer is planning a major architectural revision to implement micro-segmentation policies across an enterprise data center core network. To maintain service availability and comply with IT service management best practices, the engineering team must follow a structured configuration and change management lifecycle. In what chronological order should the engineer execute the change management phases from first to last?

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

Cevabı ve açıklamayı göster

Cevap

The correct chronological sequence begins with drafting the Request for Change (RFC), followed by Change Advisory Board (CAB) approval, staging environment testing, stakeholder notification and maintenance window scheduling, production execution with immediate testing, and concludes with a Post-Implementation Review (PIR) and baseline documentation updates.
A standard change management process begins with drafting a detailed RFC (including risk analysis and rollback plans). Next, the change undergoes formal CAB evaluation and authorization. Once approved, the change is tested in a sandbox or staging environment to ensure technical validity. Following successful testing, maintenance windows are scheduled and notifications sent to stakeholders. The change is then executed in production within the maintenance window, followed immediately by post-change testing. Finally, a PIR is held, and the CMDB and network baselines are updated to reflect the new state.

Adım Adım Çözüm

1
Define the change requirements by preparing a detailed Request for Change (RFC).
Establishes technical scope, risk evaluation, and rollback parameters.
Governance requires complete technical documentation before requesting authorization.
2
Present the RFC to the Change Advisory Board (CAB).
Secures organizational authorization and ensures alignment with business risk management.
Unauthorized changes increase network vulnerability and violate IT compliance.
3
Perform sandbox and staging environment validation.
Confirms script syntax, protocol interoperation, and rollback execution under controlled conditions.
Testing mitigates risk before touching production network hardware.
4
Schedule the maintenance window and notify affected stakeholders.
Ensures business alignment and minimizes operational disruption.
Users and operations teams must prepare for planned downtime or potential latency.
5
Execute the change on production devices during the maintenance window.
Applies micro-segmentation configurations and verifies active traffic flow.
Production changes must strictly adhere to the approved execution window.
6
Perform Post-Implementation Review (PIR) and update CMDB baselines.
Finalizes the change record and eliminates configuration drift between physical state and documentation.
Accurate network baselines and logging are required for future troubleshooting and audits.

Anahtar Kavram

Standard ITIL-aligned Network Change Management Lifecycle
Soru 894Soru

A network security administrator needs to monitor traffic destined for a cluster of internal database servers to identify malicious payload patterns. The solution must ensure that security monitoring introduces zero processing latency to live database transactions and cannot interrupt network traffic if the monitoring device fails or experiences a hardware fault. Which of the following deployment options best satisfies these requirements?

Cevabı ve açıklamayı göster

Cevap: Deploy a Network Intrusion Detection System (NIDS) out-of-band using a switch TAP or SPAN port.

Cevap

Deploying an out-of-band Network Intrusion Detection System (NIDS) fed by a switch port mirror (SPAN) or physical test access point (TAP) guarantees that live traffic is unaffected by monitoring overhead or device reboot events.
An out-of-band Network Intrusion Detection System (NIDS) operates passively by receiving mirrored copies of network traffic via a switch Port Analyzer (SPAN) or physical TAP. Because the NIDS is not placed directly in the network transit path, it adds no latency to live database requests and cannot interrupt production traffic if the NIDS device crashes or loses power.

Adım Adım Çözüm

1
Analyze the operational constraints presented in the scenario.
Identified key requirements: zero latency impact on live production traffic, passive monitoring, and resilience against single point of network failure.
Production database environments require strict latency controls and high availability.
2
Compare in-band (inline) vs. out-of-band (passive) monitoring architectures.
Inline systems (NIPS) inspect traffic directly in the data path, introducing latency and potential failure points. Out-of-band systems (NIDS) analyze copied packets.
Out-of-band architecture uses SPAN ports or TAPs to duplicate frames without interrupting original packet delivery.
3
Select the deployment topology that fulfills all constraints.
A passive NIDS receiving traffic via a TAP or SPAN port.
If an out-of-band NIDS fails, the primary network path continues forwarding database traffic without interruption.

Anahtar Kavram

In-band (Inline NIPS) vs. Out-of-band (Passive NIDS) Deployment Architecture
Tahmini Süre:1m 30s
Soru 895Soru

A network security administrator must construct an extended IPv4 Access Control List (ACL) on an ingress router interface serving the internal subnet 10.50.10.0/2410.50.10.0/24. The ACL must enforce five security requirements using first-match evaluation logic without rule shadowing:

1. Quarantine host 10.50.10.4510.50.10.45 by blocking all of its outbound traffic.
2. Allow database administrative hosts in the 10.50.10.0/2610.50.10.0/26 subnet to access a central database server at 192.168.100.50192.168.100.50 on TCP port 33063306.
3. Deny all other hosts in 10.50.10.0/2410.50.10.0/24 access to any server in the 192.168.100.0/24192.168.100.0/24 network.
4. Permit all remaining hosts in 10.50.10.0/2410.50.10.0/24 to access external web servers on TCP port 443443.
5. Explicitly deny and log all unapproved IPv4 traffic originating from 10.50.10.0/2410.50.10.0/24.

Arrange the given ACL statements in the correct top-to-bottom sequential order (from index 1010 to 5050) to fulfill these security requirements accurately.

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

Cevabı ve açıklamayı göster

Cevap

The correct top-to-bottom sequence of ACL rules is: 1) deny ip host 10.50.10.45 any, 2) permit tcp 10.50.10.0 0.0.0.63 host 192.168.100.50 eq 3306, 3) deny ip 10.50.10.0 0.0.0.255 192.168.100.0 0.0.0.255, 4) permit tcp 10.50.10.0 0.0.0.255 any eq 443, 5) deny ip 10.50.10.0 0.0.0.255 any log.
Access Control Lists process packets in strict top-to-bottom order until a matching entry is found. To achieve the required policy: 1) The compromised host block `deny ip host 10.50.10.45 any` must be top-ranked to override all permits. 2) The specific database permission `permit tcp 10.50.10.0 0.0.0.63 host 192.168.100.50 eq 3306` must precede the subnet deny rule to avoid being shadowed. 3) The general server network block `deny ip 10.50.10.0 0.0.0.255 192.168.100.0 0.0.0.255` must precede broad web permits. 4) The outbound web rule `permit tcp 10.50.10.0 0.0.0.255 any eq 443` allows remaining internet access. 5) The explicit logging rule `deny ip 10.50.10.0 0.0.0.255 any log` records unauthorized attempts before the default implicit deny.

Adım Adım Çözüm

1
Identify host-specific override rules.
Host 10.50.10.4510.50.10.45 is contained within subnet 10.50.10.0/2610.50.10.0/26. To prevent any traffic from this host from hitting broader permit rules, the explicit host deny statement `deny ip host 10.50.10.45 any` must be placed at the top (Line 10).
Sequential ACL evaluation stops at the first matching rule. Broader permit rules positioned above host blocks cause security bypasses.
2
Place specific subset permissions above broader network blocks.
The rule `permit tcp 10.50.10.0 0.0.0.63 host 192.168.100.50 eq 3306` permits TCP 33063306 from the /26/26 subnet to the database server. This must be evaluated before blocking the entire 192.168.100.0/24192.168.100.0/24 destination subnet.
If a general deny for 192.168.100.0/24192.168.100.0/24 is placed above this permit statement, database management traffic will be shadowed and blocked.
3
Place general network blocks before general outbound permissions.
Position `deny ip 10.50.10.0 0.0.0.255 192.168.100.0 0.0.0.255` third to prevent all other host communication between 10.50.10.0/2410.50.10.0/24 and 192.168.100.0/24192.168.100.0/24.
Ensures no unapproved destination IP within 192.168.100.0/24192.168.100.0/24 receives traffic from 10.50.10.0/2410.50.10.0/24, even on port 443443.
4
Position broad service permits after security restriction blocks.
Place `permit tcp 10.50.10.0 0.0.0.255 any eq 443` fourth to allow secure web traffic outbound.
Allows outbound web traffic to external destinations while preserving the internal subnet restriction configured in Step 3.
5
Place explicit logging deny statements at the end.
Place `deny ip 10.50.10.0 0.0.0.255 any log` fifth.
Captures and logs all unapproved packets from 10.50.10.0/2410.50.10.0/24 before hitting the implicit deny all entry at the end of the ACL.

Anahtar Kavram

First-Match Rule Processing and Shadowing Prevention in Extended IPv4 ACLs
Soru 896Soru

A senior network operations engineer is implementing a centralized telemetry and performance monitoring solution for core routers transmitting sensitive enterprise data across a shared infrastructure. The monitoring design requires real-time interface throughput polling and immediate alert notifications whenever link utilization breaches critical thresholds. Additionally, security compliance mandates that all monitoring data, including administrative credentials and metric payloads, must provide both message integrity verification and cryptographic privacy during transmission over untrusted network segments. Which of the following protocol configurations correctly satisfies all performance monitoring and security compliance requirements?

Cevabı ve açıklamayı göster

Cevap: Implement SNMPv3 utilizing the User-based Security Model (USM) configured at the authPriv security level with SHA for authentication and AES for payload encryption.

Cevap

Implement SNMPv3 utilizing the User-based Security Model (USM) configured at the authPriv security level with SHA for authentication and AES for payload encryption.
The correct answer provides complete message integrity and privacy by deploying SNMPv3 under the User-based Security Model (USM) at the authPriv level. This combination enforces HMAC SHA for authenticating packets and AES for encrypting performance monitoring data payloads.

Adım Adım Çözüm

1
Analyze the functional and security monitoring requirements.
The scenario demands polling interface metrics, receiving alert notifications (traps/informs), verifying message integrity, and enforcing payload privacy (encryption).
Security compliance requires both data origin authentication and payload confidentiality.
2
Evaluate SNMP versions and security levels.
SNMPv1 and SNMPv2c only use cleartext community strings (noAuthNoPriv equivalent). SNMPv3 introduces USM with three security levels: noAuthNoPriv (no authentication, no encryption), authNoPriv (authentication, no encryption), and authPriv (both authentication and encryption).
Only SNMPv3 at the authPriv level fulfills the requirement for combined cryptographic authentication and payload privacy.
3
Verify protocol port assignments and privacy settings across options.
SNMPv3 authPriv with SHA and AES satisfies all security and operational criteria, whereas options specifying authNoPriv, cleartext SNMPv2c, or mismatched standard service ports fail required parameters.
authPriv ensures data cannot be intercepted or modified while traveling across untrusted network segments.

Anahtar Kavram

SNMPv3 Security Levels and Telemetry Encryption
Soru 897Soru

A network security administrator is updating wireless security configurations across multiple corporate site tiers to meet strict security baseline policies. Match each wireless security standard or mode on the left with its corresponding encryption protocol and authentication mechanism on the right.

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

Öğeler

WPA3-Personal
WPA2-Enterprise
WPA3-Enterprise (192-bit mode)
Legacy WPA (TKIP mode)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

WPA3-Personal matches with AES-CCMP paired with SAE key exchange. WPA2-Enterprise matches with AES-CCMP paired with 802.1X/RADIUS authentication. WPA3-Enterprise (192-bit mode) matches with GCMP-256 paired with HMAC-SHA384. Legacy WPA (TKIP mode) matches with RC4 wrapped with key mixing and Michael MIC.
Each wireless security standard maps to specific cryptographic algorithms and key establishment mechanisms: WPA3-Personal uses SAE key exchange to replace PSK; WPA2-Enterprise combines AES-CCMP with 802.1X RADIUS authentication; WPA3-Enterprise 192-bit mode enforces top-tier GCMP-256 and HMAC-SHA384 ciphers for mission-critical deployments; and legacy WPA (TKIP) relies on RC4 stream encryption with Michael MIC.

Adım Adım Çözüm

1
Analyze WPA3-Personal key exchange and cipher requirements
Identified SAE as the core authentication mechanism replacing PSK, paired with AES-CCMP.
SAE provides forward secrecy and resistance to dictionary attacks for personal networks.
2
Evaluate enterprise authentication standards for WPA2 vs WPA3 192-bit mode
Standard WPA2-Enterprise uses AES-CCMP with 802.1X, whereas WPA3 192-bit mode uses high-strength GCMP-256 and HMAC-SHA384.
WPA3 192-bit mode requires CNSA compliant 256-bit ciphers and 384-bit integrity algorithms.
3
Identify legacy protocol cipher suites
Associated legacy TKIP with the underlying RC4 stream cipher and Michael MIC algorithm.
TKIP was created to patch security flaws in WEP while running on legacy RC4 hardware.

Anahtar Kavram

Wireless Security Standards and Encryption Protocols
Soru 898Soru

A network security administrator must apply a critical security patch to an enterprise perimeter firewall cluster to remediate a disclosed remote code execution vulnerability. Place the following patch management lifecycle steps in the correct chronological order from first step to last step.

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

Cevabı ve açıklamayı göster

Cevap

The proper chronological patch management sequence is: (1) Verify file integrity and release notes, (2) Test the patch in an isolated lab staging environment, (3) Submit a formal change request ticket with rollback plan, (4) Perform a baseline backup of the production system, and (5) Install the patch during the maintenance window and validate operational status.
Standard network engineering best practices require a sequential lifecycle: initial verification of patch integrity, staging/testing in a non-production environment, formal change request authorization with documented rollback procedures, pre-deployment system backup, and post-installation verification testing.

Adım Adım Çözüm

1
Verify patch integrity and vendor documentation.
Ensures the installer package is authentic, uncorrupted, and suitable for testing.
Validating file hashes prevents corrupt or malicious software from entering the deployment pipeline.
2
Execute staging and lab testing.
Provides empirical evidence of patch stability and functional compatibility.
Staging identifies hidden bugs without risking operational network downtime.
3
Obtain change management approval.
Schedules an official maintenance window and secures stakeholder authorization.
Formal change approval enforces accountability and ensures a vetted rollback strategy exists.
4
Create a pre-patch production baseline backup.
Establishes an up-to-date snapshot of system state immediately prior to modification.
If patch installation fails, the system can be reverted quickly to its pre-update configuration.
5
Deploy the patch to production and execute verification tests.
Remediates the vulnerability and verifies normal firewall operations.
Executing changes within the approved window and verifying connectivity confirms successful patch implementation.

Anahtar Kavram

Structured Network Patch Management Lifecycle and Change Management Control
Soru 899Soru

A network administrator needs to implement a basic IPv4 Access Control List (ACL) to filter traffic entering a router interface. Place the following steps in the correct sequential order from first to last to properly configure and activate the firewall ACL.

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

Cevabı ve açıklamayı göster

Cevap

The correct order for configuring and applying an ACL is: 1) Enter global configuration mode, 2) Define specific permit and deny statements within the ACL, 3) Navigate to the target router interface configuration mode, 4) Bind the ACL to the interface specifying inbound or outbound direction.
Configuring a network ACL requires entering global configuration mode first, defining the access list statements second, selecting the targeted interface third, and finally binding the ACL to the interface in the desired direction (inbound or outbound).

Adım Adım Çözüm

1
Access router global configuration mode
Privileged access allows global system parameter modification.
ACL creation commands are executed from global configuration context.
2
Construct ACL rules
Access list rules are created in sequential top-down order.
Rules must exist prior to applying the access list to active interfaces.
3
Select interface
Interface configuration prompt is active.
ACLs must be attached directly to a specific physical or logical interface.
4
Apply ACL using ip access-group
Traffic passing through the interface is actively evaluated against the ACL rules.
An unattached ACL remains inactive and will not filter network traffic.

Anahtar Kavram

ACL Configuration Workflow
Soru 900Soru

A enterprise network security architect is updating the organization's defensive baseline to ensure alignment with core security architecture principles. Match each operational technical control on the left with the primary security pillar or principle it directly satisfies on the right.

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

Öğeler

Configuring automated pre-boot verification of SHA-256 cryptographic checksums for network switch firmware images
Implementing IPsec Encapsulating Security Payload (ESP) in Transport Mode with AES-256 for all management traffic
Deploying dual redundant hot-swappable power supplies connected to independent uninterruptible power supply (UPS) circuits
Requiring administrator audit logs to be signed using asymmetric private keys prior to centralized log server archiving

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Firmware checksum verification maps to Integrity; IPsec ESP AES encryption maps to Confidentiality; Redundant power supplies and UPS feeds map to Availability; Digitally signed audit logs map to Non-repudiation.
Each security control is matched to its core security objective: SHA-256 firmware hash checks ensure data is uncorrupted (Integrity); IPsec ESP AES encryption hides network traffic from unauthorized listeners (Confidentiality); dual power supplies with separate UPS backups prevent unplanned downtime (Availability); and digital signatures on audit logs prevent administrators from denying their actions (Non-repudiation).

Adım Adım Çözüm

1
Analyze the primary objective of firmware checksum verification
Hashing confirms that data has not been altered in transit or at rest.
Cryptographic hashing protects against unauthorized modification, satisfying the Integrity pillar.
2
Analyze the primary objective of IPsec ESP encryption
Encryption obfuscates data payloads to prevent unauthorized viewing.
Protecting data in transit from unauthorized interception satisfies the Confidentiality pillar.
3
Analyze the primary objective of redundant hardware power architecture
Redundancy ensures systems remain operational despite power circuit failures.
Maintaining operational access for authorized users satisfies the Availability pillar.
4
Analyze the primary objective of digitally signing log records
Asymmetric signatures prove authenticity and prevent denial of performed actions.
Tying actions verifiably to an identity prevents denial of origin, satisfying Non-repudiation.

Anahtar Kavram

CIA Triad and Security Principles Mapping
Tahmini Süre:2m 0s
ÖncekiSayfa 45 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin