About 50 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 on the …

  2. What exactly is Socket - Stack Overflow

    9 According to "TCP/IP Sockets in C-Practical Guide for Programmers" by Michael J. Doonahoo & Kenneth L. Calvert (Chptr 1, Section 1.4, Pg 7): A socket is an abstraction through which an …

  3. Differences between TCP sockets and web sockets, one more time

    Jun 5, 2013 · Trying to understand as best as I can the differences between TCP socket and websocket, I've already found a lot of useful information within these questions: fundamental difference between …

  4. 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?

  5. Socket Programming in C++ - Stack Overflow

    Can anybody provide me some sample example on Client and server connection using sockets in C++. I have gone through some tutorials now i want to implement it. How to start ?

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

    Jan 17, 2012 · It is suspected that it might be holding too many of those sockets without releasing them. Is there a way to find the number of socket handles the application is holding to in Windows?

  7. Why am I getting the error "connection refused" in Python? (Sockets)

    Apr 21, 2013 · Thank you so much. I wasted last 10 hours before I got down to this. I was actually trying to create sockets between Android Phone and Python Server. The funny thing was the connection …

  8. Send and Receive data via UDP in PowerShell - Stack Overflow

    Oct 10, 2010 · Send string "ABCDEFG" to server 10.10.10.1 on port UDP 5000 Receive response from server 10.10.10.1 I am relatively familiar with PowerShell, but this is my first time having to deal with …

  9. sockets - What does "connection reset by peer" mean? - Stack Overflow

    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?

  10. How do I remove a CLOSE_WAIT socket connection - Stack Overflow

    I have written a small program that interacts with a server on a specific port. The program works fine, but: Once the program terminated unexpectedly, and ever since that socket connection is show...