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
Shinnecock Hills, New York

... North, 72°27'42" West (40.888100, -72.461735)1. According to the United States Census Bureau, the town has a total area of 5.9 km² (2.3 mi²). 5.4 ...

 
 
 
This page was created in 39.3 ms