Multiple choice Which of the following is incorrect about UDP protocol? UDP is a connectionless protocol that provides the basic transport layer functions. UDP is transaction based protocol. UDP reassembles the data in the order that it was received and forwards it to the application. UDP has more overhead than TCP protocol. UDP stands for User Datagram Protocol. Reveal answer Fill a bubble to check yourself D Correct answer Explanation It is an incorrect statement. UDP has lower overhead than TCP since it is not connection oriented and does not provide the sophisticated retransmission, sequencing and flow control mechanisms.