Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Berkeley sockets
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Inter-process communication API}} A '''Berkeley ([[Berkeley Software Distribution|BSD]]) socket''' is an [[application programming interface]] (API) for [[Internet domain socket]]s and [[Unix domain socket]]s, used for [[inter-process communication]] (IPC). It is commonly implemented as a [[library (computing)|library]] of linkable modules. It originated with the [[History of the Berkeley Software Distribution#4.2BSD|4.2BSD Unix]] operating system, which was released in 1983. A [[Network socket|socket]] is an abstract representation ([[Handle (computing)|handle]]) for the local endpoint of a network communication path. The Berkeley sockets API represents it as a [[file descriptor]] in the [[Unix philosophy]] that provides a common interface for input and output to [[Standard streams|streams]] of data. Berkeley sockets evolved with little modification from a [[De facto standard|''de facto'' standard]] into a component of the [[POSIX]] specification. The term '''POSIX sockets''' is essentially synonymous with ''Berkeley sockets'', but they are also known as '''BSD sockets''', acknowledging the first implementation in the [[Berkeley Software Distribution]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)