Tüm alıştırma soruları

2237 soru

Soru 1261Soru

A network administrator has confirmed through testing that an exhausted DHCP IP address scope was the root cause of network connectivity failures affecting wireless inventory scanners in a warehouse. According to the CompTIA troubleshooting methodology, which of the following actions should the administrator perform NEXT? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Establish a plan of action to expand the available IP address pool on the DHCP server.; Assess potential impacts and side effects on other subnets before applying the scope changes.

Cevap

The administrator should establish a plan of action to expand the DHCP pool scope and evaluate the potential effects of the change prior to implementation.
After confirming the root cause during testing (Step 3), the technician must proceed to Step 4 of the CompTIA troubleshooting methodology: Establish a plan of action to resolve the problem and identify potential effects. Formulating the configuration strategy and evaluating potential adverse side effects on other network segments directly fulfill this step.

Adım Adım Çözüm

1
Identify the currently completed step in the troubleshooting scenario.
The administrator has completed Step 3 (Test the theory to determine cause) by confirming that an exhausted DHCP scope caused the failure.
Determining the completed step identifies where the administrator currently resides within the methodology sequence.
2
Determine the immediate next phase defined by the CompTIA troubleshooting methodology.
Step 4 is 'Establish a plan of action to resolve the problem and identify potential effects.'
The CompTIA methodology dictates formulating a resolution plan and identifying potential impacts prior to implementing any changes.
3
Select the specific actions that belong to Step 4.
Creating a plan to adjust the DHCP pool and identifying potential effects on connected subnets.
Both actions directly align with establishing a plan of action and considering potential consequences.

Anahtar Kavram

CompTIA Troubleshooting Methodology Step 4: Establish a Plan of Action and Identify Potential Effects
Tahmini Süre:1m 0s
Soru 1262Soru

A network administrator is configuring inbound firewall rules on a perimeter security appliance for a web server located in a DMZ with IP address 192.168.50.10/32192.168.50.10/32. Public users must be able to access the secure web application, and system administrators must be able to perform remote command-line administration from an authorized external management subnet (203.0.113.0/24203.0.113.0/24). Which of the following rule configurations are required to fulfill these security requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Permit inbound TCP traffic with destination IP 192.168.50.10192.168.50.10 and destination port 443443 from any source IP address.; Permit inbound TCP traffic with destination IP 192.168.50.10192.168.50.10 and destination port 2222 restricted to source IP range 203.0.113.0/24203.0.113.0/24.

Cevap

The required configurations are permitting inbound TCP traffic on destination port 443 from any source IP for HTTPS access, and permitting inbound TCP traffic on destination port 22 restricted to the source subnet 203.0.113.0/24 for SSH access.
To securely publish web applications while enabling management access, firewalls must explicitly allow TCP port 443 for public HTTPS traffic and TCP port 22 scoped tightly to administrative IP ranges for SSH traffic.

Adım Adım Çözüm

1
Identify protocol and port requirements for public web services.
Secure web services (HTTPS) use TCP on destination port 443 and require open inbound access from public clients.
Public web application delivery requires accessible HTTPS endpoints over TCP port 443.
2
Identify protocol, port, and access restriction requirements for remote management.
Secure administration via SSH uses TCP on destination port 22 and must be restricted to source network 203.0.113.0/24.
Limiting management access to known administrative source subnets follows the principle of least privilege.
3
Evaluate transport layer protocols and ACL default behavior.
UDP is inappropriate for SSH management, and an explicit permit any rule invalidates network security posture.
SSH requires connection-oriented TCP, and firewalls rely on implicit deny logic to block unapproved traffic.

Anahtar Kavram

Firewall Rule Protocol Matching and Least Privilege Access Control
Soru 1263Soru

A network engineer is conducting physical layer diagnostics across diverse enterprise copper and optical fiber cabling infrastructures. Match each physical layer testing tool on the left with the specific failure symptom or diagnostic requirement on the right.

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

Öğeler

Time-Domain Reflectometer (TDR)
Optical Power Meter (OPM) with Light Source
Category 6A Cable Certifier
Tone Generator and Inductive Probe

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Time-Domain Reflectometer (TDR) matches with calculating the precise distance to a conductor break or short on copper runs; Optical Power Meter (OPM) with Light Source matches with measuring dB signal attenuation across single-mode fiber links; Category 6A Cable Certifier matches with detecting split pairs, NEXT, and return loss compliance; Tone Generator and Inductive Probe matches with tracing unlabelled cables to their punch-down block termination.
Each physical layer troubleshooting tool serves a distinct role: TDR utilizes electrical reflectometry timing to calculate fault distances in copper cabling; an OPM paired with a light source measures light attenuation in optical fiber runs; cable certifiers evaluate complex high-frequency parameters like NEXT and split pairs per TIA standards; and tone generator probe kits trace unlabelled conductors through patch panels using inductive audio detection.

Adım Adım Çözüm

1
Identify the diagnostic tool required for measuring physical distance to copper cabling faults.
TDR sends electrical pulses and calculates time-of-flight reflections to pinpoint distance to opens, shorts, or bends.
Only TDRs measure signal reflection delays to determine exact distance to copper physical layer anomalies.
2
Determine the tool used for evaluating optical fiber signal loss.
An OPM paired with a light source quantifies decibel (dB) insertion loss across optical fiber links.
Optical power meters directly measure light intensity emitted by a calibrated light source through fiber media.
3
Identify the equipment required to verify high-frequency parameters and split pairs.
Cable certifiers perform full-frequency testing to detect split pairs, NEXT, FEXT, and return loss.
Standard wiremappers only check pin-to-pin continuity and cannot detect split pairs or measure high-frequency crosstalk.
4
Select the tool dedicated to tracing individual unlabelled conductors through wiring panels.
A tone generator injects an audio frequency onto the cable, which an inductive probe detects audibly.
Toning kits are specifically designed for physical cable tracing and wire identification across high-density patch blocks.

Anahtar Kavram

Selecting appropriate copper and fiber diagnostic tools based on physical failure symptoms and signal integrity metrics.
Tahmini Süre:3m 0s
Soru 1264Soru

A network administrator is implementing hardening controls on an enterprise core switch following a security audit. The audit report flagged two primary vulnerabilities: administrative monitoring data and CLI sessions are being transmitted without payload encryption, and untagged management traffic is exposed to potential VLAN hopping attacks across 802.1Q trunk lines. Which set of device hardening configurations directly remediates both identified security risks?

Cevabı ve açıklamayı göster

Cevap: Migrate network monitoring to SNMPv3 using the authPriv security level, enforce SSH for CLI administration, and reassign the native VLAN on all 802.1Q trunks to an unused non-default VLAN ID.

Cevap

Migrate network monitoring to SNMPv3 using the authPriv security level, enforce SSH for CLI administration, and reassign the native VLAN on all 802.1Q trunks to an unused non-default VLAN ID.
The correct configuration combines SNMPv3 at the authPriv security level (which provides cryptographic authentication and AES payload encryption) with SSH (which encrypts CLI management traffic). Additionally, reassigning the native VLAN on 802.1Q trunk links from default VLAN 1 to a dedicated, unused VLAN ID prevents untagged traffic leakage and mitigates double-tagging VLAN hopping attacks.

Adım Adım Çözüm

1
Analyze transport security requirements for management plane protocols.
Identified that legacy protocols (Telnet, HTTP, SNMPv1/v2c) transmit data in cleartext. SSH and HTTPS provide encrypted transport for administration, while SNMPv3 with authPriv provides both authentication hashing (auth) and payload encryption (priv).
Resolves cleartext credential and health metric exposure over the local management domain.
2
Analyze trunk link vulnerability requirements.
Default VLAN 1 usage as the native VLAN on 802.1Q trunks exposes switches to double-tagging and untagged frame leakage. Changing the native VLAN to an unused ID (and disabling untagged traffic processing) mitigates VLAN hopping.
Isolates control plane/management traffic from untagged user frame processing.
3
Combine protocol and switchport hardening controls into a complete mitigation plan.
The correct configuration combines SNMPv3 (authPriv), SSH, and native VLAN reassignment to an unused VLAN ID.
Directly satisfies both encryption and layer 2 trunk isolation requirements.

Anahtar Kavram

Management Plane Hardening & Native VLAN Isolation
Tahmini Süre:2m 0s
Soru 1265Soru

A network administrator is troubleshooting an industrial sensor deployment on the 2.4 GHz spectrum experiencing heavy packet loss and poor signal quality. An RF audit reveals that surrounding access points are configured on channels 2, 4, and 9 using 40 MHz channel widths. Which of the following actions should the administrator take to resolve the wireless interference issues? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Reassign access point radio frequencies to non-overlapping channels 1, 6, and 11; Reduce the channel width configuration on the 2.4 GHz radios from 40 MHz to 20 MHz

Cevap

The administrator should reassign access point radio frequencies to non-overlapping channels 1, 6, and 11, and reduce the 2.4 GHz channel width configuration from 40 MHz to 20 MHz.
Reassigning 2.4 GHz radios to channels 1, 6, and 11 removes adjacent channel overlap, while lowering the channel width from 40 MHz to 20 MHz limits spectral footprint so channels do not bleed into neighboring frequencies.

Adım Adım Çözüm

1
Identify non-overlapping channel configuration requirements in the 2.4 GHz frequency band
Channels 2, 4, and 9 overlap with adjacent channels, creating severe radio frequency interference. Reassigning them to channels 1, 6, and 11 eliminates adjacent-channel interference.
In 802.11 2.4 GHz deployments, only channels 1, 6, and 11 provide sufficient spectrum separation without overlapping.
2
Analyze channel width settings for 2.4 GHz wireless networks
40 MHz channel bonding occupies 8 out of 11 available 2.4 GHz channels, making non-overlapping channel planning impossible. Reducing width to 20 MHz frees up spectrum.
Standard 20 MHz channels are essential in 2.4 GHz to maintain channel isolation and prevent co-channel/adjacent-channel degradation.

