What is the main difference between TCP and UDP?
- A TCP is connection-oriented and reliable; UDP is connectionless with no delivery guarantee
- B UDP is reliable
- C TCP is faster in all cases
- D They are identical
Answer
TCP is connection-oriented and reliable; UDP is connectionless with no delivery guarantee
TCP suits web, email and file transfer. UDP suits voice, video and DNS where timeliness matters more than completeness.





