Junior — Middle
Which transport protocol does HTTPS use: TCP or UDP?
sobes.tech AI
Answer from AI
HTTPS uses the transport protocol TCP (Transmission Control Protocol). TCP provides reliable, ordered, and verified delivery of data between the client and server, which is critical for secure HTTPS connections. UDP (User Datagram Protocol) does not guarantee delivery and order of packets, so it is not suitable for HTTPS.