InterviewSolution
Saved Bookmarks
| 1. |
What is the UDP protocol? |
|
Answer» UDP is the USER Datagram Protocol and is based on Datagrams. Mainly, it is used for multicasting and BROADCASTING. Its functionality is ALMOST the same as TCP/IP Protocol EXCEPT for the three ways of handshaking and error checking. It uses a simple TRANSMISSION without any hand-shaking which makes it less reliable. |
|