Request/response Flashcards

1
Q

What is HTTP?

A

Hypertext transfer protocol. It’s the protocol web servers and browsers use to communicate

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

What is HTML?

A

Hypertext markup language - Language used to design web pages

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

What is an HTTP request?

A

When the user requests a page, the program/browser sends a request to the server.

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

What is an HTTP response?

A

After a request is received, it retrieves the information and sends it back to the browser.

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

The process of an HTTP request cycle

A
  1. Client sends request to the server
  2. Server receives the request
  3. Server processes the request
  4. Server returns an HTTP response
  5. Client receives response
How well did you know this?
1
Not at all
2
3
4
5
Perfectly