HTTP Messages Flashcards

1
Q

What is a client?

A

A computer or program that sends requests for a service from a server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a server?

A

A computer or program that sends a response

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which HTTP method does a browser issue to a web server when you visit a URL?

A

GET

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the format of an HTTP request message?

A

top-line (HTTP method, target, protocol version), header (optional), blank line, body (optional)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the format of an HTTP response message?

A

top-line(protocol version, status code, status description) , header, blank line, body (response)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly