Topic: Socket Programming
Not finding your answer? Try searching the web for Socket Programming
Answers to Common Questions
What is socket programming in C?
There is nothing called "socket programming in C." Sockets can be programmed in any programming language. What follows below is a basic idea on how to program sockets. Socket programming refers to the use of a set of APIs for sending and re... Read More »
Source: http://wiki.answers.com/Q/What_is_socket_programming_in_C
Who invented socket programming?
Some people at University of California, Berkeley, in the 80s. Read More »
Source: http://wiki.answers.com/Q/Who_invented_socket_programming
How do you write socket program in c?
For first find an example program. Read More »
Source: http://wiki.answers.com/Q/How_do_you_write_socket_program_in_c
Featured Content:
Socket Programming
More Common Questions
Answers to Other Common Questions
A socket is an internet endpoint, consisting of an IP address and a port number, which uniquely identifies a host and the listening program on that host for the packet. When you set up a socket between two systems you are essentially settin...
Read More »
Source: http://wiki.answers.com/Q/What_does_server_client_socket_programm...
using writeUTF function pass file and directory to server where server will pick up using readUTF and create it server side.....
Read More »
Source: http://www.experts-exchange.com/Q_10237247.htm
i have a great little example of an echo server and a GUI client that sends messages to it. it uses simple socket calls, No class libs etc post your email adr
Read More »
Source: http://www.experts-exchange.com/Q_20153641.htm
I have added a link to a Socket Programming in PHP guide to the related links section below. That should supply all the information you need to learn.
Read More »
Source: http://wiki.answers.com/Q/Where_you_can_find_tutorials_for_socket...
Is your server program running on the port you are attempting to use? Is it waiting for connections? Is it expecting TCP connection? (NOT UDP...)
Read More »
Source: http://answers.yahoo.com/question/index?qid=20081106060135AAwcGwD
A socket is an endpoint used by a process for bi-directional comm...
Read More »
Source: http://www.chacha.com/question/what-is-a-socket-used-for-in-progr...