IT Practice Exams

SY0-701 · Security Operations · Updated July 25, 2026

SPAN Ports vs Network Taps: Passive Traffic Monitoring Explained

A SPAN (Switched Port Analyzer) port and a network tap solve the same problem — getting a copy of network traffic to a monitoring tool — in two different ways. A SPAN port is a switch feature that mirrors traffic from selected ports or VLANs to a designated output port in software. A network tap (test access point) is a dedicated piece of hardware inserted into a link that duplicates every bit passing through it. Both feed passive tools that observe traffic without touching the originals; they differ sharply in fidelity, reliability under load, and cost.

Passive monitoring: what the copy can and cannot do

Any network sensor fed by a SPAN session or a tap is operating passively. It receives duplicates of packets whose originals have already been forwarded to their real destinations. Two properties follow immediately, and both are exam favorites:

  1. The monitoring tool cannot block, alter, or delay the original traffic. By the time the copy arrives at the analyzer, the genuine packets are gone — delivered. An intrusion detection system (IDS) on a mirror port can raise an alert about an attack, but it has no mechanism to stop that attack in real time. Blocking requires an inline device; see inline vs passive security devices.
  2. The monitored network is insulated from the monitoring tool. The analyzer adds no latency to production traffic, and if it crashes, is unplugged, or gets overwhelmed, the network keeps forwarding normally. The only loss is visibility.

So when a question describes a device on a mirrored port that “analyzes copies of traffic but cannot block or alter the original packets,” the attribute being described is that the device is passive — detection without intervention, isolation without impact.

How a SPAN port works — and where it cheats you

Port mirroring is a configuration on a managed switch: “copy everything received and/or transmitted on ports 1–8 to port 24.” The monitoring tool plugs into port 24. It costs nothing extra, can be reconfigured remotely in seconds, and can aggregate traffic from many ports or whole VLANs — which is why SPAN is the default choice for casual visibility.

The cheating happens under pressure. Mirroring is a low-priority task for the switch, and the mirror port is an ordinary port with ordinary bandwidth:

  • Oversubscription drops. Mirror a full-duplex 1 Gbps link (up to 2 Gbps of combined traffic) out a 1 Gbps SPAN port and the mirror simply cannot carry it all. The switch silently discards mirrored frames it can’t queue. Production traffic is fine; your capture has holes.
  • Load shedding. When the switch is busy forwarding, mirroring is the first duty it neglects. Precisely during a traffic spike — often the most interesting moment forensically — SPAN output degrades.
  • Sanitized frames. Switches typically drop corrupt frames — bad frame check sequence (FCS), undersized runts, oversized giants — before mirroring, and may strip or alter VLAN tags. Layer 1 and layer 2 problems become invisible.
  • Altered timing. Buffering and queueing skew inter-packet timing, which matters for performance analysis.

How a tap works — and why engineers trust it

A tap is installed physically in the link: the cable that ran from router to switch now runs through the tap. Inside, the tap duplicates the signal — optically split for fiber, electrically regenerated for copper — and sends a complete copy of each direction to monitor ports. There is no software forwarding decision, no queueing logic that can decide to skip a frame.

The consequences:

  • Full-fidelity capture. Every frame appears on the monitor output, including malformed, FCS-errored, runt, and giant frames — exactly what you need to chase physical-layer faults or crafted malicious frames a switch would discard.
  • No loss under load. A properly rated tap forwards copies at full line rate regardless of utilization. A saturated core link is captured completely.
  • Independence from switch health. The capture doesn’t depend on switch CPU, configuration, or firmware behavior.

Trade-offs: a tap costs money, requires a brief link outage to install, monitors only the one link it sits in, and a full-duplex tap presents each direction on a separate output (requiring a capture card with two inputs or an aggregation tap). Passive optical taps need no power at all; copper and aggregation taps do, and quality units include failsafe designs so a tap power loss doesn’t kill the link.

For a high-throughput core link where the requirement is every frame — errors included — with zero drops during peak utilization, a network tap is the clear choice over SPAN.

SPAN port vs network tap at a glance

AttributeSPAN / mirror portNetwork tap
What it isSwitch software featureDedicated hardware in the link
CostFree (built into managed switches)Purchased per monitored link
CompletenessMay drop frames when oversubscribed or under switch loadFull line-rate copy, no drops
Error/malformed framesUsually discarded before mirroringPassed through to the monitor port
FlexibilityRemotely reconfigurable; can aggregate many ports/VLANsFixed to one link; physical install required
Best fitGeneral visibility, low-utilization segments, quick investigationsForensics, high-throughput core links, compliance-grade capture

How the SY0-701 exam tests this

  • The “name that attribute” pattern. A device hangs off a mirrored switch port, analyzing copies while unable to block or modify anything. The exam wants the deployment attribute: passive (often paired with “detection-only” or contrasted against inline/active options).
  • The two-truths pattern. A multiple-response question asks which statements accurately describe tap/monitor-mode monitoring. Credited pairs come from: works on copied traffic, cannot stop attacks in real time, adds no latency, and its failure doesn’t disrupt the network. Traps assert that passive sensors can drop malicious packets or that they slow production traffic.
  • The tap-beats-SPAN pattern. An engineer needs complete capture on a busy core link — including malformed and error frames — with no loss at high utilization. The answer is a network tap; SPAN loses because of oversubscription drops, load shedding, and error-frame filtering.
  • The wrong-tool trap. A scenario demands real-time blocking, and one distractor offers an IDS or sensor on a SPAN port. Copied traffic can never satisfy a prevention requirement — that calls for an inline device, as covered in IDS vs IPS.

The tap-beats-SPAN details are pure recall — a few rounds of practice exam questions will fix them in place.

Quick reference

  • SPAN = switch-based port mirroring in software; tap = dedicated hardware that duplicates a link’s signal.
  • Both feed passive tools: originals are already delivered, so blocking or altering traffic is impossible from a mirror feed.
  • Passive monitoring adds no latency, and a failed analyzer costs only visibility — never uptime.
  • SPAN weaknesses: silent drops when oversubscribed, degraded mirroring under switch load, and error/malformed frames stripped before the copy.
  • A full-duplex 1 Gbps link can carry ~2 Gbps combined — more than a 1 Gbps mirror port can emit.
  • Taps deliver every frame at line rate, errors included, independent of switch behavior — the pick for core links and forensics.
  • Passive optical taps require no power; failsafe designs keep the link alive even if a powered tap dies.
Choose your exam → Lifetime access
from $59, once