Tüm alıştırma soruları

2237 soru

Soru 741Soru

A network administrator is implementing a centralized monitoring solution for enterprise core switches. Organizational compliance policies dictate that network management queries and event trap messages transmitted across the network must guarantee cryptographic integrity, user authentication, and payload confidentiality to prevent eavesdropping and replay attacks. Which protocol implementation best satisfies all specified auditing and monitoring security requirements?

Cevabı ve açıklamayı göster

Cevap: SNMPv3 configured with the authPriv security model using SHA for authentication and AES for encryption

Cevap

SNMPv3 configured with the authPriv security model using SHA for authentication and AES for encryption
The option specifying SNMPv3 configured with the authPriv security model using SHA for authentication and AES for encryption is correct because authPriv (Authentication and Privacy) is the only SNMP security level that enforces both cryptographic user authentication and payload encryption, meeting the security baseline requirements.

Adım Adım Çözüm

1
Analyze security baseline requirements
Identified the need for message integrity, user authentication, and data privacy (payload confidentiality).
Compliance demands protection against both active tampering and passive packet capture/eavesdropping.
2
Evaluate protocol security models for SNMP versions
SNMPv1 and SNMPv2c use unencrypted community strings (no privacy/authentication). SNMPv3 introduces security models: noAuthNoPriv, authNoPriv, and authPriv.
Only SNMPv3 authPriv provides both message authentication (SHA/MD5) and payload encryption (AES/DES).
3
Verify port and operational parameters
SNMP queries use UDP 161 and SNMP traps use UDP 162. SNMPv3 authPriv directly fulfills management and alerting security controls.
Selecting SNMPv3 authPriv satisfies all audit, logging, and security baseline controls.

Anahtar Kavram

SNMPv3 Security Levels (authPriv vs. authNoPriv vs. noAuthNoPriv)
Tahmini Süre:1m 30s
Soru 742Soru

A network administrator receives a high-severity security bulletin requiring a critical firmware update on the organization's core switches. To adhere to standard patch management procedures and minimize operational risk, which of the following actions should the administrator perform FIRST before deploying the patch to the production environment?

Cevabı ve açıklamayı göster

Cevap: Test the firmware update in a lab or staging environment to verify system stability and compatibility.

Cevap

Testing the firmware update in a lab or staging environment to verify system stability and compatibility.
The correct action is testing the firmware update in a lab or staging environment first. Staging validates that the patch functions as intended without causing unexpected crashes, interface failures, or protocol instability on production hardware.

Adım Adım Çözüm

1
Identify the patch management lifecycle steps.
Recognize that patch management involves discovery, testing/staging, approval, deployment, and auditing.
Structured patch management prevents production downtime.
2
Evaluate initial deployment requirements prior to production release.
Determine that staging/lab testing must precede any live deployment.
Lab testing verifies that the firmware update does not introduce unforeseen software bugs or configuration conflicts.

Anahtar Kavram

Patch Management Testing and Staging Procedures
Soru 743Soru

A network administrator needs to implement a network security control in front of a critical database cluster. The security policy mandates that known exploit payloads must be actively blocked in real time before reaching internal targets, and any hardware or software failure of the security device must not disrupt legitimate network traffic flow. Which deployment topology and detection mechanism best satisfies all of these requirements?

Cevabı ve açıklamayı göster

Cevap: Deploy an in-band Network Intrusion Prevention System (NIPS) using signature-based detection paired with a hardware fail-open bypass switch.

Cevap

The optimal solution is to deploy an in-band Network Intrusion Prevention System (NIPS) using signature-based detection combined with a hardware fail-open bypass switch.
An in-band (inline) Network Intrusion Prevention System (NIPS) sits directly in the data communication path, giving it the ability to inspect and drop malicious packets before they reach destination targets. Signature-based detection allows immediate identification of established exploit patterns with high accuracy. Adding a hardware bypass switch ensures high availability by allowing traffic to flow unhindered (fail-open) if the inline device encounters engine or hardware failure.

Adım Adım Çözüm

1
Analyze placement requirements for active real-time traffic remediation.
Real-time blocking requires an in-band (inline) NIPS so packets traverse the security engine directly before reaching the destination.
Out-of-band (passive) solutions like SPAN/TAP NIDS receive copied traffic and can only send alerts or TCP resets after traffic has passed.
2
Determine the appropriate detection engine mechanism for known exploit patterns.
Signature-based detection matches specific, known exploit payload strings efficiently and reliably without baseline training periods.
Anomaly-based detection relies on baseline deviations and has higher false-positive rates for established, well-defined exploit signatures.
3
Address high availability and continuous uptime constraints.
A hardware bypass (fail-open) switch ensures that if the NIPS appliance loses power or crashes, inline network connectivity remains open.
Without a fail-open mechanism, an inline NIPS failure would cause a complete network outage (fail-closed).

