在互联网和网站的世界中,域名和 URL 是非常常见的术语,可以互换使用,但这两个术语有很多区别。在本文中,我们将了解域名和 URL 之间的区别。
1.域名:
很难记住服务器的 IP 地址。因此,域名是IP地址的文本形式,更加人性化和易学。它是 URL 的一部分,主要用于组织品牌化。域名的所有部分都用句点或点分隔。域名的一个例子是 www.geeksforgeeks.org。一个域名可以分为以下几个部分。
服务器类型: www 或万维网代表 Web 服务器。
主机名:通常是域的主名称,如 google 、 geeksforgeeks 等。
顶级域:域名的最后一部分是顶级域。例如 .com、.in、.au 等。
2.统一资源定位器:
统一资源定位器称为 URL。它是一个字符串,提供网页的完整地址,即,这也称为网址。为了访问特定网站,您只需将 URL 放在搜索栏中即可找到该网站。例如,google 主页的网址是 https://www.google.com/。 URL 可以分为不同的部分。
方法或协议:这是用于从服务器检索文件的方法或协议。
主机名:也称为文件或文档所在服务器的 IP 地址的域名或人性化的文本格式。
端口:它只是一个协议号。它只是一个通信端点。
路径:它是文件在服务器上的位置。
域名和网址的区别:
S. No. | Domain Name | Uniform Resource Locator |
1. | The main motive of the domain name is to make it easier to access a website. They are more used as a brand and are usually referred to as a brand name. | If you want to find a particular website URL is best for it because a URL is a complete web address to find a particular website. |
2. | A domain name is a human-friendly text form of the IP address. | URL is a string that represents the complete web address of any web page. |
3. | It is the part of the URL that is more human friendly. | It is the string that represents a complete web address that contains the domain name. |
4. | It contains three parts Top Level Domain, Intermediate Level, and the Low Level. | It also contains the following parts’ method, protocol, hostname, port, and path of the file. |
5. | Example: geeksforgeeks.org | Example: https://www.geeksforgeeks.org/ |