protocol
domain
resource
"Hi Wikipedia, I'd like you to send me the Informatics page!"
two
t
(how to handle info)
(who has info)
(what info you want)
Web Server
Response
Request
+
=
en.wikipedia.org?
198.35.26.96
"wiki/Informatics"?
<!DOCTYPE html><html><head>...
<html> <head> <title>My Fancy Title</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> <script src="script.js"></script> </head> <body> <h1>Hello world!</h1> </body> </html>