Anahtar Kavram

NIPS Inline Deployment Topology and High Availability Mechanisms
Soru 744Soru

Match each Intrusion Detection and Prevention System (IDS/IPS) detection logic or deployment mode on the left with its corresponding operational description on the right.

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

Öğeler

Signature-based Detection
Anomaly-based Detection
Inline (In-band) Deployment
Passive (Out-of-band) Deployment

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Signature-based Detection matches known attack pattern databases; Anomaly-based Detection matches baseline deviation monitoring; Inline Deployment actively drops live malicious traffic; Passive Deployment monitors mirrored traffic off the main path via TAP/SPAN ports.
Each concept correctly aligns with its detection logic or placement mode. Signature-based detection checks known threat patterns, anomaly-based detection flags baseline deviations, inline placement allows live packet dropping, and out-of-band placement analyzes mirrored network traffic.

Adım Adım Çözüm

1
Differentiate between detection methods based on how threats are identified.
Signature-based detection relies on static databases of known threat signatures, whereas anomaly-based detection relies on establishing a baseline of normal behavior.
Known attack strings match signature rules, while unexpected traffic variations trigger anomaly alerts.
2
Differentiate between deployment architectures based on network traffic placement.
Inline (in-band) placement sits in line with live traffic to block malicious packets, while passive (out-of-band) placement monitors mirrored traffic streams.
Preventative action requires direct traffic path inspection (inline), while passive monitoring avoids introducing single points of network latency.

Anahtar Kavram

IDS/IPS Detection Mechanisms and Deployment Topologies
Soru 745Soru

A network administrator needs to deploy a security control that inspects live network traffic and actively drops malicious packets in real time before they reach internal network resources. Which of the following devices or deployments best fulfills this requirement?

Cevabı ve açıklamayı göster

Cevap: An inline Network Intrusion Prevention System (NIPS)

Cevap

An inline Network Intrusion Prevention System (NIPS)
An inline Network Intrusion Prevention System (NIPS) is positioned in-band within the network data path. This placement enables it to analyze live network traffic and actively drop or block malicious packets before they arrive at their internal destination.

Adım Adım Çözüm

1
Identify the primary requirement specified in the scenario.
The requirement calls for an active network security device deployed in line to inspect traffic and drop malicious packets in real time.
Understanding whether the system requires active prevention or passive monitoring dictates the architecture needed.
2
Differentiate between Intrusion Detection Systems (IDS) and Intrusion Prevention Systems (IPS).
IPS devices operate inline (in-band) to actively block threats, whereas IDS devices operate out-of-band to passively detect and alert.
Because the goal is to stop malicious packets before they reach destination hosts, an inline NIPS is the correct selection.

Anahtar Kavram

Inline Intrusion Prevention (NIPS) vs. Passive Intrusion Detection (NIDS)
Soru 746Soru

Match each DNS resource record type to its primary technical function within an enterprise network infrastructure.

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

Öğeler

SRV Record
PTR Record
MX Record
TXT Record

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

SRV matches service location and port specification; PTR matches reverse DNS resolution from IP to hostname; MX matches mail server designation for email routing; TXT matches domain verification and security policy storage.
Each DNS record type provides distinct functionality: SRV includes port and protocol service locations; PTR maps IP addresses back to domain names for reverse lookups; MX designates incoming mail servers; and TXT holds descriptive text for domain security authentications like SPF.

Adım Adım Çözüm

1
Identify the primary function of SRV records.
SRV records include port numbers and target hostnames for network services (e.g., SIP, LDAP, Active Directory).
Different services use specific transport ports, which SRV records explicitly declare.
2
Identify the primary function of PTR records.
PTR records reside in reverse lookup zones (in-addr.arpa or ip6.arpa) to resolve IP addresses back to hostnames.
Reverse resolution enables logging, anti-spam validation, and security verification.
3
Identify the primary function of MX records.
MX records specify incoming mail servers along with priority preference numbers.
SMTP routing depends on MX queries to deliver email to the correct destination host.
4
Identify the primary function of TXT records.
TXT records contain text metadata used by email verification systems (SPF, DKIM, DMARC) and domain authorization mechanisms.
Arbitrary text strings allow domain administrators to publish verification tokens without modifying protocol headers.

Anahtar Kavram

DNS Resource Record Functionality and Application
Soru 747Soru

