Tüm alıştırma soruları

2237 soru

Soru 1001Soru

A network security architect at a high-security research institution is deploying a new wireless network to comply with National Security Agency (NSA) Commercial National Security Algorithm (CNSA) Suite standards. The compliance mandate specifies that all wireless communications must use 192-bit cryptographic strength for both data confidentiality and integrity, paired with centralized identity management. Which configuration combination on the wireless LAN controller (WLC) and authentication server satisfies all aspects of this security mandate?

Cevabı ve açıklamayı göster

Cevap: WPA3-Enterprise 192-bit Mode using GCMP-256 encryption cipher and 802.1X RADIUS authentication with EAP-TLS

Cevap

WPA3-Enterprise 192-bit Mode using GCMP-256 encryption cipher and 802.1X RADIUS authentication with EAP-TLS is the correct configuration.
WPA3-Enterprise 192-bit Mode is specifically designed for high-security enterprise environments (such as government, financial, and military networks) adhering to the NSA's CNSA Suite. It requires 256-bit Galois/Counter Mode Protocol (GCMP-256) for data encryption, GMAC-256 for Protected Management Frames, 384-bit Elliptic Curve Diffie-Hellman (ECDHE) key exchange, and 802.1X RADIUS authentication using EAP-TLS with digital certificates.

Adım Adım Çözüm

1
Analyze compliance requirements
Identified the need for 192-bit CNSA Suite cryptographic security (high security / government level) and centralized identity management.
CNSA Suite compliance mandates 192-bit security strength for symmetric ciphers, key exchange, and digital signatures.
2
Evaluate wireless standard and encryption cipher selection
WPA3-Enterprise 192-bit Mode utilizes 256-bit Galois/Counter Mode Protocol (GCMP-256) for data frames and Broadcast/Multicast Integrity Protocol 256-bit (BIP-GMAC-256) for Protected Management Frames (PMF).
Standard WPA2/WPA3 AES-CCMP-128 or WPA3-Personal does not satisfy 192-bit CNSA Suite requirements.
3
Evaluate authentication protocol and server selection
802.1X enterprise authentication utilizing RADIUS with EAP-TLS provides individual user credentialing backed by PKI certificates, satisfying 192-bit security requirements.
TACACS+ is an administrative protocol, while WPA3-Personal SAE relies on pre-shared passphrases without RADIUS user account integration.

Anahtar Kavram

WPA3-Enterprise 192-bit Security Mode and CNSA Suite Compliance
Soru 1002Soru

Match each intrusion detection or prevention system (IDS/IPS) architecture and mechanism on the left to its corresponding operational scenario on the right.

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

Öğeler

Host-Based Intrusion Prevention System (HIPS)
Inline Network Intrusion Prevention System (NIPS)
Passive Network Intrusion Detection System (NIDS)
Behavioral/Anomaly-Based Detection Engine

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Host-Based IPS matches local system call and memory monitoring; Inline NIPS matches active stream blocking in the live traffic path; Passive NIDS matches out-of-band traffic monitoring via TAP/SPAN; Behavioral/Anomaly-Based Engine matches flagging statistical baseline departures for zero-day threats.
Each deployment model corresponds to a specific functional capability based on system placement (host vs. network), traffic path integration (in-band vs. out-of-band), and detection logic (signature vs. anomaly).

Adım Adım Çözüm

1
Differentiate host-based positioning from network-based positioning.
Host-based solutions inspect system calls, local files, and memory spaces on individual servers, whereas network-based solutions inspect transit traffic across network links.
Location determines whether the security control monitors OS-level events or raw packet payloads.
2
Differentiate inline active prevention from out-of-band passive detection.
Inline positioning enables real-time packet drops and session termination, while passive out-of-band monitoring analyzes copied traffic streams without causing latency.
In-band interfaces can actively block threats on live links, whereas TAP/SPAN ports receive secondary feeds suitable for auditing and alerting.
3
Distinguish signature-based rules from anomaly/behavioral analysis.
Behavioral detection uses baseline profiles to catch zero-day activity, whereas signature detection matches traffic against static known attack patterns.
Unknown threats lack existing signature rules, requiring baseline deviation tracking for effective identification.

Anahtar Kavram

Intrusion Detection and Prevention System (IDS/IPS) Deployment Models and Detection Mechanisms
Tahmini Süre:1m 30s
Soru 1003Soru

A network administrator is deploying a wireless network for an enterprise office. Management requires each employee to authenticate individually using their corporate domain credentials via an IEEE 802.1X RADIUS server, rather than relying on a shared passphrase. Which wireless security mode should the administrator configure?

Cevabı ve açıklamayı göster

Cevap: WPA3-Enterprise

Cevap

WPA3-Enterprise
WPA3-Enterprise is designed specifically for corporate environments that require individual authentication using the IEEE 802.1X framework connected to a central RADIUS or AAA server.

Adım Adım Çözüm

1
Identify authentication requirement
The requirement specifies individual user credential authentication backed by an 802.1X RADIUS server.
Enterprise security environments mandate centralized user management rather than pre-shared keys.
2
Map authentication framework to WPA3 modes
WPA3-Enterprise provides 802.1X EAP-based authentication framework integration.
WPA3-Personal (and PSK/SAE) is intended for home/small office setups using a single shared passphrase.

Anahtar Kavram

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

An enterprise organization plans to modify the BGP configuration across its global WAN edge routers to convert a full-mesh IBGP topology into a route reflector architecture. During the formal Change Advisory Board (CAB) review, the network lead submits a Request for Change (RFC) containing maintenance window schedules, sandbox testing logs, and step-by-step implementation scripts. However, the CAB refuses approval, noting that the document fails to define measurable criteria for identifying an unsuccessful deployment or explicit instructions for returning the network to a functional baseline if unpredicted routing loops occur. Which of the following elements must be added to the RFC to satisfy the CAB requirement for change authorization?

Cevabı ve açıklamayı göster

Cevap: A detailed rollback plan specifying explicit technical thresholds and triggers for aborting the implementation and restoring previous configuration states

Cevap

A detailed rollback plan specifying explicit technical thresholds and triggers for aborting the implementation and restoring previous configuration states must be added to the RFC.
The correct answer identifies the missing rollback (backout) plan, which must detail the exact sequence of commands to revert configuration changes as well as predefined, measurable metrics (such as routing table instability, latency spikes, or packet loss thresholds) that mandate aborting the deployment.

Adım Adım Çözüm

1
Analyze the CAB's objection in the scenario.
Identified that the RFC lacks defined failure conditions, quantitative rollback triggers, and specific steps to revert to the baseline state.
CAB approval requires risk mitigation documentation explaining how and when a change will be backed out if it causes network instability.
2
Evaluate standard Request for Change (RFC) mandatory components for enterprise network changes.
A rollback (backout) plan with explicit trigger metrics is required before high-risk routing topology changes are authorized.
Without predefined threshold triggers (e.g., packet loss exceeding 1%, BGP convergence timeout), maintenance teams may delay backing out, prolonging outages.
3
Select the option that directly addresses the missing RFC requirement.
The requirement for explicit technical thresholds and backout instructions directly matches the CAB's demand.
This provides a clear operational safety net for the maintenance window.

Anahtar Kavram

Rollback Plan and Trigger Criteria in Change Management
Tahmini Süre:2m 0s
Soru 1005Soru

A senior infrastructure engineer is defining the emergency recovery protocol for an enterprise network orchestrator host. The host's backup policy mandates a full system backup executed every Sunday at 01:00, daily incremental backups created Monday through Friday at 22:00, and hourly configuration state exports taken at the top of every hour. An unrecoverable storage array crash corrupts the primary orchestrator host on Thursday at 14:15. Which of the following backup restoration sequences must be executed to restore the orchestrator to its most recent operational state prior to the failure while preserving data integrity?

Cevabı ve açıklamayı göster

Cevap: Restore the Sunday full backup, sequentially restore the Monday, Tuesday, and Wednesday incremental backups, and then apply all hourly state exports captured on Thursday up to 14:00.

Cevap

The correct restoration sequence requires restoring the Sunday full backup, followed sequentially by the Monday, Tuesday, and Wednesday incremental backups, and finally applying all hourly state exports recorded on Thursday prior to the outage at 14:15.
An incremental backup set records only the data modified since the previous backup event (whether full or incremental). To achieve a complete point-in-time recovery, the administrator must first restore the baseline full backup (Sunday), followed by each daily incremental backup in chronological order (Monday, Tuesday, Wednesday), and finally apply point-in-time state exports (Thursday hourly exports up to 14:00).

Adım Adım Çözüm

1
Identify the backup strategy type and baseline.
The backup baseline is the Sunday 01:00 full system backup.
All recovery procedures using full and incremental media must start with the most recent full system backup.
2
Determine the required incremental backup media sequence.
Incremental backups capture changes relative to the preceding backup (full or incremental). Therefore, Monday, Tuesday, and Wednesday incrementals must be restored sequentially.
Unlike differential backups (which accumulate changes since the full backup), incremental backups only contain changes since the immediately preceding incremental backup.
3
Identify point-in-time state exports up to the failure time.
Apply all hourly configuration exports from Thursday (01:00 through 14:00).
The failure occurred at 14:15, so the 14:00 export is the last valid point-in-time state snapshot prior to the crash.

Anahtar Kavram

Incremental Backup Recovery Chain
Soru 1006Soru

A network technician applies an Access Control List (ACL) to a router interface containing a single entry that permits outbound HTTP traffic from an internal subnet. Immediately after applying the rule, users report that all non-HTTP network traffic originating from that subnet is blocked. Which fundamental ACL rule mechanism causes traffic not explicitly allowed to be dropped automatically?

Cevabı ve açıklamayı göster

Cevap: The implicit deny statement located at the end of the ACL

Cevap

The implicit deny statement located at the end of the ACL is responsible for dropping all traffic that is not explicitly permitted.
Access Control Lists operate with a top-down evaluation order ending with an invisible, automatic 'deny all' statement (implicit deny). When an ACL contains only one explicit permit rule (such as allowing HTTP traffic), any traffic that does not match that specific rule falls through to the end and is blocked by default.

Adım Adım Çözüm

1
Analyze how Access Control Lists evaluate traffic against configured rules.
ACLs process packets top-down sequentially until a match is found.
If a packet matches a rule's criteria (such as source IP, destination IP, or port), the specified action (permit or deny) is executed immediately.
2
Identify default behavior when no explicit rules match the packet.
The packet falls through to the hidden final entry of the ACL.
All standard and extended ACLs contain an unwritten implicit deny rule (e.g., 'deny ip any any') at the very end of the list.
3
Determine the impact of having only a single permit rule.
Only traffic matching that specific permit rule passes; all other traffic is dropped by the implicit deny.
Because only HTTP traffic matched the sole permit statement, all other protocols hit the implicit deny and were blocked.

Anahtar Kavram

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

An organization is deploying an edge computing cabinet at a remote manufacturing facility that frequently experiences complete primary ISP fiber outages. The network operations team must maintain secure command-line access to core switches for initial boot troubleshooting and possess the ability to hard-reboot frozen hardware remotely without relying on local site staff or the primary WAN link. Which of the following solutions best satisfies both the out-of-band reachability and remote power management requirements?

Cevabı ve açıklamayı göster

Cevap: Deploying a serial console server connected to the network devices' console ports and paired with an external cellular modem, along with a switched Power Distribution Unit (PDU) managed securely via SSH.

Cevap

Deploying a serial console server connected to the network devices' console ports paired with a cellular modem and a switched Power Distribution Unit (PDU) managed via SSH.
The combination of a cellular modem and serial console server creates a dedicated Out-of-Band (OOB) channel independent of the primary ISP link. Coupling this with a switched Power Distribution Unit (PDU) controllable via encrypted SSH enables network administrators to interact with bare-metal console interfaces and execute hard power cycles on unresponsive network hardware during link failures.

Adım Adım Çözüm

1
Identify the primary operational constraint.
The remote site suffers complete primary WAN (fiber) outages and potential OS freezes on network devices.
In-band management paths (such as standard WAN/VLAN IP paths) become unreachable whenever the primary network link or OS network stack goes down.
2
Determine the required Out-of-Band (OOB) architecture.
An independent communication path such as a cellular modem connected to a serial console/terminal server is required.
A console server provides low-level direct serial access to hardware command-line interfaces regardless of network protocol state.
3
Determine the power management mechanism.
A switched Power Distribution Unit (PDU) allows individual power outlets to be rebooted remotely via secure CLI (SSH) or management interfaces.
When a network device experiences a total system lockup, a hard power cycle via a switched PDU is the only remote remediation method.

Anahtar Kavram

Out-of-Band (OOB) Management and Remote Infrastructure Control
Soru 1008Soru

A network administrator configures a pair of core routers using a First Hop Redundancy Protocol (FHRP) to provide seamless default gateway redundancy for a corporate subnet. During a scheduled maintenance test, the primary router is powered off. Although the secondary router successfully transitions to the active state and assumes ownership of the virtual IP and virtual MAC addresses, workstations on the subnet immediately lose outbound network access. Upon auditing host network configurations, the administrator notices that all affected workstations were statically configured. Which of the following is the most likely cause of the connectivity failure during failover?

Cevabı ve açıklamayı göster

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

Cevap

The workstations were configured with the physical IP address of the primary router as their default gateway instead of the FHRP virtual IP address.
First Hop Redundancy Protocols rely on clients directing traffic to a shared Virtual IP (VIP) address. When host devices are incorrectly configured with the primary router's unique physical interface IP address as their default gateway, their traffic bypasses the FHRP virtual abstraction. Consequently, when the primary device fails, client traffic continues sending packets to the dead physical IP, causing complete outbound loss despite the standby router taking over the active virtual role.

Adım Adım Çözüm

1
Analyze the FHRP deployment model and operational mechanics.
FHRP protocols (such as HSRP, VRRP, or CARP) create a single Virtual IP (VIP) and Virtual MAC address shared between redundant routers.
Host endpoints must direct their default gateway traffic to the shared Virtual IP so that failover events are transparent to clients.
2
Evaluate host configuration symptoms against the router state changes.
The secondary router successfully assumed the active role and took over the VIP, yet host connectivity failed.
Because the secondary router took over the VIP properly, any client configured with the VIP would retain outbound access. Clients failing to connect must be targeting a static destination that did not migrate.
3
Identify the root cause of the host failure.
Configuring hosts with the physical IP of the primary router bypasses the virtual gateway mechanism entirely.
When the primary router powers off, its physical IP becomes unreachable, leaving hosts unable to route traffic off the local subnet.

Anahtar Kavram

FHRP Virtual IP vs Physical Interface IP Gateway Configuration
Soru 1009Soru

A network engineer is designing an out-of-band (OOB) management solution for a remote datacenter rack to maintain administrative control during a complete primary network failure. The technical specifications mandate: (1) remote GUI-level visual access to bare-metal server console screens during POST/boot, (2) direct serial CLI management of edge routers and switches, and (3) the capability to remotely power-cycle frozen hardware. Which deployment strategy fulfills all of these requirements while maintaining dedicated OOB access?

Cevabı ve açıklamayı göster

Cevap: Deploy an IP-KVM switch for server console access, a serial console terminal server for network device CLI access, and a smart switched PDU for power cycling, all connected through an auxiliary cellular modem connection.

Cevap

Deploy an IP-KVM switch for server console access, a serial console terminal server for network device CLI access, and a smart switched PDU for power cycling, all connected through an auxiliary cellular modem connection.
The combination of an IP-KVM, serial terminal server, smart switched PDU, and cellular modem provides complete out-of-band (OOB) administrative coverage. IP-KVM captures server video signals before the OS loads, the terminal server provides RS-232 serial console access to routers and switches, the switched PDU allows power cycling of locked devices, and the cellular modem ensures connectivity completely independent of primary network links.

Adım Adım Çözüm

1
Analyze the management access requirements during primary network loss.
Identified three required functions: BIOS/POST GUI server access, router/switch serial CLI access, and remote hard power control, reachable via an independent network path.
In-band solutions (VLANs, primary WAN gateways) become unreachable during a primary network failure.
2
Map hardware appliances to specific out-of-band administration requirements.
IP-KVM satisfies server screen/GUI access; terminal server connects to device serial console ports; switched PDU provides power control per outlet.
Each dedicated device handles a distinct hardware management layer without relying on host operating systems.
3
Evaluate the transmission pathway for out-of-band reachability.
An auxiliary cellular modem provides independent internet access separate from primary fiber/ethernet ISPs.
Out-of-band management requires physical or logical path isolation from the main production data path.

Anahtar Kavram

Out-of-Band (OOB) Remote Management Architecture
Tahmini Süre:2m 0s
Soru 1010Soru

A network engineering team is hardening the remote management architecture for a critical enterprise data center. Security baseline standards require cryptographic protection for all administrative sessions, central AAA authorization for individual CLI commands, and an independent out-of-band (OOB) pathway capable of providing emergency console access if the core routers experience a complete network stack freeze or primary ISP fiber failure. Which of the following mechanisms should the team deploy to satisfy these requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Configure SSH combined with TACACS+ authentication to enforce encrypted command-line management and granular command authorization.; Deploy a terminal server connected via a cellular modem directly to device serial console ports for out-of-band access.

Cevap

The engineering team must deploy SSH integrated with TACACS+ for secure in-band management and a terminal server attached via cellular modem to device serial console ports for out-of-band management.
SSH paired with TACACS+ satisfies security baseline requirements by providing end-to-end transport encryption combined with centralized, granular command-level authorization. A cellular-backed terminal server wired to physical serial console ports creates a robust out-of-band channel that remains reachable even during primary network outages or device IP stack freezes.

Adım Adım Çözüm

1
Analyze security and accessibility requirements
The scenario demands encrypted transport, granular command authorization, and dedicated administrative channels resistant to primary link or device stack failures.
In-band protocols must prevent eavesdropping and unauthorized commands, while out-of-band infrastructure must operate independently of the primary production network path.
2
Evaluate in-band protocol security controls
SSH provides transport-layer encryption, while TACACS+ encrypts the entire payload and supports command-by-command authorization.
Telnet is unencrypted, and SNMPv2c uses cleartext community strings without supporting individual command auditing or session privacy.
3
Evaluate out-of-band physical transport connectivity
Connecting a terminal server to device RS-232 serial console ports with a cellular WAN connection creates an isolated emergency out-of-band pathway.
Serial console access bypasses device network protocol stacks, and cellular modems provide connectivity independent of primary ISP fiber infrastructure.

Anahtar Kavram

Secure In-Band Administration and Out-of-Band (OOB) Infrastructure Isolation
Soru 1011Soru

Following a network resegmentation, a workstation on VLAN 30 (192.168.30.0/24192.168.30.0/24) is unable to communicate with network resources. The workstation's network adapter is set to acquire an IP address automatically. Running `ipconfig /all` on the workstation yields the following output:

IPv4 Address. . . . . . . . . . . . : 169.254.48.19
Subnet Mask . . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . . :
DHCP Server . . . . . . . . . . . . :

The central DHCP server resides on VLAN 10 (192.168.10.15192.168.10.15). The network administrator inspects the router's configuration for the subinterface corresponding to VLAN 30 and notes that the interface is operational with IP 192.168.30.1/24192.168.30.1/24, but no relay commands are present.

Which of the following statements accurately diagnose this issue and identify the necessary corrective action? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: The workstation has self-assigned an APIPA address because its DHCPDISCOVER broadcast failed to receive a DHCPOFFER from the central DHCP server.; An IP helper address pointing to 192.168.10.15 must be configured on the router's VLAN 30 interface to forward DHCP broadcast requests to the central server across subnets.

Cevap

The workstation self-assigned an APIPA address due to an unfulfilled DHCP request, and an IP helper address pointing to 192.168.10.15 must be configured on the router's VLAN 30 interface.
The workstation's assignment of a 169.254.48.19 address confirms APIPA auto-configuration after failing to receive a response to its broadcast DHCPDISCOVER request. Because the DHCP server resides on a different VLAN/subnet (VLAN 10), the router interface for VLAN 30 requires a DHCP relay agent (IP helper address) to convert local broadcasts into unicast traffic directed to 192.168.10.15.

Adım Adım Çözüm

1
Analyze the client IP address from the output snippet.
The IP address 169.254.48.19 falls within the 169.254.0.0/16 range, confirming the client generated an APIPA address after receiving no response to dynamic IP addressing requests.
APIPA is activated automatically by host OSs when DHCP discovery times out.
2
Analyze the network topology and router configuration.
The client is on VLAN 30 (192.168.30.0/24) while the DHCP server is on VLAN 10 (192.168.10.15). Routers do not forward Layer 2 broadcasts between subnets by default.
DHCPDISCOVER packets use broadcast address 255.255.255.255, which is blocked at Layer 3 boundaries.
3
Determine the necessary remediation on the gateway router.
Configure `ip helper-address 192.168.10.15` under the VLAN 30 interface.
The IP helper agent converts broadcast DHCP requests into unicast packets directed to the DHCP server's IP address.

Anahtar Kavram

DHCP Relay and APIPA Troubleshooting
Soru 1012Soru

Employees working in a newly expanded section of an office building report frequent wireless disconnections and degraded network throughput on their laptops connecting via the 2.4 GHz band. A network administrator conducts a site survey and finds that three neighboring access points covering the area are currently configured to use Channels 1, 3, and 5. Which of the following identifies the primary cause of this performance issue and the correct action to resolve it?

Cevabı ve açıklamayı göster

Cevap: Adjacent-channel interference is occurring because Channels 1, 3, and 5 overlap in frequency; reconfigure the access points to non-overlapping Channels 1, 6, and 11.

Cevap

Adjacent-channel interference is occurring because Channels 1, 3, and 5 overlap in frequency; reconfigure the access points to non-overlapping Channels 1, 6, and 11.
In the 2.4 GHz Wi-Fi spectrum, channels have center frequencies separated by 5 MHz, but each channel occupies 20–22 MHz of spectral width. Consequently, channels 1, 3, and 5 partially overlap with one another, causing adjacent-channel interference (ACI) that leads to frame corruption, retransmissions, and latency. The standard mitigation in 2.4 GHz deployments is to assign the three non-overlapping channels: 1, 6, and 11.

Adım Adım Çözüm

1
Analyze the 2.4 GHz channel allocation topology.
The 2.4 GHz band spans 2.400 GHz to 2.4835 GHz with 14 channels spaced 5 MHz apart, but each channel requires 20–22 MHz of channel bandwidth.
Because channel bandwidth exceeds channel spacing, adjacent channels overlap unless separated by at least 25 MHz.
2
Evaluate the current configuration (Channels 1, 3, and 5).
Channels 1, 3, and 5 share overlapping spectrum (e.g., Channel 3 overlaps with both Channel 1 and Channel 5).
This partial overlap prevents 802.11 CSMA/CA clear channel assessment from coordinating transmission timings effectively, resulting in severe adjacent-channel interference (ACI) and corrupted frames.
3
Identify the standard remediation for 2.4 GHz channel planning.
Select non-overlapping channels 1, 6, and 11 for North America/standard deployments.
Channels 1, 6, and 11 provide sufficient frequency separation so that neighboring access points can operate without spectral overlap.

Anahtar Kavram

2.4 GHz Non-Overlapping Channel Selection and Adjacent-Channel Interference (ACI)
Tahmini Süre:1m 30s
Soru 1013Soru

A network technician is investigating severe performance degradation across an enterprise network following an after-hours maintenance window. After reviewing syslog messages and analyzing traffic patterns, the technician suspects that an incorrectly configured Link Aggregation Control Protocol (LACP) bundle on a core switch stack is creating a Layer 2 switching loop. To test this theory, the technician temporarily disables one of the aggregated member interfaces, which instantly drops CPU utilization back to baseline levels and restores network throughput. According to the CompTIA troubleshooting methodology, which of the following actions should the technician perform next?

Cevabı ve açıklamayı göster

Cevap: Develop a plan of action to resolve the misconfiguration while identifying potential impacts to the production environment.

Cevap

Develop a plan of action to resolve the misconfiguration while identifying potential impacts to the production environment.
The scenario describes a technician who has successfully tested a theory (Step 3) by temporarily disabling an aggregated link, which confirmed that an LACP misconfiguration was causing a Layer 2 loop. According to the CompTIA troubleshooting methodology, after confirming the theory, the technician must next establish a plan of action to resolve the problem and identify potential effects (Step 4).

Adım Adım Çözüm

1
Analyze current progress within the CompTIA 6-step troubleshooting methodology.
The technician has already identified the problem (Step 1), established a theory of cause (Step 2), and tested the theory by disabling the link to confirm the switching loop (Step 3).
Determining the completed phase establishes the entry point for the next required phase.
2
Identify the official CompTIA step immediately following 'Test the theory to determine cause' (Step 3).
Step 4 is 'Establish a plan of action to resolve the problem and identify potential effects'.
Before executing permanent configuration changes in a production enterprise environment, the technician must plan the remediation and evaluate potential risks or downtime.
3
Match Step 4 requirements to the correct option.
Developing a plan of action while identifying potential impacts accurately reflects Step 4 of the methodology.
This maintains strict adherence to standard operational procedures and prevents unexpected side effects during resolution.

Anahtar Kavram

CompTIA 6-Step Troubleshooting Methodology Sequence
Tahmini Süre:2m 0s
Soru 1014Soru

Match each remote access security technology or VPN architectural mechanism on the left to its corresponding operational characteristic and protocol specification on the right.

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

Öğeler

IKEv2 Child Security Association (SA) Negotiation
DTLS (Datagram TLS) VPN Tunneling
GRE over IPsec in Transport Mode
RADIUS with EAP-TLS Remote Authentication

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

IKEv2 Child Security Association (SA) Negotiation pairs with establishing symmetric encryption keys and traffic selectors for ESP payload protection over UDP 500/4500. DTLS VPN Tunneling pairs with preventing TCP-over-TCP head-of-line blocking over UDP 443. GRE over IPsec in Transport Mode pairs with encapsulating dynamic multicast routing protocols without extra IP header overhead. RADIUS with EAP-TLS Remote Authentication pairs with enforcing mutual digital-certificate authentication over UDP ports 1812/1813.
Each technology is correctly aligned with its exact operational specification: IKEv2 Child SA handles Phase 2 payload encryption parameters over UDP 500/4500. DTLS uses UDP 443 to mitigate TCP head-of-line blocking for VPN connections. GRE over IPsec in Transport Mode encapsulates multicast traffic such as dynamic routing without inner/outer IP header duplication. RADIUS with EAP-TLS executes mutual certificate authentication over UDP ports 1812 and 1813.

Adım Adım Çözüm

1
Analyze IKEv2 Phase 2 / Child SA mechanics.
Child SAs are established during IKEv2 Phase 2 negotiation to define the specific operational keys, encryption algorithms (e.g., AES-GCM), and security parameters for ESP data traffic over UDP 500/4500.
Differentiates Phase 1 management tunnel setup from Phase 2 data protection SA creation.
2
Analyze DTLS protocol mechanics and transport layer choice.
DTLS uses UDP (port 443) to encapsulate TLS data sessions, resolving the TCP Meltdown / head-of-line blocking problem inherent in encapsulating stateful TCP streams inside standard TLS/TCP tunnels.
Identifies the core performance optimization mechanism of DTLS for real-time remote access VPNs.
3
Analyze GRE over IPsec encapsulated header structure in Transport Mode vs Tunnel Mode.
GRE adds a 4-byte header enabling broadcast/multicast (OSPF/EIGRP) support. Combining GRE with IPsec Transport Mode encrypts the GRE packet directly without duplicating the IP header.
Distinguishes how enterprise site-to-site VPNs handle routing protocols efficiently without double-encapsulation overhead.
4
Analyze RADIUS EAP-TLS remote access AAA workflow.
RADIUS operates on UDP 1812/1813 and passes EAP-TLS payloads to mandate mutual certificate validation for remote endpoints.
Verifies AAA port numbers and strong authentication framework requirements.

Anahtar Kavram

Virtual Private Networks and Remote Access Security Mechanisms
Soru 1015Soru

A network security consultant is conducting an audit of an organization's multi-generational wireless network infrastructure. Match each wireless security requirement or vulnerability scenario to its corresponding cryptographic protocol or mechanism.

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

Öğeler

High-security corporate requirement enforcing WPA3 192-bit mode (Suite B compliance)
WPA3-Personal pre-shared key replacement designed to prevent offline dictionary attacks
Standard WPA2 mandatory encryption cipher providing authenticated data encryption
Legacy WEP integrity check mechanism susceptible to unauthenticated message modification

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

High-security WPA3 192-bit mode matches GCMP-256; WPA3-Personal pre-shared key replacement matches SAE; WPA2 mandatory encryption matches CCMP; Legacy WEP integrity check matches CRC-32.
WPA3 192-bit mode specifies GCMP-256 for top-tier government and enterprise security; WPA3-Personal utilizes SAE (Dragonfly) to protect passphrase-based connections; WPA2 relies on CCMP (AES-CCMP) for default confidentiality and integrity; WEP's integrity checksum relies on linear CRC-32 which is easily manipulated by attackers.

Adım Adım Çözüm

1
Identify the cryptographic suite for WPA3 Enterprise 192-bit mode
WPA3 Enterprise 192-bit mode requires GCMP-256 (Galois/Counter Mode Protocol) and SHA-384.
High-security enterprise environments targeting CNSA compliance require 256-bit authenticated symmetric ciphers.
2
Identify the authentication protocol for WPA3-Personal
WPA3-Personal uses Simultaneous Authentication of Equals (SAE).
SAE provides forward secrecy and prevents password guessing via captured handshakes.
3
Identify the core cipher suite introduced as mandatory in IEEE 802.11i / WPA2
WPA2 mandates CCMP (AES in Counter Mode with CBC-MAC).
CCMP replaced vulnerable TKIP/RC4 mechanisms used in older standards.
4
Identify the integrity verification technique used in legacy WEP
WEP uses CRC-32 as an Integrity Check Value (ICV).
CRC-32 lacks cryptographic security properties, allowing attackers to flip bits undetected.

Anahtar Kavram

Wireless Security Standards and Encryption Protocols
Soru 1016Soru

A network administrator is evaluating remote access and tunneling configurations to meet specific enterprise connectivity requirements. Match each secure tunneling protocol or configuration mode on the left with its defining operational characteristic or protocol constraint on the right. Which pairs correctly match each remote access security technology to its technical behavior?

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

Öğeler

IPsec Authentication Header (AH) in Transport Mode
IPsec Encapsulating Security Payload (ESP) with NAT-Traversal (NAT-T)
Clientless SSL/TLS Portal VPN
WireGuard VPN Protocol

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

IPsec AH in Transport Mode matches with computing an ICV over outer IP headers causing failure across NAT; IPsec ESP with NAT-T matches with encapsulating packets in UDP port 4500 for PAT traversal; Clientless SSL/TLS Portal VPN matches with delivering web application access over TCP 443 without local client software installation; WireGuard VPN matches with operating natively over UDP port 51820 using modern cryptography.
Each protocol match is based on strict operational standards: IPsec AH protects IP header integrity which fails when NAT alters source/destination addresses; NAT-T uses UDP port 4500 to encapsulate ESP traffic through PAT gateways; Clientless SSL/TLS VPN provides web portal access over TCP port 443 via standard web browsers without needing administrative privileges; and WireGuard uses UDP port 51820 along with modern cryptographic primitives for fast Layer 3 tunneling.

Adım Adım Çözüm

1
Analyze IPsec AH header integrity hashing mechanism
Identify that AH includes immutable and mutable fields of the IP header in its ICV check, causing NAT modifications to break integrity checks.
AH ensures authentication and anti-replay for the whole packet, making it inherently incompatible with NAT address translation.
2
Evaluate NAT-Traversal (NAT-T) encapsulation behavior
Confirm NAT-T encapsulates ESP packets in UDP port 4500 when NAT is detected during IKE Phase 1 (UDP port 500).
Raw ESP (IP protocol 50) lacks L4 port numbers required for PAT multiplexing, necessitating the UDP port 4500 wrapper.
3
Examine Clientless SSL/TLS VPN architecture
Determine that browser-based portals utilize standard HTTPS over TCP port 443.
Using native browser TLS eliminates the need to install dedicated client agents or hold administrative OS installation rights.
4
Distinguish modern lightweight VPN solutions like WireGuard
Associate WireGuard with its default listening port UDP 51820 and modern cryptographic primitives.
WireGuard runs as a streamlined Layer 3 tunnel protocol designed to replace legacy complex IPsec and OpenVPN setups.

Anahtar Kavram

Differentiating VPN Protocol Operations, Layer Encapsulations, and NAT Compatibility
Soru 1017Soru

During peak operational hours, enterprise users report frequent audio distortion and freeze-frames during real-time video calls across a site-to-site WAN link. Network interface polling indicates that total link utilization averages only 45%45\% of available capacity, with interface error counters showing fewer than 0.01%0.01\% dropped frames. Packet captures indicate that delay between consecutive packets fluctuates significantly across UDP transport streams. Which network metric is primarily responsible for the degraded application quality, and which telemetry technology is best suited to continuously monitor these per-flow transport dynamics?

Cevabı ve açıklamayı göster

Cevap: Jitter; deploy flow-based telemetry (such as NetFlow or IPFIX) to capture per-flow UDP delay variations.

Cevap

Jitter; deploy flow-based telemetry (such as NetFlow or IPFIX) to capture per-flow UDP delay variations.
Jitter is the variance in packet inter-arrival times. For real-time applications such as video conferencing that use UDP, jitter leads to buffer depletion and visual artifacts even when total link bandwidth is well below saturation and interface drop counters remain low. Flow-based telemetry protocols (such as NetFlow or IPFIX) analyze per-flow metrics at Layers 3 and 4, enabling network engineers to measure jitter and delay variations across specific application streams.

Adım Adım Çözüm

1
Analyze reported symptoms and interface performance metrics.
Real-time video is degraded despite low average bandwidth utilization (45%45\%) and negligible dropped frames (<0.01%<0.01\%).
Eliminates bandwidth exhaustion and physical/data-link interface frame drops as the primary root cause.
2
Identify the underlying metric causing delay fluctuations in UDP streams.
Variable arrival times between consecutive packets in real-time UDP streams define jitter.
Real-time voice and video buffers require steady packet delivery; high jitter causes buffer underflow/overflow resulting in audio pops and video freezing.
3
Select the appropriate monitoring technology for per-flow Layer 4 performance tracking.
Flow-based telemetry like NetFlow or IPFIX provides detailed insight into individual IP flows, packet timing, and transport layer metrics.
Standard interface-level SNMP polling aggregates statistics over time and lacks the granularity to observe per-flow UDP timing variance.

Anahtar Kavram

Network Performance Metrics and Telemetry Methods
Tahmini Süre:2m 0s
Soru 1018Soru

During a quarterly compliance audit of an organization's network infrastructure, a security analyst identifies two key operational deficiencies: event log packets sent from border routers to the log repository are lost during high network congestion, and SNMP performance telemetry transmitted across public circuits can be read in plain text. Which set of protocol configurations directly resolves both compliance issues?

Cevabı ve açıklamayı göster

Cevap: Migrate Syslog logging to TCP with TLS encryption on port 6514, and configure SNMPv3 with the authPriv security level.

Cevap

Migrate Syslog logging to TCP with TLS encryption on port 6514, and configure SNMPv3 with the authPriv security level.
The correct option addresses both audit deficiencies: TCP port 6514 with TLS provides reliable, encrypted Syslog transmission so logs are acknowledged and retransmitted if dropped, while SNMPv3 configured with authPriv provides HMAC-based message authentication and AES payload encryption for monitoring data.

Adım Adım Çözüm

1
Analyze the log loss issue during network congestion
Identify that traditional Syslog over UDP (port 514) lacks delivery guarantees, leading to dropped audit records when buffers overflow.
TCP-based Syslog (specifically RFC 5425 using TLS over port 6514) ensures connection reliability, sequence confirmation, and encrypted audit transport.
2
Analyze the SNMP cleartext telemetry vulnerability
Determine that legacy SNMP versions (v1 and v2c) transmit data in plain text without cryptographic security.
SNMPv3 with the authPriv security mode mandates digest-based authentication (auth) and symmetric payload encryption (priv), securing telemetry across public networks.
3
Combine the compliant solutions
Select the configuration incorporating TCP port 6514 for Syslog and SNMPv3 authPriv.
This combination simultaneously fulfills the requirements for reliable audit log retention and secure telemetry monitoring.

Anahtar Kavram

Network Logging and Auditing Protocol Security
Soru 1019Soru

A network technician needs to establish baseline performance monitoring and secure telemetry for a company's voice-over-IP (VoIP) infrastructure. Which of the following operational measures should the technician implement to effectively monitor audio quality and secure management traffic? (Select TWO).

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

Cevabı ve açıklamayı göster

Cevap: Track jitter and latency metrics to identify delay variations that degrade real-time audio quality.; Implement SNMPv3 using the authPriv security level to authenticate polling requests and encrypt payload data.

Cevap

The correct measures are tracking jitter and latency metrics to assess audio performance, and deploying SNMPv3 with the authPriv security level to encrypt monitoring traffic and authenticate polling requests.
Tracking jitter and latency measures real-time delivery performance required for VoIP call stability. Configuring SNMPv3 with the authPriv setting guarantees that device monitoring requests are securely authenticated and all telemetry payload data is encrypted over the network.

Adım Adım Çözüm

1
Identify key performance metrics for real-time voice applications.
Jitter (packet delay variation) and latency are the primary metrics affecting VoIP call quality.
Voice traffic requires predictable delivery; excessive jitter causes dropped audio frames.
2
Select the secure network monitoring protocol configuration.
SNMPv3 configured with authPriv provides authentication and privacy (encryption).
SNMPv1 and SNMPv2c send data in plain text, whereas SNMPv3 authPriv encrypts management data.

Anahtar Kavram

VoIP Performance Metrics & SNMPv3 Security Levels
Soru 1020Soru

A network administrator is configuring network redundancy for a mission-critical database server equipped with two physical network interface cards (NICs). The server is connected to two separate, independent standalone switches that do not support multi-chassis link aggregation (MLAG). The administrator configures IEEE 802.3ad Link Aggregation Control Protocol (LACP) bonding on the server's interfaces. Immediately after enabling the bond, network monitoring reports severe packet loss, and both switches log MAC address flapping errors. Which of the following is the most appropriate solution to resolve the connectivity issue while maintaining interface redundancy?

Cevabı ve açıklamayı göster

Cevap: Reconfigure the server NIC teaming mode to Switch Independent Active-Backup mode.

Cevap

Reconfiguring the server's NIC teaming mode to Switch Independent Active-Backup mode resolves the MAC address flapping while maintaining link redundancy.
IEEE 802.3ad LACP link aggregation requires the participating ports to terminate on a single switch control plane, such as a single switch or stacked switches supporting MLAG. When LACP is enabled across independent standalone switches, the switches see the same MAC address appearing across different unaggregated links, causing MAC address table instability (flapping) and dropped traffic. Reconfiguring the NIC team to Switch Independent Active-Backup mode allows one interface to handle traffic while keeping the other in standby without requiring switch coordination, resolving the conflict while maintaining hardware failover protection.

Adım Adım Çözüm

1
Identify the cause of MAC address flapping
IEEE 802.3ad (LACP) requires all aggregated physical ports to terminate on a single logical switch (or MLAG/stacked switch cluster). Connecting LACP links to independent standalone switches causes frames with the same source MAC address to arrive on separate switches, leading to MAC table instability.
Standalone switches cannot coordinate LACP control frames across separate control planes.
2
Select a compatible redundancy mode for standalone switches
Switch Independent Active-Backup mode sends traffic over one primary interface while keeping the secondary interface standby. It does not require switch coordination.
Active-Backup mode works across unstacked, independent upstream switches without causing MAC flapping.

Anahtar Kavram

NIC Teaming and Link Aggregation Requirements in High Availability
ÖncekiSayfa 51 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin