A name server is a computer server that hosts a network service. The main purpose of a name server is to translate a domain name into an IP address. This allows one to find a website by entering the domain name rather than a website's IP address.
/etc/named.conf
A WHOIS Database Search returned the following: OrgName: RIPE Network Coordination Centre OrgID: RIPE Address: P.O. Box 10096 City: Amsterdam StateProv: PostalCode: 1001EB Country: NL ReferralServer: whois://whois.ripe.net:43 NetRange: 86.0.0.0 - 86.255.255.255 CIDR: 86.0.0.0/8 NetName: 86-RIPE NetHandle: NET-86-0-0-0-1 Parent: NetType: Allocated to RIPE NCC NameServer: NS-PRI.RIPE.NET NameServer: NS3.NIC.FR NameServer: SEC1.APNIC.NET NameServer: SEC3.APNIC.NET NameServer: SUNIC.SUNET.SE NameServer: TINNIE.ARIN.NET NameServer: NS.LACNIC.NET Comment: These addresses have been further assigned to users in Comment: the RIPE NCC region. Contact information can be found in Comment: the RIPE database at http://www.ripe.net/whois RegDate: 2004-04-01 Updated: 2004-04-06 # ARIN WHOIS database, last updated 2008-10-28 19:10 # Enter ? for additional hints on searching ARIN's WHOIS database.
"ns" can refer to different things depending on the context. Common meanings include "nanoseconds" as a unit of time measurement, "nameserver" in the context of domain names and networking, and "nonspecific" when used in general conversation.
verisign Inc, owns root nameserver for the .com, .net, and .name generic top-level domains and the .cc and .tv country-code top-level domains. http://www.verisign.com
insert a record to /etc/hosts file. ex:-<ip address>> <hostname.domain.org> <hostname>
insert a record to /etc/hosts file. ex:-<ip address>> <hostname.domain.org> <hostname>
In computing, a name server (also spelled nameserver) consists of a program or computer server that implements a name-service protocol. It will normally map (i.e. connect) a human-recognizable identifier to a system-internal, often numeric, identification or addressing component.
Internet (HTTP)A page request from your IP is sent down your phone wire. It passes data to the Exchange, where your ISP finds the nameserver using a DNS, and redirects your request to the server. The server sends back a 200 OK header if the page was sent back correctly, which is displayed as a web page
OrgName: Equifax - Electronic Commerce OrgID: EEC-7 Address: MailStop 42M, PO Box 740006 City: Atlanta StateProv: GA PostalCode: 30374 Country: US NetRange: 216.46.96.0 - 216.46.127.255 CIDR: 216.46.96.0/19 NetName: EFXSECURE-1 NetHandle: NET-216-46-96-0-1 Parent: NET-216-0-0-0-0 NetType: Direct Assignment NameServer: AUTH0.ATL.EQUIFAX.COM NameServer: AUTH1.ATL.EQUIFAX.COM Comment: RegDate: 1998-08-24 Updated: 1999-11-29 RTechHandle: DG108-ARIN RTechName: Galas, David F. RTechPhone: +1-770-740-7343 RTechEmail: david.galas@equifax.com
A name server (also spelled nameserver) consists of a program or computer server that implements a name-service protocol. It maps a human-recognizable identifier to a system-internal, often numeric, identification or addressing component. With fewer words: a nameserver makes your browser go to 209.191.122.70 when you go to yahoo. Responsible mail adress is the e-mail address corresponding to a given name server. For example if you send a mail to example@yahoo.com the mail server is responsible of knowing that mail has to go to yahoo's mail server. Time to live: 1. Time to live (sometimes abbreviated TTL) is a limit on the period of time or number of iterations or transmissions in computer and computer network technology that a unit of data (e.g. a packet) can experience before it should be discarded. 2. The maximum time an internet Protocol datagram is allowed to live in the internet before it is dropped to avoid infinite loop forwarding. A router a datagram passes through decrements the Time-to-Live field each time a datagram passes through it. If the field reached zero, the datagram is dropped. With fewer words: If yahoo sets its nameserver to make www.yahoo.com to correspond to 209.191.122.70 with TTL of 2 days and press ok buton. Then the packet would be launched to all DNS servers around the world with time to live 2 days and all request for www.yahoo.com would point to 209.191.122.70 for the next 2 days no matter if we change the value in the nameserver. This is why we have to wait a lot of time when we set our servers.
Find All Name Servers GOALS: Find every name server that may be authoritative for your domain. Make sure that all are authoritative, and that WHOIS has a list of all of them (and no others). BACKGROUND: Every domain name is required to have a primary nameserver (only one), and at least one secondary nameserver. This is to help ensure that all domains are reachable. For example, if you have 3 separate offices, and one of them suffers a disaster, that shouldn't prevent people from being able to reach the other two offices. The WHOIS database lists all the authoritative nameservers (ones that get updated automatically when you make changes) for your domain. This list gets sent to the root server for your Top Level Domain (such as .com). Anyone in the world trying to reach your domain will get that list, and go to one of the nameservers to resolve a subdomain within your domain. Step 2a: Find out what the root servers think your nameservers are To do this, you will need to use a program that can generate DNS requests (such as NSLOOKUP on Windows or DIG). My favorite program for this is Sam Spade. Or, you can go to a web site that allows these requests, such as http://www.samspade.org/. First, find the primary root server for your Top Level Domain (such as .com if you have the domain example.com). With NSLOOKUP, you can type "set type=NS" (to get the NS, or nameserver, records) and then enter your top level domain ("com" or "uk" or whatever). You will get a list of root nameservers. Type "server " followed by the first nameserver in the list (for example, "server a.root-servers.net"). Then, enter your domain name ("example.com"). Now, you will have a list of servers that the root servers think are authoritative for your domain. With DIG, enter your top level domain ("com") as the domain to look up (or type "dig com@default.dnsserver" where "default.dnsserver" is your normal DNS server). Look at the "NS" entries in the results, and take the top one, and enter it as the nameserver to use. Then, as the domain to look up, enter your domain name (or, type "dig example.com@a.root-servers.net", where your domain goes before the "@" and the root server goes after the "@"). This should just return the name servers for your domain, but make sure just to look at entries with " NS " in them. Problem? If there are any nameservers listed here that are NOT listed in WHOIS, or there are any nameservers listed in WHOIS that are NOT listed here, there is a problem. Contact the company that gave you your domain name for help. Add these to your list of nameservers from WHOIS that you got in Step 1. Step 2b: Find out what your name servers say your nameservers are For this step, do exactly what you did in Step 2a, except this time use the first one of the name servers you have written down as the DNS server to use, and use your domain name as the domain to look up. Using NSLOOKUP, type "server nameserver.example.com" (where nameserver.example.com is the first name server on the list you wrote down), then "set type=ns", and then enter your domain name. If there are any name servers listed here that are not on your list, add them to the list. Or, using DIG, enter the first name server you wrote down as the name server to use, and then your domain name as the domain to look up. Or, from the command line, type "dig example.com@nameserver.example.com". If there are any name servers listed here that are not on your list, add them to the list (only look at entries with " NS " in them). Problem? If any name server you check here returns a name server that was NOT listed in WHOIS, it is called a "missing nameserver", and is an error. If the name server listed is authoritative for your domain (see steps below), it MUST (RFC882 p.25) be added to the WHOIS listing. If it is NOT authoritative for your domain, it MUST be taken out of the nameserver it was listed in. Problem? If any name server you check here does NOT return one of the name servers listed in WHOIS, there is a problem. If the name server listed in WHOIS IS authoritative for your domain (see steps below), it MUST be added to your nameservers. If it is NOT authoritative, it MUST be taken out of WHOIS (but you MUST have at least 2 nameservers listed in there). Repeat this step for EVERY name server on your list -- even ones you may have just added. Step 2c: Test every name server You need to make sure that every name server on your list is authoritative for your domain. With DIG, use the first name server on your list as the domain server to use, and enter your domain name as the domain to look up (or, from the command line, type "dig example.com@nameserver.example.com"). You should see "Authoritative answer" (or something similar) if it is authoritative, or "Non-authoritative answer" if it is not. Problem? If the name server is NOT authoritative for your domain, you have a "lame delegation." If this server is not authoritative, and it is listed as an NS record in your domain (step 2b), it MUST be taken out. If this server is not authoritative, and it is listed in WHOIS, it MUST be taken out (but, you MUST also have at least 2 name servers listed in WHOIS). Step 2d: Sanity Checks * You MUST have ONLY ONE primary nameserver. You will check this later in the step for SOA (Start of Authority) records, where the primary server is listed. * You MUST have AT LEAST ONE secondary nameserver. That means that WHOIS, the root servers, and all your name servers MUST list at least two name servers that are authoritative for your domain. You may have more than one secondary nameserver (4 to 7 SHOULD be the maximum). * Your secondary nameserver(s) MUST get their information directly from your primary nameserver, and check it periodically (how often is based on the SOA record fields) for updates.
the purpose of this is to have a purpose