Podcast
Questions and Answers
What is the standard port number for HTTP?
What is the standard port number for HTTP?
- 8080
- 443
- 20
- 80 (correct)
What does it mean for HTTP to be a stateless protocol?
What does it mean for HTTP to be a stateless protocol?
- The protocol requires continuous communication between client and server.
- The server does not retain client information between requests. (correct)
- The client must keep track of server responses.
- The server remembers client details between requests.
Which field in the HTTP request header specifies the media type(s) acceptable for the response?
Which field in the HTTP request header specifies the media type(s) acceptable for the response?
- Keep-Alive
- User-Agent
- Accept (correct)
- Host
Why is 'Mozilla/5.0' used in the 'User-Agent' header of an HTTP request?
Why is 'Mozilla/5.0' used in the 'User-Agent' header of an HTTP request?
What is the purpose of the 'Keep-Alive' field in an HTTP request?
What is the purpose of the 'Keep-Alive' field in an HTTP request?
If a user agent wants to receive gzipped content, which field in the request header would it use?
If a user agent wants to receive gzipped content, which field in the request header would it use?
What does the 'Host' field in an HTTP request header specify?
What does the 'Host' field in an HTTP request header specify?
What is included in an HTTP Request after Request Headers?
What is included in an HTTP Request after Request Headers?
Flashcards are hidden until you start studying