191k views
5 votes
which of the following is not a component of URL; a. web protocol b. name of browser c. name of web server d. name of the file with the directory​

User Fresa
by
6.9k points

1 Answer

6 votes

The component of URL that is not listed correctly is b. name of browser. The components of a URL (Uniform Resource Locator) are:

a. Web protocol: specifies the protocol used to access the resource, such as HTTP or HTTPS.

b. Domain name or IP address of the web server: identifies the location of the server hosting the resource.

c. Path to the resource: specifies the location of the specific resource on the server, including the name of the file and any directories or subdirectories.

d. Query parameters (optional): additional information that is sent to the server to help retrieve or filter the resource.

The name of the browser is not a component of the URL itself, but rather a software application that is used to access the URL.

User Doctor Jones
by
7.4k points