nerdexam
CompTIA

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.

Network troubleshooting

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)
  • A
    9% (3)
  • B
    85% (29)
  • C
    3% (1)
  • D
    3% (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.

ASpam filter

A spam filter inspects email content for unwanted messages and does not provide packet-level visibility into TCP fragmentation or sequencing issues.

BProtocol analyzerCorrect

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.

CWeb application firewall

A web application firewall inspects HTTP/HTTPS application-layer traffic for threats and does not display raw packet fragmentation or TCP sequence data.

DLoad balancer

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

#protocol analyzer#packet capture#TCP offload#NIC troubleshooting

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice