Tüm alıştırma soruları

2237 soru

Soru 2201Soru

During a comprehensive infrastructure review following a series of network upgrades and operational incidents, a lead network engineer must consult specific documentation artifacts. Match each network documentation artifact on the left to the operational scenario on the right where its usage is primary and essential.

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

Öğeler

Baseline performance report
Change management log
Logical network diagram
Rack elevation diagram

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Baseline performance report matches evaluating historical throughput and CPU utilization thresholds. Change management log matches auditing maintenance windows for configuration modifications. Logical network diagram matches mapping VLAN IDs, subnets, and routing adjacencies. Rack elevation diagram matches verifying vertical rack unit space, power outlets, and thermal airflow clearance.
Each network artifact serves a specific operational function: performance evaluation requires baseline metrics, tracking past edits requires change management logs, mapping layer 2/3 configurations requires logical topology diagrams, and physical server room installation requires rack elevation diagrams.

Adım Adım Çözüm

1
Analyze performance measurement and trend analysis requirements
Correlate historical utilization benchmarks with the baseline performance report.
Baseline metrics establish what constitutes standard operating parameters, providing a comparative reference point when troubleshooting performance degradation.
2
Analyze administrative audit and historical configuration tracking requirements
Associate historical configuration audit requirements with the change management log.
Change management logs record scheduled maintenance details, approved commands, and implementation dates required to trace configuration anomalies.
3
Analyze protocol, IP subnetwork, and VLAN relationship mapping requirements
Connect IP schemes, VLAN segmentation, and routing protocol relationships to the logical network diagram.
Logical diagrams represent software structures and layer 3 routing topology without clutter from physical cable pathways or rack layouts.
4
Analyze physical space, power, and thermal planning requirements
Match spatial rack unit, power distribution, and thermal airflow planning with the rack elevation diagram.
Rack elevation diagrams accurately model vertical rack unit usage, power allocation, and cabinet space requirements for physical deployments.

Anahtar Kavram

Operational applications of network documentation and diagrams
Soru 2202Soru

A systems administrator is configuring perimeter firewall access control rules to enable centralized administrative access across enterprise infrastructure. The security baseline requires deploying TACACS+ for AAA management of network switches and Remote Desktop Protocol (RDP) for graphical management of remote Windows servers. Which of the following port and transport layer protocol combinations must be permitted through the firewall to support these services? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: TCP port 49; TCP port 3389

Cevap

The correct port and protocol combinations are TCP port 49 for TACACS+ and TCP port 3389 for RDP.
TACACS+ uses TCP port 49 to provide reliable, connection-oriented transmission for network access authentication, authorization, and accounting. Remote Desktop Protocol (RDP) uses TCP port 3389 to establish graphical administrative sessions on Windows systems.

Adım Adım Çözüm

1
Identify the transport layer protocol and default port for TACACS+.
TACACS+ uses connection-oriented TCP on port 49 to ensure reliable delivery of AAA payloads.
Unlike RADIUS which uses UDP ports 1812/1813, TACACS+ encrypts the entire packet body over TCP port 49.
2
Identify the transport layer protocol and default port for Remote Desktop Protocol (RDP).
RDP uses TCP port 3389 for remote desktop session initiation and control.
Graphical remote desktop traffic requires a reliable connection provided by TCP port 3389.

Anahtar Kavram

Identifying transport layer protocols (TCP/UDP) and default well-known port numbers for administrative remote management services (TACACS+ and RDP).
Soru 2203Soru

A network security administrator is constructing a top-to-bottom Cisco IPv4 extended Access Control List (ACL) on a router interface to filter traffic moving from an internal administration subnet toward a datacenter network. Arrange the following ACL statements in the correct evaluation order from top (first statement) to bottom (last statement) so that specific security exceptions are honored without rule shadowing or unintended traffic blockage.

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

Cevabı ve açıklamayı göster

Cevap

The correct sequential order of ACL statements from top to bottom is: 1) `permit tcp host 10.20.1.5 host 172.16.10.50 eq 443`, 2) `deny ip 10.20.1.0 0.0.0.255 172.16.10.0 0.0.0.255`, 3) `permit ip 10.20.0.0 0.0.255.255 172.16.0.0 0.0.255.255`, and 4) `deny ip any any`.
Router Access Control Lists evaluate traffic sequentially from top to bottom based on a first-match policy. To enforce security policies correctly, specific rules (such as explicit host-to-host allowances) must be listed first, followed by specific subnet restrictions, then broad network permissions, and finally the catch-all implicit deny statement.

Adım Adım Çözüm

1
Place specific host-to-host permit rules at position 1.
`permit tcp host 10.20.1.5 host 172.16.10.50 eq 443` is positioned first.
ACLs process packets sequentially using first-match logic. Specific exceptions must precede broader subnet denies to prevent rule shadowing.
2
Place specific subnet deny statements at position 2.
`deny ip 10.20.1.0 0.0.0.255 172.16.10.0 0.0.0.255` is positioned second.
This restricts general access from the 10.20.1.0/2410.20.1.0/24 subnet while still allowing host 10.20.1.510.20.1.5 access due to its preceding match.
3
Place broad network permit statements at position 3.
`permit ip 10.20.0.0 0.0.255.255 172.16.0.0 0.0.255.255` is positioned third.
This allows other subnets within the 10.20.0.0/1610.20.0.0/16 range to access 172.16.0.0/16172.16.0.0/16 after specific subnet denies have been evaluated.
4
Position the implicit deny statement at position 4.
`deny ip any any` is positioned last.
Unmatched packets drop down to the final implicit deny rule.

Anahtar Kavram

ACL First-Match Processing and Rule Shadowing Prevention
Soru 2204Soru

A system administrator needs to implement remote management for a cluster of physical servers located in a remote datacenter. During host operating system crashes or pre-boot system checks, standard network management protocols like SSH or RDP are unavailable because the OS network stack is inactive. Which of the following out-of-band management solutions provides administrators with remote graphical display output, keyboard/mouse interaction, and full access to motherboard BIOS settings?

Cevabı ve açıklamayı göster

Cevap: An IP-KVM switch connected directly to the display output and USB ports of the physical servers

Cevap

An IP-KVM switch connected directly to the display output and USB ports of the physical servers
An IP-KVM device provides true out-of-band management by capturing hardware display signals and translating remote keyboard/mouse inputs over an IP connection. Because it operates independently of the host operating system, administrators can access BIOS setup, perform cold reboots, and diagnose kernel crashes remotely.

Adım Adım Çözüm

1
Identify the key remote management requirements in the scenario.
The scenario requires out-of-band access that works during OS panics/pre-boot states and provides graphical video output alongside keyboard/mouse input.
Software-based in-band tools (like RDP or SSH) depend on the host operating system's kernel and network stack, which are non-functional when the OS freezes or has not booted.
2
Evaluate candidate remote access hardware solutions.
An IP-KVM device connects to physical video outputs (HDMI/VGA/DisplayPort) and USB controller ports, encoding video frames into network packets.
Because it interfaces at the hardware layer outside the host operating system, it grants remote BIOS and pre-boot console access.

Anahtar Kavram

Out-of-Band Remote Access via IP-KVM
Soru 2205Soru

A network technician is investigating a connectivity issue on a Linux workstation. When executing `nslookup repo.corp.local`, the command returns an IP address of `10.50.10.25` from the internal DNS server. However, ping commands and web browser traffic directed to `repo.corp.local` consistently attempt to connect to `10.50.10.99`, resulting in connection timeouts.

Which of the following is the most likely cause of this name resolution discrepancy?

Cevabı ve açıklamayı göster

Cevap: The local /etc/hosts file contains an outdated entry mapping repo.corp.local to 10.50.10.99.

Cevap

The local /etc/hosts file contains an outdated entry mapping repo.corp.local to 10.50.10.99.
The correct answer identifies that the local `/etc/hosts` file contains an outdated mapping. In operating systems like Linux and Windows, standard applications (such as web browsers or the `ping` utility) follow the system's name resolution order, which prioritizes the local `hosts` file before sending a query to a DNS server. In contrast, diagnostic tools like `nslookup` bypass the local `hosts` file and query the configured DNS server directly. Therefore, `nslookup` retrieves the correct IP address (`10.50.10.25`) from DNS, while applications read the stale entry (`10.50.10.99`) from `/etc/hosts`.

Adım Adım Çözüm

1
Analyze the difference between how nslookup operates versus standard OS application traffic.
Recognize that nslookup uses its own internal stub resolver code to query configured DNS servers directly, ignoring local host files.
Utility tools like nslookup bypass local operating system host lookup files (/etc/hosts).
2
Examine the operating system name resolution order for standard network applications (ping, browsers).
Determine that OS applications consult local host files (/etc/hosts) prior to querying external or internal DNS servers.
Default OS Name Service Switch configuration checks local file entries before sending DNS queries.
3
Correlate the behavior to the root cause.
An old entry in /etc/hosts causes ping and browsers to use 10.50.10.99, while nslookup accurately fetches 10.50.10.25 from DNS.
A static host entry overrides dynamic DNS query results for general system traffic.

Anahtar Kavram

Operating System Name Resolution Order vs Direct DNS Diagnostic Utility Behavior
Soru 2206Soru

A network administrator is evaluating the converged state of an enterprise network running standard IEEE 802.1D Spanning Tree Protocol (STP) across multiple interconnected switches. Which of the following statements correctly describe port roles and operational behavior in a fully converged 802.1D STP topology? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Every non-root switch elects exactly one Root Port, which is the local port providing the lowest cumulative path cost to the Root Bridge.; Each active network segment selects one Designated Port, which forwards traffic downstream away from the Root Bridge.

Cevap

The correct statements are that every non-root switch elects exactly one Root Port offering the lowest cumulative path cost to the Root Bridge, and that each active network segment selects one Designated Port to forward traffic downstream.
In standard 802.1D STP, every non-root switch must select exactly one Root Port based on the lowest cumulative root path cost. Additionally, every active network segment between switches must select one Designated Port to handle forwarding for that segment without creating loops.

Adım Adım Çözüm

1
Analyze Root Port selection criteria in standard STP.
Confirm that each non-root switch designates exactly one interface facing the Root Bridge with the minimum cumulative path cost as its Root Port.
Root Ports establish the single active path from non-root switches back to the Root Bridge.
2
Analyze Designated Port selection across network segments.
Confirm that each network segment (link) has exactly one Designated Port placed in the Forwarding state.
Designated Ports handle frame transmission away from the Root Bridge onto individual LAN segments.
3
Evaluate root bridge election tiebreaker and priority logic to rule out incorrect options.
STP always prefers lower numerical values for both Bridge Priority and MAC address.
Higher numerical priority values or MAC addresses lose the Root Bridge election.

Anahtar Kavram

Spanning Tree Protocol Port Roles and Election Logic
Soru 2207Soru

A network administrator is designing an enterprise wireless network to mitigate co-channel interference, satisfy regulatory spectrum requirements, and optimize airtime efficiency in high-density environments. Match each wireless deployment mechanism on the left with its primary function or operational requirement on the right.

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

Öğeler

Dynamic Frequency Selection (DFS)
BSS Coloring
Orthogonal Frequency Division Multiple Access (OFDMA)
Transmit Power Control (TPC)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Dynamic Frequency Selection (DFS) matches with monitoring 5 GHz channels for radar signals; BSS Coloring matches with adding numerical identifiers to frames to differentiate overlapping service sets; OFDMA matches with subdividing channels into Resource Units for simultaneous transmissions; and Transmit Power Control (TPC) matches with adjusting access point output wattage to prevent co-channel interference.
Dynamic Frequency Selection (DFS) is designed specifically for radar detection and channel switching in the 5 GHz band. BSS Coloring marks frame headers with identifiers to mitigate co-channel contention in high-density deployments. OFDMA splits frequency channels into sub-channels (Resource Units) for parallel client transmissions. Transmit Power Control (TPC) regulates AP output power to shrink or expand cell boundaries, mitigating signal overlap.

Adım Adım Çözüm

1
Analyze regulatory frequency control mechanisms.
Identify that Dynamic Frequency Selection (DFS) is mandatory on specific 5 GHz channels to prevent interference with radar systems.
DFS continuously monitors for radar pulses and shifts the access point to an alternative channel if radar activity is detected.
2
Analyze high-density spatial reuse technologies introduced in Wi-Fi 6.
Connect BSS Coloring to adding spatial tags/colors to frame headers.
BSS Coloring allows access points operating on identical frequencies to recognize frames from neighboring networks as foreign, allowing them to adjust carrier sense thresholds and transmit without waiting unnecessarily.
3
Examine multi-user channel access methods.
Match OFDMA to sub-channel division into Resource Units (RUs).
OFDMA enables multi-user communication by allocating discrete subcarriers within a channel to different client devices simultaneously.
4
Evaluate cell sizing and power management techniques.
Link Transmit Power Control (TPC) to access point power output adjustments.
TPC regulates radio transmission power to keep coverage cells tightly bounded, avoiding signal bleed into adjacent access point cells operating on the same channel.

Anahtar Kavram

Enterprise Wireless Deployment Mechanisms and Channel Management Techniques
Soru 2208Soru

During an incident investigation on an enterprise local area network, a network administrator notices that a host workstation is sending traffic intended for the default gateway (192.168.1.1) to an unassigned MAC address (00:11:22:33:44:55) on the local switch port. Packet captures reveal unsolicited Address Resolution Protocol responses continuously mapping the gateway's IP address to the attacker's MAC address. Which of the following attack types is actively occurring on this network segment?

Cevabı ve açıklamayı göster

Cevap: ARP poisoning

Cevap

The attack occurring on the local network segment is ARP poisoning.
The correct answer describes ARP poisoning. In ARP poisoning (or ARP spoofing), an attacker broadcasts forged, unsolicited ARP reply frames across a local area network to associate their own MAC address with the IP address of a legitimate target, such as the default gateway. This causes client workstations to forward network traffic directly to the attacker's machine.

Adım Adım Çözüm

1
Analyze the observed network symptom
Unsolicited ARP responses are corrupting the host's ARP table by mapping the default gateway's IP address (192.168.1.1) to an unauthorized MAC address.
ARP (Address Resolution Protocol) maps Layer 3 IP addresses to Layer 2 MAC addresses on local broadcast domains.
2
Differentiate Layer 2 protocol manipulation from Layer 7 name resolution
The traffic manipulation is occurring at Layer 2 via ARP frame injection, not at Layer 7 through DNS name resolution tampering.
ARP operates strictly within local subnets to resolve MAC addresses for frame forwarding, while DNS maps hostnames to IP addresses.
3
Select the matching attack classification
ARP poisoning (or ARP spoofing) is identified as the exact mechanism used to facilitate this on-path attack.
Forging ARP responses to associate an attacker's MAC address with a target host's IP address directly matches the definition of ARP poisoning.

Anahtar Kavram

ARP Poisoning / ARP Spoofing
Soru 2209Soru

A network administrator is dividing the IP address block 172.20.0.0/23172.20.0.0/23 into subnets with a prefix length of /26/26 to accommodate multiple department networks. What is the broadcast address of the third subnet in this allocation?

Cevabı ve açıklamayı göster

Cevap: 172.20.0.191172.20.0.191

Cevap

The broadcast address of the third subnet is 172.20.0.191172.20.0.191.
With a /26/26 subnet mask (255.255.255.192255.255.255.192), each subnet contains 6464 IP addresses. The subnets start at 172.20.0.0172.20.0.0 (1st), 172.20.0.64172.20.0.64 (2nd), 172.20.0.128172.20.0.128 (3rd), and 172.20.0.192172.20.0.192 (4th). The broadcast address of the 3rd subnet (172.20.0.128/26172.20.0.128/26) is the highest IP address in its block, which is 172.20.0.191172.20.0.191.

Adım Adım Çözüm

1
Determine the subnet block size for a /26/26 prefix length.
A /26/26 prefix uses a subnet mask of 255.255.255.192255.255.255.192. The block size in the fourth octet is 256192=64256 - 192 = 64 IP addresses per subnet.
Calculating the block size identifies the boundary increment for each subnet.
2
List the subnet network boundaries starting from the base address 172.20.0.0/23172.20.0.0/23.
Subnet 1 starts at 172.20.0.0/26172.20.0.0/26.
Subnet 2 starts at 172.20.0.64/26172.20.0.64/26.
Subnet 3 starts at 172.20.0.128/26172.20.0.128/26.
Subnet 4 starts at 172.20.0.192/26172.20.0.192/26.
Adding the block size of 6464 sequentially locates the network ID of each subnet.
3
Calculate the broadcast address of the third subnet.
The third subnet network ID is 172.20.0.128172.20.0.128. The fourth subnet starts at 172.20.0.192172.20.0.192. Therefore, the broadcast address of the third subnet is one IP address before the fourth subnet's network ID, which is 172.20.0.191172.20.0.191.
The broadcast address is always the last IP address in a subnet range immediately preceding the next subnet's network ID.

Anahtar Kavram

Subnet Masking and Subnet Boundary Calculation
Tahmini Süre:1m 30s
Soru 2210Soru

A network administrator is troubleshooting an issue where internal workstation clients can resolve standard internal hostnames, but fail when attempting to query external DNSSEC-signed domains that return large response payloads exceeding 512 bytes. Packet captures reveal that the external DNS server sends a response with the TrunCation (TC) flag set over UDP port 5353, after which the client's automated follow-up attempt fails completely. Which firewall configuration issue is most likely causing this name resolution failure?

Cevabı ve açıklamayı göster

Cevap: Outbound and inbound TCP traffic on port 53 is blocked by the firewall.

Cevap

The firewall is blocking outbound and inbound TCP traffic on port 53, preventing the client from falling back to TCP after receiving a truncated UDP DNS response.
Standard DNS operations use UDP port 53 for fast, stateless queries. However, when a DNS answer exceeds the standard byte limit (512 bytes without EDNS0 extensions, common with DNSSEC records), the server sets the TC (TrunCation) flag bit in the DNS response header. This instructs the client stub resolver to establish a TCP connection over port 53 to re-issue the query and receive the full answer. If a security firewall allows UDP port 53 but blocks TCP port 53, the client receives the truncated UDP response but fails to complete the subsequent TCP lookup.

Adım Adım Çözüm

1
Analyze the observed behavior in the packet capture.
The DNS server sets the TC (TrunCation) header bit in the UDP port 53 response.
The response payload (such as DNSSEC keys/signatures) exceeds the single UDP packet payload threshold.
2
Determine the standard DNS protocol behavior upon receiving a truncated response.
The client resolver must switch from UDP port 53 to TCP port 53 to establish a reliable stream for the complete DNS answer.
TCP supports payload segmentation and reliable delivery without arbitrary size limits inherent to basic UDP DNS frames.
3
Identify why the follow-up request fails.
The firewall blocks TCP port 53 traffic, interrupting the TCP three-way handshake required to complete the query.
DNS relies on both UDP port 53 for standard queries and TCP port 53 for truncated responses and zone transfers.

Anahtar Kavram

DNS Protocol Selection (UDP vs TCP Port 53) and Truncation (TC Bit)
Soru 2211Soru

A network technician is troubleshooting a network outage where hosts on VLAN 30 (192.168.30.0/24192.168.30.0/24) are unable to reach an internal application server on VLAN 50 (192.168.50.10192.168.50.10). Following the CompTIA network troubleshooting methodology, place the actions in the correct sequential order from first step to last step.

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

Cevabı ve açıklamayı göster

Cevap

The correct order follows the CompTIA Network Troubleshooting Methodology: 1. Gather network symptoms, 2. Formulate a hypothesis (theory of probable cause), 3. Inspect ACL rules with show commands (test the theory), 4. Draft a change plan, 5. Apply corrected ACL and verify connectivity (implement and verify), 6. Log findings and resolution in tickets (document outcomes).
The correct sequence aligns strictly with the 7-step CompTIA network troubleshooting methodology: (1) Identify the problem by gathering symptoms, (2) Establish a theory of probable cause, (3) Test the theory to determine cause, (4) Establish a plan of action, (5) Implement the solution and verify full system functionality, and (6) Document findings, actions, and outcomes.

Adım Adım Çözüm

1
Identify the problem
Information gathered from affected users and initial diagnostic commands.
Troubleshooting must begin with identifying symptoms and scope.
2
Establish a theory of probable cause
Hypothesis generated regarding an ACL blocking cross-VLAN traffic.
Developing a logical theory focuses diagnostic efforts.
3
Test the theory
Router ACL inspection confirms traffic hits an implicit deny statement.
Testing validates whether the hypothesis is accurate before making network modifications.
4
Establish a plan of action
Change request drafted detailing syntax changes and risk assessment.
Planning ensures changes are controlled and potential unintended consequences are mitigated.
5
Implement solution & verify functionality
ACL updated on router interface and ping/traceroute tests confirm restored access.
The fix must be deployed and validated to ensure the issue is completely resolved.
6
Document findings
Ticket updated with root cause, ACL configuration details, and resolution status.
Proper documentation preserves operational knowledge for future incidents.

Anahtar Kavram

CompTIA Network Troubleshooting Methodology applied to Routing and ACL issues
Soru 2212Soru

Match each physical network cabling diagnostic tool on the left with the specific troubleshooting scenario or measurement task on the right for which it is primary suited.

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

Öğeler

Optical Power Meter (OPM)
Time-Domain Reflectometer (TDR)
Tone Generator and Probe
Cable Certifier

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Optical Power Meter matches with measuring optical signal power loss; Time-Domain Reflectometer matches with determining precise location and distance to a conductor break; Tone Generator and Probe matches with tracing an unlabelled copper patch cable; Cable Certifier matches with verifying Category 6A compliance for parameters like NEXT and attenuation.
Each diagnostic instrument pairs with its designated function: Optical Power Meters quantify dB light loss across fiber strands; Time-Domain Reflectometers measure signal reflection return times to pinpoint copper conductor breaks; Tone Generators with Probes trace wire paths in crowded cabinets via inductive audio signals; and Cable Certifiers evaluate complex parameters like NEXT and return loss to verify TIA/EIA compliance.

Adım Adım Çözüm

1
Analyze the physical media and diagnostic requirement for each item.
Fiber testing requires optical measuring devices; distance-to-fault analysis on twisted pair uses impedance reflection; wire location uses signal tracing; standards certification requires high-frequency metric validation.
Matching tool capabilities to physical layer phenomena ensures correct diagnostic tool selection.
2
Pair each diagnostic tool with its matching primary application.
OPM monitors optical decibel loss; TDR uses pulse reflection timings to locate copper breaks; Tone/Probe identifies wire paths inductively; Cable Certifier tests TIA/EIA Category metrics (such as NEXT).
Each tool addresses specific physical attributes of copper or fiber cabling infrastructure.

Anahtar Kavram

Physical Cabling Diagnostic Tools and Capabilities
Soru 2213Soru

Match each enterprise wireless deployment scenario on the left with its corresponding deployment methodology or architectural standard on the right.

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

Öğeler

Establishing a high-throughput network link between two corporate buildings located 800 meters apart across a public roadway without installing physical cabling.
Offloading real-time frame processing to lightweight access points while forwarding management and control traffic over CAPWAP tunnels to a central appliance.
Generating an initial access point placement and signal heat map model using building CAD floor plans and material attenuation values prior to hardware installation.
Leveraging 802.11ax BSS Coloring and OFDMA subcarrier allocation to maintain spectral efficiency in a multi-AP, high-density conference hall environment.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Connecting separate buildings over 800m matches Point-to-Point (PTP) Wireless Bridge; CAPWAP frame handling matches Split-MAC Architecture; blueprint attenuation modeling matches Predictive Wireless Site Survey; 802.11ax BSS Coloring/OFDMA matches High-Density Spatial Reuse and Frequency Division.
Each enterprise scenario aligns directly with its technical deployment standard: PTP bridging solves inter-building link constraints without cabling, Split-MAC separates real-time and control MAC functions across LAPs and central controllers, predictive surveys simulate RF coverage on CAD floor plans prior to installation, and 802.11ax spatial reuse features (BSS Coloring and OFDMA) optimize channel efficiency in high-density environments.

Adım Adım Çözüm

1
Analyze the requirement for linking two separate physical structures across 800 meters of public space.
Identified Point-to-Point (PTP) wireless bridging as the required technology.
Connecting distinct facilities without trenching fiber cabling requires a point-to-point wireless bridge fitted with narrow-beam directional antennas.
2
Evaluate the separation of real-time MAC functions from centralized WLC control functions via CAPWAP tunnels.
Identified the Split-MAC architectural model.
Split-MAC decouples real-time wireless frame handling (performed by lightweight APs) from centralized management, authentication, and policy enforcement (handled by the controller).
3
Examine pre-installation signal propagation modeling using CAD blueprints and attenuation values.
Identified the predictive site survey methodology.
Predictive modeling uses software algorithms to simulate RF attenuation across walls and obstacles prior to physical equipment mounting.
4
Assess high-density 802.11ax enhancements (BSS Coloring and OFDMA).
Identified spatial reuse and frequency division techniques.
802.11ax utilizes BSS Coloring to override legacy co-channel clear channel assessment thresholds and OFDMA to segment channel bandwidth into discrete subcarriers for multi-user throughput.

Anahtar Kavram

Wireless Network Architecture, Site Survey Methodologies, and 802.11 High-Density Deployment Standards
Soru 2214Soru

A datacenter technician is troubleshooting a newly installed single-mode fiber optic link between two core switches that fails to establish a link status. A visual fault locator (VFL) confirms light continuity from end to end, but the switch transceivers report an absolute lack of signal. Which diagnostic instrument should the technician use to measure the exact optical loss in decibels (dB) and verify if the signal strength meets the transceiver operating specifications?

Cevabı ve açıklamayı göster

Cevap: An optical power meter paired with a calibrated optical light source

Cevap

An optical power meter paired with a calibrated optical light source
An optical power meter paired with an optical light source is designed specifically to test fiber optic runs by sending a light signal of known wavelength and power from one end and measuring the signal strength at the receiving end. This calculates total decibel (dB) loss to verify if the link complies with transceiver specifications.

Adım Adım Çözüm

1
Identify the media type and symptom requirements
The link utilizes single-mode optical fiber cabling, and the task requires quantifying optical loss (attenuation in dB) against transceiver power tolerances.
While a visual fault locator verifies continuity by projecting visible light, it cannot measure optical power levels or decibel loss.
2
Evaluate diagnostic instruments for fiber optic signal strength measurement
An optical power meter (OPM) combined with a calibrated optical light source measures signal attenuation by comparing emitted power with received power across the cable run.
Instruments intended for copper media rely on electrical signals and cannot interface with optical strands.
3
Select the correct testing equipment
The optical power meter paired with a calibrated light source is the accurate diagnostic tool for determining decibel loss.
This tool directly measures dB loss to confirm whether insertion loss exceeds the optical budget.

Anahtar Kavram

Selecting proper fiber optic testing tools to measure decibel attenuation and optical power levels.
Tahmini Süre:1m 0s
Soru 2215Soru

An industrial IoT controller installed in a warehouse facility on VLAN 12 (subnet 10.120.12.0/2410.120.12.0/24) fails to send telemetry data to the central management server. A network technician reviews the controller's active network settings via a serial console connection and observes the following configuration details:

IP Address: 10.120.12.45
Subnet Mask: 255.255.255.0
Default Gateway: 10.120.13.1
DHCP Server: 10.120.1.10

Which of the following root causes explains why the controller cannot communicate with servers outside its local subnet?

Cevabı ve açıklamayı göster

Cevap: The default gateway is configured on a different IP subnet than the host.

Cevap

The default gateway address (10.120.13.1) resides outside the local subnet (10.120.12.0/24) assigned to the host, preventing remote IP routing.
For IP routing to function, a host's default gateway address must belong to the same local IP subnet defined by the host's IP address and subnet mask. Here, the host is on 10.120.12.0/24 while the gateway is configured as 10.120.13.1. As a result, the host cannot send traffic off its local network.

Adım Adım Çözüm

1
Analyze host network configuration parameters
Host IP is 10.120.12.45 with a netmask of 255.255.255.0 (/24). The valid host range for this local subnet is 10.120.12.1 through 10.120.12.254.
Determines the boundaries of the host's local Layer 3 network domain.
2
Evaluate the configured default gateway IP address
The gateway is configured as 10.120.13.1, which falls into the 10.120.13.0/24 subnet.
A host must have a default gateway located on its own local subnet to resolve the gateway's MAC address via ARP.
3
Identify the communication barrier
Because the gateway IP is not on the host's local subnet, the host cannot perform ARP resolution for its default gateway, preventing packets destined for remote subnets from being forwarded.
Explains why remote telemetry traffic fails while local subnet parameters might otherwise look functional.

Anahtar Kavram

Subnet Mask and Default Gateway Adjacency
Soru 2216Soru

A network administrator is establishing operational documentation for a newly deployed branch office. To ensure efficient remote troubleshooting, the administrator needs to define which details belong specifically on the logical network diagram rather than the physical topology diagram.

Which of the following components should be documented on the logical network diagram? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: IP address subnets, CIDR notations, and VLAN identifiers associated with network segment boundaries; Dynamic routing protocol boundaries, autonomous system numbers (ASNs), and network gateways

Cevap

The correct components to include on a logical network diagram are the IP address subnets with VLAN identifiers and the dynamic routing protocol boundaries with ASNs and network gateways.
Logical network diagrams focus on how data moves logically through a network. They display IP address subnets, VLAN IDs, CIDR notation, routing protocol domains, autonomous system numbers (ASNs), and default gateways. In contrast, physical rack dimensions, slot locations, and specific host configuration errors do not belong on a logical topology map.

Adım Adım Çözüm

1
Differentiate between logical and physical network documentation
Identify that physical diagrams focus on hardware locations, cable paths, rack units, and physical ports, whereas logical diagrams focus on data paths, IP addressing, subnets, VLANs, and routing protocols.
Clear segregation of documentation types ensures technicians can quickly locate network layer information versus physical infrastructure details.
2
Evaluate candidate components for logical diagram inclusion
Select IP subnet allocations/VLAN IDs and routing protocol domains/ASNs as logical abstractions.
These elements define how packets are routed and segmented logically across the network topology.

Anahtar Kavram

Logical vs. Physical Network Diagrams
Tahmini Süre:1m 30s
Soru 2217Soru

A network technician is troubleshooting an issue where remote users cannot reach an internal web server at IP address 192.168.10.45192.168.10.45 over a secure connection. The technician executes a diagnostic utility directly on the server to inspect network socket states, receiving the following output:

$ ss -tuln
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port
tcp LISTEN 0 128 0.0.0.0:22 0.0.0.0:*
tcp LISTEN 0 128 0.0.0.0:80 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:67 0.0.0.0:*

Based on the command output above, which of the following best explains why client HTTPS requests to `https://192.168.10.45` are failing?

Cevabı ve açıklamayı göster

Cevap: The web server daemon is not currently running or bound to listen on TCP port 443.

Cevap

The web server daemon is not currently running or bound to listen on TCP port 443.
The `ss` (socket statistics) command with `-tuln` flags displays listening TCP and UDP sockets with numeric port formatting. Standard HTTPS traffic relies on TCP port 443. In the provided terminal output, only TCP ports 22 (SSH) and 80 (HTTP) are listed under the `LISTEN` state. Because TCP port 443 is missing from the list, the web server daemon is either stopped, misconfigured, or not bound to port 443.

Adım Adım Çözüm

1
Analyze the CLI utility command flags
The `ss -tuln` command queries socket statistics for TCP (`-t`), UDP (`-u`), listening sockets (`-l`), using numeric port numbers (`-n`).
Understanding command switches ensures accurate output parsing.
2
Examine the active listening sockets in the terminal snippet
Identified TCP port 22 (SSH), TCP port 80 (HTTP), and UDP port 67 (DHCP server).
Pinpoints which transport protocols and port numbers are actively accepting incoming connections.
3
Correlate missing socket listeners with the reported failure symptom
HTTPS traffic requires an active listener on TCP port 443. Because port 443 does not appear in the listening state list, incoming HTTPS connection requests cannot complete a TCP 3-way handshake.
Identifies the root cause of connection failures.

Anahtar Kavram

Socket State Analysis using Command-Line Utilities
Tahmini Süre:2m 0s
Soru 2218Soru

A network engineer is investigating why client workstations cannot establish a secure web session to an internal web service at `https://app.corp.local`. The engineer executes two CLI diagnostic commands:

1. On the Linux web server host:
text
$ ss -tuln
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
tcp LISTEN 0 128 0.0.0.0:80 0.0.0.0:*

2. On a client workstation:
text
$ nslookup app.corp.local 192.168.10.5
Server: dns01.corp.local
Address: 192.168.10.5

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

Based on the output of these command-line utilities, which TWO statements accurately diagnose the network status and root cause of the connection failure?

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

Cevabı ve açıklamayı göster

Cevap: The target web application daemon is currently bound to and listening on TCP port 80 (HTTP) rather than TCP port 443 (HTTPS).; Name resolution for `app.corp.local` successfully resolved to IP address 10.20.30.100, confirming that DNS resolution is functioning properly.

Cevap

The web service process is listening on TCP port 80 instead of TCP port 443, and the DNS resolution for the host is functioning correctly.
Analyzing `ss -tuln` reveals the server is listening for HTTP traffic on TCP port 80 rather than HTTPS on TCP port 443, explaining why HTTPS connections fail. Additionally, `nslookup` successfully resolves `app.corp.local` to `10.20.30.100`, establishing that DNS resolution is functioning properly.

Adım Adım Çözüm

1
Analyze the output of `ss -tuln` on the web server host
Identified an active TCP listening socket on `0.0.0.0:80`, demonstrating that the daemon is listening for unencrypted HTTP traffic on port 80 rather than encrypted HTTPS traffic on port 443.
HTTPS requires a service listening on TCP port 443. Traffic sent to port 443 will be rejected when no process is listening on that port.
2
Analyze the output of `nslookup app.corp.local 192.168.10.5` on the client workstation
Confirmed that the hostname resolves to IP address `10.20.30.100`.
A valid IP address response confirms Layer 7 name resolution is working, regardless of whether the answer was served from cache (non-authoritative).

Anahtar Kavram

Interpreting network troubleshooting CLI utility outputs (`ss` / `netstat` socket states and `nslookup` DNS responses)
Soru 2219Soru

A network technician is troubleshooting a newly installed Cat6 unshielded twisted-pair (UTP) cable run connecting a workstation to a switch patch panel. While a basic pin-to-pin continuity cable tester confirms that all eight conductors are connected straight-through with no open or short circuits, the connection suffers from severe packet loss and degraded throughput when transmitting data. Which of the following cable testing features or tools should the technician use to identify the root cause of this performance failure?

Cevabı ve açıklamayı göster

Cevap: A wiremap tester capable of detecting split pairs

Cevap

A wiremap tester capable of detecting split pairs is required because split pairs maintain straight-through electrical continuity but disrupt pair twisting, causing severe electromagnetic interference and crosstalk.
A wiremap tester equipped to detect split pairs is the correct choice because split pairs occur when conductors from different twisted pairs are wired to pin pairs in parallel across both ends of a cable. This configuration maintains DC continuity (passing a basic pin-to-pin tester), but completely eliminates the differential cancellation of electromagnetic interference provided by twisted pairs, resulting in severe near-end crosstalk (NEXT) and packet corruption during high-speed data transmission.

Adım Adım Çözüm

1
Analyze the symptoms presented in the scenario
Electrical continuity tests pass (no open or short circuits), but data transmission experiences severe packet loss and poor performance.
This indicates that physical electrical continuity is intact, but transmission properties (such as crosstalk resilience) are compromised.
2
Evaluate how split pair wiring affects twisted-pair copper cables
Split pairs occur when two wires from different twisted pairs are swapped at both ends of a cable run. Pin 1 connects to Pin 1, Pin 2 connects to Pin 2, etc., passing basic continuity checks.
Because conductors are paired with wires outside their protective twist, differential mode noise cancellation fails, causing high crosstalk and signal degradation.
3
Select the appropriate diagnostic tool feature
An advanced wiremap tester or cable certifier specifically tests pair geometry and detects split pairs.
Standard continuity testers only verify pin-to-pin DC electrical continuity, whereas advanced wiremap testers evaluate pair mapping to detect split pairs.

Anahtar Kavram

Identifying split pairs using advanced wiremap testing
Soru 2220Soru

During a network security audit, a security analyst identifies an ongoing Man-in-the-Middle (MitM) attack occurring within a local Ethernet switch segment. Packet captures reveal that workstation ARP tables are incorrectly binding the default gateway's IP address to an unauthorized endpoint's MAC address. Which of the following technical mechanisms or indicators are directly associated with this attack vector? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Transmission of forged gratuitous ARP frames to corrupt IP-to-MAC binding tables on local endpoints; Interception and potential modification of unencrypted Layer 2 frames routed through the attacker's hardware address

Cevap

The technical mechanisms associated with this ARP poisoning attack are the transmission of forged gratuitous ARP frames to alter local IP-to-MAC cache tables and the interception or modification of unencrypted Layer 2 frames passing through the spoofed hardware address.
The scenario describes ARP cache poisoning, a local Layer 2 attack where an adversary broadcasts forged gratuitous ARP replies. This overwrites host ARP tables to associate the gateway IP with the attacker's MAC address, allowing the attacker to intercept and modify unencrypted traffic.

Adım Adım Çözüm

1
Analyze the incident symptoms presented in the scenario.
The incorrect binding of the default gateway IP address to an unauthorized host MAC address indicates an ARP cache poisoning attack on the local switch segment.
ARP cache poisoning specifically targets Layer 2 address resolution tables so local network traffic is misrouted to an attacker's network interface.
2
Identify the technical mechanisms used to execute local ARP poisoning.
The attacker broadcasts unsolicited gratuitous ARP packets with forged IP-to-MAC pairings, causing host systems to update their ARP tables and forward unencrypted frames through the attacker's hardware address.
The ARP protocol lacks built-in authentication, causing endpoints to implicitly trust received ARP updates.
3
Differentiate ARP cache poisoning from external attacks such as DNS record tampering and DDoS amplification.
DNS record manipulation and UDP reflector amplification target external name resolution infrastructure and bandwidth availability, whereas ARP poisoning operates exclusively within the local broadcast domain at Layer 2.
Evaluating protocol layers differentiates local data-link attacks from transport or application layer service disruptions.

Anahtar Kavram

ARP Poisoning and Man-in-the-Middle (MitM) Attacks
ÖncekiSayfa 111 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin