09-05-2013 04:20 AM - edited 03-03-2019 07:10 AM
Hello All,
Could you please provide me possible explanations why loading of webpage using FQDN is much much faster than
loading of webpage using DN ?
Traceroute for FQDN and DN is the same --> no routing issue
Thank you,
Jan
09-05-2013 04:41 AM
Hi Jan,
I assume you by DN you mean hostname. Using just the DN would default you to a specific host depending on the protocol used: http -> 80 -> www, smtp -> 25 -> mx
This sounds like an issue regarding DNS setup on your machine.
When you search using just the hostname, your machine must add the domain suffix which has been configured on your machine. If this does not produce a result, then it will iterate through the other domains listed under your search domains. It is this iteration that takes time.
By using a FQDN you are providing a precise uniquely identifiable address so it will be quicker to resolve via DNS and access.
If you are using Linux, take a look at /etc/resolv.conf
cheers,
Seb.
09-05-2013 09:32 AM
Hi,
Domain is used for name resolution. I think an example is the best solution to explain the difference between a Domain Name and FQDN.
If your PC name = A
Your PC's Domain Name = cisco.local
Your FQDN = A. cisco.local
So FQDN is the host name with domain name so that the specific host can be identified easily. Domain name is just the domain under which the PC reside.
Thank you.
* Please rate the helpful posts.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide