N10-005 · Question #618
Matt, an administrator, notices a flood fragmented packet and retransmits from an email server. After disabling the TCP offload setting on the NIC, Matt sees normal traffic with packets flowing in…
The correct answer is B. Protocol analyzer. A protocol analyzer (such as Wireshark) is the tool used to inspect packet-level details like fragmentation, retransmission, and sequence order.
Question
Matt, an administrator, notices a flood fragmented packet and retransmits from an email server. After disabling the TCP offload setting on the NIC, Matt sees normal traffic with packets flowing in sequence again. Which of the following utilities was he MOST likely using to view this issue?
Options
- ASpam filter
- BProtocol analyzer
- CWeb application firewall
- DLoad balancer
How the community answered
(34 responses)- A9% (3)
- B85% (29)
- C3% (1)
- D3% (1)
Why each option
A protocol analyzer (such as Wireshark) is the tool used to inspect packet-level details like fragmentation, retransmission, and sequence order.
A spam filter inspects email content for unwanted messages and does not provide packet-level visibility into TCP fragmentation or sequencing issues.
A protocol analyzer captures and decodes raw network packets, allowing an administrator to observe fragmented packets, out-of-order sequences, and retransmission events at a granular level. Disabling TCP offload on the NIC caused the host OS to handle segmentation, making the traffic visible and correctly ordered in the capture, confirming the tool in use was a protocol analyzer.
A web application firewall inspects HTTP/HTTPS application-layer traffic for threats and does not display raw packet fragmentation or TCP sequence data.
A load balancer distributes traffic across multiple servers and does not provide a view of individual packet structure, sequencing, or retransmission behavior.
Concept tested: Protocol analyzer usage for packet-level troubleshooting
Source: https://www.wireshark.org/docs/wsug_html_chunked/ChapterIntroduction.html
Topics
Community Discussion
No community discussion yet for this question.