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
North Haven, New York

... of all households are made up of individuals and 18.1% have someone living alone who is 65 years of age or older. The average household size is 2.20 and the average ...

 
 
 
This page was created in 22.6 ms