About 395,000 results
Open links in new tab
  1. Difference between TCP and UDP? - Stack Overflow

    What is the difference between TCP and UDP? I know that TCP is used in the case of non-time critical applications, and UDP is used for games or applications that require fast transmission of data.

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

    Jul 12, 2016 · Last, as udp and tcp are different protocols, they require different settings in firewalls to allow passing through to the server if the server is behind a firewall. Also you can't send data from a …

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

    Jun 5, 2013 · Closed 7 years ago. 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: …

  4. network programming - What is the difference between UDP and TCP ...

    Feb 3, 2011 · TCP is a reliable, connected stream protocol. Its view of data is that of a bidirectional stream of bytes between hosts: whatever bytes you send will arrive at the other end in the same …

  5. how to differentiate tcp/udp when programming sockets

    Apr 6, 2015 · The difference between UDP and TCP sockets is rather big, but the differences translate across programming languages. Some information on sockets on the Python Wiki: UDP …

  6. udp - Can I use broadcast or multicast for TCP? - Stack Overflow

    UDP is not Reliable. This is a major difference between TCP and UDP. So here is the Deal, there is UDP and R-UDP. R-UDP is a Different RFC (see link at bottom) then UDP. That RFC is IETF …

  7. UDP vs TCP, how much faster is it? - Stack Overflow

    For general protocol message exchange, which can tolerate some packet loss. How much more efficient is UDP over TCP?

  8. HTTP vs TCP/IP, send data to a web server - Stack Overflow

    In Short: TCP is a transport-layer protocol, and HTTP is an application-layer protocol that runs over TCP. Detail:To understand the difference (and a lot of other networking topics), you need to …

  9. Difference between PACKETS and FRAMES - Stack Overflow

    Jul 16, 2015 · Packets and Frames are the names given to Protocol data units (PDUs) at different network layers Segments / Datagrams are units of data in the Transport Layer. In the case of the …

  10. with SIP, when to use TCP not UDP? - Stack Overflow

    Mar 26, 2013 · 17 SIP over TCP has a significant advantage over UDP for mobile devices. The reason is due to the use of NAT, and how NAT table entries in a wireless router or a cell providers' router are …