13. Domain Name System
Domain Name System (DNS)
Understanding DNS
Fully Qualified Domain Name (FQDN)
A Fully Qualified Domain Name (FQDN) consists of three parts - the hostname, domain, and top-level domain (TLD). The format looks like so,
[host name].[domain].[tld]
For the FQDN www.udacity.com
- www
is the hostname, udacity
is the domain, and com
is the top-level domain.
Other examples of FQDNs include:
www.wikipedia.org
www.baidu.com
maps.google.com
news.yandex.ru
FQDNs?
SOLUTION:
- www.udacity.com
- www.example.com
- test.t123.udacity.com
- en.wikipidea.org
IP Address?
SOLUTION:
54.68.115.100DNS in which OSI Layer?