Domain Naming System (DNS):
Topics:
5: Creating Stub Zone
6: Creating Active Directory Integrated Primary zone
7: Conditional Forwarders
8: Forwarders
9: Root Hints
10: Cache Server
What is DNS:
• Domain Name Service/Domain Name System
• Provides resolution of names to IP addresses and resolution of IP addresses to names
• Defines a hierarchical namespace where each level of the namespace is separated by a “.”
Authoritative & Non-authoritative DNS server:
• An authoritative DNS server will either:
– Return the requested IP address
– Return an authoritative “No”
• An Non-authoritative DNS server will either:
– Check its cache
– Use forwarders
– Use root hints
Fully Qualified Domain Name (FQDN):
• Identifies a host’s name within the DNS namespace hierarchy
• Host name + DNS domain name = FQDN
• Example:
– Host name: Sys1 & Domain name: MS.com
– Then FQDN = Sys1.MS.com
ZONE:
Zone is a storage database which contains all zone Records
• Forward Lookup Zone
– Used for Resolving Host Names to IP-Address
– It maintains Host to IP Address Mapping Information
• Reverse Lookup Zone
– Used for Resolving IP-Address to Host Names
– It maintains IP Address to Host Mapping Information
What is the purpose of a stub zone?
A stub zone is used to resolve names between separate DNS namespaces. This type of resolution may be necessary when a corporate merger requires that the DNS servers for two separate DNS namespaces resolve names for clients in both namespaces.
What is Active Directory-integrated zone?
AD-integrated DNS zones are stored in directory partitions within Active Directory. These directory partitions replicate along with the rest of AD; therefore, no extra configuration (i.e., zone transfer setup) is required for DNS replication. Further, AD-integrated zones allow the use of secure dynamic updates.
Why is Active Directory-integrated zone important?
AD-Integrated zone is replicated using Active Directory replication. Because Active Directory can compress replication data between sites and replicates data securely, hence DNS replication also becomes fast, secure and efficient.
Types of Records:
• SOA Record
– The first record in any zone file
A start of authority record is a type of resource record in the Domain Name System containing administrative information about the zone,especially regarding zone transfers.
• NS Record
– Identifies the DNS server for each zone
NS stands for 'nameserver,' and the nameserver record indicates which DNS server is authoritative for that domain (i.e. which server contains the actual DNS records). Basically, NS records tell the Internet where to go to find out a domain's IP address.
• Host Record
– Resolves a host name to an IP address
• Alias Record
– Resolves an alias name to a host name
A Canonical Name or CNAME record is a type of DNS record that maps an alias name to a true or canonical domain name. CNAME records are typically used to map a subdomain such as www or mail to the domain hosting that subdomain's content.
• Pointer Record
– Resolves an IP address to a host name
• MX Record
– Used by the mail server
domain name system,dns records,mx records,cname record,a record,setup mx record,mx record in dns,ns record,authoritative,ns records,cname records,name resolution,dns server,dns lookup,Domain Name System,DNS,windows server 2022 tutorial, Windows Server 2022 Training Videos, Windows Server 2022 Beginners Video Tutorials, configure dns zone transfer, configure dns zone transfer in windows server 2022, Configure zone transfer settings, DNS Zone Transfer Tutorial, Configuring Zone Transfers, Configure Secondary Zone, Enabling DNS Zone Transfers, setup secondary dns server, Configure a secondary DNS name server, Add a secondary DNS server, Configure Secondary Zone in Windows Server 2022,windows server 2022 tutorial, Windows Server 2022 Training Videos, Windows Server 2022 Beginners Video Tutorials, configure dns zone transfer, configure dns zone transfer in windows server 2022, Configure zone transfer settings, DNS Zone Transfer Tutorial, Configuring Zone Transfers, Configure Secondary Zone, Enabling DNS Zone Transfers, setup secondary dns server, Configure a secondary DNS name server, Add a secondary DNS server, Configure Secondary Zone in Windows Server 2022,Windows Server Administration Tutorials, Windows Server 2019 tutorials for beginners, windows server 2022 tutorials for beginners,restore, windows server 2022, windows server 2022 tutorial, Windows Server 2022 Beginners Video Tutorials, How to Backup and Restore DNS in Windows Server 2022, backup dns server, backup dns zone, Back Up and Restore DNS zones, DNS Zone backup and restore, DNS Backup and Recovery, Steps to Backing-up AD Integrated DNS Zones, AD DNS Backup and Restoration, backup active directory integrated dns zone, export AD-Integrated DNS zones, Restore Active Directory Integrated DNS Zone
Информация по комментариям в разработке