Questions tagged [nameserver]

A name server is a computer server that hosts a network service for providing responses to queries against a directory service.

A name server is a computer server that hosts a network service for providing responses to queries against a directory service. It maps a human-recognizable identifier to a system-internal, often numeric, identification or addressing component. This service is performed by the server according to a network service protocol.

Examples of name servers is the Domain Name System (DNS), one of the two principal name spaces of the Internet. The most important function of these DNS servers is the translation (resolution) of human-memorable domain names and hostnames into the corresponding numeric Internet Protocol (IP) addresses, the second principal Internet name space which is used to identify and locate computer systems and resources on the Internet.

Source: Wikipedia.

882 questions
65
votes
7 answers

DNS A vs NS record

I'm trying to understand DNS a bit better, but I still don't get A and NS records completely. As far as I understood, the A record tells which IP-address belongs to a (sub) domain, so far it was still clear to me. But as I understood, the NS record…
Tiddo
  • 979
  • 1
  • 8
  • 16
46
votes
4 answers

How to manage DNS in NetworkManager via console (nmcli)?

I have CentOS 7.2 (guest in VirtualBox, vagrant box centos/7, no GUI). I see there is a nameserver in file: $ cat /etc/resolv.conf # Generated by NetworkManager nameserver 10.0.2.3 But how to add or replace with new one? I have done this manually…
Kirby
  • 889
  • 1
  • 9
  • 16
41
votes
8 answers

Can you lookup a domains past nameserver & mx record history?

If is possible to find out which nameservers a domain was previously pointing too? I need to try and find where a domain was previously hosted so that I can try and gain access to an old hosted email account. Any ideas?
Luke McCallum
  • 743
  • 1
  • 6
  • 8
33
votes
3 answers

Is dig +trace always accurate?

When the accuracy of a DNS cache is in question, dig +trace tends to be the recommended way of determining the authoritative answer for an internet facing DNS record. This seems to be particularly useful when also paired with +additional, which also…
Andrew B
  • 31,858
  • 12
  • 90
  • 128
32
votes
5 answers

What percentage of nameservers honor TTL these days?

Some years ago I had to do several DNS changes over the course of several weeks as I moved bits of equipment from one data center to the other. At the time that I did this, about 95% of the nameservers in the world seemed to respect the TTL value,…
user10501
  • 652
  • 1
  • 5
  • 7
26
votes
2 answers

Do CNAME records require time to propagate?

When I typically update DNS ("A" records) I will allow for an extended period of time for the changes to propagate throughout the root nameservers. Do I need to make this same allowance for updates and changes to CNAME records?
Jaryd Malbin
  • 405
  • 1
  • 4
  • 6
26
votes
4 answers

Best Practices in Speeding-up DNS Propagation

Possible Duplicate: How long does it take for an A record to propagate? I recently changed nameservers and it has been 24 hours since. Some of my visitors are complaining they are still viewing the old site while some are already seeing the new…
IMB
  • 499
  • 2
  • 7
  • 13
26
votes
4 answers

Is it true that a nameserver have to answer queries over TCP?

I'm the process of setting up a monitoring of DNS servers of several large web hosts. My goal is to compare their dns servers response times by tracking their response to ping. In the process, I discovered that Bluehost nameservers do not respond to…
Taras Mankovski
  • 301
  • 1
  • 4
  • 10
25
votes
3 answers

What is the difference between Authoritative Nameserver and Recursive Resolver?

I am new to networking and all this DNS thing. I have the following questions What is an Authoritative Nameserver ? What is a Recursive Resolver ? Please help/ guide me out on this. I have read Authoritative Nameserver, but I was not able to…
Yasser Shaikh
  • 391
  • 1
  • 3
  • 7
23
votes
2 answers

Clarification of why DNS zone files require NS records

This question was originally asked here: Why do DNS zone files require NS records? To summarise: "When I go to my registrar and purchase example.com , I will tell my registrar that my nameservers are ns1.example.org and ns2.example.org". But please…
Lars
  • 407
  • 3
  • 10
23
votes
3 answers

Difference between Named and BIND

Can someone explain to me what the exact difference is between named and BIND?
Saif Bechan
  • 10,892
  • 10
  • 40
  • 63
20
votes
5 answers

How is it possible for the Root Name Servers to handle all DNS requests?

I was reading about DNS some days ago and learned how the requests are processed. If you surf to www.example.com, then a request will go to the Root Name Servers to see who owns that .com address, then another request will go to another, more local,…
Rox
  • 441
  • 1
  • 6
  • 13
20
votes
11 answers

djbdns vs bind

I'm a newbie who wants to learn how to set up a DNS nameserver. Should I use djbdns, BIND, or something else? Current network requirements include subdomain support, SSL, and mail service, all on very light traffic. I'd like a solution that could…
chernevik
  • 715
  • 3
  • 10
  • 19
18
votes
8 answers

Finding all domains registered in a nameserver

Up until now, I was pretty confident that it was pretty much impossible to list all the domains handled by a nameserver. But apparently, there exists a couple of websites on the Internet that are able to list all the domains registered in a…
Florian
  • 281
  • 1
  • 2
  • 5
18
votes
2 answers

What are the benefits of a high TTL for DNS?

I'm moving a domain's nameservers from the registrar to dnsmadeasy.com so that we can have automatic failover (among other benefits). When I've done this in the past I simply set the TTL value as low as it can go (1 minute) for the A record so that…
Charlie Schliesser
  • 430
  • 1
  • 4
  • 12
1
2 3
58 59