23 August 2021

Quiz It's in canvas.

Reading wd0.pdf (you can get this on Canvas) Read §§ 0-3

The Layers of a Web Page

There are three.

The User Experience, Explained

ISP: this is your internet service provider. Google Fiber, Spectrum, etc. This is your internet onramp. Your router connects your computer to this.

You then type a URL, which specifies a location on Internet, into the address/search bar in your browser.

Here are two examples

An abslolute URL starts with a protocol Here are some examples.

You type this into your browser and you make an http request of a server. A server is a computer that can serve up web pages (aka a host). You are asking for these things which download into your browser's memory.

The browser formats that copy and displays it in its content pane. Any JS changes the copy on your machine.

The client is you.

Most web servers are Linux, and in this system users own files. If you work on a sever therre is user named apache or nginx. These users are virtual (non-human) users. The web server copies your files, and serves them on the web. If you work on a server, you must grant permission so the web server can read your files to serve them up.

The Internet is Mike TV

Mike TV is split up into a zillion little pieces and sent through the air. Watching the second video, you will see a similar thing happens to a web page.