Which of the following statements are correct?
1. A URL represents the server a client wants to make a request to
2. A URL helps identify the resource a client wants to make a request to
3. URLs help find the fastest route on the network
4. None of the above
Answers
Answer:
1. A URL represents the server a client wants to make a request.
Explanation:
Uniform Resource Locator is an acronym for URL. The address of a certain unique resource on the Web is all that a URL is. Each legitimate URL should go to a different site, in principle. An HTML page, a CSS file, a picture, etc. are examples of such resources. There are certain exceptions in reality, the most frequent of which is a URL connecting to a site that is either gone or has relocated. It is the responsibility of the web server's owner to properly manage the resource that the URL represents as well as the URL itself because both are handled by the web server.
To know more about HTML, click on the link below:
https://brainly.in/question/2500440
To know more about the web server, click on the link below:
https://brainly.in/question/2952337
#SPJ6