Middle+
HTTP is a protocol of which OSI model layer? What is underneath it?
sobes.tech AI
Answer from AI
HTTP is an application layer protocol of the OSI model. It operates over the transport layer, usually using TCP (Transmission Control Protocol) for reliable data transfer.
Below HTTP is the transport layer (TCP), which ensures connection establishment, data transfer, and integrity control between the client and server.