Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Why does HTTP run on top of TCP rather than on UDP?
TCP is always faster than UDP, making it the preferred choice for HTTP.
HTTP requires encryption, and only TCP supports encryption protocols like TLS.
The Web application associated with HTTP requires that all application data be receivedin the correct order and without gaps. TCP provides this service whereas UDP does not.
The Web application associated with HTTP requires that all application data be received
in the correct order and without gaps. TCP provides this service whereas UDP does not.
UDP does not support communication between a client and a server, whereas TCP does.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!