About 13,300,000 results
Open links in new tab
  1. Socket in Computer Network - GeeksforGeeks

    Jul 12, 2025 · A socket is one endpoint of a two way communication link between two programs running on the network. The socket mechanism provides a means of inter-process …

  2. Network socket - Wikipedia

    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.

  3. What is a Socket? - JumpCloud

    May 21, 2025 · A socket serves as an endpoint for two-way communication between programs running over a network. Technically, a socket binds an IP address and a port number to a …

  4. What are Sockets? And what are Sockets for? - Medium

    Aug 22, 2024 · Sockets are pivotal in network communication, acting as endpoints for sending and receiving data between programs running on different devices. They form the backbone of …

  5. Understanding Sockets: The Backbone of Network Communication

    Apr 9, 2025 · A socket is an endpoint for sending or receiving data across a computer network. Think of it as a two-way communication pipe connecting two programs—one running on your …

  6. What is a Socket? Types, Protocols & Functions | Twingate

    Learn about the crucial role sockets play in network communication, the different types and protocols, key functions, and best practices for socket security.

  7. Socket in Computer Network - Online Tutorials Library

    A network socket is a software component within a computer network node that acts as an endpoint for delivering and receiving data. An application programming interface (API) for the …

  8. What Is a Network Socket? - Computer Hope

    Sep 25, 2024 · What Is a Network Socket? A network socket is the endpoint of communications between processes on a computer network such as the Internet. It is uniquely identified by an …

  9. socket in The Network Encyclopedia

    What is Socket? A logical endpoint for communication between two hosts on a TCP/IP network. A socket is also an application programming interface (API) for establishing, maintaining, and …

  10. What are network sockets? - btw.media

    Dec 10, 2024 · A network socket is a software endpoint that enables communication between two devices or applications over a network. It uses an IP address and a port number to establish a …