Hi all! How should I send bits r bytes to/from a server to/from client

Newbie Member
15Mar2007,21:07   #1
vijraj's Avatar
Hi all!

1)How should I send bits or bytes to/from a server from/to a client in c language.

2)How should I make a connection on a socket from client to server?What is this Port id.
Is it already present or is it a number that we decide on.Please clarify my doubts.Thanks in advance.

vijraj.
Team Leader
16Mar2007,17:29   #2
DaWei's Avatar
Read the RFCs on the http protocol and Beej's material on sockets.
Newbie Member
16Mar2007,19:48   #3
vijraj's Avatar
Thank you.