Question

Difficulty: MediumUtilizing Hardware Testers and Packet Analyzers

Match each physical or protocol network troubleshooting scenario to the most appropriate diagnostic tool or analyzer function.

  • MultimeterVerifying DC voltage delivery across pin pairs on a Power over Ethernet (PoE) injector supplying an access point.
  • Tone Generator and ProbeTracing an unlabelled UTP drop behind drywall and locating its corresponding jack on a high-density patch panel.
  • Optical Power MeterMeasuring absolute optical power loss (in dBm) across a fiber run following an LC connector re-termination.
  • Wireshark Display FilterFiltering traffic in a captured trace file to identify unacknowledged TCP SYN packets during connection setup.

Answer

Multimeter matches with verifying DC voltage on PoE injector; Tone Generator and Probe matches with tracing unlabelled UTP drop; Optical Power Meter matches with measuring optical power loss across fiber run; Wireshark Display Filter matches with filtering captured traffic for TCP SYN packets.
Each diagnostic requirement corresponds directly to its specialized tool: multimeters test electrical voltage (PoE), tone generators and probes locate physical copper pathways, optical power meters evaluate fiber optic light levels, and packet analyzer display filters evaluate network protocol traffic.

Step-by-Step Solution

1
Analyze electrical power measurement requirement
Confirming DC voltage supplied to an access point requires testing electrical potential across conductor pairs.
A multimeter is the standard tool for measuring AC/DC voltage and resistance.
2
Analyze cable tracing requirement
Locating an unlabelled copper run through walls and patch panels requires generating an audible signal.
A tone generator applies an analog/digital signal to the wire, and an inductive probe picks up the acoustic tone.
3
Analyze fiber optical signal loss requirement
Evaluating attenuation and light power levels on fiber optic cables after connector repair requires measuring decibels (dBm).
An optical power meter (often paired with a light source) quantifies light signal power loss.
4
Analyze protocol packet inspection requirement
Parsing frame-level packet captures to inspect specific TCP header flags requires software analysis rules.
A packet analyzer display filter selectively isolates packets matching criteria such as tcp.flags.syn.

Key Concept

Selecting appropriate physical layer testing hardware and software packet analyzers based on diagnostic objectives.
Rate this question