Name server
-
What is the purpose of a DNS server?
What is the purpose of a DNS server DNS is stand for domain name system or domain name server DNS…
Read More » -
What is the port no of dns ?
DNS Port No This is very important to know about DNS port number.without port number we can not start any…
Read More » -
What is DDNS?
What is DDNS? Dynamic DNS or DDNS is a method of updating, in real time, a Domain Name System to…
Read More » -
What are the resource records in DNS?
What are the resource records in DNS? A resource record, commonly referred to as an RR, is the unit of…
Read More » -
What is DNS caching?
What is DNS caching? A caching-only DNS server is one that is not authoritative for any DNS domains. It’s configured…
Read More » -
What is caching-only DNS servers
What is caching-only DNS servers A caching-only DNS server is one that is not authoritative for any DNS domains. It’s…
Read More » -
What are a Forward and Reverse Lookup?
What are a Forward and Reverse Lookup? A DNS forwarder is a DNS server that is used to forward DNS queries for…
Read More » -
How to get the details of DNS configuration on dc’s
This script will give the details of DNS server configuration on domain controller. $dcs=Get-Content “DC.txt”Foreach ($Computer in $dcs){try {$Networks =…
Read More »