Network

True or False? Ping is using UDP because it doesn't care about reliable connection

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

False. Ping is actually using ICMP (Internet Control Message Protocol) which is a network protocol used to send diagnostic messages and control messages related to network communication.