Domain name
A hierarchical DNS name such as example.com.
example.com
Web addresses
A domain name identifies a place in the DNS hierarchy. A URL is a complete resource address that can include a scheme, host, port, path, query and fragment.
Live availability across hundreds of extensions. Free, no signup.
The core concept
The host sits between the scheme and the path. It may contain a registered domain plus a subdomain.
Only the host is resolved through DNS. The web server receives the path and query; the fragment is normally handled by the client.
A hierarchical DNS name such as example.com.
example.com
The URL component naming the network destination.
shop.example.com
The scheme, host and port used for browser security boundaries.
https://example.com:443
The complete parsed address for a resource.
https://example.com/about
Different URL components guide different stages of the request.
The browser determines the protocol and destination name.
DNS is used when the host is a domain name rather than a literal IP address.
The browser connects, establishes HTTPS where applicable and sends the path and query.
After the resource loads, the fragment can identify a section or client-side state.
The distinction matters when configuring DNS, redirects, analytics and canonical links.
| Question | Domain name | URL |
|---|---|---|
| What is it? | A name in DNS | A complete resource address |
| What do you register? | The registrable domain | Nothing; URLs are created under your services |
| Can it include a path? | No | Yes |
| Can it include query parameters? | No | Yes |
| Example | example.com | https://example.com/search?q=name |
No. It is the URL scheme. It tells the client to use HTTPS when accessing the host.
www is a label commonly used in a host such as www.example.com. The full string becomes part of a URL when combined with a scheme and optional path.
Yes. A site can create effectively unlimited paths, queries and fragments under the same host.
No. Paths are controlled by the website or application. Changing them does not change who holds the domain, though redirects may be needed.
Keep learning
Next step
Check whether the domain at the centre of your planned web address is available.