UDP Question:
Download Questions PDF

What is What is the major difference between UDP and TCP/IP Protocol?

Answer:

The first thing is UDP is connection less where as TCP is
connection oriented.The broadcasting and multicasting
software is available in the UDP only.Why because it is
connection less hence we can broadcast the packets very
easily,no need to wait for connection like in tcp,which
takes more delay.

Download User Datagram Protocol (UDP) Interview Questions And Answers PDF

Previous QuestionNext Question
Which is the faster protocol either UDP or TCP?Write UDP/SOCK_DGRAM applications?