servers Flashcards
What is a client?
In computing, a client is a piece of computer hardware or software that accesses a service made available by a server as part of the client–server model of computer networks. a client consumes another servers services(data)
What is a server?
a place to store data that you give request and it will bring you something in response
Which HTTP method does a browser issue to a web server when you visit a URL?
GET
What three things are on the start-line of an HTTP request message?
htpp method, request target, and http version
What three things are on the start-line of an HTTP response message?
protocol version,response code,text related to response code
What are HTTP headers?
let the client and the server pass additional information with an HTTP request or response.
Where would you go if you wanted to learn more about a specific HTTP Header?
MDN
Is a body required for a valid HTTP request or response message?
no the body is optional