210-250 · Question #4
Which protocol is expected to have NTP a user agent, host, and referrer headers in a packet capture?
The correct answer is B. HTTP. HTTP is the protocol that includes User-Agent, Host, and Referer headers in its request messages. These headers are visible in plaintext in HTTP/1.1 packet captures and are defined by the HTTP specification.
Question
Which protocol is expected to have NTP a user agent, host, and referrer headers in a packet capture?
Options
- ANTP
- BHTTP
- CDNS
- DSSH
How the community answered
(28 responses)- A4% (1)
- B93% (26)
- C4% (1)
Why each option
HTTP is the protocol that includes User-Agent, Host, and Referer headers in its request messages. These headers are visible in plaintext in HTTP/1.1 packet captures and are defined by the HTTP specification.
NTP (Network Time Protocol) is used for time synchronization and transmits binary timestamp data using its own packet format - it does not use HTTP-style headers.
HTTP request messages include standardized headers such as User-Agent (identifying the client software), Host (specifying the target server), and Referer (indicating the originating page). These are defined in RFC 7231 and are transmitted as plaintext in HTTP/1.1, making them readily visible in a packet capture. No other protocol in this question uses this header format.
DNS uses a binary query and response format with its own record types (A, AAAA, MX, etc.) and does not include headers like User-Agent or Referer.
SSH creates an encrypted channel for secure remote access and does not transmit HTTP-style headers - its protocol uses binary framing with key exchange and encryption negotiation.
Concept tested: HTTP request headers identification in packet captures
Source: https://www.rfc-editor.org/rfc/rfc7231#section-5
Topics
Community Discussion
No community discussion yet for this question.