156-582 · Question #42
Is it possible to analyze ICMP packets with tcpdump?
The correct answer is A. Yes, tcpdump is not limited to TCP specific issues. Yes, it is possible to analyze ICMP packets with tcpdump. While tcpdump is often associated with capturing TCP packets, it is not limited to them and can capture and analyze any protocol that traverses the network, including ICMP, which operates at Layer 3 (Network Layer) of…
Question
Is it possible to analyze ICMP packets with tcpdump?
Options
- AYes, tcpdump is not limited to TCP specific issues
- BNo, use fw monitor instead
- CNo, tcpdump works from layer 4. ICMP is located in the network layer (layer 3), therefore is not
- DNo, since ICMP does not have any source or destination ports, but specification of port numbers is
How the community answered
(63 responses)- A75% (47)
- B14% (9)
- C5% (3)
- D6% (4)
Explanation
Yes, it is possible to analyze ICMP packets with tcpdump. While tcpdump is often associated with capturing TCP packets, it is not limited to them and can capture and analyze any protocol that traverses the network, including ICMP, which operates at Layer 3 (Network Layer) of the OSI model. ICMP packets do not use ports, but tcpdump can filter and display these packets based on other criteria such as type and code fields.
Topics
Community Discussion
No community discussion yet for this question.