Request/response Flashcards
1
Q
What is HTTP?
A
Hypertext transfer protocol. It’s the protocol web servers and browsers use to communicate
2
Q
What is HTML?
A
Hypertext markup language - Language used to design web pages
3
Q
What is an HTTP request?
A
When the user requests a page, the program/browser sends a request to the server.
4
Q
What is an HTTP response?
A
After a request is received, it retrieves the information and sends it back to the browser.
5
Q
The process of an HTTP request cycle
A
- Client sends request to the server
- Server receives the request
- Server processes the request
- Server returns an HTTP response
- Client receives response