URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       ifaq
  HTML https://ifaq.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Networking related questions
       *****************************************************
       #Post#: 32--------------------------------------------------
       Can I use UDP and still get all advantages of TCP?
       By: avinash.srin Date: July 4, 2012, 3:01 am
       ---------------------------------------------------------
       That depends on the protocols used. TCP provides reliability,
       but if TCP is not used, higher-level protocols can include the
       reliability instead. That is to say, if a packet is not
       received, the higher-level protocol will take the responsibility
       of sending (or requesting) the packet again.
       For example, TFTP (Trivial File Transfer Protocol) uses UDP, and
       automatically resends a packet when an acknowledgement is not
       received after a certain time.
       *****************************************************