answersLogoWhite

0


Best Answer

Write and run a client and a server program in C-language using UDP

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write Client and server program in C language using UDP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write and run a client and a server program in C-language using TCP The client?

Homework question, this is a long answer.


What is server base language?

Server-base language mean code you write will be processed on server instead of client, ex: when you request a page from server (a php page) it will be first processed on server then server will send you result of codes.. it means you won't see php codes on the page only result of it.


What are the differences between client-side programming and server-side programming?

All of us (or most of us) would have started programming in Java with the ever famous "Hello World!" program. If you can recollect, we saved this file with a .java extension and later compiled the program using javac and then executed the class file with java. Apart from introducing you to the language basics, the point to be noted about this program is that - "It is a client side program". This means that you write, compile and also execute the program on a client machine (e.g. Your PC). No doubt, this is the easiest and fastest way to write, compile and execute programs. But, it has little practical significance when it comes to real world programming.


How connectionless communication between a client and a server proceeds when using sockets?

Both the client and the server create a socket, but only the server binds the socket to a local endpoint. The server can then subsequently do a blocking readcall in which it waits for incoming data from any client. Likewise, after creating the socket, the client simply does a blocking call to write data to the server. There is no need to close a connection.


Can you write multiple scripting languages in a single page?

Yes. In fact this is fairly common. For example, using in the same web page a client scripting language such as JavaScript and a Server Scripting Language, such as ASP.NET or PHP.


What has the author Norman E Smith written?

Norman E. Smith has written: 'Object-oriented programming using Turbo C++' -- subject(s): C++ (Computer program language), Object-oriented programming (Computer science), Turbo C++ 'Write your own programming language using C++' -- subject(s): C++ (Computer program language), Application software 'Practical guide to intranet client-server applications using the Web' -- subject(s): Intranets (Computer networks), Client/server computing, World Wide Web 'Developer's guide to HP printers' -- subject(s): HP LaserJet printers


Write short note on a web server program?

no,i want answer from your side


How do you write an assembly language program to find the sum of n numbers using array?

write an assembly language program to find sum of N numbers


Write an assembly language program to print a to z on screen?

write a program to print A to Z on screen in c?


Can you write program by c language in dos?

Yes.


Which language can be used to write server side scripting in ASPNET?

c# AND VB AND C++


Example of Password program code in assembly language?

How to write the program un Assembly language to set a password for personal computers?