HTTP, TCP, UDP and connectionless

Posted by user132199 on Server Fault See other posts from Server Fault or by user132199
Published on 2012-09-16T19:59:05Z Indexed on 2012/09/16 21:40 UTC
Read the original article Hit count: 206

Filed under:
|
|
|

I am a bit confused with HTTP lately. Some facts are that TCP can operate connection orientated or connectionless this I understand. TCP though is connection-oriented while UDP is connectionless which is used when the message itself can be fit into a single message.

Question:

If HTTP uses TCP, and TCP provides reliable conjnections for multiple message excahnge, and HTTP is said to be connectionless then how is this possible?

TCP is connection-oriented? So how is HTTP connectionless????

© Server Fault or respective owner

Related posts about http

Related posts about tcp