Problem with UDP based application


 
Thread Tools Search this Thread
Top Forums Programming Problem with UDP based application
# 1  
Old 09-27-2007
Problem with UDP based application

I am developing a client-server application. All communication is UDP based. I am sending 1000 packets per second. Every packet having size 15 bytes. At receiving end many packets lost. Please tell me if there any solution for this problem or it is actually problem with UDP.
# 2  
Old 09-27-2007
Quote:
Originally Posted by mansoorulhaq
Please tell me if there any solution for this problem or it is actually problem with UDP.
(a) it's a feature, not a problem.

(b) it's termed "unreliable".

(c) protocols such as TFTP, RPC over UDP etc add their own duplication detection and retransmission.

http://en.wikipedia.org/wiki/User_Datagram_Protocol
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. OS X (Apple)

Applescript application call problem...

Hi all... I am trying to create a shell project purely for this Macbook Pro. I do NOT want to use SOX as the sampling _source_ but Quicktime instead, the idea being that NO third party installs will be needed. The code below works fine except the commented out Applescript line does not do... (2 Replies)
Discussion started by: wisecracker
2 Replies

2. Red Hat

Red Hat application server ssl keystore problem

A client is accessing our JBoss server. In the past, we set up a keystore and everything worked fine. That certificat expired and we've installed the new one. Now the client is getting the following error - HTTP/1.1 500 Internal Server Error Date: Mon, 14 Apr 2014 13:25:44 GMT Server:... (1 Reply)
Discussion started by: kkinney
1 Replies

3. Programming

Problem developing application which calls and displays result of executable

Hi All, i am using ubuntu 10.04 LTS with C2D processor. i want to develop a GUI application in Java using JSwing. This application will call executable present in the local hardisk of linux. The results of this exectuable (moses) must be displayed in TextArea of the application being built. ... (0 Replies)
Discussion started by: n929
0 Replies

4. Homework & Coursework Questions

problem in a shell based project

i have a bank project in shell script.it has a module called deposit.when i am entering an amount and commit a mistake like entering char instead of numbers and so on and repeating it, suppose 3 times,then it is rejected by amount validation code. every thing is fine upto these steps. but after 3... (9 Replies)
Discussion started by: dharmendramiet
9 Replies

5. Programming

UDP Checksum problem

Hello sir,, i m doing network programming in C could u plzz let me know...at the time of udp checksum calculation does htons() or ntohs() play some role..?? i mean will there be any difference if some values are added in network form and other is in the host form... Thnx 4 ur time.. ... (4 Replies)
Discussion started by: nirucool89
4 Replies

6. Programming

What is the difference between console-based and xwindow-based application?

Hi everyone, What is the difference between console-based and Xwindow-based application? Can I say the application working well in Xwindows can work in console? Can I say the application working well in console cann't work in Xwindow perhaps. Eg, ncurses is console-based and Imlib2 is... (4 Replies)
Discussion started by: liuyan03
4 Replies

7. UNIX for Advanced & Expert Users

Linux Based Application OID

Hi I am searching for system OID on an application which is linux based. Can any one please let me know, where can I find from Command line? Thanks in advance. (1 Reply)
Discussion started by: sureshcisco
1 Replies

8. UNIX for Dummies Questions & Answers

socket programming using udp for chat application

hi, i have a source code for 1 server and 2 clients ...but the clients are not able to send data..1 server only receives data from clients and forwards to any other client, the data is in the buffer.....please help... thank you in advance..... /**********client1***************/ // Here Data... (1 Reply)
Discussion started by: unsweety
1 Replies

9. Programming

Server - Client application problem

hi all I'm beginner in CORBA Server-Client appliction development. My server- client application was worked well and i have tested it too. Due to some Network problem we have rebooted our dedicated server , then i restart my corba service, application in the server it started... (0 Replies)
Discussion started by: VijayakumarN
0 Replies

10. Solaris

Application Loading problem

I install a software xchm for opening chm files. I install software and also its required libraries. But when i start it; no GUI appears. Application got halt. Process name also appears in process list when i run top command. Appliation continously using cpu but no GUI appears. Please tell me... (7 Replies)
Discussion started by: mansoorulhaq
7 Replies
Login or Register to Ask a Question