Tüm alıştırma soruları

2237 soru

Soru 1281Soru

A security operations analyst is investigating why a corporate workstation cannot reach a newly provisioned internal web application at `api.corp.local`. The analyst executes two diagnostic diagnostic commands from the client terminal:

text
C:\Users\Analyst> nslookup api.corp.local
Server: router.home.gateway
Address: 192.168.1.1

Non-authoritative answer:
Name: api.corp.local
Address: 203.0.113.45

C:\Users\Analyst> dig @10.20.4.5 api.corp.local A +short
10.20.4.200

Based on the output above, which of the following is the most likely root cause of this name resolution discrepancy?

Cevabı ve açıklamayı göster

Cevap: The client network interface is statically configured to query an improper local gateway address rather than the internal corporate DNS server.

Cevap

The client network interface is statically configured to query an improper local gateway address rather than the internal corporate DNS server.
The nslookup output indicates that the workstation's default DNS server is configured as 192.168.1.1, which returns an incorrect/external IP address (203.0.113.45). When the analyst explicitly queries the corporate DNS server at 10.20.4.5 using dig, it returns the correct internal IP address (10.20.4.200). This proves the internal DNS server is working properly, but the workstation is querying the wrong DNS server due to an incorrect network adapter DNS configuration.

Adım Adım Çözüm

1
Analyze the default resolver output from the standard name lookup utility
The workstation automatically sent the query for api.corp.local to 192.168.1.1 (a default gateway/SOHO router) and received a non-authoritative public IP (203.0.113.45).
By default, OS lookup utilities query the primary DNS server configured on the client's network adapter.
2
Analyze the targeted lookup command specifying an explicit server address
Directly querying the enterprise DNS server at 10.20.4.5 using dig returned the correct private IP address (10.20.4.200).
Specifying @10.20.4.5 bypasses local client resolver settings to query the designated server directly.
3
Synthesize the results to determine the configuration error
Because the enterprise DNS server holds the correct record but the client defaults to querying 192.168.1.1, the client's network settings (DHCP or static assignment) have the incorrect DNS server IP configured.
Aligning client DNS adapter configuration with internal corporate DNS servers resolves split-horizon or rogue DNS lookup behavior.

Anahtar Kavram

DNS Client Resolver Configuration & Targeted CLI Diagnostics
Tahmini Süre:2m 0s
Soru 1282Soru

A network administrator is configuring remote monitoring across an untrusted WAN link to collect system metrics and notifications from branch office switches. The administrator must implement a security solution that ensures monitoring credentials and packet payloads remain encrypted for confidentiality, while also verifying packet integrity and authenticating the transmitting switch. Which of the following protocol configurations best satisfies these security requirements?

Cevabı ve açıklamayı göster

Cevap: SNMPv3 configured with AuthPriv mode

Cevap

SNMPv3 configured with AuthPriv mode provides both authentication/integrity and payload encryption for confidentiality.
SNMPv3 AuthPriv (Authentication and Privacy) is the only option that addresses confidentiality, integrity, and authentication simultaneously by combining cryptographic hashing for message integrity and sender authentication with symmetric encryption (such as AES) for payload confidentiality.

Adım Adım Çözüm

1
Analyze the security requirements specified in the scenario
Identified the need for Confidentiality (payload encryption), Integrity (detecting alterations), and Authentication (verifying sender origin).
Security controls within the CIA triad must be mapped directly to protocol capabilities.
2
Evaluate the security modes of network management protocols
SNMPv3 offers three security levels: NoAuthNoPriv (no security), AuthNoPriv (authentication and integrity via MD5/SHA, no encryption), and AuthPriv (authentication, integrity, and privacy/encryption via AES/DES).
Selecting AuthPriv guarantees all required elements of confidentiality, authentication, and integrity.

Anahtar Kavram

CIA Triad Application in Network Management Protocols
Soru 1283Soru

A network technician is investigating a total signal loss along a long optical fiber cable run connecting two data center racks. Which diagnostic tool should the technician use to measure the exact distance to the location of the physical fiber break?

Cevabı ve açıklamayı göster

Cevap: Optical Time-Domain Reflectometer (OTDR)

Cevap

Optical Time-Domain Reflectometer (OTDR)
An Optical Time-Domain Reflectometer (OTDR) sends light pulses down an optical fiber and analyzes the backscattered light. By measuring the elapsed time of reflections, it accurately calculates the precise distance to splices, bends, or physical breaks along the cable.

Adım Adım Çözüm

1
Identify the diagnostic requirement
The requirement is to locate the exact physical distance to a break in a fiber optic cable run.
The scenario specifically requests measuring the distance to a fault in optical fiber.
2
Select the appropriate physical layer fiber diagnostic tool
An Optical Time-Domain Reflectometer (OTDR) measures reflected light pulses over time to calculate the distance to optical cable splices and breaks.
OTDR is the standard instrument used for distance-to-fault measurements on fiber cabling.

Anahtar Kavram

Using an OTDR to measure distance to optical fiber cabling faults
Soru 1284Soru

A network engineer is troubleshooting wireless performance issues in a multi-story office building. Wireless site survey logs indicate that client devices in crowded conference rooms remain stickily connected to distant access points (APs) with a weak RSSI of -83 dBm, causing slow throughput and dropped VoIP calls. Simultaneously, the 2.4 GHz spectrum is severely saturated with high client density. Which of the following actions should the engineer take to resolve these wireless connectivity and coverage issues? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Configure band steering on the wireless LAN controller to push dual-band client devices onto the 5 GHz spectrum.; Adjust the minimum RSSI disassociation threshold on access points to disconnect clients when signal strength drops below a playable level.

Cevap

The correct actions are to enable band steering on the wireless controller to steer clients away from the saturated 2.4 GHz spectrum onto 5 GHz, and to adjust minimum RSSI thresholds on access points to resolve sticky client issues by forcing weak clients to disassociate and roam.
Enabling band steering optimizes traffic by directing dual-band clients away from the congested 2.4 GHz frequency and onto 5 GHz channels. Configuring minimum RSSI thresholds fixes sticky client roaming by actively disassociating client devices when their signal drops below a specific dBm level, prompting them to scan and connect to an AP with better RSSI.

Adım Adım Çözüm

1
Analyze the reported symptoms: client stickiness at low RSSI (-83 dBm) and 2.4 GHz spectrum saturation.
Identified two distinct issues: sticky roaming behavior and band congestion.
Resolving wireless issues requires addressing both physical cell boundaries/roaming triggers and spectrum utilization.
2
Evaluate solutions for sticky clients.
Configuring minimum RSSI disassociation thresholds forces clients to drop weak connections and re-associate with nearer access points.
Client devices default to holding onto connections until signal is completely lost unless enforced by AP disassociation thresholds.
3
Evaluate solutions for 2.4 GHz spectrum saturation.
Enabling band steering offloads 5 GHz-capable devices from the 2.4 GHz band.
5 GHz offers higher throughput and more non-overlapping channels, mitigating high-density contention.

Anahtar Kavram

Wireless roaming optimization (minimum RSSI) and band management (band steering)
Soru 1285Soru

A network administrator is investigating an issue where a workstation configured with IPv4 address 192.168.20.45/24192.168.20.45/24 cannot connect to an internal HTTPS server at 10.50.10.100:44310.50.10.100:443. The network path spans multiple VLANs across a Layer 3 switch, a core router, and perimeter firewalls. Following a systematic network troubleshooting methodology, place the diagnostic steps in the correct logical sequence to systematically isolate whether the root cause lies within the host setup, default gateway reachability, routing table entries, or ACL filtering.

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

Cevabı ve açıklamayı göster

Cevap

The correct troubleshooting sequence starts by verifying host IP configuration parameters, testing reachability to the local default gateway, tracing the path toward the target server to locate where packets drop, inspecting the routing table at that hop, and finally auditing interface ACLs for filtering rules blocking TCP port 443.
Structured network troubleshooting progresses logically from local host configuration (Layer 1–3) to local gateway connectivity, followed by path discovery (traceroute), transit routing table lookup, and lastly Layer 4 security filtering (ACLs). This bottom-up and path-isolation approach avoids misdiagnosing infrastructure security filters when basic host parameters or gateway routes are misconfigured.

Adım Adım Çözüm

1
Verify local IP configuration parameters on the source workstation
Ensures the workstation has a valid IP address, correct subnet mask, and assigned gateway address
Troubleshooting should start closest to the host to eliminate local misconfigurations before investigating network infrastructure.
2
Test connectivity to the default gateway interface
Confirms Layer 2 switch connectivity and Layer 3 local gateway responsiveness
If the workstation cannot reach its gateway, remote routing and ACLs cannot be reached or evaluated.
3
Perform a traceroute to the destination IP address
Identifies the exact transit router hop where packet forwarding ceases
Tracing the path isolates the scope of the problem to a specific router or Layer 3 segment.
4
Examine the IP routing table on the failing router hop
Validates whether an active, valid route exists for the destination subnet
A router without a matching route or valid default route will drop incoming traffic or send an ICMP unreachable message.
5
Inspect interface Access Control Lists (ACLs) along the path
Reveals whether explicit deny rules or the default implicit deny block destination port 443
If routing is operational, packet drops on specific ports (e.g., HTTPS 443) are typically caused by ACL rule ordering or misconfigured filter statements.

Anahtar Kavram

CompTIA Layered Network Troubleshooting Methodology for Gateway, Routing, and Access Control List Failures
Tahmini Süre:2m 0s
Soru 1286Soru

A network security engineer is performing baseline administrative hardening on a newly deployed edge router to secure its management plane before production deployment. In what correct operational sequence should the engineer execute the following administrative hardening steps to establish secure remote management and enforce network access controls?

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

Cevabı ve açıklamayı göster

Cevap

The correct operational sequence begins by defining the hostname, domain name, and generating 2048-bit RSA keys, followed by creating encrypted local admin credentials, configuring VTY lines for SSH Version 2 exclusively, applying a management subnet ACL to the VTY lines, and concluding with disabling unused services, unassigned ports, and default native VLAN reassignment.
The correct hardening sequence follows a logical dependency chain: crypto key generation relies on host/domain identifiers, administrative user accounts must exist before enabling SSH login on VTY lines, VTY access must be scoped to specific management subnets via ACLs, and general device surface reduction (disabling unused ports/services and native VLAN isolation) completes the hardening baseline.

Adım Adım Çözüm

1
Generate cryptographic host keys after defining the hostname and IP domain name.
The device instantiates the RSA key pair required by the SSH daemon.
SSH key generation fails unless an explicit domain name and hostname are present in the router configuration.
2
Configure encrypted local AAA/local administrative credentials and remove default accounts.
Authentication database is populated with secure admin account details.
Local credentials must exist so that SSH login requests can be authenticated securely.
3
Enforce transport input ssh on VTY lines and disable legacy cleartext management daemons.
Cleartext protocols like Telnet are disabled on management lines.
Restricting transport options prevents eavesdropping and credential interception across administrative sessions.
4
Attach a restrictive IPv4/IPv6 ACL to the VTY line configuration.
Inbound connection attempts from unauthorized subnets are dropped at the management boundary.
VTY ACLs minimize exposure by limiting management plane access to designated out-of-band or admin subnets.
5
Disable unneeded web/management services, shut down unassigned physical interfaces, and isolate native VLAN 1.
Attack surface is minimized across physical ports, web planes, and Layer 2 broadcast domains.
Layer 2 hardening and service suppression prevent unauthorized physical connections, web vulnerabilities, and VLAN hopping exploits.

Anahtar Kavram

Management Plane Baseline Hardening Workflow
Tahmini Süre:2m 30s
Soru 1287Soru

A network engineering team needs to upgrade the operating system across core firewall pairs to patch a critical zero-day vulnerability. Place the standard change management stages in the correct chronological order from first to last.

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

Cevabı ve açıklamayı göster

Cevap

The correct chronological order for the change management lifecycle is: (1) Draft and submit a formal RFC, (2) Present the RFC to the CAB for review and approval, (3) Perform sandbox testing and broadcast the maintenance window, (4) Deploy updates during the maintenance window and conduct verification testing, and (5) Perform a post-implementation review, update baseline documentation, and close the ticket.
The standard network change management process follows a clear administrative and operational sequence: initial request documentation (RFC creation), administrative governance (CAB authorization), staging and scheduling (sandbox testing and maintenance window notification), active implementation (deployment and post-change testing), and final administrative closure (post-implementation review and baseline updating).

Adım Adım Çözüm

1
Identify the initial documentation stage.
The network team initiates the change process by creating an RFC with risk and rollback documentation.
Formal change control requires a documented RFC before stakeholder evaluation can begin.
2
Identify the authorization stage.
The RFC is submitted to the CAB for organizational review and approval.
CAB approval ensures that business and operational risks are acceptable before scheduling downtime.
3
Identify the staging and scheduling stage.
The change is pre-tested in a lab environment and stakeholders are informed of the maintenance window.
Technical validation and scheduling take place after authorization but prior to active deployment.
4
Identify the execution stage.
The change is implemented during the approved window and core functionality is verified.
Deployments must adhere strictly to scheduled windows to prevent unexpected outages.
5
Identify the post-change closure stage.
The post-implementation review is completed, baselines are updated, and the change ticket is closed.
Documenting final configuration states ensures audit compliance and maintains updated network baseline records.

Anahtar Kavram

Standard Network Change Management Lifecycle
Soru 1288Soru

During a routine wireless performance audit of a corporate facility, an administrator observes severe packet loss and elevated frame retransmissions among clients connected to 2.4 GHz access points. Signal strength measurements indicate strong coverage (-55 dBm) across all work areas. Inspection of the wireless controller configuration reveals that adjacent access points are operating on channels 1, 2, 4, and 5. Which of the following represents the primary root cause of this connectivity issue?

Cevabı ve açıklamayı göster

Cevap: Adjacent-channel interference resulting from overlapping channel selection in the 2.4 GHz spectrum.

Cevap

Adjacent-channel interference resulting from overlapping channel selection in the 2.4 GHz spectrum.
In the 2.4 GHz spectrum, 802.11 channels are spaced 5 MHz apart but require a 20 MHz signal width (plus sidebands), requiring 25 MHz of total channel spacing to avoid overlap. The standard non-overlapping channels in 2.4 GHz are 1, 6, and 11. Assigning channels 1, 2, 4, and 5 causes adjacent radios to transmit on overlapping frequencies. This results in severe adjacent-channel interference (ACI), leading to unreadable RF energy, packet collisions, high frame retransmissions, and throughput drops despite strong RSSI readings.

Adım Adım Çözüm

1
Analyze the reported signal metrics and physical layer status.
The measured signal strength of -55 dBm indicates excellent RF power and eliminates attenuation or distance issues as the root cause.
Signal levels above -65 dBm are generally considered strong for enterprise Wi-Fi environments.
2
Evaluate the 2.4 GHz channel plan against standard 802.11 specifications.
The 2.4 GHz band uses 22 MHz wide channels spaced 5 MHz apart. The only non-overlapping 20 MHz channel plan in North America consists of channels 1, 6, and 11.
Channels 1, 2, 4, and 5 overlap directly in frequency space.
3
Determine the impact of assigning overlapping channels to adjacent access points.
Transmissions on channel 2 bleed into channels 1 and 4, creating elevated noise and frame collisions, which causes clients to retransmit frames and suffer degraded throughput.
Adjacent-channel interference (ACI) cannot be decoded as valid Wi-Fi preamble by neighboring radios, treating it instead as raw RF noise.

Anahtar Kavram

2.4 GHz Channel Overlap and Adjacent-Channel Interference (ACI)
Soru 1289Soru

A network administrator is documenting the cryptographic baselines for wireless security standards across company facilities. Match each wireless security protocol standard on the left with its primary encryption protocol and integrity mechanism on the right.

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

Öğeler

WEP (Wired Equivalent Privacy)
WPA (Wi-Fi Protected Access)
WPA2 (Wi-Fi Protected Access 2)
WPA3 (Wi-Fi Protected Access 3)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

WEP corresponds to RC4 with a 24-bit IV and CRC-32; WPA corresponds to TKIP with RC4 and Michael MIC; WPA2 corresponds to CCMP utilizing AES; WPA3 corresponds to SAE authentication with GCMP-256 encryption.
Each wireless security standard aligns strictly with its cryptographic design: WEP relies on RC4 with 24-bit IVs and CRC-32, WPA uses TKIP to wrap RC4 dynamic keys with Michael MIC, WPA2 standardizes CCMP using AES block ciphers, and WPA3 leverages SAE key exchange with GCMP-256 authenticated encryption.

Adım Adım Çözüm

1
Identify the cryptographic mechanism used by legacy WEP.
WEP uses RC4 with a short 24-bit IV and CRC-32 for payload validation.
This is the legacy standard susceptible to key recovery attacks within minutes.
2
Identify the transitional mechanisms introduced with WPA.
WPA introduced TKIP to dynamically rotate keys while maintaining RC4 hardware compatibility, using Michael MIC for tamper detection.
TKIP served as a backward-compatible firmware upgrade path from WEP.
3
Identify the core standard protocol mandated by WPA2.
WPA2 mandates CCMP, which uses AES in Counter Mode with CBC-MAC.
AES replacement of RC4 satisfies IEEE 802.11i security mandates.
4
Identify the next-generation protocol suite used by WPA3.
WPA3 mandates SAE (Dragonfly key exchange) to prevent offline dictionary attacks and uses GCMP-256 for enhanced data confidentiality.
SAE provides forward secrecy and replaces vulnerable PSK handshakes.

Anahtar Kavram

Wireless Security Standards Evolution and Cipher Pairings
Soru 1290Soru

A network administrator is deploying security controls on a Layer 3 switch interface connecting a workstation VLAN (172.20.10.0/24172.20.10.0/24) to an internal Voice over IP (VoIP) server (172.20.90.25172.20.90.25). The policy requires allowing standard SIP call signaling and RTP media streams while restricting all other communication from the workstation subnet to the VoIP server. Which of the following statements correctly describe the requirements for this Access Control List (ACL) deployment? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Permit statements for SIP signaling (TCP/UDP port 5060) and RTP media traffic (UDP ports) must be evaluated before the ACL's final implicit deny statement.; Because stateless ACLs do not track session state, return traffic for dynamically assigned RTP media stream UDP ports must be explicitly permitted or handled by stateful firewall inspection.

Cevap

The correct requirements are that explicit permit statements for SIP signaling and RTP media traffic must precede the implicit deny rule, and that return traffic for stateless UDP connections must be explicitly permitted or managed by a stateful inspection engine.
Extended ACLs evaluate rules in sequential top-down order until a match is found. Specific permit rules for SIP signaling and RTP media streams must be listed above the implicit deny all statement to allow traffic to pass. Furthermore, because UDP protocols like RTP do not establish TCP connection states, a stateless router ACL requires explicit return rules or a stateful firewall to allow return media traffic.

Adım Adım Çözüm

1
Analyze ACL execution sequence and placement of permit/deny entries.
Recognize that ACLs execute top-down and terminate evaluation upon the first match. Permitting specific ports (SIP port 5060 and RTP UDP port ranges) must occur prior to the default implicit deny at the end of the access list.
Top-down processing means any traffic hitting a deny rule first will be dropped regardless of rules listed below it.
2
Evaluate stateless vs. stateful behavior for UDP traffic flows (SIP and RTP).
Identify that UDP is connectionless and stateless ACLs do not automatically track ephemeral port return paths.
Without stateful inspection or explicit return traffic ACL rules, two-way audio streams will fail due to blocked return packets.
3
Determine the appropriate ACL type (Standard vs. Extended) for Layer 4 port filtering.
Confirm that Standard ACLs inspect only source IP addresses and cannot perform protocol or port-based filtering.
Extended ACLs are required whenever filtering involves destination IP, protocol type (TCP/UDP), or port numbers.

Anahtar Kavram

Extended ACL Rule Processing and Stateful vs Stateless Traffic Filtering
Soru 1291Soru

A network administrator runs the following query on a client workstation to test hostname resolution:

> nslookup webserver.corp.local
Server: dns1.corp.local
Address: 10.0.0.10

*** dns1.corp.local can't find webserver.corp.local: Non-existent domain

The administrator verifies that the target server is powered on, fully functional, and reachable directly by its IP address. Which of the following is the most likely cause of this issue?

Cevabı ve açıklamayı göster

Cevap: The DNS server is missing a host (A) record for the domain name.

Cevap

The DNS server is missing a host (A) record for the domain name.
The 'Non-existent domain' (NXDOMAIN) error returned by nslookup indicates that the client successfully communicated with the DNS server, but the server does not have a matching Host (A) record configured in its DNS zone for the requested hostname.

Adım Adım Çözüm

1
Analyze the nslookup command output.
The local DNS server at 10.0.0.10 responded with 'Non-existent domain' (NXDOMAIN).
This confirms network connectivity to the DNS server is working properly.
2
Evaluate the cause of the NXDOMAIN response.
NXDOMAIN means the queried name server has no record matching the requested hostname in its database.
Since the destination server is online and reachable via IP address, the failure is strictly due to the absence of the corresponding Host (A) resource record on the DNS server.

Anahtar Kavram

DNS Record Verification and NXDOMAIN Troubleshooting
Soru 1292Soru

A network technician executes `ipconfig` on a workstation that is unable to reach local network resources. The output displays an IPv4 address of 169.254.12.89169.254.12.89 and a subnet mask of 255.255.0.0255.255.0.0. Which of the following is the most likely cause of this issue?

Cevabı ve açıklamayı göster

Cevap: The workstation was unable to contact a DHCP server and self-assigned an Automatic Private IP Addressing (APIPA) address.

Cevap

The workstation was unable to contact a DHCP server and self-assigned an Automatic Private IP Addressing (APIPA) address.
The correct answer states that the workstation failed to reach a DHCP server and self-assigned an APIPA address. When a DHCP client initiates the DORA process and receives no reply from a DHCP server within a designated timeout period, the operating system assigns a link-local IP address in the 169.254.0.1169.254.0.1 to 169.254.255.254169.254.255.254 range so local subnet communication can still occur.

Adım Adım Çözüm

1
Analyze the IP address output provided in the scenario.
The IP address is 169.254.12.89169.254.12.89.
Recognizing the address space is crucial for determining how the host received its network configuration.
2
Identify the protocol responsible for the 169.254.0.0/16169.254.0.0/16 address range.
The address falls within the APIPA (Automatic Private IP Addressing) link-local range.
Operating systems automatically assign an APIPA address when a DHCP DISCOVER request receives no DHCP OFFER response.
3
Determine the root cause based on APIPA behavior.
The workstation failed to contact a DHCP server to obtain an IP lease.
APIPA is a fallback mechanism used exclusively when dynamic IP configuration fails.

Anahtar Kavram

Automatic Private IP Addressing (APIPA) Diagnosis
Soru 1293Soru

A network technician is systematically troubleshooting a Linux workstation that fails to resolve an internal fully qualified domain name (FQDN). Arrange the following diagnostic steps in the correct order, starting from local client configuration inspection and escalating through to upstream network infrastructure isolation.

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

Cevabı ve açıklamayı göster

Cevap

The correct sequence starts with inspecting the local hosts file, followed by checking local resolver IP configuration in `/etc/resolv.conf`, clearing local resolver cache, querying the targeted internal DNS server directly via `dig`, and finally querying an external public DNS server to isolate internal vs. external scope.
Systematic network troubleshooting follows a bottom-up / local-to-remote sequence: first checking local static files (`/etc/hosts`), then local network client configuration (`/etc/resolv.conf`), followed by local cache clearing (`resolvectl flush-caches`), then testing targeted internal DNS server responses via direct `dig` queries, and lastly testing external DNS reachability to isolate enterprise boundary issues.

Adım Adım Çözüm

1
Check local static mappings in `/etc/hosts`.
Ensures no hardcoded IP address or hostname entry is overriding standard DNS queries on the endpoint.
The OS checks local host files prior to making network resolver requests.
2
Verify client DNS server IP settings in `/etc/resolv.conf`.
Confirms the workstation attempts DNS queries against valid, reachable DNS IP addresses.
If the configured DNS server IP is incorrect or misassigned by DHCP, network queries will fail regardless of server status.
3
Clear cached name resolution entries using `resolvectl flush-caches`.
Purges temporary cached lookup failures or expired record mappings.
Eliminates local cache corruption or stale TTL records as the root cause.
4
Directly query the internal DNS server using `dig @<Internal_DNS_IP> <FQDN>`.
Determines if the internal DNS daemon responds on UDP/TCP port 53 and returns valid resource records.
Isolates the local resolver library from the actual network response of the designated DNS server.
5
Query a public external DNS resolver using `dig @8.8.8.8 <FQDN>`.
Helps distinguish between an isolated internal DNS server issue and broader firewall or outbound network connectivity failures.
Determines if DNS traffic generally egresses the host and isolates internal infrastructure misconfigurations.

Anahtar Kavram

Systematic DNS Troubleshooting Sequence
Tahmini Süre:2m 0s
Soru 1294Soru

A network administrator is troubleshooting an intermittent physical layer failure on a newly provisioned 90-meter Category 6A unshielded twisted-pair (UTP) link connecting a core switch to a server farm switch. A standard continuity test verifies 1-to-1 pin mapping with no opens or shorts. However, when the link auto-negotiates to 10GBASE-T, the switch interfaces report extremely high cyclic redundancy check (CRC) error counts and dropped frames, whereas forcing the link speed down to 1000BASE-T yields stable performance. Which diagnostic tool should the administrator use to pinpoint the exact location and nature of this signal degradation along the cable run?

Cevabı ve açıklamayı göster

Cevap: A cable certifier capable of measuring frequency-dependent parameters such as Near-End Crosstalk (NEXT) and return loss across the cable length

Cevap

A cable certifier capable of measuring frequency-dependent parameters such as Near-End Crosstalk (NEXT) and return loss across the cable length
High-speed transmission standards such as 10GBASE-T over Cat 6A operate at high frequencies (up to 500 MHz). Physical installation flaws such as untwisting wire pairs too far during punch-down or exceeding bend radii cause high-frequency impairments like Near-End Crosstalk (NEXT) and return loss. A cable certifier performs full parametric frequency sweeps and time-domain analysis to pinpoint exact failure points along the cable run.

Adım Adım Çözüm

1
Analyze the symptoms presented in the scenario
The cable run passes simple DC continuity tests (no open or short circuits), operates normally at 1Gbps, but suffers severe frame corruption (CRC errors) at 10Gbps over Cat 6A UTP.
10Gbps transmission operates at significantly higher frequencies (up to 500 MHz), making it far more sensitive to high-frequency physical layer impairments like NEXT, FEXT, and return loss.
2
Evaluate the capabilities of basic copper testing tools versus advanced diagnostic tools
Basic continuity wiremap testers only verify physical conductor connection from end to end. They do not evaluate high-frequency electrical characteristics.
A cable run can have perfect 1-to-1 pin alignment while still failing frequency compliance due to excessive conductor untwisting at termination points or tight bend radii.
3
Select the appropriate diagnostic tool for high-frequency cabling certification
A full cable certifier performs frequency-sweep testing up to Category specifications (e.g., 500 MHz for Cat 6A) and provides time-domain crosstalk (TDX) plots to pinpoint where crosstalk or impedance anomalies occur.
Only a cable certifier can validate physical layer compliance against TIA/EIA standards and isolate high-frequency signal integrity failure locations.

Anahtar Kavram

Cable certification and frequency-dependent parametric testing for high-speed copper links
Soru 1295Soru

Employees in a newly renovated office suite report that laptops connected to the 5 GHz Wi-Fi network experience severe signal drop-offs and low throughput when moving inside glass-walled conference rooms. However, clients connected to the 2.4 GHz wireless network maintain stable signal strength throughout the entire floor. Diagnostic site survey tools reveal a significant drop in RSSI specifically when receiving 5 GHz signals behind the newly installed tinted glass walls. Which of the following is the primary cause of the performance degradation on the 5 GHz band?

Cevabı ve açıklamayı göster

Cevap: Greater signal attenuation and absorption of higher-frequency radio waves by dense building materials

Cevap

Greater signal attenuation and absorption of higher-frequency radio waves by dense building materials
The correct answer correctly identifies that higher-frequency RF signals, such as 5 GHz, experience greater absorption and attenuation when passing through solid or coated building materials like low-emissivity glass. Because lower frequencies (2.4 GHz) have longer wavelengths, they penetrate physical barriers more effectively, explaining why 2.4 GHz signal strength remains stable while 5 GHz drops significantly.

Adım Adım Çözüm

1
Analyze the observed symptoms
The issue specifically affects the 5 GHz frequency band behind glass walls, while 2.4 GHz remains stable.
Different RF frequencies exhibit distinct propagation and penetration characteristics.
2
Evaluate RF attenuation properties by frequency
Higher frequencies (5 GHz) suffer greater free-space path loss and higher absorption rates through physical obstacles compared to lower frequencies (2.4 GHz).
Shorter wavelengths at 5 GHz struggle to penetrate dense or metallic materials like treated low-emissivity glass.
3
Select the matching physical layer cause
Absorption and attenuation by the building material explain the RSSI drop exclusively on the 5 GHz band.
Environmental obstacles impact higher frequency signals more severely.

Anahtar Kavram

RF Attenuation and Absorption by Frequency
Soru 1296Soru

A network administrator needs to establish a comprehensive network performance monitoring strategy across remote branch routers. The solution must securely collect hardware state metrics (such as CPU utilization and interface counters) while also capturing granular flow-level statistics (such as packet loss and jitter) for latency-sensitive applications. Which TWO performance telemetry mechanisms should the administrator implement to fulfill these requirements?

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

Cevabı ve açıklamayı göster

Cevap: Deploy SNMPv3 configured with the authPriv security level to poll hardware state metrics and interface telemetry securely.; Export IPFIX (IP Flow Information Export) records to analyze per-flow performance parameters such as packet loss and delay variation.

Cevap

The administrator should implement SNMPv3 with authPriv for secure device state monitoring and IPFIX for granular flow-level performance analysis.
The combination of SNMPv3 with authPriv and IPFIX satisfies both requirements. SNMPv3 authPriv guarantees secure, encrypted polling of system hardware counters and interface statistics. IPFIX allows edge devices to export detailed flow records that track timing, packet loss, and jitter for real-time application traffic analysis.

Adım Adım Çözüm

1
Identify the requirement for secure hardware metric polling.
SNMPv3 with authPriv satisfies authentication and encryption requirements for hardware state telemetry.
SNMPv3 authPriv ensures data integrity and confidentiality during device polling.
2
Identify the requirement for per-flow performance metric analysis (packet loss, delay variation).
IPFIX (or NetFlow) provides flow export mechanisms to monitor traffic dynamics and quality metrics.
Flow telemetry protocols collect traffic statistical records to evaluate real-time application behavior.

Anahtar Kavram

Network telemetry protocols and security calibration for performance monitoring
Soru 1297Soru

A network administrator applies the following extended Access Control List (ACL) to the inbound direction of interface GigabitEthernet0/1 on a branch router to allow subnet `192.168.50.0/24` access to a web server at `10.10.20.100`:

text
Router# show access-lists 105
Extended IP access list 105
10 permit tcp 192.168.50.0 0.0.0.255 host 10.10.20.100 eq 443
20 permit tcp 192.168.50.0 0.0.0.255 host 10.10.20.100 eq 80

Immediately after applying this ACL, workstations on the `192.168.50.0/24` subnet report that they can no longer reach external internet sites or perform domain name resolution via the internal DNS server at `10.10.10.5`. Which of the following best explains the root cause of this connectivity failure?

Cevabı ve açıklamayı göster

Cevap: The implicit deny statement at the end of the ACL is dropping all unpermitted traffic, including DNS requests and traffic destined for external subnets.

Cevap

The implicit deny rule at the end of the Access Control List filters out all traffic not explicitly permitted, blocking DNS resolution (UDP 53) and general outbound IP routing.
In network security configurations, Access Control Lists contain an unwritten implicit deny all rule (`deny ip any any`) at the end of the rule list. When only HTTP and HTTPS traffic to a specific destination host are permitted, all other IP traffic—including DNS requests (UDP port 53) and traffic routed to the default gateway for external networks—hits the implicit deny and is discarded.

Adım Adım Çözüm

1
Analyze the ACL configuration rules
Rules 10 and 20 explicitly permit TCP traffic on ports 443 and 80 to host 10.10.20.100.
Identify what traffic is explicitly allowed by the configured statements.
2
Evaluate default ACL behavioral mechanics
An unwritten 'deny ip any any' (implicit deny) statement exists at the end of all standard and extended ACLs.
Understand why non-matching traffic is dropped.
3
Correlate symptoms with the ACL rules
DNS requests (UDP port 53) and general internet traffic do not match rules 10 or 20, causing them to hit the implicit deny and be dropped.
Determine why DNS resolution and internet reachability failed following the ACL application.

Anahtar Kavram

Access Control List Implicit Deny Behavior
Tahmini Süre:1m 30s
Soru 1298Soru

A network administrator deployed a new internal database server named `db-primary` with IP address 172.16.45.10172.16.45.10 inside the `internal.corp.net` DNS zone. Users situated on workstations within the `sales.corp.net` domain report that querying short hostname `db-primary` fails, whereas querying the fully qualified domain name (FQDN) succeeds.

The administrator executes the following troubleshooting commands from a user workstation in `sales.corp.net`:

C:\> nslookup db-primary
Server: dc1.sales.corp.net
Address: 172.16.10.5

*** dc1.sales.corp.net can't find db-primary: Non-existent domain

C:\> nslookup db-primary.internal.corp.net
Server: dc1.sales.corp.net
Address: 172.16.10.5

Name: db-primary.internal.corp.net
Address: 172.16.45.10

Which of the following configuration changes will resolve the short hostname resolution failure for all workstations in `sales.corp.net`?

Cevabı ve açıklamayı göster

Cevap: Append internal.corp.net to the DNS domain search list distributed to workstations via DHCP Option 119.

Cevap

Append internal.corp.net to the DNS domain search list distributed to workstations via DHCP Option 119.
When a client queries a single-label short hostname (such as 'db-primary'), the operating system resolver appends domain suffixes from its DNS suffix search list. Because the target host resides in 'internal.corp.net' and the workstations belong to 'sales.corp.net', the client fails to resolve the host unless 'internal.corp.net' is appended to the workstation's search list. Distributing this suffix via DHCP Option 119 resolves the problem for all clients automatically.

Adım Adım Çözüm

1
Analyze the CLI output for short name vs FQDN queries.
The query for 'db-primary' returns NXDOMAIN (Non-existent domain) under 'sales.corp.net', while 'db-primary.internal.corp.net' resolves successfully.
The client operating system only appends its primary domain suffix ('sales.corp.net') when attempting to resolve single-label short names.
2
Determine the necessary mechanism to resolve single-label names across multi-domain environments.
Adding 'internal.corp.net' to the client's DNS suffix search list instructs the resolver to append 'internal.corp.net' if the initial local domain lookup fails.
Resolvers iterate through configured search suffixes sequentially when presented with single-label hostnames.
3
Select the centralized administrative fix for network-wide deployment.
Configuring DHCP Option 119 (Domain Search Option) ensures all client workstations dynamically receive the required suffix list.
Centralized DHCP option management updates all workstations without requiring manual static IP or adapter reconfiguration on individual hosts.

Anahtar Kavram

DNS Suffix Search List & Unqualified Hostname Resolution
Soru 1299Soru

A network administrator is designing a wireless deployment for a corporate branch office. Security policy mandates individual user accountability, centralized credential management using an existing 802.1X RADIUS infrastructure, and enterprise-grade encryption. A junior technician proposes deploying WPA3-Personal with Simultaneous Authentication of Equals (SAE) to avoid the administrative overhead of deploying and managing digital certificates on client devices. Which of the following best explains why the technician's proposal fails to satisfy the organizational security compliance baseline?

Cevabı ve açıklamayı göster

Cevap: WPA3-Personal utilizes Simultaneous Authentication of Equals (SAE) with a shared password, which does not provide individual user authentication or integrate with 802.1X RADIUS servers.

Cevap

WPA3-Personal utilizes Simultaneous Authentication of Equals (SAE) with a shared password, which does not provide individual user authentication or integrate with 802.1X RADIUS servers.
The requirement for individual user accountability and 802.1X RADIUS integration necessitates WPA3-Enterprise. WPA3-Personal uses Simultaneous Authentication of Equals (SAE), which protects shared passphrases against dictionary attacks but still relies on a common secret among all users, rendering it incapable of providing individual user authentication or communicating with an 802.1X RADIUS server.

Adım Adım Çözüm

1
Analyze organizational requirements
The scenario requires individual user accountability and centralized authentication integrated with an 802.1X RADIUS infrastructure.
Enterprise security baselines demand unique per-user accounting rather than shared access credentials.
2
Evaluate the proposed solution (WPA3-Personal with SAE)
WPA3-Personal uses SAE to secure pre-shared key (PSK) authentication across all connecting hosts using a single shared password.
SAE replaces the traditional PSK four-way handshake to protect against offline dictionary attacks, but it remains a personal mode reliant on a common passphrase.
3
Compare WPA3 modes against compliance mandates
Only WPA3-Enterprise supports 802.1X authentication framework integration with RADIUS servers for per-user credential validation.
WPA3-Personal cannot pass individual user identities or credentials to 802.1X/RADIUS servers.

Anahtar Kavram

WPA3-Personal vs. WPA3-Enterprise Authentication Mechanics
Soru 1300Soru

A user reports that a recently updated internal web application still directs their browser to an obsolete IP address on their local client machine. In what order should a network technician perform the following steps to systematically troubleshoot and resolve this stale name resolution issue?

Öğ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 inspecting the local DNS resolver cache, followed by flushing the local DNS cache, querying the primary DNS server directly, and finally verifying host connectivity.
Logical troubleshooting dictates examining local system state before making changes. First inspecting the local cache confirms if stale records exist. Flushing the cache then removes obsolete mappings. Querying the primary DNS server ensures the upstream infrastructure yields correct records. Finally, verifying network reachability confirms overall resolution.

Adım Adım Çözüm

1
Inspect local DNS resolver cache
Determines whether an obsolete hostname-to-IP mapping is stored in the client cache.
Systematic troubleshooting requires gathering diagnostic evidence of local caching prior to modifying system state.
2
Flush the local DNS resolver cache
Removes stale DNS entries stored in local operating system memory.
Clearing the cache ensures subsequent host lookup attempts request fresh record data from DNS servers.
3
Query the primary DNS server directly
Validates that the upstream DNS server resolves the FQDN to the modern, expected IP address.
Direct queries test DNS server functionality independently from client-side local configuration files or caches.
4
Verify host reachability and service access
Confirms application traffic reaches the destination IP correctly.
Final testing validates that both name resolution and network transport are working as intended.

Anahtar Kavram

Client-side DNS resolver cache troubleshooting workflow
ÖncekiSayfa 65 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin