Use of 'NS' record in DNS

 

 

    An 'NS' record or nameserver record maps a domain name to a list of DNS server authoritative for that domain. Deligations depend on NS records.

 eg:

   example.com. IN NS ns1.live.secure.com.

 

 

  • 66 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

How to generate an SSH key in linux?

        To generate an ssh key in linux you have to execute the command...

How to install ClamAV antivirus from a source code?

    Download the clamAV source from http://www.clamav.net.The latest version is...

Steps to install BFD(Brute Force Detection). using source code

  BFD Brute Force Detection is a modular shell script for parsing applicable logs and...

How to backup a data base in linux through mysql command ?

       If you want to take the backup of a database, follow these steps...

How to restore a database through mysql command ?

           If you want to restore a database, you have to follow...