About 13,200,000 results
Open links in new tab
  1. What is the difference between a port and a socket?

    Sep 30, 2008 · Sockets have been in widespread use since the early 1980s. A port represents an endpoint or "channel" for network communications. Port numbers allow different applications …

  2. Any difference between socket connection and tcp connection?

    Are these 2 concepts refer to the same thing? Do they have difference? In my opinion, they are different, and socket connection is based on tcp connection. A socket contains an IP address …

  3. Difference between socket and websocket? - Stack Overflow

    I'm building web app that needs to communicate with another application using socket connections. This is new territory for me, so want to be sure that sockets are different than …

  4. How to find a list of sockets held by a process in windows?

    Jan 17, 2012 · 37 I have a .Net application that maintains a socket pool to reuse them. It is suspected that it might be holding too many of those sockets without releasing them. Is there a …

  5. sockets - Is there a limit on number of tcp/ip connections between ...

    There is a limit, yes. See ulimit. In addition, you need to consider the TIME_WAIT state. Once a TCP socket is closed (by default) the port remains occupied in TIME_WAIT status for 2 …

  6. sockets - What does "connection reset by peer" mean? - Stack …

    Sep 16, 2009 · What is the meaning of the "connection reset by peer" error on a TCP connection? Is it a fatal error or just a notification or related to the network failure?

  7. linux - IPC performance: Named Pipe vs Socket - Stack Overflow

    Unix domain sockets will do pretty much what tcp sockets will, but only on the local machine and with (perhaps a bit) lower overhead. If a Unix socket isn't fast enough and you're transferring a …

  8. Difference between a TCP Socket and a Connected UDP Socket

    Jul 12, 2016 · Why bother with different sockets if the transmission is connectionless? Remember, independently of their respective socket identifier formats, both TCP and UDP datagrams …

  9. sockets - What's the difference between streams and datagrams in ...

    Jan 14, 2011 · What's the difference between sockets (stream) and sockets (datagrams)? Why use one over the other?

  10. sockets - C# An established connection was aborted by the …

    Jan 18, 2015 · System.Net.Sockets.SocketException (0x80004005): An established connection was aborted by the software in your host machine at …