Tüm alıştırma soruları

2237 soru

Soru 1581Soru

A network engineer is responding to a critical datastore access failure across a virtualized server cluster immediately following scheduled network switch maintenance. Place the following troubleshooting steps in the correct chronological sequence according to the official CompTIA troubleshooting methodology.

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

Cevabı ve açıklamayı göster

Cevap

The correct sequence follows the official 6-step CompTIA Troubleshooting Methodology: 1. Identify the problem (gather hypervisor logs and interview admins) -> 2. Establish a theory of probable cause (hypothesize missing iSCSI VLAN) -> 3. Test the theory to determine cause (inspect switch running configuration) -> 4. Establish a plan of action and implement the solution (formulate change plan and apply fix) -> 5. Verify full system functionality and implement preventive measures (run I/O performance tests and configure logging) -> 6. Document findings, actions, and outcomes (log incident root cause and resolution in ticketing system).
The correct order strictly adheres to the standard 6-step CompTIA troubleshooting methodology: 1. Identify problem -> 2. Establish theory -> 3. Test theory -> 4. Plan of action & implement -> 5. Verify system functionality & preventive measures -> 6. Document findings.

Adım Adım Çözüm

1
Identify the problem
Information is gathered from logs and host administrators to define the scope of the storage failure.
CompTIA methodology requires gathering information and identifying symptoms before forming assumptions.
2
Establish a theory of probable cause
A working theory is developed pointing to a missing iSCSI VLAN on the switch trunk port.
After defining symptoms, the technician considers potential causes, starting with the most probable.
3
Test the theory to determine the cause
The running configuration is checked to confirm if the iSCSI VLAN was dropped from the trunk.
The theory must be verified prior to making changes to the production network.
4
Establish a plan of action and implement the solution
A change plan is drafted and executed to restore the iSCSI VLAN to the trunk link.
Once the cause is confirmed, a plan of action is created to resolve the issue while minimizing risk.
5
Verify full system functionality and implement preventive measures
Datastore I/O benchmarks confirm storage recovery, and configuration logging is added to prevent future drops.
The solution must be validated across the entire system, followed by preventive steps against recurrence.
6
Document findings, actions, and outcomes
The ticketing system is updated with root cause details and updated procedure notes.
The final stage of the methodology requires documenting all steps for future reference and team knowledge.

Anahtar Kavram

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

A network engineer is troubleshooting several Layer 2 connectivity issues across enterprise switch stacks. Match each observed diagnostic log output or interface symptom on the left with its correct underlying root cause on the right.

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

Öğeler

Interface log repeatedly records '%CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered on GigabitEthernet0/1 (10), with Switch-B GigabitEthernet0/1 (50)'.
Interface statistics on a 1 Gbps link show a rapidly incrementing counter for late collisions and FCS errors during high-throughput file transfers.
Console outputs '%SPANTREE-2-BLOCK_BPDUGUARD: Received BPDU on port GigabitEthernet0/12 with BPDU Guard enabled' and transitions port to err-disabled.
Trunk interface shows line protocol UP, but host traffic tagged with 802.1Q VLAN 40 fails to traverse the link while VLAN 10 traffic passes cleanly.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Each diagnostic symptom matches its corresponding Layer 2 root cause: CDP native VLAN mismatch log corresponds to native VLAN misconfiguration; late collisions and FCS errors correspond to a duplex mismatch; BPDU Guard err-disable log corresponds to an unauthorized switch sending BPDUs on an access port; and single VLAN loss over an operational trunk corresponds to VLAN exclusion from the allowed trunk list.
Each diagnostic indicator directly maps to a distinct Layer 2 misconfiguration: CDP warning logs explicitly indicate native VLAN mismatches; late collision counters signify half-duplex/full-duplex operation mismatch; BPDU Guard shutdown indicates rogue switch detection on an access port; and single-VLAN failure on an active trunk points to allowed-list pruning.

Adım Adım Çözüm

1
Analyze the CDP mismatch log message.
CDP explicitly identifies that local interface GigabitEthernet0/1 expects native VLAN 10 while Switch-B expects native VLAN 50.
Mismatched native VLANs prevent proper untagged frame processing and generate continuous CDP warnings.
2
Examine the late collisions and FCS error counters on the interface.
Late collisions indicate frames were transmitted while receiving data after 512 bit times (64 bytes), characteristic of half-duplex CSMA/CD operation conflicting with full-duplex.
When one end is set to full-duplex, it transmits regardless of incoming signals, causing the half-duplex end to experience late collisions.
3
Evaluate the BPDU Guard log and port state change.
BPDU Guard is designed to protect access ports configured with PortFast from unauthorized STP topology change messages.
Receiving a BPDU on a BPDU Guard-enabled port forces the switch to err-disable the port to prevent potential switching loops.
4
Diagnose selective VLAN loss across an active trunk link.
Since the link protocol is UP and VLAN 10 functions, trunk encapsulation and physical layer are operational, isolating the issue to VLAN 40 configuration.
A VLAN allowed-list restriction or VTP pruning specific to VLAN 40 blocks that single VLAN while permitting others.

Anahtar Kavram

Layer 2 Switching and Trunking Troubleshooting Diagnostics
Soru 1583Soru

A network engineer is troubleshooting an issue where workstations on a branch office subnet (192.168.30.0/24192.168.30.0/24) cannot access an internal corporate web server (10.50.4.10010.50.4.100) over HTTPS or reach external websites. Local inter-VLAN traffic works normally.

