Results 1 to 4 of 4

Thread: UDP and TCP protocols

  1. #1
    Join Date
    Jul 2009
    Posts
    127

    UDP and TCP protocols

    Hi,
    I have always jumble this words. What is UDP ? is it any protocol? what are difference between UDP and TCP protocols?

  2. #2
    Join Date
    May 2008
    Posts
    3,516

    Diffrence between UDP and TCP protocols

    UDP (User Datagram Protocol) is protocols of the Internet Protocol Suite.The message sent by the network computer called Datagram. UDP is faster and more efficient, for applications which is no need guaranteed delivery.It is useful for servers that answer small queries from huge numbers of clients.UDP supports packet broadcast and multicasting.
    TCP stands for Transmission Control Protocol.It is often referred to as TCP/IP due to the importance of this protocol in the Internet Protocol Suite.CP operates at a higher level, concerned only with the two end systems.TCP provides reliable, sequential delivery of a stream of data from one program on one computer to another program on another computer.TCP controls message size, the rate at which messages are exchanged, and network traffic congestion.
    Last edited by Spyrus; 06-10-2009 at 12:29 PM.

  3. #3
    Join Date
    May 2008
    Posts
    3,516

    what is UDP and TCP protocols

    TCP and UDP is types of internet protocol and both are having very different uses.UDP(User Datagram Protocol) is simpler message-based connectionless protocol.With UDP you send messages across the network. It's Unreliable, whenever you send a message you don't know if it'll get there, it could get lost on the way. There no guaranteed delivery.
    TCP(Transmission Control Protocol) is connection-oriented protocol, a connection can be made from client to server, and from then on any data can be sent along that connection. It's reliable , when you send message you know it will get there unless the connection fails completely. If it gets lost along the way, the server will re-request the lost part. it deliver the message in ordered manner.

  4. #4
    Join Date
    Jan 2006
    Posts
    4,221

    UDP /TCP protocols

    TCP stand fpr Transmission Control Protocol.UDP stands User Datagram Protocol.
    It's one of the core protocols of the Internet protocol suite. Both TCP and UDP work at transport layer.TCP is connection-oriented protocol where as UDP is connectionless protocol. TCP is reliable then UDP. The message send on tcp it get in ordered, while on UDP it not in ordered. so in every manner TCP is more secured and more reliable then UDP

Similar Threads

  1. VPN and IPSEC protocols
    By Murgatroyd in forum Networking & Security
    Replies: 6
    Last Post: 20-11-2010, 06:02 AM
  2. Information about the VPN protocols
    By Induhasan in forum Networking & Security
    Replies: 4
    Last Post: 20-11-2010, 05:24 AM
  3. What Protocols are Supported by PHP?
    By Vandam in forum Software Development
    Replies: 5
    Last Post: 28-02-2010, 04:51 AM
  4. What are the description of sub protocols
    By Raulf in forum Networking & Security
    Replies: 5
    Last Post: 15-02-2010, 08:17 AM
  5. URL protocols
    By Ximen in forum Networking & Security
    Replies: 1
    Last Post: 05-01-2009, 07:30 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,513,056.67245 seconds with 17 queries