Total members 10262 | Gratitudes |It is currently Thu May 24, 2012 4:15 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 1 post ] 
Author Question
 Question subject: User Datagram Protocol or UDP
PostPosted: Sun Nov 30, 2008 1:25 am 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time

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 .

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 1 post ] 
Quick reply


  

 Similar topics
 protocol
 php User Registration Form
 Source Code for protocol
 i want to send conformation email with user details on the
 redirect page based on user selection radio button
 how to write code message to user before session will expire
 VOIP Voice-Over-Internet Protocol
 Create User Defined Folder[directory] in C++[Turbo C++]
 use local user dll from website - usar dll local del usuario
 i need code for identifying web user session

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team