Saturday, 23 March 2013

Why is TCP slower than UDP (choose two)?

  1. TCP has a higher overhead, because it sends packets used for sequencing, acknowledgement and error correction.
  2. UDP can be used over fibre-optic media but TCP cannot.
  3. TCP is an older protocol that is inherently slow.
  4. UDP does not have to wait for acknowledgments or hold data in memory until an acknowledgement arrives.

    Answer is here

No comments:

Post a Comment