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

    Misterm2024

    Standard Member From Brighton
    • Messages
      16
    • Reaction score
      11
    • 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
      9
    • Reaction score
      3
    • Points
      3
  • 1

    naruto128

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

    JWD

    Standard Member From Hungerford
    • Messages
      46
    • Reaction score
      21
    • Points
      16
  • 1

    Craig J

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

    onkeldunkel

    Established Member From Denmark
    • Messages
      56
    • Reaction score
      21
    • Points
      13
  • 1

    JimmyTwotimes

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

    Everest

    Prominent Member From UK
    • Messages
      801
    • Reaction score
      944
    • Points
      292
  • 1

    AlfC

    Standard Member From Penicuik
    • Messages
      36
    • Reaction score
      28
    • 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
      45
    • Reaction score
      57
    • Points
      21
  • 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
      382
    • Reaction score
      383
    • Points
      148
  • 1

    mikgle

    Established Member 70 From mid devon
    • Messages
      108
    • Reaction score
      87
    • Points
      33
  • 1

    LittlePluggers

    Established Member From Colchester
    • Messages
      72
    • Reaction score
      92
    • Points
      34
  • Back
    Top Bottom