What Is A Browser?
Understand the Browser as the Client the User works through.
Guess-only version: the screen looks like magic
- browser
- client
- user
- website
- request
The browser is the client. It represents the user, sends requests, receives responses, displays pages, and helps websites remember users with cookies.
The User clicks, types, searches, and submits information through the Browser.
User
|
+-- Browser
|
+-- Request to Server
The Browser asks the Server for pages, information, files, or actions.
Browser asks
Server works
Browser displays
The Server sends code and data back. The Browser formats it and shows the answer.
Server response
|
+-- Browser formats
+-- Browser displays
Each request is separate. Cookies and session IDs help connect one request to the next.
Request 1
Request 2
Request 3
Cookies help connect them.
The Browser is the Client.
The User uses the Browser to ask questions, click links, fill in forms, and send requests.
The Server does the work and sends a response back.
The Browser formats the response, displays the answer, and gives the User places to ask again.
The person asking for something.
The Client that represents the User.
The machine that does the work.
A small browser-stored value that helps connect requests.
Each card explains one browser job. The whole card opens the lecture.
Understand the Browser as the Client the User works through.
Learn how the Browser acts on behalf of the User.
See what starts when a User types a location or clicks a link.
Follow the Browser as it sends a request to the Server.
Understand what comes back after the Server does the work.
Learn how the Browser turns the response into something the User can read.
See how links create new requests and move the User through a website.
Learn how the Browser sends User-entered information to the Server.
Understand how cookies help websites connect one request to the next.
Understand stateless requests and why memory needs help.
The goal is not to memorize every technical detail. The goal is to understand that the User asks through the Browser, the Server does the work, and the Browser displays the answer and helps the User ask again.
This lesson is being prepared in your language.