A network engineer is configuring a centralized DHCP server located at 10.200.1.10/2410.200.1.10/24 to issue IPv4 address leases to workstations across remote subnets. The remote site utilizes a Layer 3 router as the default gateway for multiple local networks, including VLAN 15 (10.15.0.0/2410.15.0.0/24). Workstations connected to VLAN 15 are failing to receive IP addresses and are instead generating APIPA addresses. Packet captures indicate that client DHCP DISCOVER broadcast messages from VLAN 15 are not reaching the centralized DHCP server across the WAN link. Which configuration modification on the remote router will resolve this connectivity issue?

Cevabı ve açıklamayı göster

Cevap: Configure the helper address command with 10.200.1.1010.200.1.10 specifically on the VLAN 15 interface on the remote router.

Cevap

Configure the helper address command with 10.200.1.1010.200.1.10 specifically on the VLAN 15 interface on the remote router.
Configuring the IP helper address on the client-facing gateway interface allows the router to receive local broadcast DHCP DISCOVER messages from VLAN 15 hosts. The router converts these broadcasts into unicast UDP packets directed to the central DHCP server at 10.200.1.1010.200.1.10, adding the router's interface IP to the GIADDR field so the server allocates an IP from the correct 10.15.0.0/2410.15.0.0/24 pool.

Adım Adım Çözüm

1
Analyze client traffic flow and broadcast boundary behavior.
Workstations on VLAN 15 issue Layer 2 and Layer 3 local broadcasts (UDP port 67) during the DHCP DISCOVER phase, which routers drop at the subnet boundary by default.
Centralized DHCP servers residing across Layer 3 boundaries cannot receive un-relayed broadcast traffic.
2
Determine the proper relay placement and operation.
The DHCP Relay Agent (IP helper address) must be enabled on the client-facing gateway interface (VLAN 15 SVI or subinterface).
This enables the router to listen for incoming client broadcasts on that specific segment, convert the broadcast into a unicast frame addressed to 10.200.1.1010.200.1.10, and populate the GIADDR header field with 10.15.0.110.15.0.1 so the server selects the correct scope.

Anahtar Kavram

DHCP Relay Agent and IP Helper Placement
Tahmini Süre:1m 30s
Soru 748Soru

A network technician is configuring Virtual Router Redundancy Protocol (VRRP) across two enterprise routers to provide default gateway fault tolerance for a local subnet. Which IP address must be configured as the default gateway on host computers to ensure uninterrupted network access during a gateway failure?

Cevabı ve açıklamayı göster

Cevap: The virtual IP address shared by the VRRP group

Cevap

The virtual IP address shared by the VRRP group must be configured as the default gateway on host computers.
First Hop Redundancy Protocols (FHRPs) like VRRP provide gateway redundancy by creating a virtual router with a shared Virtual IP (VIP) address. Host workstations configured to use this VIP send traffic to whichever physical router is actively serving as the master, ensuring continuous connectivity if one router fails.

Adım Adım Çözüm

1
Identify the purpose of First Hop Redundancy Protocols (FHRP) such as VRRP.
VRRP creates a single logical virtual router out of multiple physical routers.
End devices require a consistent IP address for their default gateway setting regardless of which physical router is actively forwarding packets.
2
Determine the proper default gateway setting for host devices.
Hosts must point to the Virtual IP (VIP) address managed by the VRRP group.
When the active router fails, the standby router assumes ownership of the VIP, keeping default gateway traffic flowing without host reconfiguration.

Anahtar Kavram

First Hop Redundancy Protocols (FHRP) Virtual IP Configuration
Tahmini Süre:45s
Soru 749Soru

An organization deploys two edge routers in a First Hop Redundancy Protocol (FHRP) group using HSRP to provide default gateway redundancy for an internal server VLAN. During a scheduled firmware upgrade, the primary active router is rebooted. Network logs confirm that the secondary router successfully transitions from standby to active state and assumes ownership of the virtual MAC address. However, all servers on the LAN immediately lose connection to external networks and fail to route outbound traffic until the primary router finishes rebooting. Which of the following is the most likely cause of this failure?

Cevabı ve açıklamayı göster

Cevap: The servers were statically configured with the physical interface IP address of the primary router as their default gateway rather than the virtual IP address.

Cevap

The host servers were statically configured using the physical interface IP address of the primary router as their default gateway instead of the HSRP virtual IP address.
For First Hop Redundancy Protocols (such as HSRP or VRRP) to provide seamless gateway failover, all host endpoints must configure the shared Virtual IP (VIP) address as their default gateway. If hosts are incorrectly configured with the physical IP address of a single router, their traffic is directed exclusively to that hardware unit and fails when the device shuts down, regardless of standby router availability.

