next up previous contents
Next: The Server Side of Up: Networking with Perl Previous: Sockets

Clients and Servers

Programs that use sockets inherently use the client-server paradigm. One program creates a socket (the server) and another connects to it (the client). The next couple of sections will look at both server programs and client programs.



 

dave@cs.cf.ac.uk