200-201 · Question #322
Which type of data must an engineer capture to analyze payload and header information?
The correct answer is A. full packet. To thoroughly analyze both the payload and header information of network communications, an engineer must capture full packets.
Question
Which type of data must an engineer capture to analyze payload and header information?
Options
- Afull packet
- Bframe check sequence
- Calert data
- Dsession logs
How the community answered
(36 responses)- A92% (33)
- B6% (2)
- D3% (1)
Why each option
To thoroughly analyze both the payload and header information of network communications, an engineer must capture full packets.
Capturing 'full packets' means collecting all bytes of a network frame, including the Ethernet, IP, and TCP/UDP headers, as well as the application layer payload. This comprehensive capture is essential for analyzing both header information at various layers and the actual data content (payload).
The frame check sequence (FCS) is used for error detection at the end of an Ethernet frame and does not contain payload or header information for analysis.
Alert data refers to security notifications and logs generated by systems, not the raw network traffic containing full headers and payloads.
Session logs record metadata about network sessions but typically do not contain the full payload or detailed header information of every packet within a session.
Concept tested: Packet capture components (full packet)
Source: https://learn.microsoft.com/en-us/azure/network-watcher/network-watcher-packet-capture-overview
Topics
Community Discussion
No community discussion yet for this question.