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

    midician

    Established Member From Adelaide, South Australia
    • Messages
      125
    • Reaction score
      55
    • Points
      34
  • 1

    fanagolo

    Standard Member From UK
    • Messages
      18
    • Reaction score
      4
    • Points
      3
  • 1

    Silver estate

    Established Member From gosport
    • Messages
      376
    • Reaction score
      379
    • Points
      145
  • 1

    mikgle

    Established Member 70 From mid devon
    • Messages
      99
    • Reaction score
      85
    • Points
      31
  • 1

    LittlePluggers

    Established Member From Colchester
    • Messages
      72
    • Reaction score
      92
    • Points
      34
  • 1

    Misterm2024

    Standard Member From Brighton
    • Messages
      16
    • Reaction score
      10
    • Points
      9
  • 1

    Wizard

    Standard Member From Effingham, Surrey, UK
    • Messages
      34
    • Reaction score
      37
    • Points
      14
  • 1

    James83

    Standard Member From Manchester
    • Messages
      17
    • Reaction score
      19
    • Points
      8
  • 1

    Betsy2017

    Standard Member From Oxford
    • Messages
      9
    • Reaction score
      7
    • Points
      4
  • 1

    evnick

    Standard Member From Oxfordshire
    • Messages
      8
    • Reaction score
      3
    • Points
      2
  • 1

    naruto128

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

    JWD

    Standard Member From Hungerford
    • Messages
      34
    • Reaction score
      14
    • Points
      10
  • 1

    Craig J

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

    onkeldunkel

    Standard Member From Denmark
    • Messages
      39
    • Reaction score
      9
    • Points
      6
  • 1

    JimmyTwotimes

    Standard Member From Herts
    • Messages
      34
    • Reaction score
      30
    • Points
      16
  • 1

    Everest

    Established Member From UK
    • Messages
      528
    • Reaction score
      636
    • Points
      200
  • 1

    AlfC

    Standard Member From Penicuik
    • Messages
      35
    • Reaction score
      27
    • Points
      13
  • 1

    P6cat

    Standard Member From North Wales
    • Messages
      29
    • Reaction score
      22
    • Points
      23
  • 1

    GrayCat

    Standard Member From UA
    • Messages
      48
    • Reaction score
      62
    • Points
      22
  • 1

    Geoffree

    Standard Member From Yorkshire
    • Messages
      40
    • Reaction score
      53
    • Points
      20
  • Back
    Top Bottom