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.
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)- A90% (35)
- B5% (2)
- C3% (1)
- D3% (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.
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.
A Layer 3 switch routes packets between subnets and does not passively mirror all wire traffic to an external capture device by default.
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.
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
Community Discussion
No community discussion yet for this question.