U1Ch2L13_HTTP&AbstractionOnTheInternet
Purpose: Students will get a basic understanding of what HTTP is.
Vocabulary: HTTP, Abstraction, Server, Client, TCP, URL,

Example: When you type an address into your browser, your computer is the client and it sends the request to the DNS server.
!The important takeaway here is to understand that the system was constructed with layers of Abstraction where each layer only needs to concern itself with its specific job, and then hands it off to another layer.

Activity:  The Internet System – From Request to Response: Drawing & Explanation

HTTP:
Question: Where have you seen HTTP?
HTTP (HyperText Transfer Protocol) – It is the language/protocol that one computer uses to ask another computer to transmit a document (web page) over the Internet.

Video: https://www.youtube.com/watch?v=kBXQZMmiA4s&feature=youtu.be

Activity: Watch HTTP Traffic on Your Computer.
Open A Web Page in Explorer or Chrome: Tools/Developer Tools – Watch the Internet Traffic.
I used Chrome, select the 3dots to access Developer Tools/Network tab. I then went to Ford.com and Apple.
You will use your browser’s developer tools to discover what kind of HTTP traffic is associated with visiting different types of websites. You and your partner are going to look at least 5 different types of websites:

For each type of website Above, Poke Around!

?Time Remaining? -> Take the online quiz at the end of U1Ch2L13