Why no final dot for domain names?
Posted
by user41150
on Server Fault
See other posts from Server Fault
or by user41150
Published on 2010-04-21T20:19:53Z
Indexed on
2010/04/21
20:23 UTC
Read the original article
Hit count: 176
dns
I recently learned that a fully qualified domain name ends in a dot, e.g. www.microsoft.com.
. Why do I almost never see this? We casually toss around www.microsoft.com
, a relative domain name, without a second thought.
It's not mere pedantry, because it seems there's a security issue: someone in your network could create www.microsoft.com.example.com.
to hijack your requests to www.microsoft.com
. Why doesn't the internet community have a tradition of using genuinely fully qualified domain names?
© Server Fault or respective owner