answersLogoWhite

0

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

User Avatar

Wiki User

13y ago

What else can I help you with?

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?


Assembly language program for string concatenation using 8086 microprocessor?

write program to concatenating two sting in 8086 assembly language


How do you code a simple C plus plus program to remote shutdown computers?

Any code that remotely controls another computer is far from simple. The simplest method would be to write a client-server application, where the client runs as a service awaiting a shutdown instruction from the server. However, it goes without saying that a network administrator would take a dim view of employees remotely shutting down other employee's computers.


How do you write an Algorithm for a C plus plus Program?

You don't write an algorithm for a C++ program, unless you are documenting the C++ program after-the-fact. The normal procedure is to write the algorithm first, in a language independent fashion, and then translate that stated algorithm into C++ code, or into whatever language you wish.


How can program for c language?

first think of the logic and then write the statements


Write down a program for hotel management in c language?

ponka


How do you write code for 1 to 500 Armstrong number in socket programming?

To write code for finding Armstrong numbers between 1 and 500 using socket programming, you would first create a server that listens for client connections. Upon receiving a request, the server would compute Armstrong numbers in that range by checking if the sum of the cubes of their digits equals the number itself. The server then sends the list of Armstrong numbers back to the client. The client can be a simple script that connects to the server and displays the received numbers. Here's a basic outline: Set up a server socket to listen for connections. Upon connection, calculate Armstrong numbers using a loop and send the result back. On the client side, connect to the server and print the received Armstrong numbers.


Write a program in 8086 assembly language to draw a circle?

You need an 8086 assembly language pencil.


Connect c language to internet database?

Yes, you can write a program in C language which connects to a database.