Tüm alıştırma soruları

2237 soru

Soru 861Soru

A network administrator is investigating intermittent VoIP audio degradation across an enterprise WAN link connecting two branch offices. Telephony logs indicate elevated packet loss and jitter during peak operational hours. Corporate security policy dictates that all infrastructure monitoring must utilize encrypted payload data and cryptographic authentication to prevent packet interception on intermediate links. Additionally, the administrator must gather interface bandwidth utilization baselines alongside granular protocol flow analysis to isolate the source of network congestion. Which of the following protocol and security level combinations correctly fulfills both operational and security requirements?

Cevabı ve açıklamayı göster

Cevap: Configure SNMPv3 using the authPriv security level for interface metric polling, and deploy IPFIX to export traffic flow statistics for jitter analysis.

Cevap

Configure SNMPv3 using the authPriv security level for interface metric polling, and deploy IPFIX to export traffic flow statistics for jitter analysis.
The correct option fulfills both requirements: SNMPv3 at the authPriv security level provides cryptographic authentication as well as payload encryption (privacy) using AES or DES, meeting the strict enterprise security mandate. Additionally, IPFIX (IP Flow Information Export) is an industry-standard protocol for analyzing flow data such as VoIP jitter, latency, and packet loss across WAN links.

Adım Adım Çözüm

1
Analyze security policy requirements for SNMP device polling.
Identified that cryptographic authentication and payload encryption are mandatory for all management polling across untrusted WAN links.
Security mandates require privacy (encryption) in addition to authentication.
2
Evaluate SNMP version and security mode capabilities.
Determined SNMPv3 authPriv is the only mode providing both cryptographic authentication (SHA/MD5) and packet payload encryption (AES/DES).
SNMPv1 and SNMPv2c communicate in cleartext. SNMPv3 authNoPriv encrypts password hashes but leaves metrics payloads unencrypted.
3
Select the appropriate traffic monitoring mechanism for VoIP jitter and packet loss analysis.
Selected IPFIX (or NetFlow) for exporting connection-level flow records.
IPFIX/NetFlow captures flow-level telemetry necessary to identify application-specific performance issues such as VoIP jitter and bandwidth consumption.

Anahtar Kavram

SNMPv3 Security Levels and Network Flow Telemetry Integration
Soru 862Soru

A network administrator is preparing to apply a major firmware update to enterprise distribution switches following a vendor security advisory. Which TWO of the following actions should the administrator perform during the pre-deployment and staging phase to verify software integrity and minimize operational risk?

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

Cevabı ve açıklamayı göster

Cevap: Verify the cryptographic hash of the downloaded firmware file against the vendor's published digest.; Test the firmware update in an isolated lab environment that mirrors the production device configuration.

Cevap

The administrator should verify the cryptographic hash of the downloaded firmware file against the published digest and test the firmware update in an isolated lab environment mirroring production.
Verifying the cryptographic hash ensures file integrity and authenticity before deployment, while testing the patch in an isolated lab sandbox ensures that unexpected bugs or configuration incompatibilities are identified prior to affecting live production network services.

Adım Adım Çözüm

1
Inspect the integrity of the downloaded image file.
Confirming the SHA-256 digest ensures the firmware image is uncorrupted and authentic.
Corrupted or malicious firmware binaries can render network switches completely unbootable.
2
Stage and validate the patch in a non-production environment.
Testing identifies unanticipated software bugs, protocol interactions, or failure modes safe from production impact.
Pre-deployment lab validation ensures stability and validates rollback scripts before scheduled maintenance windows.

Anahtar Kavram

Patch Verification and Staging Practices
Tahmini Süre:1m 30s
Soru 863Soru

An enterprise network architect is designing a comprehensive monitoring strategy for a multi-site WAN deployment. The solution must provide secure, continuous device health monitoring, granular flow visibility for bandwidth utilization analysis, and ensure compliance with strict zero-trust cryptographic requirements. Which of the following technical configurations and protocols should the architect deploy to satisfy these operational requirements? (Select TWO).

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

Cevabı ve açıklamayı göster

Cevap: Deploy SNMPv3 configured with the authPriv security level using SHA-256 for authentication and AES-256 for payload encryption.; Export IPFIX or NetFlow v9 records from WAN edge routers to a centralized collector to evaluate traffic volumes, top talkers, and protocol distribution.

Cevap

The architect should deploy SNMPv3 configured with authPriv (SHA/AES) for secure management polling and export IPFIX/NetFlow records for granular flow visibility.
Combining SNMPv3 with authPriv security ensures that device metrics and system health indicators are queried with cryptographic authentication (SHA-256) and payload privacy (AES-256). Supplementing SNMP polling with IPFIX/NetFlow protocol exports enables full-stack traffic flow analysis, identifying granular bandwidth consumption without subjecting network management data to cleartext interception.

Adım Adım Çözüm

1
Analyze security and monitoring requirements
Identified the need for encrypted device management queries (zero-trust compliance) and flow-level bandwidth statistics.
SNMPv3 authPriv meets the cryptographic standard by providing authentication and payload encryption, unlike SNMPv1 or SNMPv2c.
2
Evaluate flow monitoring mechanisms for traffic statistics
Selected IPFIX/NetFlow export to track top talkers and link utilization.
Flow protocols analyze packet headers to report traffic volume by IP address, port, and protocol.
3
Identify misconfigurations and incorrect protocol roles in remaining choices
Eliminated SNMPv2c due to plain-text transmission and TCP transport misclassification; eliminated Syslog due to port/protocol role mismatch.
SNMP uses UDP port 161 for polling; Syslog uses UDP port 514 for message logging and cannot actively poll interface counters.

Anahtar Kavram

Enterprise Network Performance Monitoring Frameworks
Soru 864Soru

A network security team observes severe throughput degradation and dropped legitimate traffic on an inline Network Intrusion Prevention System (NIPS) during peak hours. The NIPS performs deep packet inspection and signature matching on unencrypted perimeter traffic. Concurrently, an audit reveals that internal attackers are transmitting malicious encrypted payloads across TLS sessions that bypass the NIPS undetected. Which of the following architectural modifications best addresses the processing bottleneck while providing threat visibility into the encrypted traffic?

Cevabı ve açıklamayı göster

Cevap: Deploy Host-based Intrusion Detection Systems (HIDS) on critical endpoint servers while reconfiguring the network intrusion sensor to a passive out-of-band TAP deployment.

Cevap

Deploy Host-based Intrusion Detection Systems (HIDS) on critical endpoint servers while reconfiguring the network intrusion sensor to a passive out-of-band TAP deployment.
The combination of converting network sensors to an out-of-band TAP and installing Host-based Intrusion Detection Systems (HIDS) addresses both challenges effectively. Passive TAP deployments mirror traffic without sitting inline, eliminating network latency and packet drops. HIDS operates directly on endpoints where encrypted transport sessions (TLS) are decrypted, enabling full payload and behavior monitoring that network-level devices miss.

Adım Adım Çözüm

1
Analyze the network bottleneck issue
Inline NIPS processing causes latency and packet drops during high traffic volume because every packet must be inspected synchronously in-band.
Relieving network latency requires transitioning synchronous inline inspection to an asynchronous out-of-band passive monitoring model (such as a network TAP).
2
Analyze the encrypted traffic visibility issue
Network-based sensors cannot inspect payload data inside encrypted TLS tunnels without session termination.
Host-based Intrusion Detection Systems (HIDS) execute after the host operating system terminates and decrypts the TLS session, allowing full visibility into application payloads and system call behavior.
3
Synthesize the combined security architecture strategy
Combining out-of-band passive network monitoring with endpoint HIDS resolves latency while securing encrypted traffic.
This hybrid approach eliminates inline network degradation while gaining host-level decrypted payload inspection.

Anahtar Kavram

HIDS vs NIDS visibility and In-Band vs Out-of-Band deployment trade-offs
Soru 865Soru

An IT department deploys Virtual Router Redundancy Protocol (VRRP) across two edge routers, Router-1 (Primary, physical IP 10.0.10.2/2410.0.10.2/24) and Router-2 (Backup, physical IP 10.0.10.3/2410.0.10.3/24), to provide default gateway redundancy for a LAN. The virtual router is assigned the Virtual IP (VIP) address 10.0.10.1/2410.0.10.1/24. During a planned failover test, Router-1 is powered down. Although Router-2 correctly assumes the active VRRP Master role, all client workstations on the LAN immediately lose access to external networks. Which of the following host misconfigurations is the most likely cause of this service disruption?

Cevabı ve açıklamayı göster

Cevap: The client workstations were statically configured with the physical IP address of Router-1 as their default gateway instead of the VRRP virtual IP address.

Cevap

The client workstations were statically configured with the physical IP address of Router-1 as their default gateway instead of the VRRP virtual IP address.
For First-Hop Redundancy Protocols (such as VRRP, HSRP, or CARP) to provide seamless gateway failover, all host devices on the local network segment must use the shared Virtual IP (VIP) address (10.0.10.110.0.10.1) as their configured default gateway. If workstations are statically assigned the physical IP address of Router-1 (10.0.10.210.0.10.2), their gateway traffic is sent directly to Router-1's physical MAC address. When Router-1 powers off, Router-2 assumes the VIP, but the workstations continue attempting to send traffic to the offline physical IP address of Router-1, causing a total blackout for external connectivity.

Adım Adım Çözüm

1
Analyze First-Hop Redundancy Protocol (FHRP) architecture requirements.
FHRP protocols like VRRP create a shared Virtual IP (VIP) and Virtual MAC address hosted by whichever router is currently acting as the Master.
Host machines must point their default gateway setting to the shared Virtual IP so traffic is transparently routed through whichever physical device holds the Master state.
2
Evaluate the symptom observed during the failover event.
Router-2 successfully became Master, but client traffic stopped flowing to external networks.
If clients were configured with the physical IP of Router-1 (10.0.10.210.0.10.2) as their default gateway, their traffic continues targeting Router-1's physical address directly, failing completely when Router-1 goes offline despite VRRP functioning properly on Router-2.

Anahtar Kavram

FHRP Virtual IP Assignment for High Availability
Tahmini Süre:1m 30s
Soru 866Soru

A network security administrator is configuring a centralized logging and monitoring architecture across enterprise core switches. The corporate compliance policy mandates that event logs are delivered reliably with connection-oriented transport and encrypted in transit, and that SNMP polling must provide both cryptographic user authentication and payload encryption. Which of the following protocol and port configurations must the administrator implement to meet these requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Configure Syslog to forward messages over TCP port 6514 using TLS encryption.; Configure SNMPv3 using the authPriv security level for device polling.

Cevap

The administrator must configure Syslog over TCP port 6514 with TLS encryption for reliable, encrypted log transport, and configure SNMPv3 with authPriv for authenticated and encrypted telemetry polling.
Configuring Syslog over TCP port 6514 with TLS satisfies the requirement for reliable, encrypted log transport because TCP provides connection-oriented delivery and TLS encrypts data in transit. Configuring SNMPv3 with the authPriv security level satisfies the requirement for authenticated and encrypted telemetry because authPriv enforces cryptographic user authentication as well as payload encryption.

Adım Adım Çözüm

1
Analyze the log forwarding compliance requirement.
Reliable connection-oriented transport with encryption requires TCP port 6514 (Syslog over TLS), whereas standard UDP port 514 lacks reliability and encryption.
TCP guarantees packet delivery via acknowledgments, and TLS encrypts the Syslog payload.
2
Analyze the SNMP monitoring security requirement.
SNMPv3 authPriv is the only SNMP configuration that provides both cryptographic user authentication and privacy (data encryption).
SNMPv1 and SNMPv2c rely on cleartext community strings, and SNMPv3 authNoPriv only provides authentication without encrypting the payload.

Anahtar Kavram

Centralized Network Audit Logging and Secure Telemetry Protocols
Soru 867Soru

A network administrator is designing a high-availability infrastructure for a mission-critical application server cluster. The design must provide Layer 2 link bandwidth aggregation with failure protection between switches, as well as Layer 3 active-standby gateway redundancy for host workstations on the local subnet. Which TWO of the following protocols or configurations should be deployed to satisfy these requirements?

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

Cevabı ve açıklamayı göster

Cevap: Implement Virtual Router Redundancy Protocol (VRRP) on the Layer 3 switches to present a shared Virtual IP (VIP) address as the default gateway.; Configure Link Aggregation Control Protocol (LACP / IEEE 802.3ad) on switch uplink ports to combine multiple physical links into a single logical trunk.

Cevap

The correct choices are deploying Virtual Router Redundancy Protocol (VRRP) to provide a Virtual IP default gateway and configuring Link Aggregation Control Protocol (LACP) to combine physical links into a redundant logical trunk.
To satisfy both Layer 2 and Layer 3 high availability requirements, an administrator must combine link aggregation and default gateway redundancy. Deploying Virtual Router Redundancy Protocol (VRRP) allows multiple Layer 3 switches to share a single Virtual IP (VIP), ensuring host default gateway traffic seamlessly switches to a standby router upon hardware failure. Configuring Link Aggregation Control Protocol (LACP / IEEE 802.3ad) aggregates multiple physical interfaces between network switches into a single logical channel, providing both elevated throughput and automatic Layer 2 path redundancy if an individual cable or port fails.

Adım Adım Çözüm

1
Identify the Layer 3 default gateway redundancy requirement.
Recognize that First Hop Redundancy Protocols (FHRPs) such as VRRP or HSRP present a unified Virtual IP (VIP) to end hosts, allowing dynamic active-standby gateway failover.
Endpoints configured with a shared VIP maintain gateway access even if one physical router interface fails.
2
Identify the Layer 2 link aggregation and bandwidth redundancy requirement.
Select LACP (IEEE 802.3ad) as the protocol designed to bundle multiple physical Ethernet links between switches into a single logical Ethernet channel.
LACP dynamically negotiates link aggregation, allowing traffic load balancing across links and automatic link recovery if a physical port drops.

Anahtar Kavram

High Availability and Redundancy Concepts
Soru 868Soru

A network administrator is preparing to modify the interface configurations on a primary distribution switch during a scheduled maintenance window. Which of the following steps should be completed BEFORE applying any configuration updates to ensure the switch can be rapidly restored if the change causes an unexpected outage?

Cevabı ve açıklamayı göster

Cevap: Create a complete backup of the current running configuration and verify a documented rollback plan.

Cevap

Create a complete backup of the current running configuration and verify a documented rollback plan.
In standard network change management, saving a copy of the current functional configuration and establishing a tested rollback plan prior to making changes ensures that the system can be restored immediately to a working baseline if issues arise during implementation.

Adım Adım Çözüm

1
Identify the primary objective of pre-change preparation in network change management.
Recognize that maintaining business continuity requires a recovery strategy before executing system modifications.
If an applied change causes network instability or service degradation, administrators need a verified path to return to the functional state.
2
Evaluate standard pre-implementation procedures.
Saving/backing up the active running configuration and reviewing the rollback plan guarantees that pre-change state files are secured.
Having an explicit rollback plan ensures zero guesswork during high-pressure outage recovery scenarios.

Anahtar Kavram

Pre-Implementation Rollback Planning & Baseline Backups
Tahmini Süre:45s
Soru 869Soru

A network security administrator configures a passive Network Intrusion Detection System (NIDS) connected to a switch port mirroring session. While the system successfully logs alert notifications for unauthorized port scans, it does not stop the scanning traffic from reaching internal hosts. Which architectural characteristic explains why the NIDS cannot directly drop these attack packets?

Cevabı ve açıklamayı göster

Cevap: It is deployed out-of-band and receives a duplicate copy of network traffic rather than sitting directly in the live data path.

Cevap

The NIDS is deployed out-of-band and receives duplicate traffic via port mirroring rather than sitting directly in the live network path.
Passive NIDS solutions are deployed out-of-band using switch port mirroring (SPAN) or network TAPs. Replicated traffic copies are forwarded to the NIDS while original packets continue along their primary path. Because the NIDS is not positioned inline within the live data stream, it cannot intercept, alter, or drop active network packets.

Adım Adım Çözüm

1
Identify the deployment topology of the NIDS described in the scenario.
The device is connected passively to a mirrored switch port (out-of-band).
Out-of-band systems process copied frame data replicated by a switch or TAP.
2
Analyze how traffic flows through an out-of-band detection device.
Original packets travel directly to their destination uninterrupted while the NIDS analyzes the mirrored copies.
Because live packets do not traverse the physical interfaces of the NIDS, the device has no mechanism to intercept or drop active frames.

Anahtar Kavram

Passive NIDS Out-of-Band Placement vs. Inline Prevention
Tahmini Süre:45s
Soru 870Soru

A network administrator configures a First Hop Redundancy Protocol (FHRP) across two routers to ensure continuous network availability for clients on a local subnet. To enable seamless automated failover if the primary router fails, which address must be specified as the default gateway on the client workstations?

Cevabı ve açıklamayı göster

Cevap: The shared virtual IP (VIP) address assigned to the redundancy group

Cevap

The shared virtual IP (VIP) address assigned to the redundancy group
The correct answer specifies using the shared virtual IP address assigned to the redundancy group. First Hop Redundancy Protocols (FHRPs) present a single virtual IP and virtual MAC address to local clients. When clients point their default gateway to this virtual IP, traffic is dynamically forwarded by whichever physical router currently holds the active role.

Adım Adım Çözüm

1
Identify the primary purpose of First Hop Redundancy Protocols (FHRP) such as HSRP or VRRP.
FHRP provides high availability by allowing multiple physical routers to share a single virtual default gateway address.
Client endpoints need a static default gateway setting that remains constant regardless of individual router hardware failures.
2
Determine the proper host network configuration for high availability.
Assign the Virtual IP (VIP) generated by the router redundancy group as the default gateway on all client workstations.
Traffic directed to the VIP is handled by the active router, and if that router fails, the standby router assumes control of the VIP seamlessly.

Anahtar Kavram

FHRP Virtual IP Gateway Configuration
Soru 871Soru

An enterprise network operations team must urgently remediate a newly published zero-day vulnerability affecting the routing protocol daemon across core Layer 3 switches. Which of the following procedures should the engineering team execute during the emergency maintenance window to preserve high availability and maintain change management compliance? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Stagger the patch installation across redundant switch pairs, updating the secondary node first while verifying control-plane stability before patching the primary node.; Export a full running-configuration file and verify an existing rollback system image copy in flash storage immediately prior to applying the software patch.

Cevap

The engineering team must stagger the patch installation across redundant switch pairs—updating the secondary node first—and export running configurations alongside validating fallback system image copies in flash storage prior to patch execution.
Staggering software updates across redundant high-availability switch pairs preserves uninterrupted traffic flow while allowing the secondary device to be tested post-patch. Additionally, saving the current running configuration and confirming a valid rollback image in local storage ensures that the core switch can be restored quickly if the patch causes instability.

Adım Adım Çözüm

1
Perform Pre-Patch Preparation and Backups
System configurations and baseline images are saved and verified for fast recovery.
Before executing software updates on critical infrastructure, administrators must secure current running configurations and confirm flash memory contains a functional rollback image.
2
Execute Staggered Redundant Deployment
High availability is maintained as active traffic is handled by the unpatched primary node while the secondary node updates.
Upgrading high-availability pairs sequentially prevents network-wide outages caused by unexpected patch failure or crash loops.
3
Perform Post-Patch Verification and Change Documentation
The update is validated, and change management records are updated post-maintenance.
Verifying control-plane stability and routing protocol convergence ensures full operational capability before completing change tickets.

Anahtar Kavram

High-Availability Staggered Patching and Rollback Verification
Soru 872Soru

An enterprise network engineering team is preparing a formal Request for Change (RFC) to modify core switch configurations and re-architect VLAN trunking across multiple datacenters. To adhere strictly to enterprise configuration and change management standards, which of the following components MUST be included within the submitted RFC prior to presenting it to the Change Advisory Board (CAB) for evaluation? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: A detailed rollback plan specifying precise abort triggers and step-by-step restoration procedures; A comprehensive risk and impact assessment outlining potential service disruptions and mitigation controls

Cevap

The Request for Change (RFC) must include a detailed rollback plan with explicit abort triggers and a comprehensive risk and impact assessment detailing service exposure.
A formal Request for Change (RFC) requires both a comprehensive risk and impact assessment to evaluate business risk and a detailed rollback procedure specifying exact conditions under which the change must be aborted and reverted.

Adım Adım Çözüm

1
Analyze RFC documentation requirements
Identify mandatory sections required prior to CAB submission, including impact scope, business justification, maintenance window parameters, and contingency planning.
An RFC must provide complete visibility into the risk exposure and operational safety nets of a proposed network change.
2
Evaluate risk and impact assessment necessity
Confirm that an impact analysis evaluates how the change affects dependent applications, network links, and business operations during and after maintenance.
CAB members rely on risk assessments to approve scheduling windows and assess organizational risk.
3
Evaluate rollback plan necessity
Confirm that a rollback plan defines precise quantitative criteria (e.g., latency spikes, packet loss thresholds) for aborting the deployment and restoring original state.
Without a validated rollback plan, unforeseen errors in production could lead to prolonged unrecoverable outages.

Anahtar Kavram

Request for Change (RFC) Mandatory Components
Soru 873Soru

A network administrator is scheduling a critical vendor-issued software update for an organization's central network monitoring server. Before deploying the software update into the live environment, the administrator needs to ensure that the patch will not disrupt existing monitoring services or introduce system instability. Which of the following represents the most appropriate initial step in the patch management lifecycle to safely mitigate this risk?

Cevabı ve açıklamayı göster

Cevap: Deploying and validating the software update in an isolated staging environment that mirrors production

Cevap

Deploying and validating the software update in an isolated staging environment that mirrors production is the correct initial step in the patch management process.
Testing patches in an isolated staging environment that accurately replicates the production environment is a mandatory standard in software maintenance. This practice permits administrators to verify compatibility, observe system performance, and identify software conflicts before any changes touch live services.

Adım Adım Çözüm

1
Identify the core risk of patch deployment
Unvalidated patches can cause software incompatibility, service failures, or system crashes on production hosts.
Understanding operational risk requires pre-deployment verification.
2
Evaluate patch management lifecycle phases
The standard sequence follows discovery, lab testing/staging, approval, scheduled deployment, and post-installation auditing.
Staging allows engineers to safely observe software behavior without affecting production traffic or management tools.
3
Select the safest risk-mitigation action
Testing the update within a staging environment that mirrors production configurations catches dependencies and flaws early.
Staging validation confirms stability prior to authorizing production deployment windows.

Anahtar Kavram

Pre-deployment staging and lab testing in the patch management lifecycle
Soru 874Soru

Match each AAA framework component or access control concept on the left to its corresponding operational description on the right.

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

Öğeler

Authentication
Authorization
Accounting
Multifactor Authentication (MFA)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Authentication matches with verifying identity; Authorization matches with granting specific permissions; Accounting matches with tracking activity and resource usage for auditing; Multifactor Authentication (MFA) matches with requiring two or more distinct credential categories.
Authentication strictly addresses identity verification. Authorization governs access rights and command permissions following successful authentication. Accounting logs historical session data and usage statistics for auditing purposes. Multifactor Authentication requires credentials from multiple distinct factor categories to validate identity.

Adım Adım Çözüm

1
Determine the primary function of Authentication in the AAA framework.
Authentication validates who the user is, matching the description of verifying a claimed identity.
Before granting access or assigning permissions, the system must verify identity claims.
2
Determine the core purpose of Authorization.
Authorization manages privilege levels, matching the description of granting or restricting specific access permissions.
Authorization enforces access control policies after an identity has been authenticated.
3
Determine the operational role of Accounting.
Accounting tracks usage metrics, matching the description of logging session details and resource consumption for auditing.
Accounting creates an audit trail of user actions, session lengths, and data usage.
4
Identify the definition of Multifactor Authentication (MFA).
MFA combines separate credential categories, matching the description of requiring two or more distinct factor types.
MFA enhances security by demanding proof across independent factor classes, such as knowledge, possession, or inherence.

Anahtar Kavram

AAA Framework Core Pillars and MFA Fundamentals
Soru 875Soru

An enterprise security team is deploying 802.1X port-based network access control across corporate network switches. In this architecture, the edge switch serves as the authenticator and relays Extensible Authentication Protocol (EAP) messages between the client host and a centralized authentication server. Which protocol is primarily utilized between the switch and the authentication server to transport these encapsulated EAP packets?

Cevabı ve açıklamayı göster

Cevap: RADIUS

Cevap

RADIUS is the standard protocol used by the network switch to encapsulate and relay 802.1X EAP authentication traffic to the central AAA server.
In an 802.1X framework, the supplicant (client) communicates with the authenticator (switch) using EAPoL (EAP over LAN). The authenticator then re-encapsulates these EAP messages into RADIUS packets (over UDP ports 1812/1813) to communicate with the backend AAA server.

Adım Adım Çözüm

1
Identify the role of the network switch in the 802.1X architecture.
The switch acts as the Authenticator, bridging client EAP over LAN (EAPoL) traffic to the backend server.
The switch does not make the final authentication decision; it relays credentials securely to the AAA server.
2
Determine the backend protocol capable of encapsulating EAP messages.
RADIUS natively supports EAP encapsulation (RADIUS attributes carry EAP packets over UDP).
802.1X explicitly defines RADIUS as the primary protocol for carrying EAP payloads from authenticators to authentication servers.

Anahtar Kavram

802.1X EAP Protocol Encapsulation via RADIUS
Soru 876Soru

Match each core security principle of the CIA triad to its primary operational objective.

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

Öğeler

Confidentiality
Integrity
Availability

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Confidentiality matches with preventing unauthorized disclosure; Integrity matches with guaranteeing data is not modified or tampered with; Availability matches with ensuring network services remain accessible when needed.
Each core principle of the CIA triad maps to a specific security mandate: Confidentiality prevents unauthorized data exposure, Integrity guards against data tampering or unauthorized modification, and Availability ensures continuous access to services for authorized users.

Adım Adım Çözüm

1
Identify the objective of Confidentiality
Matches preventing unauthorized disclosure or interception of sensitive data.
Confidentiality ensures that sensitive information is accessible only to authorized individuals.
2
Identify the objective of Integrity
Matches guaranteeing that transmitted data has not been modified or tampered with by unauthorized parties.
Integrity focuses on maintaining the accuracy and trustworthiness of data.
3
Identify the objective of Availability
Matches ensuring network services and system resources remain accessible to authorized users when needed.
Availability safeguards network operational uptime and access to resources.

Anahtar Kavram

CIA Triad Core Principles
Soru 877Soru

During an unpredicted core link failure, a lead network engineer executed an approved Emergency Change (ECAB) by manually applying temporary static routing overrides directly on live edge routers to restore connectivity. Three hours later, an automated configuration management pipeline executed its scheduled compliance audit and synchronized the routers against the central version-controlled repository, inadvertently wiping out the manual emergency modifications and restoring the outage. Which of the following procedures should have been completed immediately following the emergency implementation to permanently prevent this configuration drift?

Cevabı ve açıklamayı göster

Cevap: Update the authoritative version-controlled repository with the modified configuration parameters and commit a post-implementation baseline update before the automated synchronization cycle runs.

Cevap

Update the authoritative version-controlled repository with the modified configuration parameters and commit a post-implementation baseline update before the automated synchronization cycle runs.
In modern automated network environments, central repositories (Infrastructure as Code / configuration baselines) define the source of truth. When emergency changes are applied manually directly to devices, the central repository must be updated and committed immediately during post-implementation reconciliation. This ensures automated compliance engines recognize the new state as authorized, preventing automated configuration drift remediation from undoing emergency fixes.

Adım Adım Çözüm

1
Analyze the cause of configuration drift
Identified that the automated pipeline enforced the established repository baseline, which lacked the live emergency static route changes.
Automated network orchestration systems enforce state based on the version-controlled central repository.
2
Identify proper post-emergency change workflow steps
Determined that emergency change procedures require retroactively updating the formal baseline documentation and code repository.
Updating the repository ensures the automated management system recognizes the emergency changes as the new desired configuration state.
3
Select the correct preventative action
Committing the changes to the version-controlled repository aligns live devices with automated compliance engines.
This maintains operational continuity while adhering to strict change control governance.

Anahtar Kavram

Configuration Baseline Synchronization and Post-Emergency Change Management
Soru 878Soru

Match each wireless security standard on the left with its primary encryption algorithm or cipher suite on the right.

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

Öğeler

WEP
WPA2
WPA3

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

WEP corresponds to the RC4 stream cipher; WPA2 corresponds to CCMP (AES); WPA3 corresponds to GCMP-256 (AES).
Each wireless security standard aligns with a specific cryptographic protocol: legacy WEP uses the RC4 stream cipher, WPA2 standardizes CCMP based on AES, and WPA3 introduces stronger GCMP-256 AES encryption.

Adım Adım Çözüm

1
Identify the cipher used by WEP.
WEP uses RC4.
WEP was designed around the RC4 stream cipher, which is now considered deprecated and vulnerable.
2
Identify the encryption suite mandated by WPA2.
WPA2 uses CCMP (AES).
The IEEE 802.11i standard defining WPA2 requires CCMP with AES for encryption and integrity.
3
Identify the enhanced encryption suite defined for WPA3.
WPA3 uses GCMP-256 (AES).
WPA3 upgrades wireless encryption to Galois/Counter Mode Protocol using 256-bit AES.

Anahtar Kavram

Wireless Security Standards and Encryption Protocols
Soru 879Soru

Match each high-availability concept or protocol on the left with its correct operational description on the right.

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

Öğeler

HSRP
LACP
VIP
CARP

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

HSRP matches with Cisco-proprietary First Hop Redundancy Protocol; LACP matches with IEEE standard link aggregation protocol; VIP matches with shared IP address for default gateway failover; CARP matches with open-source redundancy protocol allowing shared IP and MAC addresses.
Each concept correctly matches its underlying technology: HSRP is Cisco's proprietary gateway failover protocol, LACP performs IEEE 802.3ad interface aggregation, VIP acts as the shared virtual gateway address, and CARP provides open-source address redundancy.

Adım Adım Çözüm

1
Identify the primary function of HSRP.
Pair HSRP with its Cisco-proprietary first-hop gateway redundancy function.
HSRP was developed by Cisco to enable seamless switchover between active and standby routers.
2
Identify the standard purpose of LACP.
Pair LACP with the IEEE 802.3ad link aggregation protocol description.
LACP negotiates combining multiple physical interfaces into a single logical trunk interface.
3
Define the role of a Virtual IP (VIP) in network redundancy.
Pair VIP with the shared IP address targeted by client default gateways.
Clients send traffic to the Virtual IP so that failover between redundant physical routers is transparent to hosts.
4
Identify the characteristics of CARP.
Pair CARP with the open-source address redundancy protocol description.
CARP is an open-source protocol used primarily in BSD systems to allow multiple routers to share IP/MAC addresses.

Anahtar Kavram

High Availability and Gateway/Link Redundancy Protocols
Soru 880Soru

A healthcare organization experiences an outage on its web-based patient portal after a misconfigured network backup script fails to clear temporary files, causing the primary storage volume to fill completely and crashing the service. Although all patient records remained securely encrypted at rest and no data was accessed or altered by unauthorized parties, clinical staff were unable to access critical patient records for three hours. Which pillar of the CIA triad was directly compromised in this incident?

Cevabı ve açıklamayı göster

Cevap: Availability, because authorized users were denied timely and reliable access to systems and data.

Cevap

Availability, because authorized users were denied timely and reliable access to systems and data.
The correct answer highlights that Availability was breached. The CIA triad defines Availability as ensuring that network services and data remain accessible to authorized users when needed. In this scenario, storage exhaustion caused a service crash that prevented clinical staff from accessing critical patient data for three hours, directly violating the availability principle while data confidentiality and integrity remained uncompromised.

Adım Adım Çözüm

1
Analyze the impact of the incident described in the scenario.
Patient records remained encrypted (no exposure) and unaltered (no modification), but legitimate healthcare personnel were unable to retrieve patient files when needed.
Determining which core security objective was impaired requires evaluating what failed: exposure, modification, or access.
2
Map the impact to the pillars of the CIA Triad.
The failure prevented timely access for authorized users, which directly corresponds to a loss of Availability.
Availability guarantees that system resources and data are reachable and operational whenever authorized entities require them.

Anahtar Kavram

CIA Triad Pillars (Confidentiality, Integrity, Availability)
Tahmini Süre:1m 30s
ÖncekiSayfa 44 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin