Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Networking (https://www.askmehelpdesk.com/forumdisplay.php?f=76)
-   -   TCP UDP protocol (https://www.askmehelpdesk.com/showthread.php?t=13978)

  • Oct 21, 2005, 08:25 PM
    desmon1
    TCP UDP protocol
    What is the different between the two above protocol and when and in what (standard) we base to assign the port
  • Oct 21, 2005, 09:03 PM
    ScottGem
    Try www.whatis.com. It's a great place for definitions of computer terms.
  • Oct 22, 2005, 04:25 AM
    fredg
    Tcp and udp
    Hi,
    Here is a link explaining the differences between the two:

    http://www.skullbox.net/tcpudp.php
  • Oct 30, 2005, 07:38 PM
    retsoksirhc
    In a nutshell, TCP is Transfer Control Protocol, in which all the data transfers are strictly controlloed. UDP is Universal Datagram Protocol, where the data is like a telegram. It gets sent, and then it just kind of... goes.

    In TCP, a connection is established with ACK and SYN packets. The connection is then used to transfer data. The data has lots of extra information attached to it, and if there is a problem, one end of the connection can request parts of the data again. It's kind of like a self correcting connection.

    In UDP, which is sometimes referred to as 'connectionless', data is sent to a certain address. I there is an error and some of the data is lost along the way, oh well. UDP is faster because it doesn't take all the extra information, and doesn't require one end to send confirmaion to the other that everything was received okay, but it isn't as reliable.

  • All times are GMT -7. The time now is 03:29 AM.