Multiple choice technology

Which one of the following is true regarding TCP and UDP ?

  1. TCP provides virtual circuits and UDP does not

  2. UDP provides virtual circuits and TCP does not

  3. Both will not provide virtual circuits

  4. Both will provide

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

TCP is connection-oriented and establishes virtual circuits through three-way handshaking, ensuring reliable delivery. UDP is connectionless and sends datagrams without establishing virtual circuits, prioritizing speed over reliability. Options B, C, and D incorrectly state that UDP provides virtual circuits or that neither protocol uses them.