1. Which protocol is the foundation for data communication on the web?
2. Which of these is NOT a typical content type included in an HTTP response body?
3. What action does the PUT HTTP method perform?
4. Which HTTP status code indicates a resource was not found?
5. What role does a web browser primarily play in web architecture?
6. In HTTP communication, what components are contained in an HTTP response?
7. What is an example of the correct sequence in the operations of a web browser when accessing a website?
8. What does the client–server model help improve?
9. What kind of web resources do web servers store?
10. What does HTTP stand for?
11. Which of the following is a security feature managed by web browsers?
12. How does HTTP communication improve maintainability on the web?
13. What is the correct order of components a web browser uses when rendering a web page?
14. How does a web server process incoming requests?
15. Which operation happens immediately after the server queries the database during a login process?
16. Which of the following best describes the function of a web server?
17. Which of the following is NOT part of the client-server model?
18. In a client-server architecture, what is the main responsibility of the server?
19. Why is client-server architecture advantageous for web platforms?
20. Which HTTP method should be used to send data to a server, such as submitting a login form?
21. Why is HTTP described as a text-based protocol?
22. When submitting a login form on a website, which HTTP method is commonly used?
23. Which part of an HTTP request specifies the type of action to be performed?
24. Before sending an HTTP request, what does the browser do to resolve the domain name?
25. How does HTTP run in the network stack?
26. What action is performed by the HTTP POST method that distinguishes it from GET?
27. What is the primary function of headers in an HTTP request?
28. What characteristic of HTTP makes each request independent of previous requests?
29. How does HTTPS differ from HTTP?
30. Which of these is an example of a web browser?
31. Which HTTP method is used to retrieve data from a server?
32. What kind of HTTP status code indicates successful processing of a request?
33. What is the sequence in the operations of web browsers when accessing a URL?
34. Which of the following is NOT a role of web browsers?
35. What is the role of HTTP headers in requests or responses?
36. After a browser sends the login POST request, what is the server’s next step?
37. What is the purpose of the HTTP DELETE method?
38. What is an example of client-server architecture in real life?
39. Which HTTP method would typically be used to update existing information on a server?
40. Which of the following best defines "client-server architecture"?
41. What is the modern, secure variant of HTTP called?
42. What is the main reason to use HTTPS over HTTP?
43. Which layer of the network model does HTTP primarily operate over?
44. Which of the following best describes the primary role of a web browser?
45. Which part of an HTTP response typically contains the status code like 200 or 404?
46. Which of the following is a characteristic of HTTP?
47. Which example best illustrates a full web communication flow?
48. Which of the following is NOT an operation of a web server?
49. What does the client–server architecture model structure in web communication?
50. What does it mean that HTTP is a "stateless" protocol?