Uniform Resource Locator
A Uniform Resource Locator (URL) is a standardized string of characters used to uniquely identify and locate resources on the Internet. It is a special form of the Uniform Resource Identifier (URI) and is commonly understood as the “address” of a web page.
An example of a URL is:
https://www.tup.com
This address refers to the home page of this website (of the company TUP Warehouse Management Solutions) and contains several components:
- Protocol:
https
– specifies which transmission protocol is used. These are oftenhttp
orhttps
(Hypertext Transfer Protocol Secure; secure connection). - Domain name:
www.tup.com
– describes the server on which the resource is located.- Subdomain:
www
– stands for “World Wide Web” and usually refers to the main version of the website. - Domain name:
tup
– is the unique name of the website within the top-level domain. - Top-level domain (TLD):
.com
– is one of the best-known generic TLDs and originally stood for “commercial,” but is now used worldwide.
- Subdomain:
- Optionally, a URL can be supplemented by a path, parameters, or anchors. These follow the domain name and refer to specific content or functions on the page, e.g.,
https://www.tup.com/en/logistics-services/software-consulting/
.
Uniform Resource Locators are used to directly access web pages, images, videos, files, and many other types of content on the Internet. They are an integral part of web architecture and make surfing and navigating the Internet possible in the first place.
In today’s digital communication, URLs also play a central role in areas such as email, QR codes, social media, and web applications. They can be entered manually or generated automatically by systems.
- Uniform Resource Locator
Ein Uniform Resource Locator (URL) ist eine standardisierte Zeichenkette, die zur eindeutigen Identifizierung und Lokalisierung von Ressourcen im Internet dient. Er ist eine spezielle Form des Uniform Resource Identifier (URI) und wird in der Praxis meist als die „Adresse“ einer Webseite verstanden.
Ein Beispiel für einen URL ist:
https://www.tup.com
Diese Adresse verweist auf die Startseite dieser Webseite (des Unternehmens TUP Warehouse Management Solutions) und enthält mehrere Komponenten:
-
Protokoll:
https
– gibt an, welches Übertragungsprotokoll verwendet wird. Häufig sind dieshttp
oderhttps
(Hypertext Transfer Protocol Secure; gesicherte Verbindung). -
Domainname:
www.tup.com
– beschreibt den Server, auf dem die Ressource liegt. -
-
Subdomain:
www
– steht für "World Wide Web" und bezeichnet meist die Hauptversion der Website. -
Domainname:
tup
– ist der eindeutige Name der Website innerhalb der Top-Level-Domain. -
Top-Level-Domain (TLD):
.com
– ist eine der bekanntesten generischen TLDs und steht ursprünglich für "commercial", wird heute jedoch weltweit genutzt.
-
-
Optional kann ein URL durch einen Pfad, Parameter oder Anker ergänzt werden. Diese folgen dem Domainnamen und verweisen auf spezifische Inhalte oder Funktionen auf der Seite, z. B. , z. B.
https://www.tup.com/produkte/software?version=neu#features
.
Uniform Resource Locators werden verwendet, um Webseiten, Bilder, Videos, Dateien und viele weitere Inhalte im Internet direkt aufzurufen. Sie sind integraler Bestandteil der Webarchitektur und machen das Surfen und Navigieren im Internet überhaupt erst möglich.
In der heutigen digitalen Kommunikation spielen URLs auch in Bereichen wie E-Mail, QR-Codes, sozialen Medien und Web-Anwendungen eine zentrale Rolle. Sie können sowohl manuell eingegeben als auch automatisch von Systemen generiert werden.
-