This is my little how-to guide on network programming using Internet sockets, or "sockets programming", for those of you who prefer it. The sockets API, though started by the Berkeley folk, has been ported to many many platforms, including Unix, Linux, and even Windows.
beej.us/guide/bgnet/
A socket programming tutorial ... This is one subset of socket programming, but it's perhaps the easiest to master, so this is where you should start. ... Socket Programming; The 10% you need -- for 90% of your work...
www.troubleshooters.com/codecorn/sockets/ www.troubleshooters.com/codecorn/sockets/
Help on programming sockets with Python. ... Part of the trouble with understanding these things is that "socket" can mean a number of subtly different things, depending on context. So first, let's make a distinction between a "client" socket - an endpoint of a conversation, and a "server" socket, which is more like...
www.amk.ca/python/howto/sockets/ www.amk.ca/python/howto/sockets/
Spencer's Socket Site about network programming with sockets under Unix and Windows. Feature articles/tutorials and links to other FAQs, tutorials, and sample code. ... Unix Socket Programming FAQ...
www.lowtek.com/sockets/ www.lowtek.com/sockets/
Generic Socket Programming tutorial; ... This is a generic socket programming tutorial which mainly concentrates on how to communicate with two machines using TCP/IP and UDP/IP protocols irrespective of the programming language used to implement the server and client...
www.prasannatech.net/2008/07/socket-programming-tutoria... www.prasannatech.net/2008/07/socket-programming-tutorial.html
Computer network programming - Wikipedia, the free encyclopedia
In computing, network programming , essentially identical to socket programming or client-server programming , involves writing computer programs that communicate with other programs across a co...
en.wikipedia.org/wiki/Computer_network_programming
A socket is one end-point of a two-way communication link between two programs running on the network. Socket classes are used to represent the connection between a client program and a server program.
java.sun.com/docs/books/tutorial/networking/sockets/ind... java.sun.com/docs/books/tutorial/networking/sockets/index.html
Writing client/server applications can be challenging and fun, especially with Java. Find out how sockets programming in Java is seamless. ... There are two communication protocols that one can use for socket programming: datagram communication and stream communication.
www.javaworld.com/javaworld/jw-12-1996/jw-12-sockets.ht... www.javaworld.com/javaworld/jw-12-1996/jw-12-sockets.html
The Windows Sockets specification defines a network programming interface for Microsoft Windows which is based on the "socket" paradigm popularized in the Berkeley Software Distribution (BSD) from the University of California at Berkeley.
www.sockets.com/winsock.htm www.sockets.com/winsock.htm