What Is Udp Protocol?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and 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 (User Datagram Protocol) is a connectionless protocol that is used primarily for streaming audio and video applications. It offers fast, low-overhead data transmission but with less reliability than TCP, as it does not perform error checking or flow control. It uses a simple message-based transmission model, with each packet containing a source and destination address and a payload.