Tüm alıştırma soruları

2237 soru

Soru 901Soru

An enterprise network operations team is analyzing complex performance anomalies and telemetry configurations across a hybrid WAN deployment. Match each observed network symptom or monitoring configuration requirement on the left with the correct network performance monitoring metric or protocol mechanism on the right.

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

Öğeler

High variation in end-to-end packet delivery delay causing buffer underruns and garbled audio in real-time UDP voice streams despite adequate total bandwidth.
Exporting statistical packet-header sampling directly from ASIC hardware across high-density 100 GbE core switches without maintaining stateful flow cache tables.
Polling infrastructure device metrics with cryptographic user authentication and payload encryption using AES to protect sensitive OID data in transit.
Aggregating IP traffic flow statistics based on matching 5-tuple attributes into cached records to identify top bandwidth-consuming applications across Layer 3 interfaces.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The correct pairings are: Packet delay variation affecting VoIP corresponds to Jitter; Stateless hardware packet sampling across 100 GbE interfaces corresponds to sFlow; Authenticated and encrypted OID polling corresponds to SNMPv3 using authPriv; Stateful 5-tuple flow aggregation corresponds to IPFIX / NetFlow Telemetry.
Each observed monitoring requirement correctly maps to its functional metric or protocol: Jitter measures packet arrival time variance; sFlow provides stateless hardware packet sampling for ultra-high-speed links; SNMPv3 authPriv provides authenticated and AES-encrypted management queries; IPFIX/NetFlow aggregates traffic flows based on 5-tuple attributes to identify top talkers.

Adım Adım Çözüm

1
Analyze real-time traffic degradation metrics.
Variation in delivery latency for UDP audio streams defines Jitter (Packet Delay Variation).
VoIP audio degradation caused by irregular arrival timing without packet loss is caused by jitter.
2
Differentiate high-speed packet sampling mechanisms from flow caching.
Stateless ASIC sampling corresponds to sFlow, whereas cached flow tracking corresponds to NetFlow/IPFIX.
sFlow operates statelessly at the hardware level, suitable for 100 GbE links.
3
Evaluate SNMP security levels for data protection.
Cryptographic authentication combined with AES encryption requires SNMPv3 authPriv.
noAuthNoPriv offers no security, authNoPriv provides authentication without encryption, and authPriv provides both authentication and payload encryption.
4
Identify flow aggregation mechanisms for top-talker reporting.
5-tuple cached flow record aggregation corresponds to IPFIX / NetFlow.
NetFlow and IPFIX aggregate packet metadata matching key fields (5-tuple) into stateful flow records.

Anahtar Kavram

Distinguishing Network Performance Metrics, Flow Telemetry, and Secure Device Management Protocols
Soru 902Soru

An enterprise deploys active inline Network Intrusion Prevention System (NIPS) appliances on two parallel border gateway links configured for active-active asymmetric routing. Shortly after deployment, users experience intermittent session terminations and dropped connections on legitimate TCP applications. Packet inspection reveals that outbound TCP SYN packets traverse Link 1 (monitored by NIPS 1), while the corresponding SYN-ACK return packets traverse Link 2 (monitored by NIPS 2), causing NIPS 2 to drop the return packets as invalid out-of-state traffic. Which of the following architectural adjustments will eliminate these session drops while maintaining active inline threat prevention across both links?

Cevabı ve açıklamayı göster

Cevap: Establish a dedicated high-speed inter-appliance state-sharing connection between NIPS 1 and NIPS 2 to synchronize TCP flow tables in real time.

Cevap

The correct architecture requires establishing a dedicated inter-appliance state-sharing bus between NIPS 1 and NIPS 2 to synchronize TCP session state tables across both active asymmetric paths.
Establishing a state-synchronization link between dual inline NIPS appliances allows TCP session creation records from NIPS 1 to be mirrored immediately to NIPS 2. Consequently, when return SYN-ACK traffic arrives at NIPS 2 via an asymmetric route, NIPS 2 recognizes the established session state and passes the legitimate traffic inline without dropping it.

Adım Adım Çözüm

