PAGE 2
- User clicks on a hyperlink, to tell the browser to bring up a new Web page
- (C)Browser
Collects URL information from the HREF field of the "A" (7) Server
"A" tag (not "server" !!!)
- (I)Server
interpets the HTML tags
NO!!!
The "server" does not interpret the tags.
(The browser interprets tags, but that happens MUCH later in the sequence!)
to correctly display a new web page on the web
The page is displayed on an "output device" (such as a monitor). (It is not "displayed on the web!
- (B)Client sends the server's ISP to the User
(This makes no sense, at all!).
- (G) User sends a "response" (containing a copy of the requested resource) to the Client
- (C)server sends a "get" request, via the internet, to the Client
However, it is out of sequence!
- (A)Browser locates and copies the requested file (containing HTML) from its User
- (G)URL extracts the BGCOLOR value from the Server
- (C)DNS translates the domain name into the IP address of the URL
However, it is out of sequence!
- (A)User views the new page on an output device