Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does a Fully Qualified Domain Name need a period?

I'm confused about FQDN (Fully Qualified Domain Name). Is it necessary to end FQDN with a period? Like sun or sun.tuc.noao.edu. or sun.tuc.noao.edu. What's the difference?

like image 369
hel Avatar asked Sep 10 '25 08:09

hel


1 Answers

How IT Works: Domain Name System

All DNS records actually end with the period character (.) which represents the root of the DNS hierarchy, but it's rarely printed and is usually just assumed. A domain name that includes the trailing period character is said to be a Fully Qualified Domain Name (FQDN). However, domain names where the period character is implicit are also commonly referred to as FQDNs.

Source: TechNet Magazine

See also:

  • Trailing Dots in Domain Names
  • No, that dot in the domain name of the URL is not a mistake.
like image 141
Michael Benjamin Avatar answered Sep 12 '25 22:09

Michael Benjamin