The engineer inspects the workstation configuration and branch router logs:

Workstation Network Settings:
- IP Address: 192.168.30.45192.168.30.45
- Subnet Mask: 255.255.255.0255.255.255.0
- Default Gateway: 192.168.30.1192.168.30.1

Branch Router Routing Table (`show ip route` excerpt):
- C192.168.30.0/24C\quad 192.168.30.0/24 is directly connected, `GigabitEthernet0/0.30`
- S0.0.0.0/0S*\quad 0.0.0.0/0 [1/0] via 203.0.113.254203.0.113.254

Branch Router Outbound ACL (`show ip access-lists OUTBOUND_FILTER` excerpt):
- `10 permit udp 192.168.30.0 0.0.0.255 host 10.50.4.100 eq 443`
- `20 deny ip 192.168.30.0 0.0.0.255 10.50.0.0 0.0.255.255`

Which TWO factors are directly responsible for the observed connectivity failure? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: The router lacks a specific static or dynamic route targeting the internal 10.50.0.0/1610.50.0.0/16 network via the IPsec tunnel interface.; ACL line 10 specifies UDP instead of TCP for destination port 443, causing HTTPS web traffic to be blocked by the subsequent deny rule.

Cevap

The connectivity failures are caused by a missing specific route for the internal 10.50.0.0/1610.50.0.0/16 network across the VPN tunnel, and a transport protocol mismatch in ACL line 10 specifying UDP instead of TCP for port 443.
The issue stems from two distinct misconfigurations. First, the router lacks a static or dynamic route for 10.50.0.0/1610.50.0.0/16 pointing to the VPN tunnel interface, causing internal corporate traffic to be forwarded to the public ISP gateway. Second, ACL line 10 incorrectly permits UDP port 443 instead of TCP port 443; HTTPS uses TCP, so web traffic falls through to line 20 and gets dropped by the explicit deny statement.

Adım Adım Çözüm

1
Analyze the branch router routing table for destination network reachability.
The routing table only contains a directly connected route for 192.168.30.0/24192.168.30.0/24 and a default static route (0.0.0.0/00.0.0.0/0) pointing out the public Internet gateway (203.0.113.254203.0.113.254).
Traffic destined for the corporate network (10.50.4.10010.50.4.100) will incorrectly follow the default route out to the public internet rather than being directed into the IPsec VPN tunnel interface.
2
Inspect the Access Control List configuration for application protocol accuracy.
Line 10 permits UDP port 443 for traffic to 10.50.4.10010.50.4.100, but HTTPS utilizes TCP port 443.
Because HTTPS traffic uses TCP, it fails to match line 10 and is caught by line 20 (`deny ip 192.168.30.0 0.0.0.255 10.50.0.0 0.0.255.255`), dropping the packets.

Anahtar Kavram

Routing Table Lookups and Access Control List Protocol Matching
Tahmini Süre:2m 30s
Soru 1584Soru

A network administrator is creating an inbound IPv4 extended Access Control List (ACL) on a router interface to filter traffic from the internal management subnet (192.168.10.0/24192.168.10.0/24) heading toward a DMZ web server (172.16.50.10172.16.50.10). The policy requires allowing secure HTTPS access specifically for management workstation 192.168.10.45192.168.10.45, allowing general HTTP traffic from the entire internal subnet to the web server, logging any other blocked attempts from the internal subnet to the DMZ subnet (172.16.50.0/24172.16.50.0/24), and relying on standard firewall drop behavior for remaining traffic. Arrange the following ACL entries in the correct top-to-bottom sequence to ensure proper evaluation without rule shadowing.

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

Cevabı ve açıklamayı göster

Cevap

The correct sequence places the specific host HTTPS permit rule first, followed by the subnet HTTP permit rule, then the logged subnet-to-DMZ deny rule, and finally the catch-all deny rule.
Access Control Lists evaluate rules sequentially from top to bottom until the first matching rule is found. To function correctly, rules must be organized from most specific to most general: first the host-specific permit rule, then the subnet-wide permit rule for specific ports, followed by an explicit subnet deny with logging, and ending with the default catch-all deny rule.

Adım Adım Çözüm

1
Identify the most specific matching criteria requiring priority.
The rule for host 192.168.10.45192.168.10.45 requesting HTTPS (TCP port 443) access must come first to prevent broader subnet rules from matching it prematurely.
Sequential top-down processing in ACLs means broader subnet rules placed above specific host rules will shadow the host-specific policy.
2
Place broader subnet permit rules for specific protocols.
The rule allowing HTTP (TCP port 80) from subnet 192.168.10.0/24192.168.10.0/24 to web server 172.16.50.10172.16.50.10 comes second.
This allows general HTTP traffic while remaining below host-level entries.
3
Position explicit subnet-level deny and logging rules.
The explicit deny rule for all remaining IP traffic from 192.168.10.0/24192.168.10.0/24 to 172.16.50.0/24172.16.50.0/24 with logging is placed third.
Explicit deny statements with the 'log' keyword must follow permitted traffic so legitimate access is not dropped, while capturing unauthorized attempts between these subnets.
4
Place the final default implicit deny rule at the bottom.
The statement denying any remaining IP traffic completes the list.
Standard ACL best practices mandate ending the evaluation chain with a default deny statement.

Anahtar Kavram

Access Control List (ACL) sequential rule order and rule shadowing prevention
Soru 1585Soru

A network security administrator is configuring a newly installed enterprise edge router to establish a hardened management baseline. Place the administrative hardening tasks into the correct execution sequence, from initial authentication setup to physical port containment.

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

Cevabı ve açıklamayı göster

Cevap

The correct sequence for establishing a secure management baseline is: First, change default credentials and configure local administrative accounts. Second, generate RSA host keys. Third, enforce SSH transport on VTY lines while disabling unencrypted services. Fourth, apply a management ACL to VTY lines restricting access to trusted subnets. Fifth, administratively shut down unused physical ports and place them into an unrouted VLAN.
The standard device hardening workflow initiates with credential remediation, followed by host key generation, SSH enforcement over VTY lines, network-level management ACL filtering, and physical port containment.

Adım Adım Çözüm

1
Establish administrative identity controls.
Vendor default passwords are eliminated and encrypted local user credentials are created.
Prevents unauthorized access via default credentials prior to exposing management interfaces to the network.
2
Generate asymmetric encryption keys.
An RSA key pair is generated and stored on the device.
SSH protocol initialization depends directly on existing RSA/ECDSA host keys for session negotiation.
3
Enforce secure management plane protocols.
VTY lines accept only SSH connections, blocking unencrypted Telnet sessions.
Protects administrative session payloads and credentials from interception over the network.
4
Implement network-level management access boundaries.
An access control list is bound to VTY lines permitting only authorized management IP addresses.
Reduces exposure by rejecting connection requests originating outside designated administrative subnets.
5
Harden unused physical access points.
Inactive switch ports are placed in a shutdown state and assigned to an isolated non-routable VLAN.
Prevents unauthorized physical attachment and lateral movement within the infrastructure.

Anahtar Kavram

Device Hardening Execution Workflow for Secure Management and Control Planes
Tahmini Süre:1m 30s
Soru 1586Soru

A network administrator at a branch office discovers that several newly connected workstation clients are receiving IP configuration parameters from an unauthorized scope outside the corporate network design. Analysis reveals that these clients were assigned a default gateway address belonging to an unknown laptop on the local segment, causing all outbound traffic from these clients to be intercepted. Which of the following attack types is being executed?

Cevabı ve açıklamayı göster

Cevap: Rogue DHCP server attack

Cevap

The attack described is a rogue DHCP server attack, as an unauthorized device is distributing network configurations and setting itself as the default gateway.
A rogue DHCP server intercepts client network deployment by answering DHCP client broadcasts with rogue IP parameters and specifying the attacker's machine as the default gateway, enabling on-path traffic eavesdropping.

Adım Adım Çözüm

1
Analyze the incident symptoms presented in the scenario.
Newly connected clients are receiving invalid IP subnet leases and an unauthorized default gateway pointing to an unknown host on the local segment.
Identifying how the malicious parameters were delivered pinpoints the service protocol involved.
2
Correlate the delivery vector with common network attack mechanisms.
The parameters (IP configuration and default gateway) are assigned during network initiation via DHCP. An unauthorized host responding to DHCPDISCOVER requests is operating as a rogue DHCP server.
Rogue DHCP servers exploit unauthenticated DHCP broadcast requests to provide clients with malicious default gateway setting for man-in-the-middle positioning.

Anahtar Kavram

Rogue DHCP Server Attack Vector
Tahmini Süre:1m 15s
Soru 1587Soru

A network administrator is troubleshooting an issue where new Linux servers in VLAN 105 (192.168.105.0/24192.168.105.0/24) fail to acquire dynamic IP addresses from a central DHCP server (10.10.1.5010.10.1.50) located across a Layer 3 boundary. The router subinterface for VLAN 105 (`Gi0/0.105`) is configured with `ip helper-address 10.10.1.50`. However, packet captures show that client DHCP DISCOVER requests sent to 255.255.255.255255.255.255.255 are received on `Gi0/0.105`, but no unicast DHCP messages are ever transmitted from the router toward 10.10.1.5010.10.1.50, and client systems eventually assign themselves APIPA addresses. Upon reviewing the router interface configuration and DHCP server status, which TWO conditions would explain this behavior?

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

Cevabı ve açıklamayı göster

Cevap: An inbound Access Control List (ACL) applied to interface `Gi0/0.105` explicitly blocks incoming UDP port 67 traffic, preventing the router relay process from intercepting client requests.; The central DHCP server lacks an active scope matching the gateway IP address (`giaddr`) of 192.168.105.1192.168.105.1 inserted by the relay agent.

Cevap

The two conditions explaining the lease failure are that an inbound ACL on the subinterface is blocking incoming UDP port 67 broadcast traffic, and that the central DHCP server lacks an active scope corresponding to the relay agent's gateway IP address (giaddr).
DHCP relay agents must receive client broadcast traffic on UDP port 67 to process and encapsulate requests into unicast packets directed to the DHCP server. If an inbound Access Control List blocks UDP port 67 on the client subinterface, relaying fails immediately. Additionally, when relayed packets arrive at the DHCP server, the server inspects the `giaddr` field (set to the router's subinterface IP) to select an appropriate pool; if no matching scope exists for that subnet on the server, no lease offer can be generated.

Adım Adım Çözüm

1
Analyze the DHCP Relay mechanism on Layer 3 interfaces.
DHCP clients send local broadcast packets (destination UDP 67). The router interface with `ip helper-address` must intercept these incoming broadcasts before relaying them as unicast UDP packets (destination 10.10.1.5010.10.1.50, UDP port 67).
If an inbound ACL filters UDP port 67 on the subinterface, the router drops the broadcast frame before it reaches the CPU/relay process.
2
Evaluate the relay agent packet fields and server scope matching.
The relay agent populates the `giaddr` field with its subinterface IP (192.168.105.1192.168.105.1). The DHCP server uses `giaddr` to select the appropriate scope.
If the central DHCP server does not have an active scope defined for 192.168.105.0/24192.168.105.0/24, it cannot assign an address, causing the DORA process to fail and clients to generate APIPA (169.254.x.x169.254.x.x) addresses.

Anahtar Kavram

DHCP Relay Operation, ACL Traffic Filtering, and GIADDR Scope Selection
Soru 1588Soru

A network systems engineer is investigating severe network degradation on a newly deployed 90-meter Category 6A UTP link connecting an access switch to a server cluster. Server nodes on this link report intermittent link flapping, high frame loss, and an inability to obtain dynamic IP configurations from the centralized DHCP server. To conduct a comprehensive diagnosis of both physical layer integrity and transport protocol operations for this issue, which TWO of the following tools or capture filter configurations should the engineer utilize? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: Attach a Time-Domain Reflectometer (TDR) to the UTP run to measure signal reflections and pinpoint the precise linear distance to any physical conductor breaks or impedance mismatches.; Configure a packet analyzer filter specifying `udp port 67 or udp port 68` to capture and inspect DHCPOFFER and DHCPACK transaction frames.

Cevap

The network engineer should attach a Time-Domain Reflectometer (TDR) to locate physical cabling faults by distance, and set a packet analyzer filter for UDP ports 67 and 68 to inspect DHCP protocol traffic.
Using a Time-Domain Reflectometer (TDR) allows the administrator to send signals down the Category 6A cabling and calculate the distance to pin breaches or impedance disruptions. Additionally, setting a packet capture filter for UDP ports 67 and 68 captures the full DHCP DORA sequence, enabling analysis of lease negotiations.

Adım Adım Çözüm

1
Evaluate the physical layer diagnostic requirement.
Identify that a Time-Domain Reflectometer (TDR) is required to pinpoint physical cable impairments such as impedance mismatches or breaks along copper runs.
Simple wiremap continuity testers only confirm pin-to-pin alignment and cannot measure distance to faults or high-frequency electrical characteristics.
2
Evaluate the upper-layer packet capture requirement for DHCP troubleshooting.
Identify that DHCP traffic uses UDP port 67 (server) and UDP port 68 (client).
DHCP is a connectionless protocol that uses UDP rather than TCP. Filtering for TCP port 67 or 68 would incorrectly filter out all legitimate DHCP packets.

Anahtar Kavram

Physical Cable Fault Localization and Packet Filter Construction
Soru 1589Soru

A network administrator is troubleshooting connectivity issues for a workstation that cannot access a secure web portal (10.50.20.15:44310.50.20.15:443). The workstation is assigned an IP address of 192.168.5.85/24192.168.5.85/24 with a default gateway configured as 192.168.6.1192.168.6.1. A ping test from the workstation to its configured default gateway fails. Furthermore, inspection of the interface ACL on the intermediate router shows only the following rule: `permit tcp 192.168.5.0 0.0.0.255 host 10.50.20.15 eq 80`. Which TWO of the following configurations are causing the connection to fail? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: The host workstation's configured default gateway resides on a different IP subnet than the host address.; The Access Control List on the router lacks an explicit permit rule for TCP port 443 traffic, causing it to be dropped by implicit deny.

Cevap

The connectivity failures are caused by the default gateway being configured on a different IP subnet than the host (192.168.6.1 vs 192.168.5.0/24) and the router ACL lacking an explicit permit statement for HTTPS traffic on TCP port 443.
The host is unable to reach its default gateway because 192.168.6.1192.168.6.1 falls outside the host's 192.168.5.0/24192.168.5.0/24 subnet. Additionally, even if routing succeeded, the secure web traffic targeting TCP port 443 is blocked by the router's ACL, which only permits TCP port 80 traffic before falling through to the implicit deny all rule.

Adım Adım Çözüm

1
Analyze the local IP address and gateway subnet configuration.
Host IP 192.168.5.85/24192.168.5.85/24 belongs to subnet 192.168.5.0/24192.168.5.0/24 (range 192.168.5.1192.168.5.1192.168.5.254192.168.5.254). The gateway IP 192.168.6.1192.168.6.1 is in subnet 192.168.6.0/24192.168.6.0/24, creating a subnet mismatch.
A host cannot communicate off-subnet if its default gateway is configured outside its local subnet.
2
Examine the router ACL configuration against the target application requirement.
The target portal requires HTTPS (TCP 443), but the ACL only permits HTTP (TCP 80).
All traffic not explicitly allowed by ACL rules is blocked by the implicit deny rule at the end of the Access Control List.

Anahtar Kavram

Subnet alignment for default gateways and Access Control List port matching
Soru 1590Soru

A network administrator is designing an out-of-band (OOB) remote management infrastructure to maintain emergency administrative access to core network devices during a primary WAN transport failure. Which of the following implementation steps are required to establish a secure, dedicated out-of-band management solution? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Connecting device serial console ports to a dedicated terminal server; Connecting an auxiliary cellular modem to provide network connectivity isolated from the primary ISP link

Cevap

To establish secure out-of-band management during primary network circuit failures, administrators must connect device serial console ports to a terminal server and attach an auxiliary cellular modem to provide independent external access.
Out-of-band management requires access pathways completely independent of the production IP network. Directing device serial console ports into a terminal server guarantees physical console access, while equipping the system with an auxiliary cellular modem provides an alternative wireless telecommunications path into the network when primary wired circuits fail.

Adım Adım Çözüm

1
Analyze out-of-band (OOB) management isolation requirements
True OOB access must operate over a dedicated physical path isolated from primary production networks and ISP connections.
Primary transport failures render standard in-band management interfaces unreachable.
2
Evaluate hardware interface connections for device console access
Connecting serial console ports to a terminal server provides direct hardware-level CLI access.
Console ports remain accessible even when operating systems experience network stack failures or interface shutdowns.
3
Select an independent alternate communication link
Attaching an auxiliary cellular modem to the terminal server enables remote dialing or secure connection across cellular infrastructure.
Cellular connections provide an alternate transport mechanism unimpacted by wired local loop fiber cuts or ISP disruptions.

Anahtar Kavram

Out-of-Band (OOB) Management Architecture
Soru 1591Soru

Match each physical layer network issue or diagnostic requirement with the most appropriate hardware testing tool.

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

Öğeler

Locating the exact distance to a bend or break in a 2 km single-mode fiber optic link
Tracing an unlabelled Ethernet wall outlet back to its corresponding port on a patch panel
Verifying the operational integrity of a network interface card's transmit and receive circuitry
Identifying a split-pair condition and distance to an open fault on a Category 6 UTP cable run

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The diagnostic scenarios match their respective hardware tools as follows: Optical Time-Domain Reflectometer (OTDR) maps to long-distance fiber breaks; Tone Generator and Probe maps to tracing unlabelled cable runs; Loopback Plug maps to testing interface hardware circuitry; Time-Domain Reflectometer (TDR) maps to copper cable split pairs and open fault distance measurements.
Each tool is paired according to its specific function and physical medium: OTDR tests fiber optic reflections, Tone Generator/Probe traces copper cable pathways, Loopback Plugs test hardware interfaces, and TDR measures electrical reflections on copper twisted-pair cabling.

Adım Adım Çözüm

1
Analyze the transmission medium and fault type for each diagnostic scenario.
Differentiate between optical fiber and twisted-pair copper requirements, and separate path tracing from interface diagnostics.
Selecting the correct hardware tester depends on whether the medium is copper or fiber optic and whether the objective is wire tracing, fault distance measurement, or port verification.
2
Match fiber optic reflective testing to OTDR.
Pair the 2 km single-mode fiber fault location task with the Optical Time-Domain Reflectometer (OTDR).
OTDR is specifically designed for optical cable reflection and distance-to-fault measurements.
3
Match signal induction tracing to tone generator and probe.
Pair tracing an unlabelled cable to its patch panel port with Tone Generator and Probe.
Tone generators induce an analog audio signal onto copper cabling that an inductive probe detects.
4
Match port loopback signal testing to loopback plug.
Pair NIC transmit/receive port testing with Loopback Plug.
Loopback plugs route TX back to RX to validate port hardware operational status.
5
Match electrical signal reflection and pinout testing to copper TDR.
Pair UTP split-pair and distance to open fault with Time-Domain Reflectometer (TDR).
TDR uses electrical pulse reflections to locate impedance changes and pinout errors on copper cables.

Anahtar Kavram

Selecting appropriate physical layer hardware tools based on medium, fault type, and testing objective.
Soru 1592Soru

A network engineer is troubleshooting high frame error rates and link degradation on a 90-meter Category 6 twisted-pair cable drop connecting a core switch to a desktop client. A basic continuity wiremap tester indicates that all eight pins are correctly wired straight-through (1-to-1 through 8-to-8) with no open or short circuits. However, when the link autonegotiates to 1000BASE-T, the connection experiences severe Near-End Crosstalk (NEXT) and high packet loss. Which diagnostic tool should the engineer utilize to identify the physical cable fault causing this issue?

Cevabı ve açıklamayı göster

Cevap: Cable certifier / TDR with NEXT frequency testing capability to detect a split-pair error

Cevap

Cable certifier / TDR with NEXT frequency testing capability to detect a split-pair error
The correct answer identifies that a cable certifier / advanced TDR capable of NEXT testing is required. A split pair occurs when individual conductors from different twisted pairs are accidentally swapped at termination points. Because DC continuity remains intact, simple continuity testers report the cable as correctly wired. However, mixing pairs breaks the balance of the differential signaling, leading to severe Near-End Crosstalk (NEXT) and packet corruption when operating at high frequencies like Gigabit Ethernet.

Adım Adım Çözüm

1
Analyze the symptoms and test results provided in the scenario.
The cable shows 1-to-1 pin continuity on a simple wiremap tester, but suffers high Near-End Crosstalk (NEXT) and error rates under 1000BASE-T operations.
1000BASE-T uses all four twisted pairs simultaneously for bidirectional signaling, making it extremely sensitive to pair balance and electromagnetic interference.
2
Differentiate between simple continuity testing and signal quality certification.
A basic wiremap tester only confirms DC electrical continuity across corresponding pins on each connector; it does not measure high-frequency AC signal characteristics or proper pair pairing.
When conductors from two different pairs are mixed (e.g., tip of Pair 1 with ring of Pair 2), DC continuity is still maintained, but the twist geometry that cancels out electromagnetic interference is lost.
3
Select the appropriate hardware diagnostic tool for identifying split pairs and NEXT.
A cable certifier or advanced TDR measures crosstalk parameters across frequency spectrums and detects split pairs.
Only high-frequency cable certifiers evaluate parameter compliance (such as NEXT, FEXT, attenuation, and return loss) specified by TIA/EIA standards.

Anahtar Kavram

Identifying physical layer cable faults using cable certifiers vs basic wiremap testers
Tahmini Süre:2m 0s
Soru 1593Soru

A network technician is troubleshooting severe latency and high frame retransmission rates on a 2.4 GHz wireless network within an office suite. Signal spectrum analysis reveals that three neighboring access points are broadcasting on channels 1, 2, and 3, resulting in significant adjacent-channel interference. Which of the following actions should the technician take to remediate these wireless signal issues? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Reconfigure the wireless access points to use a non-overlapping channel deployment pattern consisting of channels 1, 6, and 11.; Ensure 2.4 GHz channel width is configured to 20 MHz rather than 40 MHz channel bonding.

Cevap

To resolve adjacent-channel interference in the 2.4 GHz band, the technician must reconfigure the access point channels to a non-overlapping scheme (channels 1, 6, and 11) and restrict radio channel widths to 20 MHz.
In the 2.4 GHz Wi-Fi spectrum, channels overlap significantly. Using adjacent channel assignments such as channels 1, 2, and 3 creates adjacent-channel interference (ACI), causing corrupt frames and high packet retransmission rates. Assigning non-overlapping channels (1, 6, and 11) eliminates ACI. Furthermore, maintaining a 20 MHz channel width avoids consuming excessive spectrum, preserving non-overlapping channel capacity.

Adım Adım Çözüm

1
Analyze the radio frequency channel allocation.
Identified adjacent-channel interference caused by setting neighboring 2.4 GHz access points to channels 1, 2, and 3.
Channels 1, 2, and 3 overlap in frequency, causing uncoordinated signal degradation and high frame retransmissions.
2
Select non-overlapping channels for the 2.4 GHz band.
Reassign access points to channels 1, 6, and 11.
Channels 1, 6, and 11 have 25 MHz separation, providing the required spectral clearance to operate concurrently without inter-channel interference.
3
Verify channel width configurations across all access points.
Set channel width to standard 20 MHz.
Channel bonding (40 MHz) in the 2.4 GHz spectrum uses up most available frequencies and makes non-overlapping channel reuse virtually impossible.

Anahtar Kavram

2.4 GHz Non-Overlapping Channel Planning and Channel Width Optimization
Soru 1594Soru

A network security administrator detects anomalous network activity where a switch is broadcasting unicast frames to all active switch ports, enabling an unauthorized user to capture sensitive network traffic. Investigation reveals that a connected device transmitted tens of thousands of frames with distinct, randomly generated source physical addresses within a few seconds. Which of the following statements accurately characterize the attack vector taking place and its primary mitigation method? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: The threat actor is executing a MAC flooding attack designed to exhaust the switch's Content Addressable Memory (CAM) table capacity.; Implementing Port Security on switch access interfaces effectively mitigates this attack by limiting the number of learned MAC addresses.

Cevap

The incident is a MAC flooding attack aimed at overflowing the switch's CAM table, which can be mitigated by configuring Port Security on switch ports.
A MAC flooding attack sends numerous frames containing invalid source MAC addresses to fill the switch's CAM table. Once full, the switch enters fail-open mode, broadcasting all traffic like a hub and allowing unauthorized packet capture. Port Security directly defends against this by enforcing limits on MAC address learning per port.

Adım Adım Çözüm

1
Analyze the observed attack symptoms
Generating thousands of frames with spoofed source MAC addresses exhausts the switch CAM table space, causing the switch to enter a fail-open condition where unicast frames are flooded out all ports.
Switches use CAM tables to map MAC addresses to physical ports; when full, the switch defaults to broadcasting unicast frames.
2
Identify effective Layer 2 defenses
Enabling Port Security limits the maximum number of allowable MAC addresses on an interface and defines actions (such as restrict or shutdown) upon violation.
Restricting MAC address registration prevents an attacker from filling the CAM table with fictitious entries.

Anahtar Kavram

MAC Flooding and Port Security
Tahmini Süre:1m 30s
Soru 1595Soru

An organization's security policy mandates that all telemetry and network performance monitoring data collected from core routers must be protected against eavesdropping and data tampering. When configuring SNMPv3 monitoring agents on these devices, which security level must be enabled to provide both cryptographic authentication and data payload encryption?

Cevabı ve açıklamayı göster

Cevap: authPriv

Cevap

The authPriv security level is required because it implements both user authentication and packet payload encryption.
The authPriv (Authentication with Privacy) security level in SNMPv3 provides HMAC cryptographic authentication to verify packet integrity and sender identity, alongside symmetric key encryption (such as AES) to secure the payload content from unauthorized interception.

Adım Adım Çözüm

1
Identify the security requirements stated in the scenario.
The scenario requires protection against both unauthorized tampering (authentication) and eavesdropping (encryption/privacy).
Security mandates for sensitive performance management traffic require confidential and authentic telemetry transmission.
2
Evaluate SNMPv3 security model parameters.
SNMPv3 defines three primary security levels: noAuthNoPriv, authNoPriv, and authPriv.
Understanding the distinction between authentication (auth) and privacy/encryption (priv) determines the correct protocol configuration.
3
Select the SNMPv3 level meeting both criteria.
authPriv satisfies both requirements by combining HMAC authentication with symmetric cipher encryption (AES/DES).
Only authPriv enables full payload encryption alongside user identity verification.

Anahtar Kavram

SNMPv3 Security Levels
Tahmini Süre:1m 0s
Soru 1596Soru

A network engineer is troubleshooting a newly connected point-of-sale terminal on VLAN 45 (10.45.10.0/2410.45.10.0/24) that cannot communicate with the accounting database. Executing `ip addr show eth0` on the terminal produces the following output:

text
eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default
inet 169.254.112.85/16 brd 169.254.255.255 scope global eth0
valid_lft forever preferred_lft forever

Inspection of the default gateway router configuration for VLAN 45 displays the following settings:

text
interface GigabitEthernet0/0.45
encapsulation dot1Q 45
ip address 10.45.10.1 255.255.255.0
ip helper-address 10.100.20.14

A recent IP audit confirms that the active central enterprise DHCP server resides at address 10.100.20.1510.100.20.15. What is the primary root cause of the terminal failing to acquire a valid network IP address?

Cevabı ve açıklamayı göster

Cevap: The `ip helper-address` directive on the gateway router subinterface is misconfigured with an incorrect DHCP server IP address.

Cevap

The `ip helper-address` statement on the gateway subinterface specifies 10.100.20.1410.100.20.14, which does not match the active central DHCP server IP address (10.100.20.1510.100.20.15).
When client devices display an address within the 169.254.0.0/16169.254.0.0/16 block (APIPA), it signifies that the host attempted a dynamic lease request but received no DHCP OFFER. Because the DHCP server sits on a different subnet (10.100.20.0/2410.100.20.0/24), the router's subinterface uses `ip helper-address` to forward broadcast requests via unicast. The configuration lists 10.100.20.1410.100.20.14 instead of the active server address 10.100.20.1510.100.20.15, causing all forwarded DHCP requests to be dropped by the network.

Adım Adım Çözüm

1
Analyze client IP output snippet
The terminal displays IP address 169.254.112.85/16169.254.112.85/16, identifying an Automatic Private IP Addressing (APIPA) self-assigned address.
When a DHCP client fails to receive a DHCP DISCOVER response/OFFER, it defaults to APIPA.
2
Examine gateway relay settings
Interface `GigabitEthernet0/0.45` routes requests using `ip helper-address 10.100.20.14`.
DHCP broadcast messages generated on VLAN 45 must be converted into unicast packets destined for the DHCP server IP address specified in the helper directive.
3
Compare helper address against active server inventory
The configured helper IP (10.100.20.1410.100.20.14) is incorrect because the central DHCP server is hosted at 10.100.20.1510.100.20.15.
Forwarded unicast DHCP DISCOVER frames are sent to an inactive or non-DHCP endpoint, resulting in lost requests and client lease timeout.

Anahtar Kavram

DHCP Relay (IP Helper) Address Configuration and APIPA Diagnosis
Soru 1597Soru

A network technician receives reports that internal workstations are intermittently directed to an external IP address when resolving the internal hostname `app.corp.local`. To investigate, the technician executes `nslookup app.corp.local 10.0.4.10` from a CLI interface and receives the following output:

Server: internal-dns.corp.local
Address: 10.0.4.10

Non-authoritative answer:
Name: app.corp.local
Address: 203.0.113.88

Based on this output, which of the following is the most accurate analysis of the issue?

Cevabı ve açıklamayı göster

Cevap: The local DNS server returned a cached response from an external recursive lookup rather than answering authoritatively from its local primary zone file.

Cevap

The local DNS server returned a cached response from an external recursive lookup rather than answering authoritatively from its local primary zone file.
In DNS troubleshooting, a 'Non-authoritative answer' output from `nslookup` or `dig` signifies that the DNS server responding to the query does not maintain the authoritative zone file for the domain queried. Instead, the server obtained the record by querying external upstream servers recursively and cached the result. Returning an external IP address (`203.0.113.88`) for an internal domain under a non-authoritative banner indicates the server is resolving the domain via forwarders or cache rather than using a local primary domain zone.

Adım Adım Çözüm

1
Analyze the CLI input command and target server IP.
The command `nslookup app.corp.local 10.0.4.10` directs the query specifically to the server at `10.0.4.10`.
Specifying the server IP overrides default host resolver settings to test a specific DNS server.
2
Examine the output header line 'Non-authoritative answer:'.
Identifies that `10.0.4.10` does not hold the primary or secondary authoritative zone file for `corp.local` for this record.
A non-authoritative answer occurs when a DNS server fulfills a request using cached data acquired from another DNS server rather than reading from its own authoritative zone database.
3
Synthesize the symptom with the returned IP address (`203.0.113.88`).
The server returned a cached external IP address instead of resolving `app.corp.local` internally.
This confirms that the local DNS server forwarded the query upstream or holds a polluted/stale cache entry rather than utilizing an authoritative local zone mapping.

Anahtar Kavram

Interpreting nslookup output headers and distinguishing authoritative zone responses from cached recursive lookup results.
Soru 1598Soru

A network administrator is using a packet analyzer to troubleshoot an issue where client hosts on a remote subnet cannot obtain IP addresses automatically. The administrator suspects that DHCP relay messages are not reaching the centralized DHCP server. To verify if relayed bootstrap requests are arriving at the server's network interface card, which protocol and port criteria should the administrator filter for in the packet analyzer capture?

Cevabı ve açıklamayı göster

Cevap: UDP port 67

Cevap

UDP port 67 is the correct filter criteria for inspecting incoming DHCP request and relay packets on the server interface.
DHCP uses UDP as its transport layer protocol. Centralized DHCP servers and relay agents send and receive requests on UDP port 67. To analyze incoming relay packets arriving at the server, filtering for UDP port 67 isolates the relevant BOOTREQUEST traffic.

Adım Adım Çözüm

1
Identify the protocol transport model used by DHCP services
DHCP operates over User Datagram Protocol (UDP) for unacknowledged, low-latency transmission.
DHCP clients do not establish a TCP connection prior to obtaining an IP configuration.
2
Determine the specific port used by the server side of the DHCP communication
The server listens on destination UDP port 67 for incoming client requests and relay agent boot messages.
Port 67 receives requests (DHCPDISCOVER, DHCPREQUEST) and relayed BOOTREQUEST packets, while port 68 receives client responses (DHCPOFFER, DHCPACK).
3
Formulate the packet analyzer display filter
Filtering traffic for UDP destination port 67 isolates incoming DHCP relay traffic reaching the server.
This allows the technician to confirm whether the remote router successfully forwards relay packets to the server interface.

Anahtar Kavram

DHCP Protocol Operation and Packet Capture Filtering
Tahmini Süre:1m 30s
Soru 1599Soru

An organization operates a centralized logging infrastructure where internal servers on the 192.168.10.0/24192.168.10.0/24 subnet transmit log data to a Syslog server at 172.16.50.25172.16.50.25. The network administrator configures an extended IPv4 Access Control List (ACL) with the rule `permit tcp 192.168.10.0 0.0.0.255 host 172.16.50.25 eq 514`. After applying this rule, no logs are received by the Syslog server. Which of the following modifications to the ACL will resolve the log transmission failure?

Cevabı ve açıklamayı göster

Cevap: Change the protocol in the ACL rule from TCP to UDP.

Cevap

Changing the protocol in the ACL rule from TCP to UDP resolves the transmission failure because standard Syslog messaging utilizes UDP port 514.
Standard Syslog traffic relies on UDP port 514. The configured ACL rule explicitly filtered for TCP packets, causing all UDP Syslog datagrams from the subnet to fall through to remaining rules and ultimately be dropped by the implicit deny.

Adım Adım Çözüm

1
Identify the transport protocol used by standard Syslog services.
Standard Syslog operates using connectionless UDP on port 514.
Syslog applications by default generate UDP datagrams to minimize logging latency.
2
Analyze the configured ACL entry `permit tcp 192.168.10.0 0.0.0.255 host 172.16.50.25 eq 514`.
The rule inspects TCP headers for destination port 514 and drops UDP datagrams.
Extended ACLs perform exact matches on the IP transport protocol field (TCP vs UDP).
3
Determine the necessary ACL modification.
Modify `tcp` to `udp` in the access-list rule.
Matching UDP allows Syslog datagrams sent to destination port 514 to be permitted through the interface.

Anahtar Kavram

Extended Access Control List (ACL) Protocol Matching (TCP vs. UDP)
Soru 1600Soru

A network administrator on a Linux workstation is troubleshooting an inability to reach a remote HTTPS service hosted at 10.20.30.50 on custom port 8443. Following a structured bottom-up OSI troubleshooting methodology, in what sequence should the administrator execute the following command-line diagnostics to systematically isolate the failure?

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

Cevabı ve açıklamayı göster

Cevap

The correct diagnostic sequence begins with verifying host interface configuration (`ip addr show`), testing local gateway reachability (`ping -c 3 192.168.1.1`), isolating intermediate path routing (`traceroute -n 10.20.30.50`), and finally checking specific TCP port socket accessibility (`nc -zv 10.20.30.50 8443`).
Adhering to a bottom-up troubleshooting methodology requires starting with local host interface verification (`ip addr show`), followed by testing default gateway reachability (`ping`), isolating multi-hop routing paths (`traceroute`), and concluding with transport layer port testing (`nc`).

Adım Adım Çözüm

1
Inspect local network interface configuration using `ip addr show`.
Confirms physical/data link connection state and validates local IPv4 address configuration.
Troubleshooting must begin at the local host level (Layers 1 and 2) to ensure the network interface is up and bound to an IP address.
2
Test ICMP echo communication to the default gateway with `ping -c 3 192.168.1.1`.
Verifies ARP resolution and local segment Layer 3 forwarding capability.
If local gateway ping fails, off-subnet routing is impossible, making upstream path tracing unnecessary until local connectivity is restored.
3
Perform path discovery to the target IP address using `traceroute -n 10.20.30.50`.
Identifies the specific hop or WAN interface where packet transit terminates.
Layer 3 path reachability must be confirmed end-to-end before probing specific transport layer application ports.
4
Probe destination transport port using netcat (`nc -zv 10.20.30.50 8443`).
Determines if TCP port 8443 accepts connection attempts or if packets are filtered by security devices.
Transport layer port socket testing is the final step once underlying Layer 3 routing and path reachability are confirmed.

Anahtar Kavram

Bottom-up CLI Network Troubleshooting Methodology
Tahmini Süre:2m 0s
ÖncekiSayfa 80 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin