LX0-104 · Question #375
An administrator is capturing traffic with Wireshark and is only seeing ARP traffic. What is the most likely cause of this?
The correct answer is B. The machine is on a switched network and is therefore only seeing local and broadcast/multicast packets.. If a Wireshark capture on a switched network only shows ARP traffic, it's most likely because the capturing machine is only receiving broadcast and multicast traffic, as unicast traffic is directed specifically to the destination port by the switch.
Question
Options
- AThe network interface on which the scan is running is not in promiscuous mode.
- BThe machine is on a switched network and is therefore only seeing local and broadcast/multicast packets.
- CThe administrator did not enable the TCP and UDP options when starting the scan.
- DThe network interface on which the scan is running has the ARP_ONLY flag set.
How the community answered
(42 responses)- A7% (3)
- B71% (30)
- C17% (7)
- D5% (2)
Why each option
If a Wireshark capture on a switched network only shows ARP traffic, it's most likely because the capturing machine is only receiving broadcast and multicast traffic, as unicast traffic is directed specifically to the destination port by the switch.
While promiscuous mode allows an interface to capture all traffic it receives, it doesn't bypass the fundamental behavior of a network switch, which directs unicast traffic only to the intended port.
In a switched network environment, a standard host typically only receives unicast traffic specifically destined for its MAC address, along with broadcast and multicast traffic. Since ARP (Address Resolution Protocol) requests are broadcast, the capturing machine will see them, but it will not see other unicast TCP/UDP traffic between other hosts unless a port mirroring (SPAN) or TAP device is used, or the capturing machine is the actual source or destination of that traffic.
Wireshark captures all traffic types by default unless a capture filter is specifically applied to restrict protocols, so not enabling TCP/UDP options is not a valid reason.
There is no standard 'ARP_ONLY' flag for a network interface that would restrict it to only ARP traffic in the way described.
Concept tested: Wireshark capture on switched networks
Source: https://wiki.wireshark.org/CaptureSetup/Ethernet
Topics
Community Discussion
No community discussion yet for this question.