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 ]