View Single Post
Old Jun 30th, 2005, 1:40 PM   #2
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
The server is just the program that has bound itself to a port and will handle any data that is sent to that port. The client doesn't need to bind itself to anything, it just sends and receives data from the socket it's connected on. The simple socket example shows the client sending and receiving data from the server.
Cerulean is offline   Reply With Quote