What transport layer protocol does ping use?

1 answer

Answer

1101971

2026-04-02 10:20

+ Follow

Assuming IPv4 ICMP. Ping uses IP for transport. Ping in itself is an "Echo Request", which is a function of the ICMP protocol. The IP Packet will carry the ICMP protocol from end-to-end.

ICMP has a protocol number of 1, so the "Protocol" field in the IPv4 header will contain "1" as a reference to the ICMP payload.

For IPv6, ICMPv6 is used, and the transport will be IPv6.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.