What do the terms domain, subdomain, path, links, url mean?
In this article, you will find a brief guide through the terminology jungle of URLs, domains, subdomains, hosts, etc.
From a technical perspective, a URL is the entire path to a so-called "directory" or "file" on a web server. As a user, you usually only need to enter the hostname in the browser's address bar to reach the desired destination. Upon reaching the destination, the entire URL is displayed in the address bar.
But what exactly is a URL and how is it structured?
The structure and components of this URL:- Protocol: The protocol used, in this case: HTTP (Hypertext Transfer Protocol). The most common protocol nowadays is HTTPS, but there are also others like FTP, etc.
- Host or Hostname: www.youtube.com
- Subdomain (part of the host): www. (or the "live." in "live.invitario.com")
- Domain Name (part of the host): youtube.com
- Top-Level Domain (part of the host): .com (also referred to as "TLD")
- Path: /watch
A path typically points to a file or directory on the web server (e.g., “/folder/file.html”) - Parameter and value: v (parameter), QhcwLyyEjOA (parameter value)
Parameters are initialized with a “?” within the URL.