About 68,300 results
Open links in new tab
  1. Socket Fiber Internet Provider

    We're your local Missouri provider for fiber internet service and home phone. Based in Columbia, we've been serving Missouri homes & businesses since 1994.

  2. Socket in Computer Network - GeeksforGeeks

    Jul 12, 2025 · Stream Socket In Computer operating system, a stream socket is type of interprocess communications socket or network socket which provides a connection-oriented, sequenced, and …

  3. Network socket - Wikipedia

    Network 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 …

  4. Socket - Block zero-day supply chain attacks

    Socket fights vulnerabilities and provides visibility, defense-in-depth, and proactive supply chain protection for JavaScript, Python, and Go dependen...

  5. Socket.IO

    Jul 25, 2024 · Socket.IO Bidirectional and low-latency communication for every platform

  6. Residential Internet - Socket Fiber

    Socket Fiber Internet service offers a rock-solid, reliable service that keeps you connected, rain or shine. FUTURE-PROOF Fiber technology is the gold standard in internet connectivity, and Socket is here …

  7. What is a socket? - IBM

    A socket can be thought of as an endpoint in a two-way communication channel. Socket routines create the communication channel, and the channel is used to send data between application programs …

  8. socket (2) - Linux manual page - man7.org

    A stream socket must be in a connected state before any data may be sent or received on it. A connection to another socket is created with a connect (2) call. Once connected, data may be …

  9. socket — Low-level networking interface — Python 3.14.6 …

    Socket families ¶ Depending on the system and the build options, various socket families are supported by this module. The address format required by a particular socket object is automatically selected …

  10. Python socket Module - W3Schools

    The socket module provides low-level networking interface for creating network connections. Use it to create TCP/UDP clients and servers, establish network connections, or work with raw network …