previous |
start |
next
Browser Steps
- From the http: prefix to the URL, the browser decides that the
protocol you want to use is HTTP
- HTTP uses port 80 by default
- The browser establishes a TCP/IP connection to port 80 at the
Internet address determined above
- The browser deduces from the /index.html that you want to see
the file /index.html
- It sends this request formatted as an HTTP command through the
established connection
GET /index.html HTTP/1.0
a blank line
previous |
start |
next