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
  • 1

    naruto128

    Novice Member From Sydney
    • Messages
      1
    • Reaction score
      0
    • Points
      1
  • 1

    Craig J

    Standard Member From Cambridge
    • Messages
      10
    • Reaction score
      6
    • Points
      2
  • 1

    JimmyTwotimes

    Standard Member From Herts
    • Messages
      28
    • Reaction score
      27
    • Points
      13
  • 1

    AlfC

    Standard Member From Penicuik
    • Messages
      32
    • Reaction score
      18
    • Points
      10
  • 1

    GrayCat

    Standard Member From UA
    • Messages
      43
    • Reaction score
      58
    • Points
      21
  • 1

    Geoffree

    Standard Member From Yorkshire
    • Messages
      36
    • Reaction score
      50
    • Points
      19
  • 1

    midician

    Established Member From Adelaide, South Australia
    • Messages
      119
    • Reaction score
      49
    • Points
      31
  • 1

    fanagolo

    Novice Member From UK
    • Messages
      15
    • Reaction score
      2
    • Points
      3
  • Back
    Top Bottom