What is a client?
Anything that can send a request to a server: The browser, The Terminal, phone
What is a server?
Anything that gives data to a client: The Internet
Which HTTP method does a browser issue to a web server when you visit a URL?
GET
What are the formats of HTTP Requests and Responses?
Headers [describe request],
Empty Line, Body [information to send or receive]