Adım Adım Çözüm

1
Analyze the observed network symptom
HSRP standby router successfully transitions to active state and claims the virtual IP/MAC, but host devices fail to communicate externally.
This indicates that HSRP itself is operating correctly, but client traffic is not hitting the virtual gateway interface.
2
Evaluate host network configurations
Hosts configured with a physical IP address depend entirely on that specific hardware interface remaining online.
FHRP protocols require end devices to send default gateway traffic to the virtual IP (VIP) so that active role transitions transparently reroute client frames.
3
Confirm the root cause
Static point-to-point pointing to the physical IP bypasses redundancy mechanisms, causing full traffic loss when that specific device reboots.
Correcting the host default gateway setting to the FHRP VIP ensures seamless stateful/stateless failover.

Anahtar Kavram

First Hop Redundancy Protocol Virtual IP Configuration
Soru 750Soru

An enterprise network deployment utilizes two Layer 3 switches, Switch-A and Switch-B, configured with VRRP to provide default gateway redundancy for VLAN 20 (10.20.0.0/2410.20.0.0/24). Switch-A is configured with physical interface IP 10.20.0.2/2410.20.0.2/24 and a VRRP priority of 110. Switch-B is configured with physical interface IP 10.20.0.3/2410.20.0.3/24 and a VRRP priority of 100. The configured VRRP Virtual IP (VIP) is 10.20.0.1/2410.20.0.1/24. During an operational audit, it is discovered that half of the host workstations on VLAN 20 were manually configured with a static default gateway of 10.20.0.210.20.0.2, while the other half use the VIP 10.20.0.110.20.0.1. If Switch-A suddenly suffers a complete power loss, which of the following best describes the resulting traffic routing behavior for hosts on VLAN 20?

Cevabı ve açıklamayı göster

Cevap: Hosts configured with the gateway address 10.20.0.110.20.0.1 will maintain external connectivity as Switch-B transitions to the VRRP Master role, whereas hosts configured with gateway address 10.20.0.210.20.0.2 will lose all external connectivity.

Cevap

Hosts using the virtual IP address 10.20.0.1 will maintain continuous connectivity because the backup router automatically assumes the Master state for the VIP. Hosts statically configured with the physical IP 10.20.0.2 of the failed active router will lose external reachability.
In First Hop Redundancy Protocols (FHRP) such as VRRP, high availability is achieved by assigning host devices the shared Virtual IP (VIP) address as their default gateway. When the active Master router (Switch-A) fails, the Backup router (Switch-B) detects the missing advertisement frames and seamlessly assumes ownership of the VIP (10.20.0.110.20.0.1). Consequently, all hosts pointing to 10.20.0.110.20.0.1 experience minimal disruption. However, hosts misconfigured to use Switch-A's physical interface IP (10.20.0.210.20.0.2) experience total loss of external connectivity because Switch-B never adopts Switch-A's physical IP address.

Adım Adım Çözüm

1
Analyze VRRP Master/Backup state transitions upon hardware failure.
Switch-A (Priority 110, Master) fails and stops sending VRRP advertisements. Switch-B (Priority 100, Backup) misses advertisements beyond the Master_Down_Interval and transitions to Master state, taking ownership of the Virtual IP 10.20.0.1 and Virtual MAC address.
VRRP provides automated gateway failover by shifting the VIP ownership to the surviving node.
2
Evaluate host connectivity for clients using the Virtual IP 10.20.0.1.
Traffic sent to 10.20.0.1 is routed through Switch-B without requiring any host-side changes.
Hosts send packets to the virtual gateway address, which is now actively serviced by Switch-B.
3
Evaluate host connectivity for clients misconfigured with Switch-A's physical IP 10.20.0.2.
Traffic directed to 10.20.0.2 receives no ARP responses or Layer 3 processing, causing complete gateway unreachability.
Switch-B only assumes the VIP (10.20.0.1) during failover and does not take over Switch-A's unique physical IP address (10.20.0.2).

Anahtar Kavram

FHRP Virtual IP vs Physical Interface Addressing
Tahmini Süre:3m 0s
Soru 751Soru

A senior network operations engineer must deploy a critical vendor-issued firmware security patch to an active/passive high-availability pair of core enterprise switches. The patch addresses an unauthenticated remote code execution vulnerability but requires a complete system reboot of each appliance. To maintain zero unmanaged downtime, protect configuration state, and adhere to strict enterprise patch management procedures, which of the following operational workflows should the engineer execute?

Cevabı ve açıklamayı göster

Cevap: Submit a change request to the Change Advisory Board (CAB), perform configuration and baseline state backups, validate the firmware update in a non-production staging environment, schedule a maintenance window, execute a rolling upgrade beginning with the standby switch, and verify redundancy prior to updating the active switch.

Cevap

The correct workflow requires securing Change Advisory Board authorization, backing up the current baseline configuration, testing the patch in a non-production lab environment, scheduling an approved maintenance window, and performing a rolling upgrade starting with the standby switch before updating the active node.
The standard patch management lifecycle for high-availability enterprise environments requires change management authorization, configuration state backup, staging environment verification, scheduled maintenance windows, and a staged rolling update starting with non-active nodes to guarantee continuous availability and rapid recovery capabilities.

Adım Adım Çözüm

1
Initiate governance and backup procedures
Change request approval is granted by the Change Advisory Board and current configuration/state backups are secured.
Governance ensures organizational awareness while backups provide a rollback baseline in case of patch failure.
2
Staging and sandbox testing
The firmware patch is applied in an isolated non-production environment.
Lab testing identifies unexpected bugs, protocol instability, or dependency breakages before impacting production traffic.
3
Execute rolling deployment during an authorized maintenance window
The passive/standby switch is updated and rebooted first while the active switch continues forwarding production traffic.
Updating the secondary node first maintains continuous uptime across the high-availability pair and validates patch stability.
4
Failover validation and primary switch update
Traffic is gracefully failed over to the updated secondary switch, after which the primary switch is patched and updated.
Ensures that both devices are successfully updated with verified failover readiness and no loss of operational integrity.

Anahtar Kavram

Enterprise Patch Management Lifecycle and High-Availability Maintenance
Tahmini Süre:2m 0s
Soru 752Soru

Which default transport protocol and port pair does standard, unencrypted Syslog use to forward log messages to a centralized logging server?

Cevabı ve açıklamayı göster

Cevap: UDP port 514

Cevap

UDP port 514 is the standard protocol and port combination for unencrypted Syslog messaging.
Standard, unencrypted Syslog operates over UDP port 514. It is widely supported across network devices like switches, routers, and firewalls for low-overhead logging.

Adım Adım Çözüm

1
Identify the logging protocol specified in the question.
The target protocol is standard unencrypted Syslog.
Different network logging standards use different default transport layers and port numbers.
2
Recall the standard transport layer and assigned port for traditional unencrypted Syslog.
Standard Syslog relies on UDP at port 514 for message transmission.
UDP 514 provides lightweight, low-overhead event logging from network devices to a Syslog collector.

Anahtar Kavram

Standard Syslog Protocol and Port Assignment
Tahmini Süre:45s
Soru 753Soru

A network administrator configures Hot Standby Router Protocol (HSRP) across two core routers to provide default gateway redundancy for a critical server VLAN. During a scheduled maintenance test, the active router is powered down. Logs confirm that the standby router successfully transitions to the active state. However, servers on the VLAN immediately lose external network reachability. Upon reviewing network settings, the administrator discovers a configuration error on the servers. Which of the following is the most likely cause of this connectivity loss?

Cevabı ve açıklamayı göster

Cevap: The servers were configured with the physical IP address of the primary router as their default gateway instead of the HSRP virtual IP address.

Cevap

The servers were configured with the physical IP address of the primary router as their default gateway instead of the HSRP virtual IP address.
For First Hop Redundancy Protocols like HSRP or VRRP to provide seamless gateway failover, all host devices on the subnet must use the shared virtual IP (VIP) address as their default gateway. When the primary router fails, the standby router assumes ownership of the VIP and handles incoming traffic using the shared virtual MAC address. If hosts are incorrectly configured with the physical interface IP of the primary router, their traffic continues to target the powered-down router, resulting in connectivity loss.

Adım Adım Çözüm

1
Analyze HSRP operational behavior during failover
The standby router successfully becomes active and takes ownership of the shared Virtual IP (VIP) and virtual MAC address.
HSRP provides gateway redundancy by allowing multiple physical routers to share a single virtual gateway identity.
2
Evaluate client host configuration requirements for FHRP
Hosts must target the shared Virtual IP address as their default gateway.
If hosts are statically configured with a router's physical interface IP address, their packets continue targeting the offline physical hardware after failover, causing complete connection failure.

Anahtar Kavram

FHRP Virtual IP Configuration for Host Default Gateways
Soru 754Soru

Match each network high-availability technology or protocol to its primary operational role and implementation context.

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

