Encyclopedia > Berkeley sockets

  Article Content

Berkeley sockets

The Berkeley sockets application programming interface is a library[?] for developing applications in the C programming language that access a computer network.

Table of contents

The client side

socket()

gethostbyname() and gethostbyaddr()

connect()

The server side

socket()

bind()

listen()

accept()

accept() is used to to satisfy a connection request from a remote host. A specified socket on the local host (which must be capable of accepting the connection) is connected to the requesting socket on the remote host. The remote socket's socket address is returned.

See also:

  • Unix Manual Pages: (http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?Unix+manual+pages) accept(2) (http://www.medsch.wisc.edu/cgi-bin/pdm/man.pl?command=accept(2)) connect(2) (http://www.medsch.wisc.edu/cgi-bin/pdm/man.pl?command=connect(2))

This article was originally based on material from FOLDOC, used with permission. Update as needed.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Monty Woolley

... and lecturer at Yale University (one of his students was Thornton Wilder) who began acting on Broadway in 1936. He was typecast as the wasp-tongued, supercilliou ...

 
 
 
This page was created in 24.5 ms