Anahtar Kavram

2.4 GHz Wireless Channel Planning and Channel Bonding Constraints
Soru 1266Soru

A system administrator is troubleshooting outbound connectivity on a Linux server. The server shows the following IPv4 network configuration:

- IP Address: 172.16.50.22172.16.50.22
- Subnet Mask: 255.255.255.0255.255.255.0 (/2424)
- Default Gateway: 172.16.51.1172.16.51.1

The server can successfully communicate with local hosts on the 172.16.50.0/24172.16.50.0/24 network but cannot reach any external subnets or the internet. Which of the following best explains why the server cannot reach remote networks?

Cevabı ve açıklamayı göster

Cevap: The default gateway is configured on a different IP subnet than the server's IP address.

Cevap

The server cannot communicate outside its local network because the default gateway (172.16.51.1172.16.51.1) is on a different subnet than the server (172.16.50.22/24172.16.50.22/24).
For a host to communicate with remote networks, its default gateway must reside within the exact same IP subnet as the host's network interface. Given an IP address of 172.16.50.22172.16.50.22 and a subnet mask of 255.255.255.0255.255.255.0 (/2424), the valid local host addresses span from 172.16.50.1172.16.50.1 through 172.16.50.254172.16.50.254. The configured default gateway address of 172.16.51.1172.16.51.1 is on a completely separate subnet (172.16.51.0/24172.16.51.0/24). As a result, the server cannot send ARP requests to discover the router's MAC address, preventing all traffic destined for external networks.

Adım Adım Çözüm

1
Determine the usable host IP address range for the server's configured network interface.
With IP 172.16.50.22172.16.50.22 and Subnet Mask 255.255.255.0255.255.255.0 (/2424), the subnet network address is 172.16.50.0172.16.50.0 and usable host IP addresses range from 172.16.50.1172.16.50.1 to 172.16.50.254172.16.50.254.
A default gateway must reside on the same logical Layer 3 IP subnet as the host interface so the host can resolve the gateway's MAC address via ARP.
2
Compare the configured default gateway address with the local subnet range.
The configured default gateway (172.16.51.1172.16.51.1) belongs to the 172.16.51.0/24172.16.51.0/24 subnet, which is outside the local 172.16.50.0/24172.16.50.0/24 range.
Because the gateway is on a foreign subnet, the server cannot ARP for the gateway directly on its local broadcast domain.
3
Identify the corrective action required to restore remote connectivity.
Update the server's default gateway setting to a valid router IP address on the 172.16.50.0/24172.16.50.0/24 subnet (such as 172.16.50.1172.16.50.1).
Ensuring IP and gateway subnet alignment permits proper ARP resolution and packet forwarding to remote networks.

Anahtar Kavram

Default Gateway Subnet Alignment
Soru 1267Soru

A network administrator is systematically troubleshooting a client workstation that cannot resolve the internal domain name `app.company.local`. Arrange the following troubleshooting steps in the correct logical sequence, starting from local host verification to testing remote authoritative DNS resolution.

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

Cevabı ve açıklamayı göster

Cevap

The correct order of troubleshooting steps begins with verifying local network and DNS server configuration, followed by checking local client files and clearing local DNS cache, then testing name resolution against the configured local DNS server, and finally querying the authoritative DNS server directly.
A structured DNS troubleshooting approach moves logically from local host settings to client-side caching, local recursive server testing, and finally authoritative DNS server validation. Verifying IP configuration first ensures valid DNS servers are targeted. Flushing local cache removes client-side stale records. Querying the local DNS server tests normal client operation, while querying the authoritative DNS server isolates server-side record configuration.

Adım Adım Çözüm

1
Verify client network settings using `ipconfig /all`.
Confirms the workstation has proper IP configuration and valid primary/secondary DNS server IP addresses assigned.
Troubleshooting must start at the local host level to eliminate basic IP configuration or missing DNS server assignment issues.
2
Check the `HOSTS` file and clear local DNS cache with `ipconfig /flushdns`.
Eliminates misconfigurations caused by static local overrides or outdated DNS entries cached on the host.
Local OS resolution checks the `HOSTS` file and local DNS resolver cache prior to querying network DNS servers.
3
Test name resolution using `nslookup app.company.local`.
Determines whether the client's configured default DNS server can successfully resolve the target hostname.
This tests the standard recursive query path used by client applications under normal operating conditions.
4
Query the authoritative DNS server directly using `nslookup app.company.local <authoritative_ip>`.
Isolates whether the record is missing on the authoritative server or failing due to intermediate recursion/forwarding/firewall issues.
Direct targeting of the authoritative server provides definitive confirmation of record existence and DNS zone health.

Anahtar Kavram

Systematic DNS Troubleshooting Methodology
Soru 1268Soru

A network engineer is troubleshooting persistent connection drops and low throughput reported by wireless barcode scanners in a high-density logistics warehouse. A site survey reveals that neighboring 2.4 GHz access points (APs) are currently assigned to channels 2, 4, and 6, resulting in significant adjacent channel interference. Furthermore, large metal storage racks are generating severe multipath distortion in central aisles. Which of the following remediation steps should the engineer implement to resolve these signal and connectivity issues? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Reassign the 2.4 GHz AP channel plan to exclusively use non-overlapping channels 1, 6, and 11.; Reposition access points and deploy directional patch antennas directed down narrow aisles to mitigate multipath reflection.

Cevap

The network engineer should reassign the 2.4 GHz channel plan to use non-overlapping channels (1, 6, and 11) and reposition APs using directional patch antennas to control multipath reflection.
To resolve adjacent channel interference in 2.4 GHz deployments, access points must be configured using the non-overlapping channel set (channels 1, 6, and 11). Additionally, using directional antennas in environments with high physical reflection (such as metal warehouse shelving) focuses signal propagation and minimizes multipath delay spread.

Adım Adım Çözüm

1
Analyze the 2.4 GHz channel assignments (channels 2, 4, and 6).
Identified adjacent channel interference (ACI) caused by overlapping frequency sidebands.
Channels 2, 4, and 6 overlap in frequency, causing destructive interference and corrupted Wi-Fi preambles.
2
Select a proper non-overlapping channel scheme for 2.4 GHz.
Reassign access points to channels 1, 6, and 11.
In North America and international 802.11 standards, channels 1, 6, and 11 have 20 MHz spacing with zero spectral overlap.
3
Evaluate the RF reflection environment (metal storage racks causing multipath distortion).
Deploy directional antennas pointed down aisles.
Directional propagation prevents RF signals from bouncing off surrounding metallic obstacles, reducing delay spread.

Anahtar Kavram

Mitigating 2.4 GHz channel overlap and physical RF multipath interference in high-density environments.
Tahmini Süre:2m 0s
Soru 1269Soru

A network security architect is reviewing the organization's technical controls to ensure alignment with foundational security principles. Match each core security principle on the left with the technical control on the right that primarily enforces it.

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 pairs with enforcing AES-256 encryption on SSH administrative sessions; Integrity pairs with verifying SHA-256 hashes of router firmware images; Availability pairs with deploying redundant ISP connections with automated BGP failover; Non-repudiation pairs with requiring asymmetric digital signatures on configuration change requests.
Each core security goal aligns with a specific defensive mechanism: encryption enforces confidentiality by hiding data from unauthorized viewers; cryptographic hashing enforces integrity by verifying data hasn't been altered; hardware and path redundancy maintains availability against failures; digital signatures enforce non-repudiation by mathematically linking an action to a specific party.

Adım Adım Çözüm

1
Analyze Confidentiality controls
Confidentiality prevents unauthorized access to sensitive information. Encrypting management sessions using AES-256 renders the data unreadable to unauthorized sniffers.
Encryption is the primary mechanism for preserving confidentiality of data in transit.
2
Analyze Integrity controls
Integrity ensures data has not been modified or corrupted. Verifying SHA-256 hashes confirms that firmware code matches the original published release without unauthorized alterations.
Cryptographic hashing provides verification of data integrity.
3
Analyze Availability controls
Availability guarantees that network assets and services are operational when required. Dual ISP links with automated BGP failover maintain connectivity during provider outages.
Redundancy and failover mechanisms preserve service availability.
4
Analyze Non-repudiation controls
Non-repudiation ensures an actor cannot deny performing a specific authorization or transaction. Asymmetric digital signatures link specific cryptographic keys to signed requests.
Digital signatures bind identity and action using asymmetric cryptography to enforce non-repudiation.

Anahtar Kavram

CIA Triad and Core Security Principles
Soru 1270Soru

A network technician is troubleshooting a newly installed Category 6 (Cat6) twisted-pair cable run that fails to establish an Ethernet link. The technician suspects there may be a physical break in the copper conductor along the wall run or an incorrect wire pinout at the RJ-45 wall jack. Which TWO of the following tools should the technician use to accurately locate the physical cable fault distance and verify pin mapping?

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

Cevabı ve açıklamayı göster

Cevap: Time-Domain Reflectometer (TDR); Wiremap tester

Cevap

The technician should use a Time-Domain Reflectometer (TDR) to determine the exact distance to any physical break or short in the copper line, and a wiremap tester to confirm correct pinout layout and continuity across all conductors.
A Time-Domain Reflectometer (TDR) sends signals down a copper cable to measure reflection time, pinpointing the precise location/distance of a break or short. A wiremap tester evaluates individual conductors to verify proper pin-to-pin continuity and sequence (e.g., T568A vs T568B). Together, these tools address both fault location and wiring pinout verification.

Adım Adım Çözüm

1
Select the tool appropriate for locating physical fault distance on copper media.
Identify the Time-Domain Reflectometer (TDR), which measures signal reflection timing to determine fault location.
Simple continuity testers or tone probes cannot calculate signal distance down a cable.
2
Select the tool appropriate for evaluating pin-to-pin wiring configuration.
Identify the wiremap tester, which checks pin continuity and reveals improper wiring standards or split pairs.
A wiremap tester directly tests pinout integrity at both ends of a twisted-pair connection.

Anahtar Kavram

Cabling Diagnostic Tools (TDR and Wiremap)
Tahmini Süre:1m 0s
Soru 1271Soru

A network technician has completed testing a theory and confirmed that a duplicate IP address assignment is the root cause of an executive's laptop connectivity issue. According to the CompTIA troubleshooting methodology, which of the following actions should the technician perform NEXT?

Cevabı ve açıklamayı göster

Cevap: Establish a plan of action to resolve the problem and identify potential effects.

Cevap

Establish a plan of action to resolve the problem and identify potential effects.
Once a theory of probable cause has been tested and confirmed (Step 3), the technician must proceed to Step 4 of the CompTIA troubleshooting methodology, which is establishing a plan of action to resolve the problem and identifying potential effects before implementing the resolution.

Adım Adım Çözüm

1
Identify the current step completed in the scenario.
The technician confirmed the root cause via testing, which completes Step 3 (Test the theory to determine the cause).
Accurate identification of the current phase determines the correct subsequent action.
2
Determine the next sequential step in the CompTIA 6-step troubleshooting methodology.
Following Step 3 is Step 4: Establish a plan of action to resolve the problem and identify potential effects.
CompTIA methodology dictates a strict chronological sequence from problem identification through documentation.

Anahtar Kavram

CompTIA Troubleshooting Methodology Order
Tahmini Süre:45s
Soru 1272Soru

A user on a Windows client workstation reports being unable to connect to an internal web application at `intranet.corp.local` after the server was migrated to a new IP address (`192.168.1.50`). A technician executes `ipconfig /displaydns` on the client workstation and receives the following output:

text
Record Name . . . . . : intranet.corp.local
Record Type . . . . . : 1
Time To Live . . . . : 86400
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 192.168.1.250

Which TWO of the following actions or events will resolve this name resolution issue on the client workstation? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Run the `ipconfig /flushdns` command on the client workstation.; Wait for the 86400-second Time To Live (TTL) period of the cached entry to expire.

Cevap

The issue is resolved by running `ipconfig /flushdns` to immediately purge the stale cached record, or by allowing the entry's Time To Live (TTL) duration to naturally expire.
The client workstation is resolving the hostname to an outdated IP address because the entry is saved in the local OS DNS resolver cache. Executing the command to flush the DNS cache immediately purges all cached entries, forcing the workstation to perform a fresh DNS query against the server. Alternatively, allowing the Time To Live (TTL) timer of 86,400 seconds to naturally expire will cause the operating system to automatically remove the stale entry from memory.

Adım Adım Çözüm

1
Analyze the `ipconfig /displaydns` output.
The workstation has cached an A record for `intranet.corp.local` pointing to the old IP address (`192.168.1.250`) with a TTL of 86,400 seconds (24 hours).
When a host has an entry stored in its local DNS resolver cache, it uses that cached mapping without querying the configured DNS server.
2
Identify methods to remove stale DNS resolver cache entries.
Manually clearing the cache via `ipconfig /flushdns` or waiting for the TTL timer to count down to 0 will remove the outdated entry.
Removing the stale entry forces the client operating system to send a fresh DNS query to the DNS server, returning the updated IP address (`192.168.1.50`).

Anahtar Kavram

Stale DNS Resolver Cache and TTL Management
Soru 1273Soru

A system administrator is troubleshooting DNS resolution issues on a Linux workstation. Standard hostname lookups for small A records succeed without issue. However, when requesting DNSSEC-signed responses from an internal DNS server, queries fail. The administrator runs the following command to diagnose the problem:

$ dig +dnssec @192.168.10.5 security-test.lab.internal
;; Truncated, retrying in TCP mode.
;; connection timed out; no servers could be reached

Which TWO of the following statements accurately identify the root cause of this failure and the appropriate corrective action?

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

Cevabı ve açıklamayı göster

Cevap: An intermediate firewall rule is permitting UDP port 53 traffic but blocking TCP port 53 traffic.; The administrator must update security group/firewall rules to allow outbound TCP port 53 traffic to the DNS server.

Cevap

The failure is caused by an intermediate firewall blocking TCP port 53 traffic, which is required when DNSSEC responses set the Truncation (TC) bit. The issue is resolved by updating firewall rules to permit TCP port 53 traffic between the host and DNS server.
DNS queries operate primarily over UDP port 53. However, when responses (such as DNSSEC keys and signatures) exceed MTU or EDNS0 payload buffer limits, the server returns a response with the Truncation (TC) bit set. The resolver then retries over TCP port 53. If an intermediate firewall permits UDP port 53 but blocks TCP port 53, the client experiences a connection timeout during the retry. Permitting TCP port 53 on network firewalls resolves this truncation fallback failure.

Adım Adım Çözüm

1
Analyze the CLI output header
The message ';; Truncated, retrying in TCP mode.' indicates that the DNS response exceeded UDP buffer limits, causing the server to set the TC (Truncation) header bit.
When the TC bit is set, RFC standards require DNS clients to fail over from UDP port 53 to TCP port 53 to transmit the complete payload.
2
Evaluate the subsequent failure message
The line ';; connection timed out; no servers could be reached' shows that the workstation attempted a TCP handshake to 192.168.10.5:53 but received no response.
Successful UDP resolution combined with TCP connection timeouts strongly points to firewall rules or access control lists filtering TCP port 53 while leaving UDP port 53 open.
3
Determine the necessary remediation step
Modify network and host firewall policies to permit TCP port 53 traffic.
Allowing TCP port 53 alongside UDP port 53 enables fallback resolution for large resource records like DNSSEC and TXT records.

Anahtar Kavram

DNS Truncation (TC Bit) and TCP Port 53 Fallback
Tahmini Süre:2m 30s
Soru 1274Soru

A network security administrator is deploying a site-to-site Virtual Private Network (VPN) using Internet Key Exchange version 2 (IKEv2) and IPsec. Place the following operational phases and message exchanges in the correct chronological order from the first step to the final step during successful tunnel negotiation and data transfer.

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

Cevabı ve açıklamayı göster

Cevap

The correct chronological sequence for establishing an IKEv2/IPsec VPN tunnel is: 1) Negotiate cryptographic parameters and Diffie-Hellman keys via IKE_SA_INIT, 2) Authenticate peer identities via encrypted IKE_AUTH exchange, 3) Finalize the IPsec Child Security Association parameters, and 4) Transmit encapsulated payload data across the established tunnel.
IKEv2 establishes secure IPsec tunnels in a structured sequence: First, the IKE_SA_INIT exchange negotiates security algorithms and generates Diffie-Hellman key material. Second, using the encrypted channel formed by the initial exchange, the IKE_AUTH exchange authenticates peer identities (via certificates or pre-shared keys). Third, the specific IPsec Child Security Association parameters are negotiated. Finally, user network traffic is encapsulated using ESP and safely routed across the tunnel.

Adım Adım Çözüm

1
Identify the unauthenticated initial key exchange phase.
The IKE_SA_INIT message exchange establishes cryptographic suites and generates shared Diffie-Hellman secret material.
Encryption keys must be derived prior to authenticating sensitive identity credentials.
2
Identify the authentication phase.
The IKE_AUTH message exchange authenticates both endpoints securely over the encrypted channel established by IKE_SA_INIT.
Peer authentication prevents man-in-the-middle attacks before establishing data SAs.
3
Identify the Child SA negotiation phase.
The IPsec Child Security Association parameters are configured to secure actual user payload data.
The IKE SA manages control communications, while the Child SA manages protected data traffic.
4
Identify the active data transmission phase.
User traffic is encapsulated in ESP and transmitted across the tunnel.
Payload encryption can only take place after both control and data SAs are operational.

Anahtar Kavram

IKEv2/IPsec Tunnel Negotiation Sequence
Soru 1275Soru

A network technician is configuring a newly established small office location. The security baseline mandates protection against offline dictionary password-cracking attacks while utilizing a shared secret for authentication, as well as requiring Protected Management Frames (PMF) to safeguard against wireless deauthentication attacks. Which wireless security deployment best fulfills these requirements?

Cevabı ve açıklamayı göster

Cevap: WPA3-Personal using Simultaneous Authentication of Equals (SAE)

Cevap

WPA3-Personal using Simultaneous Authentication of Equals (SAE) is the correct deployment because it mandates Protected Management Frames (PMF) and utilizes SAE to mitigate offline dictionary attacks on shared credentials.
WPA3-Personal addresses key vulnerabilities of WPA2 by implementing Simultaneous Authentication of Equals (SAE), a cryptographic handshake that renders offline dictionary attacks ineffective. WPA3 standards also strictly enforce Protected Management Frames (PMF), preventing malicious actors from sending spoofed disconnect frames to wireless clients.

Adım Adım Çözüm

1
Analyze requirement 1: Protection against offline dictionary attacks using shared credentials
Identify that WPA3-Personal uses Simultaneous Authentication of Equals (SAE) based on Dragonfly Key Exchange to prevent offline dictionary attacks, unlike WPA2-Personal PSK.
WPA2-Personal four-way handshakes can be captured and cracked offline using brute-force/dictionary tools, whereas SAE prevents offline password guessing.
2
Analyze requirement 2: Mandatory Protected Management Frames (PMF)
Confirm that PMF (IEEE 802.11w) is required by default in WPA3 implementations.
PMF protects unicast and multicast management frames, preventing spoofed deauthentication and disassociation attacks.
3
Match combined requirements to options
Select WPA3-Personal with SAE.
It fulfills both the shared key authentication requirement with offline attack protection and mandatory PMF support.

Anahtar Kavram

Wireless Security Standards (WPA3-Personal SAE and PMF requirements)
Tahmini Süre:1m 15s
Soru 1276Soru

During a routine security review, a network team must update device telemetry settings on WAN edge routers to enable continuous hardware performance polling. The organization's compliance mandate requires both cryptographic user authentication and payload encryption for all management traffic. Which protocol configuration should the team implement on the devices?

Cevabı ve açıklamayı göster

Cevap: SNMPv3 using the authPriv security level

Cevap

SNMPv3 using the authPriv security level
The authPriv security level in SNMPv3 enforces both user authentication (via HMAC-SHA or HMAC-MD5) and payload encryption (via AES or DES). This satisfies the requirement for secured performance metric collection.

Adım Adım Çözüm

1
Identify compliance requirements
Requirements specify both authentication and encryption for monitoring traffic.
Security mandates require mutual verification of origin and payload confidentiality.
2
Evaluate SNMP security levels
authPriv provides cryptographic authentication (auth) and payload privacy/encryption (priv).
SNMPv3 supports three levels: noAuthNoPriv (none), authNoPriv (authentication only), and authPriv (authentication and encryption).

Anahtar Kavram

SNMPv3 Security Levels and Cryptographic Protection
Soru 1277Soru

A network administrator is investigating a name resolution issue on a server attempting to query an internal DNS zone for DNSSEC-signed records. When executing `dig @10.10.1.5 api.partner.corp +dnssec`, the command returns the following output:

text
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48219
;; flags: qr rd ra tc; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;api.partner.corp. IN A

;; Query time: 12 msec
;; SERVER: 10.10.1.5#53(10.10.1.5)

Subsequent attempts by applications to resolve `api.partner.corp` time out or fail. Which of the following is the most likely root cause of this failure?

Cevabı ve açıklamayı göster

Cevap: An intermediate network security rule is blocking TCP port 53 traffic, preventing the client from retrying the truncated query over TCP.

Cevap

An intermediate network security rule is blocking TCP port 53 traffic, preventing the client from retrying the truncated query over TCP.
The `dig` output highlights the `tc` (truncated) flag in the header. When DNSSEC signatures or large resource record sets cause a DNS response to exceed the standard UDP buffer size (512 bytes), the DNS server truncates the response and sets the `tc` bit. Standard DNS clients upon seeing `tc` automatically re-query the DNS server using TCP port 53. If a firewall or security group permits UDP 53 but blocks TCP 53, the client's secondary query fails, preventing name resolution.

Adım Adım Çözüm

1
Analyze the header flags in the `dig` command output.
The `flags: qr rd ra tc` line contains the `tc` (Truncated) flag, indicating the server truncated the response because it exceeded the maximum allowed UDP packet payload size (512 bytes without extended EDNS0 buffering).
Identifying DNS truncation is essential to understanding why full record payloads (such as large DNSSEC responses) cannot be transmitted over UDP.
2
Determine the standard client behavior following a DNS truncated response.
When a client receives a response with the `tc` flag set, RFC standard behavior dictates that the client must re-issue the DNS query over TCP port 53.
TCP provides stream-based transmission capable of handling larger payloads beyond the UDP MTU limit.
3
Diagnose why subsequent application resolution attempts time out.
If TCP port 53 is blocked by a network access control list (ACL) or firewall between the client and server, the TCP fallback fails, causing resolution timeouts.
Both UDP port 53 and TCP port 53 must be open across firewalls to support large DNS responses and DNSSEC.

Anahtar Kavram

DNS Truncation (TC Flag) and TCP Port 53 Fallback
Soru 1278Soru

A network specialist investigating a high-availability BGP routing incident has completed testing a hypothesis in a sandbox environment, confirming that an unannounced AS-path prepending modification by an upstream provider caused asymmetric routing drops. Having confirmed the root cause, the specialist is preparing for the next phase of the CompTIA troubleshooting methodology. Which TWO of the following actions should the specialist perform during this next phase? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Evaluate potential impacts on downstream network traffic and create a detailed procedure for applying the route-map adjustment.; Schedule and execute the route-map configuration change according to change management control procedures.

Cevap

The specialist should evaluate potential impacts on downstream traffic while formulating the detailed modification steps, and schedule and execute the route-map configuration change within established change control procedures.
After testing a theory to confirm the root cause (Step 3), the technician must advance to Step 4 of the CompTIA troubleshooting methodology: establishing a plan of action to resolve the problem and identifying potential effects, then implementing the solution. Evaluating potential downstream traffic impacts during procedure creation and executing the route-map modification under change control procedures are the direct components of Step 4.

Adım Adım Çözüm

1
Identify the completed stage in the CompTIA troubleshooting framework.
Testing the hypothesis in the sandbox environment to confirm the root cause represents Step 3 (Test the theory to determine cause).
Determining which step has just finished sets the baseline for identifying the immediate next step in the standard sequence.
2
Determine the next sequential phase of the methodology.
The next step is Step 4: Establish a plan of action to resolve the problem and identify potential effects, followed by implementing the solution or escalating as necessary.
CompTIA methodology strictly follows: 1. Identify problem → 2. Establish theory → 3. Test theory → 4. Plan of action & implement → 5. Verify system functionality → 6. Document findings.
3
Select the specific actions that belong within Step 4.
Formulating the plan while evaluating potential downstream impacts and executing the implementation through change management are the two correct actions for Step 4.
Planning for side effects and carrying out the implementation under change control directly fulfill the requirements of Step 4.

Anahtar Kavram

CompTIA Troubleshooting Methodology - Plan of Action and Implementation
Tahmini Süre:1m 30s
Soru 1279Soru

A network security administrator needs to restrict hosts in the Finance VLAN (10.50.10.0/2410.50.10.0/24) from accessing an internal accounting web server (10.50.20.1510.50.20.15) over port 80 (HTTP), while allowing all other network traffic between the subnets. The administrator configures a standard IPv4 Access Control List (`access-list 10 deny 10.50.10.0 0.0.0.255`) and applies it inbound on the router interface servicing the Finance VLAN.

Which statement best describes the outcome of this deployment?

Cevabı ve açıklamayı göster

Cevap: Standard Access Control Lists filter traffic based solely on source IP address, resulting in all IP traffic from the Finance VLAN being blocked rather than only HTTP access to the target server.

Cevap

Standard Access Control Lists filter traffic based solely on source IP address, resulting in all IP traffic from the Finance VLAN being blocked rather than only HTTP access to the target server.
Standard Access Control Lists only inspect the source IPv4 address in the packet header. Consequently, they cannot differentiate between traffic types (such as HTTP port 80 vs HTTPS port 443) or target destination IP addresses. Denying the source subnet in a standard ACL blocks all outbound IP communications from that subnet.

Adım Adım Çözüm

1
Analyze the ACL type used in the scenario.
Identified standard IPv4 ACL (`access-list 10`).
Standard ACLs only evaluate the source IPv4 address of incoming packets.
2
Evaluate the capabilities of standard ACLs against the requirement.
The requirement asks to filter based on destination IP (10.50.20.1510.50.20.15) and destination port (TCP 80). Standard ACLs cannot evaluate destination IP addresses, protocols, or port numbers.
Extended ACLs (numbered 100–199) are required to filter by destination IP, protocol, and port numbers.
3
Determine the packet disposition of the applied rule.
Applying `access-list 10 deny 10.50.10.0 0.0.0.255` matches all packets originating from the Finance VLAN and drops them completely.
Because port and destination details cannot be specified in a standard ACL, all traffic from the source network is blocked.

Anahtar Kavram

Standard vs. Extended Access Control Lists (ACLs)
Soru 1280Soru

A network technician is troubleshooting a connectivity issue where a host with IP address 192.168.10.15/24 cannot communicate with servers on remote networks. Which TWO of the following issues are the most likely causes of this communication failure?

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

Cevabı ve açıklamayı göster

Cevap: The default gateway address on the host is set to 192.168.20.1, placing it on a different subnet than the host.; An Access Control List (ACL) applied to the router's outbound interface lacks an explicit permit rule for the host's subnet and drops traffic due to the implicit deny.

Cevap

The two correct causes are assigning a default gateway on a different subnet than the host (192.168.20.1 vs 192.168.10.0/24) and an Access Control List (ACL) blocking traffic via its implicit deny rule.
For a host to communicate outside its local subnet, its default gateway must be on the exact same local IP subnet so the host can resolve the gateway's MAC address. Additionally, any Access Control List (ACL) along the path must explicitly permit the traffic, otherwise the implicit deny rule at the end of the ACL will silently drop the packets.

Adım Adım Çözüm

1
Analyze host IP address and default gateway configuration.
Host IP is 192.168.10.15 with a /24 subnet mask (subnet 192.168.10.0/24). Gateway 192.168.20.1 belongs to subnet 192.168.20.0/24.
A host cannot ARP for or send packets to a default gateway that is not on its local IP subnet.
2
Evaluate router security filtering (ACLs).
Unmatched traffic hitting an ACL is dropped by the final implicit deny statement.
ACLs require explicit permit statements; without one, outbound host traffic is blocked at the router interface.

Anahtar Kavram

Troubleshooting Routing, Default Gateways, and ACLs
ÖncekiSayfa 64 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin