Tüm alıştırma soruları

2237 soru

Soru 1941Soru

A network administrator is configuring advanced radio resource management settings across an enterprise wireless deployment. Match each wireless deployment feature on the left with its primary operational mechanism or deployment purpose on the right.

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

Öğeler

Band Steering
Dynamic Frequency Selection (DFS)
Fast BSS Transition (802.11r)
Transmit Power Control (TPC)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Band Steering matches with encouraging dual-band client association on 5 GHz; Dynamic Frequency Selection matches with monitoring 5 GHz channels for radar signals; Fast BSS Transition matches with streamlining key management during roaming; Transmit Power Control matches with scaling AP radio output power.
Each feature corresponds to a specific wireless radio resource management capability: Band Steering optimizes frequency selection for client devices; DFS prevents radar interference on 5 GHz frequencies; 802.11r optimizes client handoffs between APs; TPC regulates RF signal strength to tune cell overlapping.

Adım Adım Çözüm

1
Identify the purpose of Band Steering.
Band Steering encourages dual-band clients away from 2.4 GHz and onto the less congested 5 GHz band.
Improves overall network capacity by shifting traffic to higher bandwidth channels.
2
Identify the role of Dynamic Frequency Selection (DFS).
DFS detects radar usage on 5 GHz channels and changes AP channels automatically.
Required by regulatory bodies to prevent Wi-Fi signals from interfering with radar systems.
3
Identify the operation of Fast BSS Transition (802.11r).
802.11r accelerates re-authentication during wireless client roaming.
Prevents dropped calls and packet loss in latency-sensitive applications during AP-to-AP transitions.
4
Identify the function of Transmit Power Control (TPC).
TPC adjusts the transmit wattage of AP antennas dynamically.
Maintains uniform coverage cells without causing excessive signal overlap with neighboring access points.

Anahtar Kavram

Enterprise Wireless Radio Resource Management (RRM) and 802.11 Deployment Features
Soru 1942Soru

A network technician is troubleshooting a high optical insertion loss issue on a 10Gbps multimode fiber optic link connecting two distribution switches. An optical power meter indicates a lower-than-expected power level, but no complete signal break is detected along the cable span. The technician suspects physical contamination on the connector ferrule. Which tool should the technician use to visually inspect the connector end-face for microscopic dirt, scratches, or oil?

Cevabı ve açıklamayı göster

Cevap: Fiber inspection scope

Cevap

The technician should use a fiber inspection scope to examine the cleanliness and physical surface condition of the connector ferrule.
A fiber inspection scope (or fiber microscope) is specifically designed to magnify the polished end-face of a fiber optic connector ferrule. This tool allows technicians to inspect the optical core for surface dirt, dust, scratches, or fingerprints that impair light transmission.

Adım Adım Çözüm

1
Analyze the reported symptom and target physical component.
The link exhibits high signal loss, and contamination on the fiber ferrule end-face is suspected.
Debris or oils on the optical core obstruct light transmission and cause significant signal attenuation.
2
Select the appropriate diagnostic tool designed for surface inspection.
A fiber inspection scope (fiber microscope) provides high optical magnification of the connector ferrule surface.
Visual examination under magnification is required to verify contamination prior to cleaning.
3
Differentiate from reflectometers and copper testing tools.
Reflectometers analyze signal reflections to calculate distance and loss metrics, while tone probes trace copper wiring, but neither tool can display physical surface images.
Choosing the specialized tool intended for ferrule surface inspection ensures precise diagnostic accuracy.

Anahtar Kavram

Fiber Optic Ferrule Inspection and Tool Selection
Soru 1943Soru

A network administrator is deploying a web application server that operates exclusively on an IPv6 address (`2001:db8:85a3::8a2e:370:7334`). While workstations can access the application using the raw IPv6 address, attempting to connect using the hostname `app.corp.contoso.com` fails. The administrator inspects the internal authoritative DNS zone file and finds the following resource record entry:

text
app.corp.contoso.com. 3600 IN A 2001:db8:85a3::8a2e:370:7334

Which of the following configuration changes is required to resolve the hostname resolution issue?

Cevabı ve açıklamayı göster

Cevap: Replace the existing A record with an AAAA record mapping the hostname to the IPv6 address.

Cevap

Replace the existing A record with an AAAA record mapping the hostname to the IPv6 address.
Replacing the incorrect A record with an AAAA record allows the DNS server to return a valid 128-bit IPv6 address response to client queries requesting hostname resolution for `app.corp.contoso.com`. Standard A records are designed solely for 32-bit IPv4 addresses.

Adım Adım Çözüm

1
Identify the host address family required for name resolution.
The server uses a 128-bit IPv6 address (`2001:db8:85a3::8a2e:370:7334`).
Different DNS resource record types are designed for specific network protocols and address formats.
2
Analyze the existing zone file configuration.
The zone contains an A record attempting to store an IPv6 address string.
Standard A records only accept 32-bit IPv4 dotted-decimal addresses and fail to parse or serve IPv6 addresses.
3
Select the correct DNS record type for IPv6 resolution.
Configure an AAAA record for `app.corp.contoso.com` pointing to the IPv6 address.
AAAA records are specifically designated in RFC 3596 for mapping hostnames to IPv6 addresses.

Anahtar Kavram

DNS Record Types for Host Address Resolution (A vs AAAA)
Tahmini Süre:1m 0s
Soru 1944Soru

A network administrator must restore a critical database server following a storage array failure on Thursday at 14:00. The existing backup policy executes a full backup every Sunday at midnight and cumulative differential backups every night at 23:00 from Monday through Saturday. Which of the following procedures requires the minimum number of restore steps to recover the database to its state as of Wednesday night?

Cevabı ve açıklamayı göster

Cevap: Restore the Sunday full backup first, and then apply only the Wednesday differential backup.

Cevap

Restoring the Sunday full backup first, followed by applying only the Wednesday differential backup.
Because differential backups capture all modified data since the last full backup without resetting the archive bit, each differential image is cumulative. To restore the system to Wednesday's state, only the initial Sunday full backup and the Wednesday differential backup need to be restored, requiring just two operations.

Adım Adım Çözüm

1
Identify baseline backup set
Sunday full backup selected
All recovery procedures using differential or incremental strategies require establishing the initial baseline from the latest full backup.
2
Determine differential backup mechanics
Wednesday differential backup selected
Differential backups accumulate all data changes since the last full backup without clearing the archive bit. Therefore, Wednesday's differential backup already includes changes from Monday, Tuesday, and Wednesday.
3
Sequence the restoration jobs
Two-step restoration process (Full + Wednesday Differential)
Applying only the base full backup and the latest differential backup achieves full point-in-time restoration with the minimal number of operations.

Anahtar Kavram

Differential Backup Restoration Sequence
Soru 1945Soru

A network administrator is troubleshooting an issue where client machines on the subnet 10.0.50.0/2410.0.50.0/24 cannot establish connections to an internal HTTPS portal hosted at 10.0.50.20010.0.50.200. The administrator runs the `netstat -an` utility directly on the destination server hosting the portal and receives the following output snippet:

Active Connections

Proto Local Address Foreign Address State
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING
TCP 10.0.50.200:443 10.0.50.45:51204 ESTABLISHED
UDP 0.0.0.0:500 *:*

To verify local network layer mapping on a client machine (10.0.50.4510.0.50.45) that is experiencing intermittent timeouts, which command-line utility should the technician use to inspect the cached IP-to-MAC address bindings?

Cevabı ve açıklamayı göster

Cevap: arp -a

Cevap

The correct command to inspect cached IP-to-MAC address bindings on a local subnet is `arp -a`.
The `arp -a` command displays the host's Address Resolution Protocol cache table, which contains the dynamic and static mappings of IPv4 addresses to physical MAC addresses on the local network segment.

Adım Adım Çözüm

1
Analyze the troubleshooting objective
The requirement asks for a tool to examine local IP-to-MAC address (Layer 3 to Layer 2) resolution cache on a workstation.
Address resolution issues on a local Ethernet segment involve evaluating Layer 2 physical address mapping.
2
Evaluate the capabilities of the listed CLI utilities
`arp -a` displays the Address Resolution Protocol table containing mapped IP and MAC addresses.
ARP is specifically responsible for mapping IPv4 addresses to Ethernet MAC addresses on the local link.

Anahtar Kavram

Utilizing ARP and Diagnostic Utilities for Layer 2 / Layer 3 Boundary Verification
Soru 1946Soru

A network technician is troubleshooting a performance issue on a newly installed network switch port connected to a high-volume server. Monitoring tools report low overall throughput, a high count of frame check sequence (FCS) errors, and a constantly incrementing late collision counter on the switch port interface. The interface status shows the link is operational at 100 Mbps. Which of the following is the most likely cause of this issue?

Cevabı ve açıklamayı göster

Cevap: A duplex mismatch where one side of the connection is operating in full-duplex mode and the other in half-duplex mode

Cevap

A duplex mismatch where one side of the connection is operating in full-duplex mode and the other in half-duplex mode
The correct answer identifies a duplex mismatch. When one port is configured for full-duplex and the connected port is operating in half-duplex, the full-duplex end sends traffic without performing carrier sensing. The half-duplex end senses a collision mid-transmission, registering late collisions and causing packet corruption that registers as FCS errors.

Adım Adım Çözüm

1
Analyze the physical and Layer 2 error indicators described in the scenario
Identified specific interface symptom indicators: 100 Mbps link speed with late collisions and FCS (Frame Check Sequence) errors
Late collisions occur when a device detects a collision after transmitting the first 64 bytes of a frame, which strongly indicates a timing or mode mismatch in media access control.
2
Evaluate the mechanism causing late collisions
Determined that full-duplex devices send data without checking for carrier sense, while half-duplex devices wait for clear channels and detect collisions during full-duplex transmissions
When auto-negotiation fails or manual configuration is inconsistent, one side defaults to half-duplex and the other to full-duplex, causing late collisions on the half-duplex node and FCS/CRC errors on the full-duplex node.
3
Differentiate from alternative Layer 2 misconfigurations
Ruled out native VLAN mismatches, missing Layer 3 routing, and STP root priority misconfigurations
VLAN and STP misconfigurations affect frame tagging, path forwarding, or spanning-tree topology, but do not produce physical late collision counters.

Anahtar Kavram

Duplex Mismatch Symptoms and Troubleshooting
Tahmini Süre:1m 15s
Soru 1947Soru

A network technician is installing three adjacent wireless access points along a corridor in an office building using the 2.4 GHz band with 20 MHz channel widths. To prevent co-channel interference and signal degradation, which combination of non-overlapping channels should be assigned to these access points?

Cevabı ve açıklamayı göster

Cevap: Channels 1, 6, and 11

Cevap

Channels 1, 6, and 11
In the 2.4 GHz Wi-Fi spectrum, individual channel center frequencies are separated by 5 MHz, whereas standard transmissions require 20 MHz of bandwidth. Channels 1, 6, and 11 are spaced 25 MHz apart, making them the only three standard non-overlapping channels in 11-channel regulatory domains.

Adım Adım Çözüm

1
Identify the frequency spectrum and channel width requirements.
The network operates on the 2.4 GHz band using standard 20 MHz channels.
In the 2.4 GHz spectrum, center frequencies are spaced 5 MHz apart, but each channel requires a 20 MHz spectrum mask.
2
Calculate required channel spacing to avoid overlap.
Channels must be separated by at least 25 MHz (5 channel numbers) to avoid frequency overlap.
Sufficient frequency separation ensures neighboring access points operate without adjacent-channel or co-channel interference.
3
Select the standard non-overlapping channel set.
Channels 1, 6, and 11 provide three distinct non-overlapping paths.
Assigning channels 1, 6, and 11 across adjacent wireless cells maximizes throughput and minimizes co-channel interference.

Anahtar Kavram

2.4 GHz Non-Overlapping Channel Assignment
Tahmini Süre:1m 0s
Soru 1948Soru

Match each physical layer cabling issue or task with the diagnostic tool best suited to identify or resolve it.

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

Öğeler

Locating the exact distance to a severed conductor along a 75-meter UTP cable run
Detecting a split pair condition caused by incorrect wire positions on pins 3, 4, 5, and 6
Measuring optical signal attenuation across a single-mode fiber patch link to verify budget compliance
Tracing an unlabeled horizontal cable run from an office wall jack to its patch panel port

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

1. Locating the exact distance to a severed conductor -> Time-Domain Reflectometer (TDR); 2. Detecting a split pair condition -> Cable Certifier; 3. Measuring optical signal attenuation -> Optical Power Meter (OPM) and Light Source; 4. Tracing an unlabeled horizontal cable run -> Tone Generator and Inductive Probe.
Each diagnostic tool maps to its specific troubleshooting capability: TDR calculates distance to physical copper breaks via signal reflections; Cable Certifier measures high-frequency metrics to detect split pairs; Optical Power Meter with light source measures light loss in fiber links; Tone Generator and Probe traces unlabeled cable runs.

Adım Adım Çözüm

1
Analyze the physical cable distance fault requirement.
Determined that finding distance to a break requires analyzing signal reflections over time.
A Time-Domain Reflectometer (TDR) sends pulses along copper wire and measures reflection delay to pinpoint distance to an open or short fault.
2
Analyze the split pair wiring defect scenario.
Identified that split pairs maintain pin-to-pin continuity but break twist geometry.
Basic wiremappers show pin-to-pin continuity even when pairs are split; high-frequency testing using a Cable Certifier is required to detect the resulting crosstalk and impedance issues.
3
Analyze the fiber attenuation measurement requirement.
Determined that light loss across fiber must be quantified.
An Optical Power Meter (OPM) combined with a continuous light source measures optical loss in dB to compare against loss budget standards.
4
Analyze the unlabeled cable identification task.
Identified the need to trace signal paths non-destructively through wall spaces.
A Tone Generator places an analog signal onto the wire pair, and an inductive probe picks up the audio signal wirelessly to identify the cable endpoint.

Anahtar Kavram

Selecting Appropriate Physical Layer Diagnostic Tools for Copper and Fiber Cable Troubleshooting
Soru 1949Soru

A network administrator is investigating a name resolution issue where workstations can reach an internal server via IPv4, but fail to resolve its IPv6 address using the internal DNS server at 10.0.10.510.0.10.5. The administrator needs to query the specified DNS server directly to verify if an IPv6 mapping exists for `app.lab.internal`.

Which TWO of the following command-line diagnostic utilities and syntax options will successfully query the targeted DNS server specifically for the host's IPv6 (AAAAAAAA) record? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: dig @10.0.10.5 app.lab.internal AAAA; nslookup -type=AAAA app.lab.internal 10.0.10.5

Cevap

The commands 'dig @10.0.10.5 app.lab.internal AAAA' and 'nslookup -type=AAAA app.lab.internal 10.0.10.5' are both valid CLI invocations to query a specific DNS server for IPv6 AAAA records.
To diagnose IPv6 DNS lookup issues directly against a specific DNS server, network administrators use dedicated name resolution utilities (dig or nslookup). In dig, the syntax requires specifying the targeted DNS server with an '@' prefix (e.g., @10.0.10.5) followed by the domain name and record type AAAA. In nslookup, the '-type=AAAA' option specifies IPv6 record requests, and appending the target DNS server IP address at the end overrides the default local DNS resolver.

Adım Adım Çözüm

1
Identify the required record type for IPv6 resolution.
IPv6 domain address resolution uses AAAA (quad-A) records, whereas IPv4 uses A records.
The scenario explicitly specifies diagnosing IPv6 resolution failure.
2
Identify command-line parameters for targeting a specific DNS server.
In 'dig', specifying '@server_ip' directs the lookup to that server. In 'nslookup', adding the server IP as a positional trailing argument targets that server.
The administrator must test the internal DNS server at 10.0.10.5 rather than relying on default system resolver configuration.
3
Evaluate the choices for syntax correctness and functionality.
Both 'dig @10.0.10.5 app.lab.internal AAAA' and 'nslookup -type=AAAA app.lab.internal 10.0.10.5' meet all criteria.
Both command structures correctly specify the record type and direct query target.

Anahtar Kavram

DNS Command-Line Diagnostics for IPv6 (AAAA Records)
Soru 1950Soru

A client workstation attempts to resolve the domain name `www.example.com`, which is not stored in any local cache. Arrange the steps of the un-cached recursive DNS resolution process in the correct chronological order from first to last.

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

Cevabı ve açıklamayı göster

Cevap

The correct chronological sequence begins with the client stub resolver querying the local recursive resolver, followed by iterative queries from the recursive resolver to the Root Name Server, the TLD Name Server, and the Authoritative Name Server, ending with the recursive resolver caching the record and sending the IP address back to the client.
The standard DNS resolution flow follows a strict top-down traversal when host cache is empty: Stub Resolver → Recursive Resolver → Root Name Server → TLD Name Server → Authoritative Name Server → Recursive Resolver (cache & reply) → Client.

Adım Adım Çözüm

1
Client initiates lookup
The client stub resolver sends a recursive request for `www.example.com` to the local recursive DNS server.
Client operating systems offload full resolution tasks to designated recursive DNS servers.
2
Query Root Name Server
The recursive resolver sends an iterative query to a root server and receives a referral to the `.com` TLD server.
Root servers direct resolvers to the appropriate Top-Level Domain servers based on the domain suffix.
3
Query TLD Name Server
The recursive resolver sends an iterative query to the `.com` TLD server and receives a referral to `example.com` authoritative name servers.
TLD servers maintain delegation records pointing to domain-level authoritative servers.
4
Query Authoritative Name Server
The recursive resolver queries the authoritative name server for `example.com` and retrieves the requested `A` host record.
Authoritative servers store the master zone data and yield definitive record responses.
5
Respond to client and cache
The recursive resolver stores the host mapping in local cache according to TTL and returns the IP address to the client.
Caching minimizes network latency for subsequent queries while delivering the final answer to the requesting application.

Anahtar Kavram

Recursive DNS Resolution Hierarchy
Soru 1951Soru

A network administrator executes the following `dig` commands from a diagnostic workstation to verify DNS records for a newly deployed VoIP gateway operating at IP address `192.168.10.50`:

text
$ dig +short SRV _sip._udp.corp.example.com
10 60 5060 voice01.corp.example.com.

$ dig +short -x 192.168.10.50
voice01.corp.example.com.

Based on the output provided above, which TWO of the following DNS record types are returning active, authoritative information for this gateway?

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

Cevabı ve açıklamayı göster

Cevap: SRV record; PTR record

Cevap

The correct responses are the SRV record and the PTR record.
The output demonstrates two distinct DNS query types. The first command explicitly queries the SRV record to locate the SIP service port and server hostname. The second command uses the reverse lookup option (-x) to query the PTR record corresponding to IP 192.168.10.50, returning the canonical hostname.

Adım Adım Çözüm

1
Analyze the first command input and returned data.
The command `dig +short SRV _sip._udp.corp.example.com` explicitly queries for an SRV (Service Location) record. The output returns port `5060` and hostname `voice01.corp.example.com`.
SRV records define symbolic names, transport protocols (UDP), port numbers, and hostnames for protocol-specific services like SIP or LDAP.
2
Analyze the second command input and returned data.
The command `dig +short -x 192.168.10.50` performs a reverse DNS lookup for IPv4 address `192.168.10.50`, returning `voice01.corp.example.com.`.
Reverse DNS resolution queries the `in-addr.arpa` domain using PTR (Pointer) records to resolve IP addresses back to domain names.

Anahtar Kavram

DNS SRV and PTR Resource Records
Soru 1952Soru

A network administrator is troubleshooting an 802.1Q trunk link between Switch-A and Switch-B. Host computers on VLAN 20 attached to Switch-B are unable to communicate with the default gateway located on Switch-A. Inspection of the trunk configuration reveals two issues: Switch-A is configured with native VLAN 20 while Switch-B is configured with native VLAN 1, and VLAN 20 is currently missing from the allowed VLAN list on Switch-B's trunk interface. Which TWO of the following statements accurately explain the technical causes of the communication failure in this setup? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Untagged frames transmitted from VLAN 20 on Switch-A will be associated with VLAN 1 when received by Switch-B.; Tagged frames for VLAN 20 sent from Switch-A will be dropped by Switch-B's trunk interface.

Cevap

The two correct technical causes are that untagged frames transmitted from VLAN 20 on Switch-A will be associated with VLAN 1 when received by Switch-B, and tagged frames for VLAN 20 sent from Switch-A will be dropped by Switch-B's trunk interface.
The issue stems from two distinct trunking misconfigurations. First, a native VLAN mismatch (VLAN 20 on Switch-A vs. VLAN 1 on Switch-B) causes untagged frames sent from VLAN 20 on Switch-A to be incorrectly assigned to VLAN 1 upon arrival at Switch-B. Second, because VLAN 20 is missing from Switch-B's allowed VLAN list on the trunk, any tagged VLAN 20 frames arriving at or traversing Switch-B are dropped.

Adım Adım Çözüm

1
Analyze the impact of mismatched native VLAN configurations across the 802.1Q trunk link.
Switch-A transmits VLAN 20 traffic untagged because VLAN 20 is configured as its native VLAN. Switch-B receives untagged traffic and places it into VLAN 1 (its configured native VLAN), creating a native VLAN mismatch error and misdirecting traffic.
802.1Q trunks do not tag frames belonging to the configured native VLAN.
2
Evaluate the impact of the allowed VLAN list configuration on Switch-B.
Any tagged frames sent for VLAN 20 that reach Switch-B will be filtered out and dropped at the trunk interface because VLAN 20 is absent from Switch-B's allowed list.
Trunk interfaces only prune or permit traffic explicitly matched in their configured allowed VLAN list.

Anahtar Kavram

802.1Q Trunking Native VLAN Mismatch and Allowed List Filtering
Soru 1953Soru

Following a catastrophic data center power outage, a network administrator is executing the business continuity disaster recovery plan to bring enterprise services back online. To prevent system startup failures caused by missing infrastructure dependencies, arrange the following service restoration steps in the correct chronological order from first to last.

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

Cevabı ve açıklamayı göster

Cevap

The correct sequence of restoration is: 1) Core routers and switches, 2) Core network services (DNS/DHCP/Directory), 3) SAN and NAS storage arrays, 4) Database and backend application servers, and 5) External load balancers and web servers.
Disaster recovery plans enforce a bottom-up restoration hierarchy based on service dependencies: physical network transport switches first, network name resolution and identity services second, shared storage volumes third, backend database/application logic fourth, and external-facing web interfaces fifth.

Adım Adım Çözüm

1
Restore physical layer connectivity and core switching/routing infrastructure.
Establishes baseline network transport across subnets and data center racks.
Without functional network switches and routers, devices cannot communicate across subnets.
2
Start core identity and resolution services (DNS, DHCP, Active Directory).
Enables network address assignment, name resolution, and domain authentication.
Storage systems and database servers rely on DNS name resolution and domain authentication during boot.
3
Mount storage arrays (SAN/NAS).
Makes block targets and shared file volumes accessible over iSCSI, Fibre Channel, or NFS/SMB.
Application and database servers will encounter startup errors if target storage volumes are missing.
4
Start database services and internal application backends.
Restores data stores and application business logic.
User-facing services depend on active database connections to fulfill incoming user actions.
5
Enable front-end web servers and route external traffic through load balancers.
Re-opens external client access to enterprise web applications.
Delaying public traffic until all backend dependencies are ready prevents end users from receiving application error pages.

Anahtar Kavram

Disaster recovery dependency management and service restoration sequencing
Tahmini Süre:1m 30s
Soru 1954Soru

A network administrator is designing a multi-AP enterprise wireless deployment across an open office floor plan to support both legacy endpoints and high-density Wi-Fi 6 (802.11ax) clients. The objective is to maximize throughput and channel efficiency while preventing co-channel and adjacent-channel interference across the facility. Which of the following deployment configurations should the administrator implement? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Restrict the 2.4 GHz2.4\text{ GHz} radio interfaces to non-overlapping channels 1, 6, and 11 using a 20 MHz20\text{ MHz} channel width.; Enable Orthogonal Frequency Division Multiple Access (OFDMA) and Target Wake Time (TWT) on 5 GHz5\text{ GHz} radios for Wi-Fi 6 clients.

Cevap

The administrator should restrict 2.4 GHz2.4\text{ GHz} radios to non-overlapping channels 1, 6, and 11 at 20 MHz20\text{ MHz} width, and enable 802.11ax efficiency features such as OFDMA and Target Wake Time (TWT) on supported bands.
Selecting non-overlapping channels 1, 6, and 11 for 2.4 GHz2.4\text{ GHz} radios prevents frequency overlap, while enabling 802.11ax capabilities like OFDMA and Target Wake Time (TWT) leverages modern spectral efficiency enhancements designed for high-density client networks.

Adım Adım Çözüm

1
Analyze 2.4 GHz2.4\text{ GHz} spectrum channel allocation constraints.
Identified that only channels 1, 6, and 11 offer non-overlapping 20 MHz20\text{ MHz} frequency spacing in standard 2.4 GHz2.4\text{ GHz} deployments.
Using non-overlapping channels eliminates adjacent-channel interference between neighboring access points.
2
Evaluate Wi-Fi 6 (802.11ax) density optimization technologies.
Determined that OFDMA enables multi-user simultaneous transmissions via Resource Units (RUs), while TWT schedules client wake times.
These standards-based features decrease channel contention and improve overall medium access control in high-density environments.

Anahtar Kavram

Wireless Channel Planning and Wi-Fi 6 (802.11ax) Deployment Standards
Tahmini Süre:1m 30s
Soru 1955Soru

A network technician is troubleshooting a newly installed Category 6A UTP cable run that is failing performance certification tests due to excessive Near-End Crosstalk (NEXT). A visual inspection of the patch panel terminations reveals that all eight conductors are connected to their corresponding pin positions according to the T568B standard. Which of the following installation flaws is the most likely cause of the excessive NEXT?

Cevabı ve açıklamayı göster

Cevap: Untwisting the wire pairs more than 0.5 inches (13 mm) prior to punching them down onto the block

Cevap

Untwisting the wire pairs more than 0.5 inches (13 mm) prior to punching them down onto the block is the primary cause of excessive Near-End Crosstalk (NEXT).
Twisted-pair Ethernet cabling relies on the precise twisting of wire pairs to provide mutual cancellation of electromagnetic interference. When terminating Category 6 or Category 6A cabling onto a patch panel or RJ-45 jack, standards mandate that wire pairs should not be untwisted more than 0.5 inches (13 mm). Excessive untwisting removes this noise cancellation capability right at the connector, causing signal energy to leak between adjacent pairs and resulting in Near-End Crosstalk (NEXT) failure on cable certification tests.

Adım Adım Çözüm

1
Analyze the physical cable failure symptom
The cabling run fails certification specifically due to Near-End Crosstalk (NEXT), while pin mapping is verified correct.
Crosstalk occurs when signals traveling through one wire pair bleed into adjacent wire pairs near the transmitting end.
2
Evaluate physical termination factors that affect pair isolation
Twisted-pair cables rely on precise twists along the conductor length to cancel out electromagnetic interference and crosstalk.
Exceeding the maximum recommended untwist distance (0.5 inches or 13 mm for Cat 6/6A) degrades pair isolation at the termination point.
3
Identify the corrective action
Re-terminate the patch panel connections while keeping pair untwisting to a minimum.
Preserving twists close to the IDC punch-down block eliminates NEXT and allows the link to pass certification.

Anahtar Kavram

Near-End Crosstalk (NEXT) and Twisted-Pair Termination Limits
Tahmini Süre:1m 15s
Soru 1956Soru

A network technician is troubleshooting connectivity for a VoIP desk phone on VLAN 80 (10.80.0.0/2410.80.0.0/24). The phone boots up and receives an IP address lease, but it cannot register with the central PBX server located on VLAN 10 (10.10.0.10/2410.10.0.10/24). Running a network status command on the phone reveals the following output:

text
IPv4 Address . . . . . . . . . . . : 10.80.0.45
Subnet Mask . . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . . : 10.80.1.1
DHCP Server . . . . . . . . . . . . : 10.80.0.1
DHCP Option 066 (TFTP Server) . . . : 10.10.0.10

Which of the following is the primary cause of the registration failure?

Cevabı ve açıklamayı göster

Cevap: The DHCP server configured Option 003 (Default Gateway) with an IP address on a different subnet than the host.

Cevap

The DHCP server provided a Default Gateway address (Option 003) that resides on a different subnet (10.80.1.110.80.1.1) than the client's assigned address (10.80.0.45/2410.80.0.45/24), preventing off-subnet routing.
The client received an IP address of 10.80.0.4510.80.0.45 with a /24/24 subnet mask (255.255.255.0255.255.255.0), placing it on the 10.80.0.0/2410.80.0.0/24 subnet. The DHCP server provided Option 003 (Default Gateway) with the IP address 10.80.1.110.80.1.1, which belongs to the 10.80.1.0/2410.80.1.0/24 subnet. A host cannot forward packets to a default gateway that does not reside on its local IP subnet, which prevents the VoIP phone from routing traffic to the PBX server on VLAN 10.

Adım Adım Çözüm

1
Analyze the assigned IP address and subnet mask of the host
The host address is 10.80.0.4510.80.0.45 with a subnet mask of 255.255.255.0255.255.255.0 (/24/24). The local subnet range is 10.80.0.110.80.0.1 to 10.80.0.25410.80.0.254.
Determines the boundaries of the host's local Layer 3 broadcast domain.
2
Compare the Default Gateway IP address against the local subnet boundaries
The gateway is configured as 10.80.1.110.80.1.1, which falls outside the 10.80.0.0/2410.80.0.0/24 network range.
Hosts must send traffic destined for external networks (such as the PBX at 10.10.0.1010.10.0.10) to a default gateway located on their own local subnet.
3
Determine the impact of the subnet mismatch
The client host cannot resolve the Layer 2 MAC address of the default gateway via ARP, causing all off-subnet transmission to fail.
Identifies why communication to the PBX server on VLAN 10 fails despite receiving an IP lease.

Anahtar Kavram

DHCP Option 003 Default Gateway Subnet Mismatch Troubleshooting
Soru 1957Soru

A systems administrator is investigating DNS resolution issues where internal clients receive truncated response errors when requesting resource-heavy records from a local name server. Running `dig` on a diagnostic host returns the following command output:

;; Truncated, retrying in TCP mode.
;; Connection to 10.20.4.15#53(10.20.4.15) failed: connection refused.

Based on this diagnostic output, what is the primary cause of the DNS resolution failure, and how should it be resolved?

Cevabı ve açıklamayı göster

Cevap: TCP port 53 is blocked by a network firewall or service policy, which prevents DNS from falling back to TCP when response payloads exceed the 512-byte UDP limit.

Cevap

TCP port 53 is blocked by a network firewall or service policy, which prevents DNS from falling back to TCP when response payloads exceed the 512-byte UDP limit.
While DNS queries default to UDP port 53 for efficiency, any response that exceeds the standard UDP payload size of 512 bytes triggers the Truncation (TC) flag. Upon receiving a truncated response, compliant DNS stub resolvers automatically fail over to TCP port 53 to retrieve the complete data set. A 'connection refused' error during the TCP fallback indicates that TCP port 53 is blocked by a network security device or disabled on the DNS daemon.

Adım Adım Çözüm

1
Analyze the command output
The client attempted a standard UDP DNS query but received a truncated payload flag, prompting an automatic retry using TCP mode on port 53.
When a DNS response exceeds 512 bytes (without EDNS0 buffer extensions or when EDNS0 buffer is exceeded), the server sets the TC (truncation) flag.
2
Identify the connection failure
The attempt to establish a TCP connection to `10.20.4.15:53` resulted in `connection refused`.
This indicates that TCP port 53 is either blocked by a firewall ACL or the DNS daemon is not listening on TCP port 53.
3
Determine the corrective action
Ensure TCP port 53 is allowed through firewalls and listening on the server.
Allowing TCP port 53 enables DNS clients to successfully retrieve truncated responses larger than 512 bytes.

Anahtar Kavram

DNS Transport Protocols (UDP vs. TCP Port 53) and Truncation
Soru 1958Soru

A network administrator is troubleshooting an issue where users are unable to access a secure website hosted on an internal Linux server. The administrator executes the command `netstat -an` on the server and receives the following output snippet:

text Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN

Based on this output, which of the following is the primary cause of the connectivity failure?

Cevabı ve açıklamayı göster

Cevap: The web server daemon is actively listening for unencrypted HTTP traffic on port 80, but the HTTPS service on port 443 is not running or listening.

Cevap

The web server daemon is actively listening for unencrypted HTTP traffic on port 80, but the HTTPS service on port 443 is not running or listening.
The `netstat -an` output displays numerical network addresses and active socket states. The snippet shows TCP port 80 (HTTP) and TCP port 22 (SSH) in the `LISTEN` state. Because secure web traffic uses TCP port 443 (HTTPS), and port 443 does not appear in the active listening socket table, client requests over HTTPS will be refused at the transport layer.

Adım Adım Çözüm

1
Analyze the command output
Identify active network socket listeners: TCP port 80 (HTTP) and TCP port 22 (SSH) bound to all IPv4 interfaces (0.0.0.0) in the LISTEN state.
The netstat -an command displays numeric network addresses and port numbers currently bound by local daemons.
2
Evaluate user access requirements against socket states
Users are attempting to connect via secure HTTPS (standard TCP port 443). However, netstat shows no service listening on TCP port 443.
For clients to establish a TCP handshake on port 443, the web server service must have a socket configured in the LISTEN state on that port.
3
Deduce the primary root cause
The web server service is either stopped, misconfigured, or missing a TLS listener binding for TCP port 443.
The absence of port 443 in netstat output directly accounts for the inability to establish secure connections.

Anahtar Kavram

Analyzing netstat listening sockets to verify network service availability and port bindings
Soru 1959Soru

A network technician is troubleshooting connectivity issues following a switch maintenance window. Workstations assigned to VLAN 45 on an edge switch can no longer communicate with the default gateway hosted on the core switch, whereas hosts on VLAN 10 attached to the same edge switch maintain uninterrupted access. The trunk link between the switches is configured using 802.1Q. Output from `show interfaces trunk` on the core switch shows the allowed VLAN list on interface GigabitEthernet0/1 is set to `10,20,30`. Which of the following configuration changes on the core switch will resolve the connectivity issue for VLAN 45?

Cevabı ve açıklamayı göster

Cevap: Add VLAN 45 to the allowed VLAN list on interface GigabitEthernet0/1.

Cevap

Add VLAN 45 to the allowed VLAN list on interface GigabitEthernet0/1.
On 802.1Q trunk links, the allowed VLAN list specifies which VLAN tags the switch interface will accept and forward. Since `show interfaces trunk` shows the allowed list restricted to VLANs 10, 20, and 30, traffic tagged for VLAN 45 is dropped at the switch port. Adding VLAN 45 to the allowed VLAN list on interface GigabitEthernet0/1 permits frames tagged for VLAN 45 to traverse the trunk link to reach the default gateway.

Adım Adım Çözüm

1
Analyze the symptom and output
VLAN 10 traffic succeeds while VLAN 45 traffic fails across the trunk link. Interface `GigabitEthernet0/1` trunk status explicitly lists allowed VLANs as `10,20,30`.
By default, 802.1Q trunks allow all VLANs (1-4094), but explicit `switchport trunk allowed vlan` lists prune unlisted VLANs from entering or exiting the interface.
2
Identify the missing configuration element
VLAN 45 is absent from the allowed list, causing the switch interface to drop all incoming and outgoing frames carrying the 802.1Q tag for VLAN 45.
Traffic for VLAN 45 cannot reach the core switch's default gateway because the trunk port prunes the traffic at Layer 2.
3
Select the corrective CLI configuration
Executing `switchport trunk allowed vlan add 45` on interface GigabitEthernet0/1 includes VLAN 45 in the trunk's active forwarding list.
Modifying the allowed list restores Layer 2 trunking for tagged VLAN 45 frames without disrupting existing allowed VLANs.

Anahtar Kavram

VLAN Trunking Allowed List Configuration and Pruning
Tahmini Süre:1m 30s
Soru 1960Soru

A network administrator is conducting a post-deployment audit of a retail store's wireless network following complaints of poor performance. The site survey reveals high packet retransmission rates and severe degradation on the 2.4 GHz2.4\text{ GHz} spectrum. Upon examining the access point (AP) configurations, the administrator discovers that three neighboring APs operating with 20 MHz20\text{ MHz} channel widths are configured on channels 1, 4, and 9, respectively. Which modification to the channel configuration plan will best eliminate adjacent channel interference (ACI)?

Cevabı ve açıklamayı göster

Cevap: Reconfigure the three access points to use channels 1, 6, and 11.

Cevap

Reconfigure the three access points to use channels 1, 6, and 11.
In the 2.4 GHz2.4\text{ GHz} ISM band, standard 20 MHz20\text{ MHz} Wi-Fi channels require 25 MHz25\text{ MHz} of center-frequency separation to avoid spectral overlap. Channels 1, 6, and 11 are the only three non-overlapping channels available in standard deployment domains. Configuring neighboring access points on channels 1, 6, and 11 ensures clean signal separation and eliminates adjacent channel interference.

Adım Adım Çözüm

1
Analyze the current wireless spectrum configuration.
The APs are assigned to 2.4 GHz2.4\text{ GHz} channels 1, 4, and 9 with 20 MHz20\text{ MHz} channel widths.
In the 2.4 GHz2.4\text{ GHz} Wi-Fi band, channel numbers are spaced 5 MHz5\text{ MHz} apart, while each standard channel spans 22 MHz22\text{ MHz} (or 20 MHz20\text{ MHz} active width).
2
Identify the cause of interference.
Channels 1, 4, and 9 overlap with each other (specifically 1 and 4 overlap), causing adjacent channel interference (ACI), which corrupts packets and increases retransmissions.
Adjacent channel interference occurs when overlapping frequencies from neighboring transmitters distort signals.
3
Select the standard non-overlapping channel scheme for 2.4 GHz2.4\text{ GHz}.
Reassigning the access points to channels 1, 6, and 11 provides maximum spectral separation with zero channel overlap.
Channels 1, 6, and 11 are the industry standard non-overlapping channels in the 2.4 GHz2.4\text{ GHz} ISM band.

Anahtar Kavram

2.4 GHz Non-Overlapping Channel Planning
ÖncekiSayfa 98 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin