Key Ideas
1Client. The browser — sends requests, renders responses.
2Server. A computer that listens for requests and sends back responses.
3DNS. Translates a domain name (bitwithbite.com) into an IP address.
4HTTP. The protocol defining how requests and responses are formatted.
5Status codes. 200 OK, 301 Redirect, 404 Not Found, 500 Server Error.