Junior — Middle
What protocol is used for data transfer in HTTP requests?
sobes.tech AI
Answer from AI
TCP (Transmission Control Protocol) is used for data transmission in HTTP requests over IP. HTTP itself is an application protocol that operates over the transport protocol TCP.
TCP provides reliable, ordered, and verified data transfer between the client and server, which is necessary for the correct operation of HTTP requests and responses.