Questions
Now, it's time to check your knowledge. Select the best response to the following questions and then check your answers, which can be found in the Assessment appendix:
- The two main HTTP request methods are
GET
and _____.PUT
DELETE
POST
STATE
- _____ is one of the most popular open source web server applications in use today, as it has a full library of modules and can power even the largest sites.
- Cloudflare
- Microsoft IIS
- LiteSpeed
- Apache
- HTTP version _____ reduces latency and improves efficiency by compressing headers to reduce overhead, multiplexes requests and responses, and proactively pushes content to the client.
- 1.0
- 1.1
- 1.2
- 2.0
- When transferring data from a web server, a persistent connection keeps the session alive until all objects are retrieved. This type of connection is also referred to as an HTTP _____.
- Flare state
- Parallel connection
- Keep-alive
- Cookie state
- In the HTTP header, you see the value
3600
listed in theCache-Control
field. This means...