Öğeler

Link Aggregation Control Protocol (LACP)
Virtual Router Redundancy Protocol (VRRP)
Common Address Redundancy Protocol (CARP)
Multipath I/O (MPIO)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Link Aggregation Control Protocol (LACP) matches with bundling multiple physical switch ports into a single logical trunk; Virtual Router Redundancy Protocol (VRRP) matches with an open-standard FHRP sharing a Virtual IP for gateway redundancy; Common Address Redundancy Protocol (CARP) matches with a BSD-derived protocol sharing IP addresses across firewall nodes; Multipath I/O (MPIO) matches with configuring multiple physical paths between host HBAs and SAN storage.
Each technology targets a distinct layer of redundancy: LACP handles Layer 2 physical interface aggregation, VRRP provides open-standard default gateway router IP redundancy, CARP provides BSD-based stateful firewall interface failover, and MPIO handles host-to-SAN storage controller path failover.

Adım Adım Çözüm

1
Analyze Layer 2 interface aggregation protocols.
LACP dynamically binds multiple physical Ethernet links between network devices into a single logical aggregation group.
This provides link-level redundancy and load balancing without creating STP loops.
2
Differentiate default gateway high availability protocols (FHRPs).
VRRP is the standard open FHRP for Layer 3 gateway redundancy, whereas CARP is a BSD-specific alternative used primarily for redundant security appliances.
Both prevent host disconnection when an active gateway fails by abstracting physical interface IPs behind a shared Virtual IP (VIP).
3
Identify storage path redundancy frameworks.
MPIO operates at the OS/storage stack level to route I/O traffic across redundant host-to-SAN cable paths.
It handles path failure, load balancing, and failover across host bus adapters (HBAs) and SAN switches.

Anahtar Kavram

High Availability and Redundancy Concepts
Soru 755Soru

In an enterprise high-availability network architecture, various redundancy protocols and features operate across different operational layers to maintain network uptime and traffic continuity. Match each network redundancy technology to its primary operational characteristic.

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

Öğeler

Link Aggregation Control Protocol (LACP)
Virtual Router Redundancy Protocol (VRRP)
Bidirectional Forwarding Detection (BFD)
Stateful Session Synchronization

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Link Aggregation Control Protocol (LACP) matches bundling multiple physical interfaces using control protocol data units. Virtual Router Redundancy Protocol (VRRP) matches providing open-standard Layer 3 gateway redundancy via a shared Virtual IP. Bidirectional Forwarding Detection (BFD) matches sub-second path failure detection independent of routing protocols. Stateful Session Synchronization matches mirroring active state tables to a standby node to preserve existing connections.
Each technology satisfies a specific domain within high-availability design: LACP provides multi-link trunking and physical port fault tolerance at Layer 2; VRRP provides open-standard default gateway redundancy at Layer 3; BFD offers sub-second failure detection across forwarding paths; and Stateful Session Synchronization guarantees seamless failover for established transport and application connections.

Adım Adım Çözüm

1
Analyze Link Aggregation Control Protocol (LACP)
Identify LACP as the standard protocol for negotiating link aggregation across physical switch ports into a unified logical link.
LACP operates at Layer 2 to aggregate bandwidth and provide link failure resilience.
2
Analyze Virtual Router Redundancy Protocol (VRRP)
Identify VRRP as an open-standard Layer 3 protocol that coordinates default gateway redundancy using a master router and virtual IP.
VRRP eliminates single points of failure for client default gateways across a subnet.
3
Analyze Bidirectional Forwarding Detection (BFD)
Identify BFD as a high-speed microsecond/millisecond failure detection protocol.
Standard routing protocol keepalives take seconds to converge, whereas BFD quickly notifies routing processes of physical or transport link disruptions.
4
Analyze Stateful Session Synchronization
Identify session synchronization as the mechanism that shares firewall state tables and active session data between HA pairs.
Without state synchronization (stateless failover), active TCP connections and VPN tunnels reset when a failover occurs.

Anahtar Kavram

High Availability and Redundancy Mechanisms Across Network Layers
Soru 756Soru

A network technician is configuring centralized authentication for a remote access VPN solution. The organization's security guidelines mandate using an open-standard protocol that encrypts only the password attribute inside access-request packets, leaving the remaining header information unencrypted. Which authentication protocol meets these specific requirements?

Cevabı ve açıklamayı göster

Cevap: RADIUS

Cevap

RADIUS is the open-standard AAA protocol that encrypts only the password within access packets.
Remote Authentication Dial-In User Service (RADIUS) is an open-standard AAA protocol commonly deployed for network access such as VPN connections and 802.1X. A defining operational characteristic of RADIUS is that it encrypts only the user password field in the Access-Request packet, leaving other information like the username visible in plaintext.

Adım Adım Çözüm

1
Analyze the operational requirements provided in the scenario.
The requirement calls for an open-standard AAA protocol where encryption is limited strictly to the password attribute within access request packets.
Different AAA protocols apply distinct encryption boundaries to packet payloads.
2
Compare the encryption behaviors of network authentication protocols.
RADIUS encrypts only the user password field using MD5 while leaving the username and remaining header unencrypted. TACACS+ encrypts the entire payload body.
Identifying payload encryption boundaries distinguishes RADIUS from alternative AAA protocols.

Anahtar Kavram

RADIUS Payload Encryption Characteristics
Soru 757Soru

During an automated maintenance window, a network operations team deploys a critical microcode update across a fleet of edge routers. Post-installation telemetry reveals that several legacy branch routers failed the integrity check, halted the boot process, and defaulted to an unconfigured secondary image partition. Which of the following operational procedures should the lead engineer execute first to resolve the condition while strictly adhering to patch management and recovery protocols?

Cevabı ve açıklamayı göster

Cevap: Execute the documented rollback plan to restore devices to the verified operational baseline from out-of-band media before analyzing the failure in an isolated staging environment.

Cevap

The lead engineer should execute the documented rollback plan to restore devices to the verified operational baseline from out-of-band media before analyzing the failure in an isolated staging environment.
The correct response highlights the fundamental rule of network maintenance: if a software update causes device failure or boots into an unconfigured state, the operator must immediately trigger the predefined rollback procedure to restore operational stability before conducting offline investigation.

Adım Adım Çözüm

1
Identify the immediate operational risk caused by the failed microcode patch deployment.
Branch routers are in an unconfigured, unstable state following a failed integrity check during maintenance.
Production uptime and business continuity mandate minimizing downtime during failed update procedures.
2
Invoke the predefined recovery/rollback protocol established during the change management approval phase.
Devices are reverted to a known operational baseline using secure, out-of-band recovery media.
Rollback plans ensure a predictable recovery path without making speculative changes to live devices.
3
Isolate the failed patch package and hardware profile for root-cause testing in a lab setting.
The exact cause of the legacy router firmware failure is determined without risking production stability.
Preventive problem management requires validating patches in non-production environments prior to re-attempting deployment.

Anahtar Kavram

Software Maintenance, Patch Rollback Procedures, and Recovery Protocols
Soru 758Soru

A network security administrator is reviewing different deployment architectures and detection logic for intrusion monitoring. Match each intrusion detection or prevention mechanism on the left with its corresponding operational description on the right.

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

Öğeler

Passive Signature-Based NIDS
Anomaly-Based NIDS
Inline NIPS
Host-Based IPS (HIPS)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Passive Signature-Based NIDS matches with inspecting mirrored traffic against known exploit definitions without latency; Anomaly-Based NIDS matches with comparing SPAN/TAP traffic against a baseline of normal behavior; Inline NIPS matches with sitting in-band to actively drop malicious packets; Host-Based IPS matches with monitoring local system calls and file integrity on an endpoint to block unauthorized actions.
Each mechanism is correctly paired based on its operational scope: Passive Signature-Based NIDS uses out-of-band traffic streams to match known signatures without introducing network latency; Anomaly-Based NIDS monitors SPAN/TAP traffic for statistical deviations from normal activity baselines; Inline NIPS sits directly in-band to drop malicious packets in real time; Host-Based IPS runs on individual endpoints to protect system files and local processes.

Adım Adım Çözüm

1
Differentiate between Network-Based (NIDS/NIPS) and Host-Based (HIDS/HIPS) deployment locations.
Identified that HIPS operates directly on the endpoint/host inspecting local system calls and files.
Host-based security controls focus on internal operating system calls and host files rather than wire traffic.
2
Differentiate between inline (in-band) and passive (out-of-band) network placement.
Inline NIPS sits in the data path to actively block/drop packets, whereas passive NIDS relies on mirrored traffic (SPAN/TAP) and generates alerts.
Active packet dropping requires in-band processing, while passive inspection avoids adding latency.
3
Distinguish between signature-based and anomaly-based detection mechanisms.
Signature-based detection compares traffic to fixed definitions of known threats, while anomaly-based detection flags statistical deviations from an established baseline of normal behavior.
Baseline comparisons indicate behavior/anomaly detection, whereas pattern matching indicates signature detection.

Anahtar Kavram

Intrusion Detection and Prevention Systems (IDS/IPS) architecture, placement, and detection logic.
Soru 759Soru

A senior network infrastructure auditor is evaluating enterprise operational readiness across a hybrid data center environment. Match each specific network documentation artifact with the primary operational scenario where its specialized data is required to resolve the issue.

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

Öğeler

Logical Network Topology Diagram with IPAM Metadata
Physical Rack Elevation Diagram with PDU Phase Load Mapping
Change Management Log with Configuration Item (CI) Traceability
Fiber Cable Run Schedule with OTDR Loss Baseline & Splice Matrix

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Logical Topology with IPAM corresponds to tracing VRF routing anomalies and subnet boundaries; Physical Rack Elevation with PDU Phase Mapping corresponds to remediating circuit breaker trips and thermal hotspots; Change Management Log with CI Traceability corresponds to identifying root causes of unannounced outages from unauthorized modifications; Fiber Cable Run Schedule with OTDR Baseline corresponds to diagnosing fiber link degradation and optical attenuation.
Each documentation type addresses a distinct OSI/operational layer: Logical diagrams with IPAM map IP addressing, VLANs, and VRFs (Layer 2/3 flow); Rack elevations with PDU mapping document cabinet rack units, power distribution, and heat loads; Change management logs document system modification histories and configuration items; Fiber run schedules with OTDR metrics provide physical strand-level optical performance baselines.

Adım Adım Çözüm

1
Analyze logical network requirements
Correlate IP address allocation, VLAN tags, and VRF routing boundaries with Logical Network Topology diagrams integrated with IPAM metadata.
Logical diagrams represent software-defined and layer 3 boundaries regardless of physical rack placement.
2
Evaluate power and physical space requirements
Connect rack elevation diagrams with PDU phase load balancing to power overload and thermal distribution issues.
Rack elevations map physical U space and power circuit feeds per enclosure.
3
Assess operational tracking and configuration governance
Match unauthorized changes causing outages to Change Management Logs with CI traceability.
Audit trails and CI history explicitly document who modified configuration items and when.
4
Examine physical layer fiber optics diagnostics
Match fiber loss budget and attenuation troubleshooting to OTDR baseline data in Fiber Cable Run Schedules.
OTDR measurements document decibel loss and reflection distances along physical glass strands.

Anahtar Kavram

Network Documentation Artifact Types and Operational Use Cases
Soru 760Soru

An enterprise network engineer is auditing centralized management protocols and event notification mechanisms across core infrastructure switches. Match each network logging or management protocol configuration on the left with its correct operational or security characteristic on the right.

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

Öğeler

Syslog Severity Level 2 (Critical)
SNMPv3 authNoPriv
NetFlow v9 / IPFIX
Syslog over TLS (TCP 6514)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Syslog Severity Level 2 (Critical) matches with indicating severe device conditions requiring immediate attention. SNMPv3 authNoPriv matches with providing HMAC-based authentication without payload encryption. NetFlow v9 / IPFIX matches with providing statistical traffic flow metadata. Syslog over TLS (TCP 6514) matches with establishing a connection-oriented, cryptographically secured transport channel.
Each protocol or standard is correctly matched based on its core technical functionality: Syslog Level 2 represents Critical alerts; SNMPv3 authNoPriv authenticates users without encrypting traffic; NetFlow/IPFIX exports flow statistics rather than log strings; and Syslog over TLS utilizes TCP port 6514 for secure, reliable event transport.

Adım Adım Çözüm

1
Analyze Syslog severity levels and transport security protocols.
Identify that Syslog severity level 2 represents 'Critical' error states. Syslog over TLS (RFC 5425) operates on TCP port 6514 to provide encryption and reliable delivery.
Standard Syslog ranges from 0 (Emergency) to 7 (Debug), where Level 2 is Critical. TCP 6514 is the standard secure port for TLS-encrypted log shipping.
2
Evaluate SNMPv3 security levels.
Map authNoPriv to authentication via hashing (HMAC-SHA/MD5) without encryption (privacy/DES/AES).
SNMPv3 supports noAuthNoPriv (no security), authNoPriv (authentication only), and authPriv (authentication and encryption).
3
Distinguish flow collection technologies from system log mechanisms.
Associate NetFlow v9 / IPFIX with IP flow export data rather than event log strings.
NetFlow tracks traffic statistics across interfaces (5-tuple metadata) whereas Syslog records system status, auditing, and error events.

Anahtar Kavram

Network Logging and Auditing Mechanisms (Syslog, SNMPv3, NetFlow)
ÖncekiSayfa 38 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin