Network Troubleshooting

486 soru

Soru 261Soru

A network engineer is troubleshooting reachability issues for a newly provisioned monitoring server located in an enterprise branch office. The server is assigned the static IP address 10.64.36.19510.64.36.195 with a subnet mask of 255.255.255.192255.255.255.192 (/26/26). The default gateway configured on the server interface is 10.64.36.12910.64.36.129. The server can successfully ping its own IP address, but all attempts to reach the default gateway or remote networks fail with a destination host unreachable error. Which of the following identifies the root cause of this connectivity failure?

Cevabı ve açıklamayı göster

Cevap: The host IP address and the default gateway reside on different IP subnets due to an incorrect subnet mask configuration.

Cevap

The host IP address and the default gateway reside on different IP subnets due to an incorrect subnet mask configuration.
Under a 255.255.255.192 (/26) subnet mask, subnets increment by 64 in the fourth octet. The subnet containing host address 10.64.36.195 spans 10.64.36.192 to 10.64.36.255 (usable host range 10.64.36.193–10.64.36.254). The configured default gateway IP 10.64.36.129 falls into the previous subnet block spanning 10.64.36.128 to 10.64.36.191 (usable host range 10.64.36.129–10.64.36.190). Because a device's default gateway must reside on the same IP subnet as the host itself, local gateway reachability fails.

Adım Adım Çözüm

1
Analyze the subnet boundaries for the given host configuration.
A subnet mask of 255.255.255.192255.255.255.192 corresponds to a /26/26 prefix, dividing an octet into blocks of 6464 addresses (256192=64256 - 192 = 64).
Determining block size is essential to find the network ID and usable range.
2
Determine the subnet block containing host IP 10.64.36.19510.64.36.195.
The block boundaries in the 4th octet are 0,64,128,1920, 64, 128, 192. Therefore, 10.64.36.19510.64.36.195 belongs to the subnet 10.64.36.192/2610.64.36.192/26. The usable host range for this subnet is 10.64.36.19310.64.36.193 to 10.64.36.25410.64.36.254, with broadcast address 10.64.36.25510.64.36.255.
Validates the network placement of the host.
3
Determine the subnet block containing gateway IP 10.64.36.12910.64.36.129.
The gateway address 10.64.36.12910.64.36.129 falls into the preceding block 10.64.36.128/2610.64.36.128/26 (usable range 10.64.36.12910.64.36.129 to 10.64.36.19010.64.36.190).
Validates the network placement of the default gateway.
4
Evaluate local subnet reachability.
Because the host and default gateway reside on different subnets under the /26/26 mask, the host cannot directly communicate with its default gateway without a routing boundary, causing unreachability to outside networks.
A host default gateway must reside on the same local Layer 3 broadcast domain as the host interface.

Anahtar Kavram

Default Gateway Subnet Boundary and Subnet Mask Alignment
Tahmini Süre:2m 0s
Soru 262Soru

A systems engineer is troubleshooting an issue where corporate users cannot authenticate to an enterprise wireless network. The engineer established a theory that an expired SSL/TLS certificate on the RADIUS server was causing EAP-TLS handshake failures and confirmed this theory by analyzing RADIUS authentication failure logs. Which of the following actions should the engineer perform NEXT in accordance with the CompTIA troubleshooting methodology? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Develop a plan of action to renew and install the updated SSL/TLS certificate while identifying potential service impact.; Implement the planned solution by applying the new RADIUS server certificate during an authorized maintenance window.

Cevap

The engineer should establish a plan of action to renew the certificate while identifying potential effects, and implement the solution during an approved maintenance window.
Once a theory of probable cause has been confirmed (Step 3), the CompTIA troubleshooting methodology requires moving to Step 4: 'Establish a plan of action to resolve the problem and identify potential effects' and 'Implement the solution or escalate as necessary'. Developing the certificate renewal plan while evaluating service impact and deploying the updated certificate during a maintenance window correctly fulfill this phase.

Adım Adım Çözüm

1
Identify the completed phase of the CompTIA troubleshooting methodology from the scenario context.
The engineer completed Step 3 (Test the theory to determine the cause) by verifying the RADIUS authentication logs.
Identifying the current step establishes the baseline required to determine the next immediate action.
2
Determine the next sequential phase mandated by the CompTIA methodology.
Step 4 requires establishing a plan of action to resolve the issue and identifying potential effects, followed by implementing the solution.
CompTIA standards dictate that theory verification must be followed by action planning, impact assessment, and implementation before verification.
3
Select the options matching the Step 4 requirements.
Developing the renewal plan with impact assessment and applying the certificate update are the correct Step 4 actions.
System functionality testing (Step 5) and documenting findings (Step 6) occur later in the troubleshooting lifecycle.

Anahtar Kavram

CompTIA Troubleshooting Methodology Step Sequence
Tahmini Süre:1m 30s
Soru 263Soru

Match each wireless network troubleshooting scenario or signal anomaly to its primary underlying cause.

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

Öğeler

A client experiences high packet retries near operating microwave ovens while signal strength (RSSI) remains high.
A 2.4 GHz wireless deployment using 40 MHz channel bonding suffers from severe throughput degradation in an office.
Wireless signal strength drops significantly when users enter a newly renovated room bounded by Low-E glass partitions.
A laptop remains connected to an AP located far down the hallway with poor performance instead of roaming to a nearby AP in the room.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Each wireless symptom corresponds to a distinct physical layer or configuration problem: non-Wi-Fi appliances generate non-802.11 noise; 40 MHz bonding on 2.4 GHz depletes non-overlapping channels; metallic Low-E glass causes RF attenuation; and excessive AP transmit power results in sticky client behavior.
Matching each symptom to its core physical or structural cause allows proper diagnostic isolation: microwave emissions elevate background noise without lowering signal levels; 40 MHz bonding on 2.4 GHz violates non-overlapping channel design; metallic glass causes physical attenuation; and over-amplified AP beacon power prevents client disassociation.

Adım Adım Çözüm

1
Analyze the impact of non-Wi-Fi electronic emissions on the 2.4 GHz spectrum.
Identify that devices like microwave ovens emit non-802.11 RF noise.
Unregulated electromagnetic radiation elevates the noise floor, decreasing the Signal-to-Noise Ratio (SNR) despite high RSSI.
2
Evaluate channel width boundaries within the 2.4 GHz band.
Recognize that 40 MHz channel bonding overlaps the limited non-overlapping channels (1, 6, 11).
Bonding channels in a constrained frequency spectrum forces neighboring radios onto overlapping frequencies.
3
Assess physical signal loss caused by specialized architectural materials.
Determine that metallic coatings on Low-E glass induce RF attenuation.
Conductive metallic particles reflect and absorb RF signals as they pass through structural barriers.
4
Examine wireless client roaming behavior and cell coverage boundaries.
Associate excessive AP transmit power with sticky client persistence.
Clients evaluate downlink beacon strength to decide when to roam; high AP power prevents disassociation even when uplink frames fail.

Anahtar Kavram

Troubleshooting wireless signal degradation by identifying root causes such as non-802.11 noise, channel overlap, physical material attenuation, and roaming cell misconfigurations.
Soru 264Soru

A network technician suspects that a workstation's local DNS resolver is returning cached, out-of-date IP addresses for an internal server. The technician needs to test name resolution by sending a DNS query directly to a specific authoritative name server rather than relying on the local resolver configuration. Which command-line utility should the technician use to perform this direct query?

Cevabı ve açıklamayı göster

Cevap: nslookup

Cevap

The correct utility is nslookup, which allows targeted DNS server queries and record inspection.
The nslookup command (along with dig) is designed specifically to test and troubleshoot DNS infrastructure. It allows technicians to query specific name servers by IP address or hostname, view specific record types (A, AAAA, MX, CNAME), and bypass local DNS client cache settings.

Adım Adım Çözüm

1
Identify the diagnostic requirement
The requirement is to send a direct DNS query to a specific target DNS server to test domain name resolution without using local cached results.
Testing specific DNS server responses requires a command-line tool dedicated to name resolution lookup.
2
Evaluate candidate CLI network utilities
The nslookup command (or dig on Linux/macOS) accepts a specified DNS server IP address as an argument (e.g., nslookup hostname server_ip) to perform explicit targeted queries.
Other utilities rely on operating system default socket calls or serve completely different diagnostic purposes like layer 3 pinging or protocol stat tracking.

Anahtar Kavram

Direct DNS Querying using CLI Utilities
Tahmini Süre:45s
Soru 265Soru

A network engineer is troubleshooting why internal workstations cannot access a newly deployed secure internal portal at `vault.corp.local`. The engineer executes `dig vault.corp.local` on a client workstation and captures the following terminal output:

;; QUESTION SECTION:
;vault.corp.local. IN A

;; ANSWER SECTION:
vault.corp.local. 300 IN CNAME sec-srv01.corp.local.

;; ADDITIONAL SECTION:
sec-srv01.corp.local. 300 IN A 10.200.5.25

Next, the engineer remotely accesses the destination server (`10.200.5.25`) and runs `netstat -tuln`, which displays:

Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 10.200.5.25:8443 0.0.0.0:* LISTEN
udp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN

When end users attempt to navigate to `https://vault.corp.local` using standard browser defaults, the request immediately fails with a "Connection Refused" error. Based on the command outputs provided, which root cause explains why clients are unable to connect?

Cevabı ve açıklamayı göster

Cevap: The web application daemon is listening on TCP port 8443 rather than standard HTTPS port 443, causing default client web requests to be rejected by the host.

Cevap

The web application daemon is listening on non-standard TCP port 8443 rather than standard HTTPS port 443, causing default client web requests to be rejected by the host.
The `dig` output demonstrates successful name resolution, resolving `vault.corp.local` via alias to IP address `10.200.5.25`. However, the `netstat -tuln` output shows the web daemon listening on custom TCP port 8443 (`10.200.5.25:8443`) rather than the standard HTTPS port 443. When users attempt to connect via standard HTTPS (`https://vault.corp.local`), their browser sends traffic to port 443. Because no service is bound to TCP port 443 on the target host, the server's OS rejects the connection attempt.

Adım Adım Çözüm

1
Analyze the `dig` command output snippet to evaluate DNS resolution.
The `dig` query for `vault.corp.local` returns a CNAME pointing to `sec-srv01.corp.local.`, and the ADDITIONAL section successfully resolves `sec-srv01.corp.local.` to IP address `10.200.5.25`.
DNS resolution is functioning correctly; the client successfully resolves the target domain name to IPv4 address `10.200.5.25`.
2
Analyze the `netstat -tuln` command output snippet from target host `10.200.5.25`.
The output indicates an active TCP listening socket on `10.200.5.25:8443` (`tcp 0 0 10.200.5.25:8443 ... LISTEN`). Port 443 is not listed.
Web browsers attempting an HTTPS connection to `https://vault.corp.local` automatically target TCP port 443 by default unless an explicit port is appended to the URL.
3
Synthesize the DNS resolution result and socket binding state to determine why connections are refused.
Because no process is listening on TCP port 443 on host `10.200.5.25`, TCP SYN packets sent to port 443 trigger a TCP RST (Reset) packet from the operating system, resulting in a 'Connection Refused' error in the client browser.
Connecting requires matching both IP address resolution and target port listening states.

Anahtar Kavram

Correlating DNS query output with host netstat socket bindings during protocol troubleshooting
Soru 266Soru

An infrastructure engineer is analyzing network logs to determine why an application server located at 10.50.20.1510.50.20.15 cannot transmit syslog data to a remote log collector at 172.18.4.50172.18.4.50. The collector receives log streams using UDP port 514514. The engineer inspects the active router interface access control list (ACL):

text
Extended IP access list ENTERPRISE_OUT
10 permit tcp 10.50.20.0 0.0.0.63 host 172.18.4.50 eq 514
20 permit ip 10.50.20.0 0.0.0.63 10.50.0.0 0.0.255.255
30 deny ip any any

Which of the following identifies the root cause of this connectivity failure?

Cevabı ve açıklamayı göster

Cevap: The access control list specifies TCP port 514 instead of UDP, causing syslog traffic to miss Rule 10 and fall through to the deny rule.

Cevap

The access control list specifies TCP port 514 instead of UDP, causing syslog traffic to miss Rule 10 and fall through to the deny rule.
Standard syslog logging services utilize UDP port 514. In the configured access control list, Rule 10 explicitly permits TCP traffic on port 514. Because transport layer protocol matching is strict, UDP syslog packets miss Rule 10 as well as Rule 20 (which targets a different subnet block), falling through to Rule 30 where they are denied.

Adım Adım Çözüm

1
Identify the transport protocol and port used by the service
Syslog standard protocol operates over UDP port 514.
Correct ACL matching depends on matching both transport protocol (UDP vs TCP) and port number.
2
Evaluate ACL rules top-down against the traffic specifications
UDP traffic from 10.50.20.15 to 172.18.4.50 on port 514 is evaluated against Rule 10 (permit tcp...), which fails due to protocol mismatch. Rule 20 permits traffic to 10.50.0.0/16, which does not match 172.18.4.50.
ACLs process sequentially until the first matching statement.
3
Determine the ultimate fate of unmatched packets
The traffic reaches Rule 30 (deny ip any any) and is dropped.
Unmatched traffic falls through to explicit or implicit deny rules.

Anahtar Kavram

ACL Transport Protocol Mismatch & Sequential Processing
Soru 267Soru

A network engineer is investigating an inter-switch trunk link issue between Switch-A and Switch-B. Console logs on Switch-A continuously report "%CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered on GigabitEthernet0/1 (50), with Switch-B GigabitEthernet0/1 (10)". Furthermore, hosts assigned to VLAN 50 on Switch-A are unable to reach services on VLAN 50 connected to Switch-B, and frame traffic is leaking into VLAN 10. Which TWO configuration actions must be performed to restore proper Layer 2 trunking and isolation? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Reconfigure GigabitEthernet0/1 on Switch-B so its native VLAN setting matches VLAN 50 on Switch-A.; Ensure VLAN 50 is explicitly included in the allowed VLAN list on GigabitEthernet0/1 on both switches.

Cevap

To resolve the inter-switch trunking and isolation failures, the administrator must align the native VLAN setting on Switch-B to VLAN 50 to match Switch-A, and ensure VLAN 50 is added to the allowed VLAN list on both trunk ports.
The correct actions are aligning the native VLAN ID across both ends of the 802.1Q trunk link and ensuring that VLAN 50 is included in the allowed VLAN list on both switchports. A native VLAN mismatch causes untagged frames sent from Switch-A on VLAN 50 to be received on Switch-B and placed into VLAN 10, resulting in security leakage and cross-VLAN communication failures. Additionally, VLAN 50 must be permitted on the trunk allowed list for traffic to successfully traverse between switches.

Adım Adım Çözüm

1
Identify the root cause of native VLAN traffic leakage
Console logs confirm Switch-A considers VLAN 50 native while Switch-B considers VLAN 10 native, causing untagged frames on VLAN 50 to be received into VLAN 10.
802.1Q trunks transmit native VLAN frames without an 802.1Q tag header. Mismatched native VLAN definitions cause frames to be placed into the wrong VLAN on the opposing switch.
2
Align native VLAN configuration on Switch-B
Changing Switch-B's native VLAN on interface GigabitEthernet0/1 to VLAN 50 resolves the CDP native VLAN mismatch log and stops traffic leakage.
Both trunk endpoints must agree on which VLAN ID handles untagged frames.
3
Verify allowed VLAN list on the trunk interfaces
Adding VLAN 50 to the trunk allowed list permits 802.1Q tagged frames for VLAN 50 to traverse the link.
If a VLAN is pruned or excluded from the switchport trunk allowed list, frames matching that VLAN ID are dropped at the egress interface.

Anahtar Kavram

802.1Q Trunking Native VLAN and Allowed List Troubleshooting
Soru 268Soru

A network administrator is troubleshooting an issue where a client workstation is resolving an outdated IP address for a local server. Arrange the standard operating system name resolution steps in order from FIRST evaluated source to LAST evaluated source during a hostname lookup request.

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

Cevabı ve açıklamayı göster

Cevap

The correct order of name resolution sources evaluated by the client operating system is: (1) Local HOSTS file, (2) Local DNS resolver cache, (3) Configured primary DNS server, and (4) Link-Local Multicast Name Resolution (LLMNR) / NetBIOS local broadcast fallback.
Standard client operating systems perform hostname resolution by inspecting local static overrides (HOSTS file) first, followed by the memory-resident DNS resolver cache, then issuing a DNS query to the designated primary DNS server, and finally using multicast/broadcast methods (such as LLMNR or NetBIOS) as a fallback mechanism if DNS resolution is unsuccessful.

Adım Adım Çözüm

1
Evaluate local file-based overrides
The operating system checks the HOSTS file on disk to see if a manual IP mapping overrides network resolution.
Local static mappings take absolute priority in standard operating system resolution logic.
2
Inspect client resolver memory cache
If no entry exists in HOSTS, the OS checks volatile RAM cache managed by the DNS client service.
Checking cache minimizes network overhead and avoids unnecessary DNS queries across the LAN.
3
Query network-configured primary DNS server
If absent from local cache, a unicast DNS query is sent to the primary DNS IP address configured via DHCP or static IP settings.
This queries the authoritative infrastructure to resolve central domain names.
4
Execute local broadcast/multicast fallback mechanisms
If standard DNS infrastructure resolution yields no answer, local multicast (LLMNR) or broadcast (NetBIOS) packets are sent to adjacent subnet peers.
Broadcast mechanisms serve as a last resort for peer-to-peer name resolution within the same broadcast domain.

Anahtar Kavram

Standard Operating System Hostname Resolution Order
Soru 269Soru

During a network audit, a technician discovers that Switch-1 has its trunk interface native VLAN set to VLAN 10, while Switch-2 on the opposite end of the trunk link has its native VLAN set to VLAN 20. Which of the following issues will occur as a direct result of this misconfiguration?

Cevabı ve açıklamayı göster

Cevap: Untagged frames transmitted by Switch-1 will be processed on VLAN 20 by Switch-2, causing cross-VLAN traffic leakage.

Cevap

Untagged frames transmitted by Switch-1 will be processed on VLAN 20 by Switch-2, causing cross-VLAN traffic leakage.
Under 802.1Q encapsulation, frames in the native VLAN travel untagged across trunk links. When the receiving switch has a different native VLAN configured, it places all incoming untagged frames into its own configured native VLAN, causing traffic leakage between two distinct VLANs.

Adım Adım Çözüm

1
Identify how 802.1Q trunking handles native VLAN traffic.
802.1Q trunks send frames belonging to the configured native VLAN without an 802.1Q header (untagged).
Native VLANs are designed to carry untagged control and legacy traffic across trunk links.
2
Analyze the impact of a native VLAN mismatch across the link.
Switch-1 sends untagged frames intended for VLAN 10. Switch-2 receives these untagged frames and assigns them to its own native VLAN (VLAN 20).
Switches assume any incoming untagged frame on a trunk interface belongs to their locally configured native VLAN.
3
Select the option that correctly describes this behavior.
Cross-VLAN traffic leakage occurs between VLAN 10 and VLAN 20.
This matches the technical consequence of an 802.1Q native VLAN mismatch.

Anahtar Kavram

Native VLAN Mismatch Behavior on 802.1Q Trunks
Soru 270Soru

A network administrator installs a new single-mode fiber-optic cable run between two network switches in adjacent buildings. Which tool should the administrator use to measure signal attenuation and pinpoint light loss along the fiber link?

Cevabı ve açıklamayı göster

Cevap: Optical Time-Domain Reflectometer (OTDR)

Cevap

Optical Time-Domain Reflectometer (OTDR)
An Optical Time-Domain Reflectometer (OTDR) is designed for optical fiber testing. It sends light pulses through the fiber cable and measures the power and timing of reflected light backscatter to determine total attenuation and locate splices, breaks, or signal loss points.

Adım Adım Çözüm

1
Identify the transmission medium specified in the scenario.
The cable run consists of single-mode optical fiber.
Fiber-optic cables carry light signals rather than electrical currents, requiring diagnostic tools specifically designed for optical analysis.
2
Determine the diagnostic requirement.
The objective is to measure signal attenuation and locate light loss along the fiber cable.
Optical Time-Domain Reflectometers (OTDRs) measure light degradation and calculate distance to faults by evaluating backscattered light pulses.

Anahtar Kavram

Utilizing Hardware Testers and Packet Analyzers
Soru 271Soru

A network technician is troubleshooting an intermittent Gigabit Ethernet connection over a 70-meter Category 6 UTP cabling run between a core switch and a high-density wireless access point. Although a basic continuity wiremapper shows all eight conductors properly connected pin-to-pin, the link frequently drops or negotiates down to 100 Mbps under high traffic loads. Which of the following diagnostic steps or corrective actions should the technician take to identify and resolve this issue? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Utilize a cable certifier to test for split pairs and measure Near-End Crosstalk (NEXT) along the cable run.; Inspect patch panel terminations to ensure the untwisted length of wire pair conductors does not exceed 0.5 inches (13 mm).

Cevap

The technician should utilize a cable certifier to test for split pairs/NEXT and inspect patch panel terminations to ensure wire pair untwisting does not exceed 0.5 inches (13 mm).
Simple continuity testers verify that pin 1 connects to pin 1, pin 2 to pin 2, and so forth. However, if conductors from different pairs are crossed (split pair), electrical continuity still succeeds while differential signal noise cancellation fails completely. A cable certifier tests high-frequency parameters like Near-End Crosstalk (NEXT) to uncover split pairs. Furthermore, TIA/EIA Category 6 standards specify that pair twists must be maintained as close to the termination point as possible, with no more than 0.5 inches (13 mm) of untwisted wire. Exceeding this limit causes crosstalk at the connector, causing Gigabit links to drop down to 100 Mbps or lose packets under load.

Adım Adım Çözüm

1
Analyze why basic continuity testing failed to diagnose the intermittent Gigabit performance issue.
Basic wiremappers only check electrical continuity from end to end; they cannot measure high-frequency performance or detect split pairs.
Split pairs maintain pin-to-pin electrical mapping but separate the twisted pairs, causing significant Near-End Crosstalk (NEXT).
2
Select the appropriate diagnostic tool to measure high-frequency signal integrity and crosstalk.
Identify that a cable certifier or TDR equipped with frequency testing is needed to detect NEXT and pinpoint split pairs.
Cable certifiers evaluate parameters across the full frequency spectrum required for Cat 6 standards.
3
Review physical termination standards at punch-down blocks and connectors.
Verify that untwisted conductor lengths are kept within TIA/EIA specifications of 0.5 inches (13 mm).
Maintaining pair twist up to the point of termination prevents magnetic coupling and crosstalk between adjacent pairs.

Anahtar Kavram

Distinguishing basic continuity testing from cable certification and understanding how split pairs and excessive pair untwisting cause Near-End Crosstalk (NEXT).
Tahmini Süre:2m 0s
Soru 272Soru

A network technician needs to verify basic ICMP IP reachability and trace the hop-by-hop route from a Windows workstation to a remote server at 10.0.4.15. Which of the following command-line utilities should the technician use? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: ping 10.0.4.15; tracert 10.0.4.15

Cevap

The correct utilities to use are ping 10.0.4.15 to check reachability and tracert 10.0.4.15 to trace the network path.
The ping command tests basic Layer 3 connectivity by sending ICMP Echo Request messages, while tracert displays the step-by-step router path packets take to reach the destination IP address.

Adım Adım Çözüm

1
Identify the diagnostic requirement for verifying basic IP reachability.
Recognize that ping uses ICMP Echo Requests to verify if the destination host is active and reachable.
Ping provides an immediate test of connectivity between source and target hosts.
2
Identify the diagnostic requirement for route tracing.
Recognize that tracert tracks the intermediate router hops to the destination.
Tracert identifies each hop along the path and highlights potential latency or routing failures along the way.

Anahtar Kavram

Utilizing basic ICMP network utilities (ping and tracert) for reachability and path troubleshooting.
Tahmini Süre:45s
Soru 273Soru

A network engineer is troubleshooting high optical attenuation along a 1,500-meter single-mode fiber-optic link between two data center facilities. While an optical power meter confirms that overall signal strength drops below acceptable thresholds, it cannot identify where along the cable run the issue exists. Which hardware tool should the engineer use to pinpoint the exact distance to the microbend or splice failure causing the signal loss?

Cevabı ve açıklamayı göster

Cevap: Optical time-domain reflectometer (OTDR)

Cevap

An optical time-domain reflectometer (OTDR) is the appropriate diagnostic tool to locate physical faults along a fiber-optic cable run.
An optical time-domain reflectometer (OTDR) operates by transmitting light pulses down a fiber-optic strand and capturing reflected light signals over time. By measuring the elapsed time and intensity of backscattered light, it generates a visual trace showing attenuation rates and exact meter distances to splices, connectors, microbends, or physical breaks.

Adım Adım Çözüm

1
Identify the physical medium and problem layer.
The issue involves physical signal degradation (attenuation) at Layer 1 on a single-mode optical fiber run.
Optical fiber uses light signals rather than electrical signals, requiring fiber-specific physical layer diagnostic equipment.
2
Evaluate the limitations of the current tool.
An optical power meter measures overall signal loss (dB) end-to-end but lacks reflection time-of-flight capabilities to locate fault positions.
End-to-end power testing only confirms total loss, not the specific location of cable damage.
3
Select the hardware tool capable of distance-to-fault measurements on optical media.
An optical time-domain reflectometer (OTDR) sends light pulses down the fiber and measures Rayleigh backscattering and Fresnel reflections to plot attenuation against distance.
OTDR technology accurately identifies the location, type, and magnitude of optical cable anomalies.

Anahtar Kavram

Selecting Appropriate Hardware Testers for Optical Fiber Diagnostics
Soru 274Soru

A user connects a laptop to a wired network jack in a remote conference room but cannot access any internal or external network resources. A technician executes `ipconfig /all` on the workstation and receives the following output:

IPv4 Address. . . . . . . . . . . : 169.254.22.81
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :

Which of the following is the most likely cause of this issue?

Cevabı ve açıklamayı göster

Cevap: The client failed to reach a DHCP server and generated an Automatic Private IP Addressing (APIPA) address.

Cevap

The client failed to reach a DHCP server and generated an Automatic Private IP Addressing (APIPA) address.
An IPv4 address beginning with 169.254 (specifically within 169.254.0.1 to 169.254.255.254) indicates that the host operating system self-assigned an Automatic Private IP Addressing (APIPA) address. This occurs automatically when a client configured for DHCP fails to receive a DHCPOFFER message from a DHCP server.

Adım Adım Çözüm

1
Examine the IP address snippet obtained from ipconfig.
The IPv4 address is 169.254.22.81 with subnet mask 255.255.0.0.
Addresses within the 169.254.0.1 – 169.254.255.254 range are reserved for APIPA (link-local) addressing.
2
Determine why APIPA was assigned.
The client attempted to obtain an IP via DHCP, but no DHCP server responded to the DHCPDISCOVER broadcast.
Operating systems automatically assign an APIPA address when dynamic configuration fails so local link communication remains possible.

Anahtar Kavram

APIPA (Automatic Private IP Addressing) Diagnosis
Soru 275Soru

A network technician is troubleshooting connectivity failures on a newly provisioned branch office subnet, VLAN 70 (10.70.0.0/2310.70.0.0/23). Client workstations connected to VLAN 70 fail to access corporate resources and receive autoconfigured IP addresses in the range 169.254.18.1169.254.18.1 to 169.254.18.254169.254.18.254 with a subnet mask of 255.255.0.0255.255.0.0. The centralized DHCP server resides on VLAN 10 (10.10.0.5010.10.0.50). Inspection of the Layer 3 switch reveals that Interface VLAN 70 is configured with IP address 10.70.0.1/2310.70.0.1/23, but no IP helper address is configured, and logging on the DHCP server indicates that the IP pool for 10.70.0.0/2310.70.0.0/23 has reached 100%100\% capacity.

Which of the following factors explain why client devices are assigned 169.254.x.x169.254.x.x addresses and detail the required remediation steps? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: The generation of 169.254.x.x169.254.x.x IP addresses indicates that client endpoints entered Automatic Private IP Addressing (APIPA) mode after failing to receive a valid DHCP lease response.; The Layer 3 interface for VLAN 70 must be configured with `ip helper-address 10.10.0.50` and the DHCP server scope for VLAN 70 must be expanded.

Cevap

Clients receive APIPA addresses (169.254.x.x) because DHCPDISCOVER broadcasts fail to receive a lease response across subnets. Resolving the issue requires configuring `ip helper-address 10.10.0.50` on Interface VLAN 70 to relay DHCP broadcasts to the central server and expanding the exhausted DHCP scope for VLAN 70.
Client endpoints assign themselves APIPA addresses (169.254.x.x169.254.x.x) when DHCPDISCOVER broadcast requests receive no response. Because the central DHCP server resides on a different subnet (VLAN 10), the Layer 3 switch interface serving VLAN 70 requires an `ip helper-address 10.10.0.50` statement to relay broadcast DHCP packets as unicast traffic to the server. Furthermore, because the server scope for VLAN 70 is at 100% capacity, the scope pool size must be expanded to grant new leases.

Adım Adım Çözüm

1
Diagnose the symptom associated with the 169.254.x.x169.254.x.x address block.
Identify that 169.254.0.0/16169.254.0.0/16 is an Automatic Private IP Addressing (APIPA) address assigned automatically when an endpoint fails to locate or receive a response from a DHCP server.
Client operating systems invoke APIPA when DHCP lease requests (DORA process) time out.
2
Analyze cross-subnet DHCP traffic requirements.
Recognize that DHCPDISCOVER messages are Layer 2 broadcasts that cannot cross Layer 3 router boundaries by default.
The Layer 3 switch interface serving VLAN 70 must be configured with a DHCP relay command (`ip helper-address 10.10.0.50`) to convert broadcast requests into targeted unicast traffic directed to the DHCP server on VLAN 10.
3
Evaluate DHCP server pool utilization.
Identify scope exhaustion on the DHCP server as a secondary blocking factor for IP address allocation.
Even if relaying is functional, an exhausted scope prevents the DHCP server from offering valid IP leases to requesting endpoints.

Anahtar Kavram

DHCP Relay (IP Helper) Configuration and APIPA Fallback Behavior
Tahmini Süre:2m 0s
Soru 276Soru

Match each network troubleshooting task to the most appropriate hardware tester or protocol analysis tool.

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

Öğeler

Testing battery voltage and checking electrical continuity of a power cable
Pinpointing the exact distance to a break in a single-mode fiber-optic run
Tracing an unlabeled UTP copper cable from an office wall jack to a patch panel port
Decoding packet header fields and analyzing live traffic on an Ethernet interface

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Multimeter pairs with electrical/continuity testing; OTDR pairs with pinpointing fiber optic distances and breaks; Tone generator and probe pairs with tracing copper cable runs; Packet analyzer pairs with decoding packet headers and inspecting network traffic.
Each tool is designed for a specific medium and function: multimeters handle electrical circuits; OTDRs analyze optical fiber runs; tone generators trace copper cables; packet analyzers capture and decode protocol traffic.

Adım Adım Çözüm

1
Identify the diagnostic tool required for electrical measurements.
Checking DC voltage and cable continuity requires a multimeter.
Multimeters measure resistance, voltage, and continuity across conductive pathways.
2
Identify the diagnostic tool required for optical fiber fault distance measurements.
Finding the distance to a fiber break requires an Optical Time-Domain Reflectometer (OTDR).
OTDRs measure light reflection over time to calculate physical distance to optical anomalies.
3
Identify the diagnostic tool required for non-destructive copper wire tracing.
Locating an unlabeled copper connection requires a tone generator and probe.
The tone generator places a signal on the wire which is picked up acoustically by the inductive probe.
4
Identify the diagnostic tool required for inspecting frame headers and packet payloads.
Analyzing live network traffic requires a packet analyzer.
Packet analyzers capture raw frames from network interfaces and decode header structures.

Anahtar Kavram

Matching network diagnostic tools to their appropriate OSI layer and transmission media context.
Soru 277Soru

A network technician is investigating a situation where users at a remote branch office cannot reach external websites following a WAN router update. The technician gathered information and established a theory that an access control list (ACL) on the edge router was inadvertently blocking outbound DNS traffic on UDP port 53. The technician then applied a temporary test rule and performed a lookup, confirming that the ACL was indeed the root cause of the failure. 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 issue and implement the solution.

Cevap

Establish a plan of action to resolve the issue and implement the solution.
Under the CompTIA troubleshooting methodology, once a technician tests a theory of probable cause and confirms the underlying issue (Step 3), the immediate next step is to establish a plan of action to resolve the problem and implement the solution (Step 4).

Adım Adım Çözüm

1
Identify the completed methodology phase from the scenario.
The technician completed identifying the problem (Step 1), establishing a theory (Step 2), and testing the theory to confirm the cause (Step 3).
Testing a temporary test rule to confirm the ACL root cause completes the 'Test the theory to determine cause' phase.
2
Determine the next sequential phase in the 6-step CompTIA troubleshooting methodology.
Following Step 3 (Test the theory), the next sequential phase is Step 4: Establish a plan of action to resolve the problem and implement the solution.
The CompTIA methodology strictly requires establishing a solution plan and implementing it before verifying system functionality or documenting results.

Anahtar Kavram

CompTIA 6-Step Troubleshooting Methodology Sequence
Tahmini Süre:1m 15s
Soru 278Soru

A network administrator is troubleshooting an intermittent reachability issue affecting a Linux web server located in a corporate DMZ subnet (10.50.100.0/2410.50.100.0/24). Internal workstations on the LAN (192.168.10.0/24192.168.10.0/24) can ping their local default gateway (192.168.10.1192.168.10.1), but cannot reach the web server at 10.50.100.4510.50.100.45 on TCP port 443. The administrator executes diagnostic commands and observes the following output:

text C:\Users\admin> traceroute 10.50.100.45 traceroute to 10.50.100.45, 30 hops max, 60 byte packets 1 192.168.10.1 (192.168.10.1) 1.102 ms 0.985 ms 0.950 ms 2 10.200.1.1 (10.200.1.1) 3.421 ms 3.211 ms 3.105 ms 3 * * * 4 * * *

A inspect of the gateway router (10.200.1.110.200.1.1) inbound Access Control List (ACL) on the interface facing the core router reveals:

text 10 permit tcp 192.168.10.0 0.0.0.255 10.50.100.0 0.0.0.255 eq 80 20 permit icmp 192.168.10.0 0.0.0.255 10.50.100.0 0.0.0.255 30 deny ip any any

Additionally, direct diagnostic checks on the web server (10.50.100.4510.50.100.45) show its IPv4 address is configured as 10.50.100.45/2410.50.100.45/24 with a default gateway configured as 10.50.101.110.50.101.1.

Which TWO of the following underlying issues are preventing workstation connections to the web server over HTTPS?

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

Cevabı ve açıklamayı göster

Cevap: The Access Control List on the gateway router lacks a rule permitting TCP port 443 traffic, causing HTTPS packets to trigger the implicit or explicit deny rule.; The web server's default gateway IP address resides on a different IP subnet than its assigned interface address, preventing it from routing return packets.

Cevap

The two issues preventing HTTPS connectivity are: 1) The ACL lacks a rule permitting TCP port 443 traffic (causing packets to be denied), and 2) The web server's default gateway is configured on a completely different subnet (10.50.101.110.50.101.1 vs 10.50.100.0/2410.50.100.0/24).
Two independent issues prevent HTTPS connections. First, the ACL permits TCP port 80 and ICMP, but lacks a rule for TCP port 443, causing HTTPS packets to hit line 30 ('deny ip any any'). Second, the server's IP address is on subnet 10.50.100.0/2410.50.100.0/24, but its gateway is set to 10.50.101.110.50.101.1, which is on a different subnet. A default gateway must reside on the local subnet to be reachable.

Adım Adım Çözüm

1
Analyze the Access Control List entries on gateway router 10.200.1.1
The ACL permits TCP port 80 and ICMP, but has no entry for TCP port 443. Port 443 traffic matches line 30 ('deny ip any any') and gets dropped.
HTTPS connections require TCP port 443 to be permitted through intermediate firewall/ACL filters.
2
Evaluate host IP address configuration on the destination server
The server's IP address 10.50.100.45/2410.50.100.45/24 belongs to subnet 10.50.100.0/2410.50.100.0/24. Its configured default gateway 10.50.101.110.50.101.1 belongs to 10.50.101.0/2410.50.101.0/24.
A host must have a default gateway that resides within its own local IP subnet scope to communicate with out-of-subnet hosts.

Anahtar Kavram

Routing, Default Gateway Subnet Alignment, and ACL Traffic Filtering
Soru 279Soru

Users in an office building report frequent dropouts and poor throughput on the 2.4 GHz wireless network. A network administrator conducts a frequency audit and discovers that neighboring access points are assigned to non-overlapping channels 1, 6, and 11. However, the internal access point experiencing issues is configured to use Channel 3 with a 40 MHz channel bonding width. Which of the following identifies the primary root cause of the wireless performance degradation?

Cevabı ve açıklamayı göster

Cevap: The 40 MHz channel width centered on Channel 3 overlaps across channels 1 through 7, creating severe adjacent-channel interference with surrounding access points.

Cevap

The 40 MHz channel width centered on Channel 3 spans channels 1 through 7, causing severe adjacent-channel interference with neighboring access points on channels 1 and 6.
In 2.4 GHz Wi-Fi deployments, using a 40 MHz channel width on an overlapping channel such as Channel 3 causes the signal footprint to cover channels 1 through 7. This creates massive adjacent-channel interference with nearby access points configured on channels 1 and 6, resulting in packet retransmissions, latency, and frequent disconnections.

Adım Adım Çözüm

1
Analyze the RF spectrum requirements in the 2.4 GHz Wi-Fi frequency band.
Standard 20 MHz channels in 2.4 GHz only allow three non-overlapping channels: 1, 6, and 11.
Each 20 MHz channel occupies 22 MHz of frequency spectrum spaced at 5 MHz intervals.
2
Evaluate the effect of configuring a 40 MHz channel width on Channel 3.
A 40 MHz channel spans 8 consecutive 5 MHz sub-channels (channels 1 through 7).
Bonding two 20 MHz channels doubles bandwidth but expands the spectrum footprint significantly.
3
Compare the 40 MHz Channel 3 footprint against neighboring AP assignments.
Severe overlap occurs with APs operating on Channel 1 and Channel 6.
Because it spans channels 1 to 7, it interferes directly with both adjacent non-overlapping channels.

Anahtar Kavram

2.4 GHz Channel Overlap and Channel Width Configurations
Soru 280Soru

A network technician installs new Category 6 UTP cable runs in a renovated office space. After terminating the cables, the technician uses a basic pin-to-pin continuity tester, which confirms that all eight conductors are correctly wired 1-to-1 at both ends. However, when workstations are connected, network performance is severely degraded by high rates of Near-End Crosstalk (NEXT) and frame errors. Which diagnostic tool should the technician use to identify the split-pair anomaly causing this signal degradation?

Cevabı ve açıklamayı göster

Cevap: A cable certifier capable of high-frequency signal analysis and NEXT measurement

Cevap

A cable certifier capable of high-frequency signal analysis and NEXT measurement
A split-pair condition happens when pin assignments maintain 1-to-1 electrical continuity, but wires from different twisted pairs are mixed together. Because basic wiremap tools only test DC continuity, they report the cable as correctly wired. A cable certifier injects high-frequency RF signals to measure parameters such as Near-End Crosstalk (NEXT), phase shift, and attenuation, allowing it to instantly isolate split pairs and certify Category 6 standard compliance.

Adım Adım Çözüm

1
Analyze the reported symptom and physical layer findings
Basic pin-to-pin continuity passes (1-to-1 mapping), but excessive Near-End Crosstalk (NEXT) degrades performance under active transmission.
Split pairs occur when pins are wired correctly end-to-end electrically, but conductors from different twisted pairs are paired together, destroying the noise-cancellation properties of twisted-pair cabling.
2
Evaluate tool capabilities against the split-pair fault condition
Basic continuity wiremap testers only check DC electrical resistance/continuity and fail to detect split pairs. A cable certifier tests RF signal characteristics across frequencies.
Measuring parameter metrics like NEXT, return loss, and attenuation requires an advanced cable certifier that sends high-frequency test signals through the cable.
3
Select the correct diagnostic tool
Identify the cable certifier as the proper instrument for identifying split pairs and certifying Cat 6 compliance.
Only cable certifiers (or advanced TDR-capable certifiers) perform the dynamic signal quality testing necessary to detect split pairs.

Anahtar Kavram

Identifying cable split pairs and high-frequency noise using cable certifiers versus basic continuity wiremap testers
Tahmini Süre:2m 0s
ÖncekiSayfa 14 / 25Sonraki