1
Analyze the network failure symptoms and asymmetric routing context.
Inline NIPS units perform stateful inspection. When TCP SYN travels via Link 1 and SYN-ACK returns via Link 2, NIPS 2 sees an unacknowledged SYN-ACK without an established session entry, causing an out-of-state packet drop.
Inline NIPS appliances enforce strict TCP state machine tracking to defend against out-of-sequence evasion techniques.
2
Evaluate constraint requirements: preserve active inline prevention while supporting asymmetric paths.
Changing to passive out-of-band (SPAN/TAP) resolves state tracking issues but forfeits inline blocking capabilities.
Active inline prevention (NIPS) requires the appliance to sit directly in the forwarding path to drop malicious frames in real time.
3
Determine the optimal state-synchronization design for dual-homed inline NIPS.
Connecting NIPS 1 and NIPS 2 via a high-speed state-synchronization link updates both appliances' session tables dynamically, allowing NIPS 2 to recognize the flow initiated at NIPS 1.
State-sharing cluster links enable distributed stateful inspection across redundant asymmetric network topologies.

Anahtar Kavram

Stateful Inspection and Asymmetric Routing in Inline NIPS Deployment
Tahmini Süre:3m 0s
Soru 903Soru

During a routine audit, a network engineer notices that multiple access-layer switches are running an outdated operating system version vulnerable to memory leaks under high traffic load. Before initiating the upgrade across the entire enterprise network during a scheduled window, which procedure should the engineer perform first to prevent unforeseen outages?

Cevabı ve açıklamayı göster

Cevap: Deploy the firmware update into a non-production staging environment to validate stability, feature compatibility, and dependency behavior.

Cevap

Deploy the firmware update into a non-production staging environment to validate stability, feature compatibility, and dependency behavior.
Deploying the firmware update into a non-production staging environment allows administrators to observe device behavior, verify protocol compatibility, and test rollback scripts without risking active user traffic. This is a foundational best practice in network patch management lifecycle operations.

Adım Adım Çözüm

1
Analyze the operational risk of deploying untested software updates across enterprise network switches.
Identified the risk of widespread service failure due to unforeseen software bugs or configuration incompatibilities.
Production deployments should never be the initial testing ground for network firmware updates.
2
Apply standard network patch management lifecycle best practices.
Determined that staging, testing in a lab/pilot environment, and verifying baseline system functionality must precede production rollout.
Lab testing verifies software stability and ensures rollback plans can be executed cleanly if issues arise.

Anahtar Kavram

Patch Staging and Pre-Deployment Validation
Soru 904Soru

Match each core security principle on the left with its corresponding primary objective 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 preserving authorized restrictions on access to protect sensitive information; Integrity matches with safeguarding data accuracy against unauthorized modification; Availability matches with ensuring timely and reliable access to network systems; Non-repudiation matches with providing proof of an action so the initiating party cannot deny it.
Each core security concept directly addresses a distinct security pillar: Confidentiality protects against unauthorized disclosure, Integrity protects against unauthorized modification, Availability ensures system uptime for authorized users, and Non-repudiation establishes proof of action.

Adım Adım Çözüm

1
Define Confidentiality.
Confidentiality focuses on privacy and preventing unauthorized access or disclosure of sensitive data.
Controls such as encryption and permissions restrict access to authorized personnel only.
2
Define Integrity.
Integrity focuses on accuracy, ensuring data is not modified, deleted, or corrupted without authorization.
Cryptographic hashing algorithms verify data authenticity and detect unauthorized changes.
3
Define Availability.
Availability focuses on uptime, ensuring systems and services remain operational and accessible when needed.
Redundancy, fault tolerance, and backups prevent service disruption.
4
Define Non-repudiation.
Non-repudiation ensures accountability by preventing an actor from denying an action they performed.
Digital signatures and cryptographic logging bind actions irreversibly to specific credentials.

Anahtar Kavram

CIA Triad & Core Security Concepts
Soru 905Soru

A network administrator needs to configure centralized log forwarding from edge switches to a SIEM collector across an untrusted WAN connection. Corporate compliance mandates that log transmission must guarantee delivery confirmation to prevent log loss during congestion and secure event details against eavesdropping in transit. Which configuration best satisfies both requirements?

Cevabı ve açıklamayı göster

Cevap: Forward Syslog messages over TCP port 6514 using TLS encryption

Cevap

Syslog forwarding using TCP port 6514 with Transport Layer Security (TLS) encryption
Configuring Syslog to transmit over TCP port 6514 with TLS provides both connection-oriented reliability (preventing log loss during WAN congestion via TCP acknowledgments) and strong cryptographic privacy (ensuring audit logs remain encrypted across untrusted networks).

Adım Adım Çözüm

1
Analyze transport reliability requirements
Identified TCP as the required transport protocol to ensure guaranteed delivery and acknowledgment over congested WAN links.
UDP is connectionless and drops packets silently during congestion, whereas TCP uses acknowledgments and retransmissions.
2
Analyze encryption and privacy requirements
Identified TLS encapsulation as necessary for encrypting telemetry data in transit across untrusted connections.
Plaintext protocols expose sensitive audit logs and network telemetry to eavesdropping.
3
Select protocol standard and port assignment
Selected Syslog over TLS operating on standard port TCP 6514.
RFC 5425 specifies TCP port 6514 for secure Syslog transport utilizing TLS.

Anahtar Kavram

Secure and Reliable Syslog Transport (Syslog-TLS on TCP 6514)
Soru 906Soru

A network security auditor discovers that administrative session logs for network switches expose executed CLI command parameters in cleartext across the management network. Furthermore, the existing AAA deployment cannot restrict specific administrative commands per role because authentication and authorization are tightly coupled into a single transaction. Which AAA protocol implementation directly resolves both findings by encrypting the complete packet payload and decoupling authorization from authentication?

Cevabı ve açıklamayı göster

Cevap: TACACS+ utilizing TCP port 49

Cevap

TACACS+ utilizing TCP port 49
TACACS+ (Terminal Access Controller Access-Control System Plus) encrypts the entire payload of every packet (beyond the header) and fully decouples authentication, authorization, and accounting. This enables granular per-command authorization checks over a reliable TCP connection on port 49, ensuring command parameters remain confidential.

Adım Adım Çözüm

1
Analyze the security boundary requirement regarding payload encryption.
RADIUS encrypts only the password field, leaving headers and administrative command payloads visible. TACACS+ encrypts the entire packet body, securing command-level parameters.
Cleartext command parameters violate confidentiality requirements during administrative CLI sessions.
2
Evaluate the AAA functional architecture requirement for per-command control.
RADIUS combines authentication and authorization into unified Access-Request/Access-Accept exchanges. TACACS+ separates AAA functions into distinct modular processes.
Decoupling authorization from authentication is necessary to enforce granular per-command restrictions for logged-in administrators.
3
Identify the standard transport protocol and port assignment.
TACACS+ relies on TCP port 49 for reliable connection-oriented delivery, whereas RADIUS uses UDP ports 1812 (Authentication) and 1813 (Accounting).
Matching protocol features to their standard transport layer implementations confirms TACACS+ over TCP port 49 as the correct solution.

Anahtar Kavram

TACACS+ vs RADIUS Protocol Architecture & Security Boundaries
Soru 907Soru

A network administrator configures a redundant gateway topology using a First Hop Redundancy Protocol (FHRP) to provide high availability for a corporate subnet. During a scheduled failover test, the primary router is powered off. Although logs confirm that the standby router successfully transitioned to the active role, all client workstations immediately lose outbound internet connectivity. Troubleshooting reveals that workstation traffic continues to be routed toward the MAC and IP addresses of the powered-off primary router interface. Which of the following configuration errors is the most likely cause of this issue?

Cevabı ve açıklamayı göster

Cevap: The DHCP scope is distributing the physical interface IP address of the primary router as the default gateway rather than the virtual IP address of the FHRP group.

Cevap

The DHCP scope is distributing the physical interface IP address of the primary router as the default gateway rather than the virtual IP address of the FHRP group.
The correct answer identifies that First Hop Redundancy Protocols (such as HSRP, VRRP, or CARP) rely on end hosts pointing to a shared Virtual IP (VIP) as their default gateway. If the DHCP scope is mistakenly configured to distribute the physical interface IP of the primary router, workstations will bypass the virtual gateway abstraction. Consequently, when the primary router shuts down, client traffic continues targeting the physical IP of the offline router, resulting in total loss of external connectivity despite the standby router successfully assuming the active state.

Adım Adım Çözüm

1
Analyze the operational role of First Hop Redundancy Protocols (FHRPs) like HSRP or VRRP.
FHRP creates a shared Virtual IP (VIP) and Virtual MAC address shared between active and standby routers.
End devices must send traffic to the VIP so that whichever router is active receives and forwards the packets.
2
Evaluate host behavior during the failover event.
Host workstations continued sending frames to the physical IP/MAC of the powered-off primary router.
This indicates hosts were pointing directly to the primary router's physical IP address instead of the FHRP Virtual IP.
3
Identify the root configuration error in network infrastructure services.
The DHCP scope option 003 (Router / Default Gateway) was set to the physical interface IP instead of the VIP.
Correcting the DHCP scope to issue the VIP ensures host traffic seamlessly redirects to the standby router upon failover.

Anahtar Kavram

FHRP Virtual Gateway IP Configuration
Tahmini Süre:1m 30s
Soru 908Soru

An auditor notes that an organization's network monitoring traffic is transmitted without encryption and that critical log messages are lost during periods of high link utilization. The network administrator must reconfigure telemetry protocols on core switches to ensure reliable log transport, cryptographic confidentiality, and authenticated management querying. Which of the following implementations address the auditor's security and reliability findings? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Forward Syslog messages using TLS encryption over TCP port 6514.; Deploy SNMPv3 configured with the authPriv security model.

Cevap

The network administrator should forward Syslog messages using TLS over TCP port 6514 and deploy SNMPv3 configured with the authPriv security level.
Implementing Syslog over TLS using TCP port 6514 resolves both log dropouts and unencrypted traffic by providing connection-oriented transport with strong TLS encryption. Additionally, configuring SNMPv3 with the authPriv security level ensures that monitoring queries and trap messages are cryptographically authenticated and fully encrypted (providing both authentication and privacy).

Adım Adım Çözüm

1
Identify transport reliability and log confidentiality requirements for centralized logging.
Standard Syslog uses UDP port 514, which lacks reliability and encryption. Migrating to Syslog over TCP port 6514 with TLS provides connection-oriented delivery and encryption.
TCP ensures logs are acknowledged and retransmitted if dropped, while TLS encrypts the log payload.
2
Select an authenticated and encrypted SNMP version and security mode for device management and polling.
SNMPv3 with authPriv (Authentication and Privacy) provides MD5/SHA authentication and DES/AES encryption.
SNMPv1 and SNMPv2c send community strings in cleartext, whereas SNMPv3 authPriv secures both credentials and message content.

Anahtar Kavram

Secure Logging and Management Telemetry (Syslog over TLS and SNMPv3 Security Models)
Tahmini Süre:1m 30s
Soru 909Soru

A network administrator configures an Access Control List (ACL) with explicit permit statements for HTTP and HTTPS traffic on a router interface. However, users report that all other traffic attempting to pass through this interface is blocked, even though no deny statements were explicitly written. Which of the following features accounts for this behavior?

Cevabı ve açıklamayı göster

Cevap: The implicit deny statement automatically appended to the end of the ACL

Cevap

The implicit deny statement automatically appended to the end of the ACL accounts for blocking all unspecified traffic.
The correct option correctly identifies the default behavior of Access Control Lists. Every ACL concludes with an invisible implicit deny rule (e.g., 'deny ip any any'). If incoming or outgoing traffic does not match any explicit permit statement, it hits this final rule and is dropped.

Adım Adım Çözüm

1
Analyze the configured ACL entries and observe that only HTTP and HTTPS permit rules were created.
Identified that no explicit rules exist for other traffic types (such as ICMP, SSH, or DNS).
ACL entries are processed sequentially from top to bottom until a match is found.
2
Evaluate default router ACL behavior when no rule matches a packet.
Recognize that network ACLs feature a default implicit deny rule at the very bottom of the rule list.
Security best practices enforce default-deny posture to block all non-permitted traffic.

Anahtar Kavram

ACL Implicit Deny Rule
Tahmini Süre:45s
Soru 910Soru

A network administrator needs to verify that downloaded firmware updates have not been corrupted or tampered with in transit, while also ensuring that administrative login sessions to core switches are strictly limited to authorized staff. Which TWO security concepts or mechanisms directly address these requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Validating the cryptographic SHA-256 hash of the firmware file prior to installation; Implementing multi-factor authentication (MFA) for administrative user access

Cevap

Validating the cryptographic SHA-256 hash of the firmware file prior to installation, and implementing multi-factor authentication (MFA) for administrative user access.
Verifying file cryptographic hashes guarantees Integrity by confirming that the downloaded firmware matches the published checksum without alteration. Implementing multi-factor authentication enforces Confidentiality and Authentication by verifying identity through multiple factors before permitting access to critical switch interfaces.

Adım Adım Çözüm

1
Analyze the requirement for verifying file authenticity and preventing tampering during transit.
Identified that cryptographic hashing (e.g., SHA-256) guarantees data integrity.
Hashing generates a unique fixed-length string based on file contents; any modification changes the hash value.
2
Analyze the requirement for ensuring administrative logins are strictly restricted to authorized staff.
Identified that multi-factor authentication (MFA) strengthens access control and confidentiality.
MFA requires multiple independent identity evidence factors before granting management access.

Anahtar Kavram

Integrity and Confidentiality Controls in Network Security
Soru 911Soru

A network administrator is implementing TACACS+ for centralized management of network devices. Which TWO of the following operational characteristics accurately describe TACACS+? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: Encrypts the entire packet payload, securing all data following the TACACS+ header; Operates over TCP port 49 to provide reliable connection-oriented communication

Cevap

TACACS+ encrypts the entire packet payload beyond the protocol header and operates over connection-oriented TCP port 49.
TACACS+ encrypts the complete packet body (payload) and communicates across network management links using TCP port 49.

Adım Adım Çözüm

1
Identify transport layer protocol and port number for TACACS+.
TACACS+ uses connection-oriented TCP port 49.
TCP ensures reliable delivery and session control for administrative traffic.
2
Identify encryption boundaries of TACACS+.
TACACS+ encrypts the entire packet body following the header.
Full payload encryption ensures sensitive administrative commands and attributes remain confidential.

Anahtar Kavram

TACACS+ Protocol Architecture and Security Boundaries
Tahmini Süre:1m 0s
Soru 912Soru

A network security administrator configures full-disk encryption on all corporate laptops to ensure that sensitive files cannot be accessed if a laptop is lost or stolen. Which pillar of the CIA triad does this security control directly uphold?

Cevabı ve açıklamayı göster

Cevap: Confidentiality

Cevap

Confidentiality is the pillar directly upheld by full-disk encryption because it prevents unauthorized exposure of stored information.
Full-disk encryption maintains confidentiality by rendering stored data unreadable to anyone who does not possess the decryption credentials, protecting sensitive information from disclosure if a physical device is lost or compromised.

Adım Adım Çözüm

1
Identify the primary function of the security control described in the scenario.
Full-disk encryption scrambles stored data so that it cannot be read without authenticating with a valid decryption key.
This protection prevents unauthorized parties from inspecting sensitive files on stolen or lost hardware.
2
Map this function to the corresponding pillar of the CIA triad.
Protecting data from unauthorized disclosure is the definition of Confidentiality.
Confidentiality focuses on privacy and restricting data access solely to authorized entities.

Anahtar Kavram

CIA Triad - Confidentiality
Soru 913Soru

A network administrator is setting up a wireless network for a business environment. The company policy mandates that each employee must authenticate with their own unique credentials using a central RADIUS server, rather than sharing a single password across the organization. Which of the following wireless security modes best fulfills this requirement?

Cevabı ve açıklamayı göster

Cevap: WPA3-Enterprise

Cevap

WPA3-Enterprise is the correct choice because it integrates with 802.1X/RADIUS infrastructure to enforce unique per-user authentication credentials.
WPA3-Enterprise uses IEEE 802.1X authentication, allowing centralized user account management and verification against an authentication server such as RADIUS.

Adım Adım Çözüm

1
Identify authentication requirements
The requirement specifies centralized RADIUS authentication and individual user credentials instead of a single shared secret.
Enterprise wireless security standards separate Personal (Pre-Shared Key / SAE) from Enterprise (802.1X / RADIUS) operational modes.
2
Evaluate candidate wireless security protocols
WPA3-Enterprise provides 802.1X network access control backed by RADIUS, satisfying all policy requirements.
Personal modes (WPA2-Personal and WPA3-Personal) utilize passphrases intended for home or small networks where individual account accounting is not required.

Anahtar Kavram

WPA3 Personal vs Enterprise Authentication Modes
Tahmini Süre:45s
Soru 914Soru

A network administrator is configuring a local network segment using the prefix /24/24 (subnet mask 255.255.255.0255.255.255.0). What is the maximum number of usable host IPv4 addresses that can be assigned to devices on this subnet?

Cevabı ve açıklamayı göster

Cevap: 254254

Cevap

The maximum number of usable host IPv4 addresses on a /24/24 subnet is 254254.
For any standard IPv4 subnet, the formula to calculate usable host addresses is 2n22^n - 2, where nn represents the number of host bits. A /24/24 CIDR prefix leaves 88 host bits (3224=832 - 24 = 8). Calculating 282^8 yields 256256 total IP addresses. Subtracting 22 (one for the subnet network identifier and one for the subnet broadcast address) leaves exactly 254254 usable host addresses.

Adım Adım Çözüm

1
Calculate the number of host bits in the prefix.
3224=832 - 24 = 8 host bits.
An IPv4 address consists of 32 bits in total.
2
Calculate the total number of IP addresses in the subnet.
28=2562^8 = 256 total addresses.
The total address capacity of a subnet is 2n2^n, where nn is the number of host bits.
3
Subtract reserved IP addresses to find the usable host count.
2562=254256 - 2 = 254 usable host addresses.
The network address (all host bits 0) and the broadcast address (all host bits 1) cannot be assigned to network host interfaces.

Anahtar Kavram

Subnet Usable Host Count Calculation
Soru 915Soru

A network engineer is configuring a centralized backend authentication server to support 802.1X port-based network access control across wireless access points in an enterprise network. The architecture requires a standard protocol to handle authentication and authorization requests forwarded by the wireless access points acting as authenticators. Which protocol and transport layer configuration correctly fulfills this network access control deployment?

Cevabı ve açıklamayı göster

Cevap: RADIUS operating over UDP ports 1812 and 1813

Cevap

RADIUS operating over UDP ports 1812 and 1813 is the standard configuration for centralizing 802.1X wireless access point authentication.
The option specifying RADIUS over UDP ports 1812 and 1813 is correct because RADIUS is the standard AAA protocol used in conjunction with 802.1X for centralized wireless user authentication, and it operates over UDP ports 1812 (Authentication) and 1813 (Accounting).

Adım Adım Çözüm

1
Identify the required AAA protocol for 802.1X network access control.
RADIUS is selected because 802.1X authenticators (such as switches and wireless APs) natively integrate with RADIUS servers for end-user network access authentication.
TACACS+ is used for administrative device CLI management, while RADIUS combines authentication and authorization for end-user/device network admission.
2
Verify the standard transport protocol and UDP port numbers for RADIUS.
Standard RADIUS uses UDP port 1812 for authentication/authorization and UDP port 1813 for accounting.
UDP is chosen for connection efficiency in AAA network access environments.

Anahtar Kavram

RADIUS Protocol Characteristics and 802.1X Integration
Soru 916Soru

Match each high-availability technology or operational mechanism on the left with its primary redundancy behavior on the right.

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

Öğeler

VRRP Preemption
Multi-Chassis Link Aggregation (mLAG)
Stateful Switchover (SSO)
Multipath I/O (MPIO)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

VRRP Preemption matches with reclaiming the active primary router role upon recovery; Multi-Chassis Link Aggregation (mLAG) matches with bundling links across two separate physical switches without STP blocking; Stateful Switchover (SSO) matches with synchronizing control plane state for seamless supervisor module failover; Multipath I/O (MPIO) matches with managing server-to-SAN storage hardware paths.
Each listed technology targets high availability at a distinct architectural layer: VRRP Preemption manages gateway node recovery, mLAG provides multi-switch Layer 2 link redundancy, Stateful Switchover (SSO) maintains internal chassis supervisor state, and Multipath I/O (MPIO) provides host-to-SAN storage layer failover.

Adım Adım Çözüm

1
Analyze First Hop Redundancy Protocol (FHRP) behavior
Identify VRRP Preemption as the mechanism that forces a recovered router with higher priority to resume the Master role from the Backup router.
Preemption controls active node election in gateway redundancy when primary nodes recover.
2
Examine switch link aggregation mechanisms across dual chassis
Identify mLAG as the technology that terminates a single port-channel onto two separate physical switches while preventing Layer 2 loops.
Standard LACP requires single-switch termination; mLAG extends this across dual chassis.
3
Evaluate chassis controller and supervisor redundancy
Identify Stateful Switchover (SSO) as the process syncing control plane state between primary and secondary supervisors.
SSO prevents session drops during switch management board failures.
4
Differentiate network interface redundancy from host storage redundancy
Identify Multipath I/O (MPIO) as host OS software that provides failover and load distribution across redundant HBA-to-SAN paths.
MPIO targets storage network resiliency at the host OS layer.

Anahtar Kavram

High Availability and Redundancy Concepts across Network Infrastructure Layers
Soru 917Soru

A network administrator is designing a wireless security architecture for an enterprise office. The organizational policy mandates centralized user authentication using 802.1X/RADIUS, individual credential accounting, and strict enterprise-grade encryption key management. A junior technician proposes implementing WPA3-Personal with Simultaneous Authentication of Equals (SAE) using a complex 30-character passphrase, arguing it avoids RADIUS server deployment while providing equal security. Which of the following best evaluates the junior technician's proposal?

Cevabı ve açıklamayı göster

Cevap: The proposal is invalid because WPA3-Personal uses a single shared password, failing to provide centralized 802.1X RADIUS authentication and individual user accounting.

Cevap

The proposal is invalid because WPA3-Personal uses a single shared password, failing to provide centralized 802.1X RADIUS authentication and individual user accounting.
WPA3-Personal uses Simultaneous Authentication of Equals (SAE) to establish secure connections using a pre-shared passphrase. Although SAE protects against offline brute-force attacks, it relies on a shared secret across endpoints and does not support individual user credentials, 802.1X/EAP frameworks, or RADIUS server integration. Enterprise environments requiring central identity management and accounting must deploy WPA3-Enterprise.

Adım Adım Çözüm

1
Identify the organizational requirements
Requirements specify centralized 802.1X/RADIUS authentication, individual user accounting, and enterprise key management.
Enterprise security frameworks require individual accountability and integration with central identity providers like Active Directory via RADIUS.
2
Analyze the proposed solution (WPA3-Personal with SAE)
WPA3-Personal uses Simultaneous Authentication of Equals (SAE) with a pre-shared key/passphrase.
While SAE prevents offline dictionary attacks and provides forward secrecy, all users share the same passphrase, and no 802.1X EAP exchange takes place.
3
Compare WPA3-Personal capabilities against requirements
WPA3-Personal fails to meet the requirement for individual authentication and 802.1X/RADIUS integration.
WPA3-Enterprise is required whenever individual credentials and RADIUS integration are mandated.

Anahtar Kavram

WPA3-Personal vs. WPA3-Enterprise Authentication Modes
Soru 918Soru

A network administrator is executing a planned change during a maintenance window to implement new quality of service (QoS) dynamic bandwidth allocation rules on a primary distribution switch pair. Ten minutes into the post-implementation validation phase, automated network monitoring system alerts indicate that real-time telemetry traffic has breached defined latency and packet loss thresholds, failing the pre-established change success metrics. Which of the following is the most appropriate action for the administrator to take next?

Cevabı ve açıklamayı göster

Cevap: Initiate the documented rollback plan to restore the switch pair to its pre-change configuration baseline.

Cevap

Initiate the documented rollback plan to restore the switch pair to its pre-change configuration baseline.
According to standard IT service management andCompTIA change management practices, every Request for Change (RFC) must include explicit post-implementation testing criteria and a rollback plan. When automated checks reveal that a change has breached SLA metrics or failed validation during the maintenance window, the administrator must immediately execute the pre-approved rollback plan to restore the network to its known, stable configuration baseline.

Adım Adım Çözüm

1
Evaluate post-implementation validation metrics against established change plan acceptance criteria.
Validation fails because telemetry traffic latency and loss exceed acceptable SLA thresholds.
Changes must meet defined acceptance criteria during the maintenance window to be considered successful.
2
Identify the mandatory standard operational procedure when change validation criteria fail.
Determine that unapproved troubleshooting during a live maintenance window is forbidden.
Ad-hoc live changes violate change management guidelines and risk widespread outage.
3
Select the correct change management action.
Execute the pre-approved rollback procedure to return devices to the pre-change baseline.
Executing the rollback plan guarantees network stability and restores services to a known good state.

Anahtar Kavram

Change Management Rollback Execution and Validation Criteria
Soru 919Soru

A network technician is drafting a standard Request for Change (RFC) proposal to modify configuration parameters on a company's primary router. Which of the following key components must be included in the RFC document prior to submitting it for approval? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: A detailed rollback plan outlining steps to revert the configuration if the change causes unexpected outages; A comprehensive risk and impact assessment evaluating potential service disruptions during implementation

Cevap

A standard Request for Change (RFC) must include a detailed rollback plan to revert changes upon failure and a risk and impact assessment to evaluate potential service disruption.
A standard Request for Change (RFC) must include a detailed rollback plan to safely revert modifications if unexpected failures occur, alongside a comprehensive risk and impact assessment to evaluate how the change affects network availability and business operations.

Adım Adım Çözüm

1
Identify the mandatory components of formal IT change management documentation.
Standard RFC documentation requires a clear description of the change, business justification, risk/impact assessment, and rollback procedures.
The Change Advisory Board (CAB) needs complete information to assess operational risk before authorizing network modifications.
2
Evaluate the answer choices against RFC documentation requirements.
The rollback plan and the risk and impact assessment are mandatory inclusion items.
The rollback plan minimizes downtime during failed changes, while the impact assessment informs scheduling and approval decisions.

Anahtar Kavram

Request for Change (RFC) documentation elements
Soru 920Soru

An organization is enhancing its security monitoring architecture to detect zero-day exploits and analyze encrypted network application traffic. The network engineering team decides to deploy Host-based Intrusion Detection Systems (HIDS) across critical endpoints. Which of the following capabilities represent distinct operational advantages of a HIDS compared to a passive Network Intrusion Detection System (NIDS)? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: HIDS can inspect decrypted application payload data directly within local endpoint memory after TLS protocol termination.; HIDS can monitor host operating system calls, registry modifications, and critical file system integrity changes.

Cevap

The correct options are that a HIDS can inspect decrypted application payload data directly within local endpoint memory after TLS protocol termination, and a HIDS can monitor host operating system calls, registry modifications, and critical file system integrity changes.
Host-based Intrusion Detection Systems (HIDS) run as agents on individual host operating systems. This positioning grants direct visibility into unencrypted host memory, local system calls, process creation, registry key modifications, and file integrity. Consequently, HIDS can evaluate application data after local SSL/TLS decryption and track malicious actions inside the OS.

Adım Adım Çözüm

1
Analyze the operational scope of Host-based Intrusion Detection Systems (HIDS).
HIDS software resides on individual hosts, providing visibility into local system calls, memory state, local storage, and process execution.
Host-level agent placement allows access to internal OS subsystems and post-decryption data buffers.
2
Compare host-level monitoring capabilities against network-level passive monitoring (NIDS).
NIDS monitors network traffic passing through network segments or SPAN/TAP ports and cannot inspect encrypted payloads without external SSL/TLS offloading, nor can it monitor local host registry changes.
NIDS is restricted to network packet headers and payloads captured in transit.
3
Select the statements describing unique HIDS operational advantages.
Inspecting decrypted payload memory and auditing host OS system calls/registry modifications are host-specific features.
These capabilities require direct kernel and local filesystem visibility present only on the endpoint.

Anahtar Kavram

Host-Based vs. Network-Based Intrusion Detection Systems (HIDS vs NIDS)
ÖncekiSayfa 46 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin