Total members 11890 |It is currently Tue Apr 23, 2024 10:51 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





UDP stands for User Datagram protocol .UDP is different from TCP that it doesn't provide reliability or the correct data sequence .The client send what is called Datagram to the client .These datagram's may not arrive and may be arrive corrupted or also not in same order . You may ask why we need UDP. Why don't we just use TCP to avoid these problems?

UDP there is no overhead of checking and correction that is exists in TCP .So in environment and application that need more speed regardless of the reliability like Video Streaming and Voice over IP. Most time sensitive application will prefer UDP because it is faster than TCP.

For example:
In the video conferences, if the quality is just good and in the same time speed is achieved .this is enough.
UDP is stateless protocol. It is so useful in cases where there is one server and many clients .You can make broadcast easy. (Broadcast means sending to many clients). (Ex: radio channel, one server multiple clients)

Datagram Congestion Control Protocol (DCCP).
In UDP there techniques use to avoid network congestion .One of theses techniques is DCCP. The DCCP Protocol is responsible for controlling the traffic congestion .



_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time
Post new topic Reply to topic  [ 1 post ] 

  Related Posts  to : User Datagram Protocol or UDP
 Client-Server-Data-datagram socket UDP protocol     -  
 protocol     -  
 Source Code for protocol     -  
 TCP Transmission Control Protocol     -  
 VOIP Voice-Over-Internet Protocol     -  
 Java Code for DTN routing protocol NECTAR for evalutaion     -  
 Java code for DTN Protocol NECTAR evaluation-one simulator     -  
 Hi ... I'm a new user     -  
 Parse URL in java get Protocol,File,Reference,Host and Port     -  
 php user registration system     -  









Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com