What do the terms domain, subdomain, path, links, url mean?

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 abbreviation “URL” stands for “Uniform Resource Locator”. A URL consists of various parts, which we describe below using the URL http://www.youtube.com/watch?v=QhcwLyyEjOA:

The structure and components of this URL:
  1. 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.
  2. Host or Hostname: www.youtube.com
  3. Subdomain (part of the host): www. (or the "live." in "live.invitario.com")
  4. Domain Name (part of the host): youtube.com
  5. Top-Level Domain (part of the host): .com (also referred to as "TLD")
  6. Path: /watch
    A path typically points to a file or directory on the web server (e.g., “/folder/file.html”)
  7. Parameter and value: v (parameter), QhcwLyyEjOA (parameter value)
    Parameters are initialized with a “?” within the URL.


    • Related Articles

    • How can file attachments be sent in e-mailings?

      Attachments can only be integrated as download links in mailings. To do this, upload the files to the > File Manager. They will then be available for selection in the emails in the "Macro - File" dropdown.
    • What is the start page of an event and what is the difference to the login page?

      The Homepage of an Event This is the first page that guests see when the event URL is entered into the browser's address bar and accessed. To define a homepage, open the menu > Website and click on the homepage icon ("house") in the desired row. ...
    • Using macros in mailings

      Macros in mailings You can use macros to insert basic guest data, personalised salutations, links to pages, dynamic contents, images, files and personalised PDFs into mailings. The macro commands are located in the bottom row of the Mailing Editor. ...
    • Optimizing deliverability of mailings and avoiding spam

      Optimizing Deliverability and Avoiding Spam If you are using one or more custom sender email addresses for your Invitario account, you can significantly optimize the delivery and deliverability of your mailings through some simple technical measures. ...
    • How the event website works

      The Event Website The event website consists of individual pages that can be managed in the > Website menu. A distinction is made between "system pages" and individually created pages. By default, the "Registration" page is the event's homepage, ...