Results 1 to 5 of 5
How do Http requests and responses go from a client to the server?
IS a TCP Connect Tunnel always formed or is there some different mode ?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-14-2010 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 4
Do HTTP requests always go by TCP Connect Tunnel?
How do Http requests and responses go from a client to the server?
IS a TCP Connect Tunnel always formed or is there some different mode ?
- 08-14-2010 #2
HTTP is independent of the underlying transport mechanism.
Theoretically it can be used with any means of communication that transport text.Debian GNU/Linux -- You know you want it.
- 08-14-2010 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 4
then what transport layer protocol does a browser use by default
- 08-14-2010 #4
A stream socket.

(Which then uses TCP in nearly every case.)Debian GNU/Linux -- You know you want it.
- 08-16-2010 #5


Reply With Quote

