New UDP Interview Questions :: ALLInterview.com http://www.allinterview.com New UDP Interview Questions en-us which is the faster protocal either UDP or TCP? http://www.allinterview.com/showanswers/56888.html UDP is the faster protocol as it doesn't wait for acknowledgement so it is not at all having reliability as compared to TCP. What is the major difference between UDP and TCP/IP Protocol? http://www.allinterview.com/showanswers/56262.html I only know about UDP is unreliable and connectionless protocol.And TCP/IP protocol is connection oriented and reliable.i want some more advantages and disadvantages and UDP where its used. Write UDP/SOCK_DGRAM applications http://www.allinterview.com/showanswers/32224.html to implement the udp service we must creat socket by socket system call which takes argument as SOCK_DGRAM which is used for to pass the data in the form of datagrams. How to get IP header of a UDP message http://www.allinterview.com/showanswers/32223.html How can I be sure that a UDP message is received? http://www.allinterview.com/showanswers/32222.html by using Icmp protocol.