PDA

View Full Version : What are the 5 parts of a URL?



warrantyau
03-11-2020, 02:17 AM
What are the 5 parts of a URL?

ritesh3592
03-11-2020, 02:19 AM
A URL consists of five parts -the scheme, subdomain, top-level domain, second-level domain, and subdirectory.

Saravanan28
03-11-2020, 04:29 AM
A URL usually consists of the following components: Protocol, domain, path (or pathname), hash and query string.

GeethaN
03-11-2020, 06:00 AM
The first part of the URL is called a protocol identifier and it indicates what protocol to use, and the second part is called a resource name and it specifies the IP address or the domain name where the resource is located.

iastitlesearch
03-11-2020, 06:19 AM
Protocol
Domain
Path
Query String
Fragment

jayam
03-11-2020, 07:44 AM
A URL consists of five parts -- the scheme, subdomain, top-level domain, second-level domain, and subdirectory.

amarathomas
03-21-2020, 01:10 AM
1. the scheme
2. subdomain
3. a top-level domain
4. second-level domain
5. subdirectory.

dombowkett
03-22-2020, 08:37 PM
Yes, each URL build with 5 components, which makes it complete. Domain, path, string...

shimar456
09-23-2020, 03:02 AM
A scheme. The scheme identifies the protocol to be used to access the resource on the Internet. ...
A host. The host name identifies the host that holds the resource. ...
A path. ...
A query string.