0% found this document useful (0 votes)
13 views1 page

HTTP Connection Example Explained

The document describes the steps involved when a user enters a URL in their browser to make an HTTP request. 1) The HTTP client initiates a TCP connection to the HTTP server at the requested host and default port 80. 2) The client sends an HTTP request message containing the URL through the open TCP connection socket. 3) The server receives the request, retrieves the requested object, and sends an HTTP response message with the object back through the socket.

Uploaded by

iwc2008007
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

HTTP Connection Example Explained

The document describes the steps involved when a user enters a URL in their browser to make an HTTP request. 1) The HTTP client initiates a TCP connection to the HTTP server at the requested host and default port 80. 2) The client sends an HTTP request message containing the URL through the open TCP connection socket. 3) The server receives the request, retrieves the requested object, and sends an HTTP response message with the object back through the socket.

Uploaded by

iwc2008007
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Web technology

HTTP - example
Suppose user enters URL [Link]/[Link]
1a. http client initiates TCP connection to
http server (process) at [Link].
Port 80 is the default for http server
1b. http server at host [Link]
waiting for TCP connection at port 80
accepts connection, notifying client
2. http client sends http request message
(containing URL) into TCP connection
socket

time

| U. K. Roy |

3. http server receives request message,


forms response message containing
requested object ([Link]), sends
message into socket
[ 10/22/08 ]

You might also like