Can anyone tell be where to use the UDP protocol except live streaming of music/video? What are default usecases for UDP?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
UDP is also good for broadcast, such as service discovery – finding that newly plugged in printer.
Also of note is that broadcast is anonymous, you don’t need to specify target hosts, as such it can form the foundation of a convenient plug-and-play or high-availability network.