IT is mentioned in the text that messaging services prefer UDP, but when I ran netstat -nt on the system, it shows whatsapp using TCP6, how is it possible?
Generally message services prefer to use UDP protocol but its not mandatory to use. I think Whatsapp uses TCP protocol as after sending data it acknowledges that receiver has received the message which is the concept of TCP protocol.