Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 454 Bytes

internet.md

File metadata and controls

17 lines (15 loc) · 454 Bytes

Internet

  • What are these protocols / methods of web communication?
    • HTTP
      • HTTP2
      • HTTPS
    • TCP
    • IP
    • UDP
    • RTC
    • DNS
  • What happens when you type in a web address (aka http://www.google.com)?
    • How does the browser know what "google.com" is? How does it find the IP (hint, there are multiple possible options here)
    • What request gets sent first?
  • What makes up an HTTP web request?
    • What is the purpose of headers?