nerdexam
EC-Council

312-50V9 · Question #91

When using Wireshark to acquire packet capture on a network, which device would enable the capture of all traffic on the wire?

The correct answer is A. Network tap. A network tap passively copies all traffic on a wire segment, making it the ideal tool for comprehensive packet capture with Wireshark.

Sniffing

Question

When using Wireshark to acquire packet capture on a network, which device would enable the capture of all traffic on the wire?

Options

  • ANetwork tap
  • BLayer 3 switch
  • CNetwork bridge
  • DApplication firewall

How the community answered

(39 responses)
  • A
    90% (35)
  • B
    5% (2)
  • C
    3% (1)
  • D
    3% (1)

Why each option

A network tap passively copies all traffic on a wire segment, making it the ideal tool for comprehensive packet capture with Wireshark.

ANetwork tapCorrect

A network tap is a passive hardware device inserted inline on a network link that creates an exact copy of all passing traffic and forwards it to a monitoring port, without altering or interrupting the data flow. This gives Wireshark full visibility into every packet traversing that segment, including traffic not destined for the capture host.

BLayer 3 switch

A Layer 3 switch routes packets between subnets and does not passively mirror all wire traffic to an external capture device by default.

CNetwork bridge

A network bridge forwards frames between segments based on MAC addresses but does not provide a dedicated out-of-band copy of all traffic suitable for passive capture.

DApplication firewall

An application firewall inspects and filters traffic at the application layer but is not designed to passively mirror raw wire traffic to a capture tool like Wireshark.

Concept tested: Passive network traffic capture using a tap

Source: https://www.wireshark.org/docs/wsug_html_chunked/ChCapCaptureFilterSection.html

Topics

#Wireshark#network tap#packet capture#promiscuous mode

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice