Status
Not open for further replies.

CatchItBaby

Active Member
623
2008
20
0
Q1. Write the client and server programs in c language for simple data (Hello) transfer between client and server using UDP. Client will send hello server message to the server programe. In its reply the server will send hello client message . The server and client programs should reside on different computers in a network

Q2. write the client and server programs in c language for establishing terminatation of connection between client and server using TCP. Assueme the server can handle only one client

Q3. Write the Progame in c lanugage for implementing the client for simple mail transfer protocol

Q4. Write the client and server programs in c language for implementing the broadcasting in the local network


These Questions annoying me and i have no idea how to write programe in client and server

and I don't want that someone will write solution for me

Plz refer me online tutorial where i can learn basic of client server programming and after reading those tutorial i will put my hands in these questions

Thnx
 
2 comments
Am not good at programming

Since you are about to create these, let me ask you a question.

It's just for information.

TCP is more reliable than UDP and do error checking, right?

So why you are planning to use UDP for the first question? (for speed ?).
 
Status
Not open for further replies.
Back
Top