Socket

A network socket is a software structure within a network node of a computer network that serves as an endpoint for sending and receiving data across the network. The structure and properties of a socket are defined by an application programming interface (API) for the networking architecture. Sockets are created only during the lifetime of a process of an application running in the node.
Because of the standardization of the TCP/IP protocols in the development of the Internet, the term network socket is most commonly used in the context of the Internet Protocol Suite, and is therefore often also referred to as Internet socket. In this context, a socket is externally identified to other hosts by its socket address, which is the triad of transport protocol, IP address, and port number.
The term socket is also used for the software endpoint of node-internal inter-process communication (IPC), which often uses the same API as a network socket.

View More On Wikipedia.org
  • 36

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,443
    • Media
      227
    • Reaction score
      10,022
    • Points
      1,237
  • 1

    JJ1

    A PF Quark
    • Messages
      2
    • Reaction score
      0
    • Points
      1
  • 1

    nibbel11

    A PF Electron
    • Messages
      36
    • Reaction score
      2
    • Points
      11
  • 1

    Ephant

    A PF Quark
    • Messages
      146
    • Reaction score
      2
    • Points
      8
  • 1

    123kid

    A PF Quark
    • Messages
      18
    • Reaction score
      0
    • Points
      1
  • Back
    Top