Junior — Middle
What type of protocol is used in HTTP/1.1 for data exchange between the client and the server?
sobes.tech AI
Answer from AI
HTTP/1.1 uses the TCP (Transmission Control Protocol) for data exchange between the client and server. HTTP operates over TCP, providing reliable, connection-oriented data transfer. TCP guarantees the delivery of packets in the correct order and without loss, which is important for the proper functioning of HTTP.