What is the main difference between TCP and UDP?
Q1. What is the main difference between TCP and UDP?
Answer: TCP guarantees delivery, UDP does not
Explanation: TCP is a connection-oriented protocol that guarantees delivery, whereas UDP is connectionless and does not guarantee delivery.