Socket Guide, Meaning , Facts, Information and Description
A socket generally designates a cavity or region used for fitting and connecting some specific device.
| Table of contents |
|
2 Computer sockets |
A CPU socket is a physical and electrical specification of how to connect a CPU to a motherboard.
In electronics, a socket is also used as a synonym for a jack.
An electrical socket is a synonym of electrical outlet: an electrical device connected to a power source onto which another device can be plugged or screwed in. Typical examples are wall sockets and light bulb sockets. See Domestic AC power plugs & sockets;.
In the world of computers, there are two types of sockets- Internet sockets, and IPC sockets.
A socket can be used in computer networking to form one end of a bi-directional communication link between two programs, likely over a network, though exceptions like the X Windowing System exist.
Sockets can also be used for IPC, without IP addresses or any other staples of TCP/IP.
In RFC documents relating to TCP or UDP, a socket on a certain host is defined as the combination of an IP address, a protocol, and a port number.
The BSD operating system introduced network sockets in 1983: see the Berkeley sockets API. Each socket gets bound to a given port, which lets the transport layer protocol (typically UDP or TCP) identify which application to send the data to.
Another type of socket is used by POSIX compliant systems, and are called Unix domain sockets (the correct standard POSIX term is POSIX Local IPC Sockets). Their primary function is as a means for inter-process communication and are therefore also called IPC sockets. These connections are from the local computer to itself, not actually a connection transmitted over a physical network.
This is an Article on Socket. Page Contains Information, Facts Details or Explanation Guide About Socket Physical sockets
Electrical sockets
Biological sockets
Computer sockets
Internet sockets
Unix domain sockets, IPC sockets
