Ask Experts Questions for FREE Help !
Ask
    desmon1's Avatar
    desmon1 Posts: 10, Reputation: 1
    New Member
     
    #1

    Oct 21, 2005, 08:25 PM
    TCP UDP protocol
    What is the different between the two above protocol and when and in what (standard) we base to assign the port
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #2

    Oct 21, 2005, 09:03 PM
    Try www.whatis.com. It's a great place for definitions of computer terms.
    fredg's Avatar
    fredg Posts: 4,926, Reputation: 674
    Ultra Member
     
    #3

    Oct 22, 2005, 04:25 AM
    Tcp and udp
    Hi,
    Here is a link explaining the differences between the two:

    http://www.skullbox.net/tcpudp.php
    retsoksirhc's Avatar
    retsoksirhc Posts: 912, Reputation: 71
    Senior Member
     
    #4

    Oct 30, 2005, 07:38 PM
    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.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Help me---ora12560 tns protocol error [ 5 Answers ]

Hi every one am facing some problem regarding oracle 9i I have installed it on my PC with os xp and whenever I log in with 'scott" and "tiger" I get the error ora-12560 tns protocol error can some one please help me regarding this. Also I have tried editing tnsname.ora but I could hardly...


View more questions Search