Part One

What is HTTP?

What is a URL?

What is DNS?

What is a query string?

List 2 HTTP Verbs:

What is a HTTP request?

What is a HTTP respone?

What is a HTTP header:

What happens when you visit a website?

Part Two

  1. Check out the pirate jokes: curl https://icanhazdadjoke.com/search?term=pirate
  2. dig icanhazdadjoke.com
  3. Simple web page served in python3 -m http.server. <h1> Hello World </h1>