nerdexam
(ISC)2

SSCP · Question #1262

When packets are captured and converted to hexadecimal, _______ represents the ICMP protocol in the IP header.

The correct answer is D. 01. In an IPv4 packet header, the hexadecimal value "01" in the Protocol field indicates that the payload data carried by the IP packet is using the ICMP protocol.

Submitted by suresh_in· Apr 18, 2026Network and Communications Security

Question

When packets are captured and converted to hexadecimal, _______ represents the ICMP protocol in the IP header.

Options

  • A17
  • B25
  • C16
  • D01
  • E06
  • FAll of the above

How the community answered

(58 responses)
  • B
    2% (1)
  • D
    90% (52)
  • E
    3% (2)
  • F
    5% (3)

Why each option

In an IPv4 packet header, the hexadecimal value "01" in the Protocol field indicates that the payload data carried by the IP packet is using the ICMP protocol.

A17

17 (0x11 hex) represents UDP (User Datagram Protocol) in the IP protocol field.

B25

25 (0x19 hex) is not a standard protocol number for ICMP or common transport layer protocols.

C16

16 (0x10 hex) is not a standard protocol number for ICMP or common transport layer protocols.

D01Correct

In the IP header, the 'Protocol' field specifies the next level protocol encapsulated in the IP payload. A value of 0x01 (hexadecimal 01) in this field universally signifies the Internet Control Message Protocol (ICMP).

E06

06 (0x06 hex) represents TCP (Transmission Control Protocol) in the IP protocol field.

FAll of the above

Not all of the above represent ICMP; only 01 does.

Concept tested: IP header protocol field values

Source: https://learn.microsoft.com/en-us/windows/win32/winsock/ip-protocol-numbers

Topics

#Packet Analysis#IP Header#ICMP Protocol#Protocol Numbers

Community Discussion

No community discussion yet for this question.

Full SSCP Practice