Skip to content

Commit 62e3db6

Browse files
authored
Merge pull request #8414 from rodrigochav3s/patch-1
AB#4443: Update configure-dns-dynamic-updates-windows-server-2003.md
2 parents 31e215e + c0aca09 commit 62e3db6

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

support/windows-server/networking/configure-dns-dynamic-updates-windows-server-2003.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to configure DNS dynamic updates in Windows Server
33
description: Describes that how to configure DNS dynamic updates in Windows Server and how to integrate DNS updates with DHCP.
4-
ms.date: 01/15/2025
4+
ms.date: 03/12/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
@@ -12,7 +12,7 @@ ms.custom:
1212
---
1313
# How to configure DNS dynamic updates in Windows
1414

15-
This article describes how to configure the DNS update functionality in Windows.
15+
This article describes how to configure the Domain Name System (DNS) update functionality in Windows.
1616

1717
_Original KB number:_   816592
1818

@@ -49,17 +49,19 @@ Windows provides the following features that are related to the DNS dynamic upda
4949

5050
By default, Windows computers that are statically configured for TCP/IP try to dynamically register host address (A) and pointer (PTR) resource records for IP addresses that are configured and used by their installed network connections. By default, all computer register records are based on the full computer name.
5151

52-
The primary full computer name is a fully qualified domain name (FQDN). Additionally, the primary full computer name is the primary DNS suffix of the computer that is appended to the computer name. To determine the primary DNS suffix of the computer and the computer name, right-click **My Computer**, click **Properties**, and then click **Computer Name**.
52+
The primary full computer name is a fully qualified domain name (FQDN). Additionally, the primary full computer name is the primary DNS suffix of the computer that is appended to the computer name. To determine the primary DNS suffix of the computer and the computer name, right-click **My Computer**, select **Properties**, and then select **Computer Name**.
5353

54-
DNS updates can be sent for any one of the following reasons or events:
54+
DNS updates can be triggered for any of the following reasons or events:
5555

56-
- An IP address is added, removed, or modified in the TCP/IP properties configuration for any one of the installed network connections.
57-
- An IP address lease changes or renews any one of the installed network connections with the DHCP server. For example, this update occurs when the computer is started or when you use the `ipconfig /renew` command.
56+
- An IP address is added, removed, or modified in the TCP/IP properties of any installed network connection.
57+
- An IP address lease changes or renews for any installed network connection with the DHCP server. For example, this update occurs when the computer starts or when you use the `ipconfig /renew` command.
5858
- You use the `ipconfig /registerdns` command to manually force an update of the client name registration in DNS.
59-
- The computer is turned on.
59+
- The computer is powered on.
6060
- A member server is promoted to a domain controller.
6161

62-
When one of these events triggers a DNS update, the DHCP Client service, not the DNS Client service, sends updates. If a change to the IP address information occurs because of DHCP, corresponding updates in DNS are performed to synchronize name-to-address mappings for the computer. The DHCP Client service performs this function for all network connections on the system. This includes connections that are not configured to use DHCP.
62+
When one of these events triggers a DNS update, the DNS Client service on Windows Vista/Windows Server 2008 or later versions sends the necessary updates to the DNS server. The DNS Client service is responsible for registering A (Address) and PTR (Pointer) records, which are used to map IP addresses to hostnames and vice versa.
63+
64+
In the case of a domain controller, the Netlogon service is responsible for registering SRV (Service) records in DNS, which are crucial for locating domain services like authentication and directory services.
6365

6466
> [!Note]
6567
>
@@ -94,7 +96,7 @@ After the name change is applied in **System Properties**, Windows prompts you t
9496
For standard primary zones, the primary server, or owner, that is returned in the SOA query response is fixed and static. The primary server name always matches the exact DNS name as that name is displayed in the SOA resource record that is stored with the zone. However, if the zone that is being updated is directory-integrated, any DNS server that is loading the zone can respond and dynamically insert its own name as the primary server of the zone in the SOA query response.
9597
3. The DHCP Client service tries to contact the primary DNS server.
9698

97-
The client processes the SOA query response for its name to determine the IP address of the DNS server that is authorized as the primary server for accepting its name. If it is required, the client performs the following steps to contact and dynamically update its primary server:
99+
The client processes the SOA query response for its name to determine the IP address of the DNS server that is authorized as the primary server for accepting its name. If it's required, the client performs the following steps to contact and dynamically update its primary server:
98100

99101
1. The client sends a dynamic update request to the primary server that is determined in the SOA query response.
100102

@@ -110,14 +112,14 @@ After the name change is applied in **System Properties**, Windows prompts you t
110112

111113
The contents of the update request include instructions to add A, and possibly PTR, resource records for "`newhost.example.microsoft.com`" and to remove these same record types for "`oldhost.example.microsoft.com`". ("`oldhost.example.microsoft.com`" is the name that was previously registered.)
112114

113-
The server also checks to make sure that updates are permitted for the client request. For standard primary zones, dynamic updates are not secured. Any client attempt to update succeeds. For Active Directory-integrated zones, updates are secured and performed using directory-based security settings.
115+
The server also checks to make sure that updates are permitted for the client request. For standard primary zones, dynamic updates aren't secured. Any client attempt to update succeeds. For Active Directory-integrated zones, updates are secured and performed using directory-based security settings.
114116

115-
Dynamic updates are sent or refreshed periodically. By default, computers send an update every twenty-four hours. If the update causes no changes to zone data, the zone remains at its current version, and no changes are written. Updates that cause actual zone changes or increased zone transfers occur only if names or addresses actually change.
117+
Dynamic updates are sent or refreshed periodically. By default, computers send an update every 24 hours. If the update causes no changes to zone data, the zone remains at its current version, and no changes are written. Updates that cause actual zone changes or increased zone transfers occur only if names or addresses actually change.
116118

117119
> [!NOTE]
118-
> Names are not removed from DNS zones if they become inactive or if they are not updated within the update interval of twenty-four hours. DNS does not use a mechanism to release or to tombstone names, although DNS clients do try to delete or to update old name records when a new name or address change is applied
120+
> Names aren't removed from DNS zones if they become inactive or if they aren't updated within the update interval of 24 hours. DNS doesn't use a mechanism to release or to tombstone names, although DNS clients do try to delete or to update old name records when a new name or address change is applied
119121
120-
When the DHCP Client service registers A and PTR resource records for a Windows-based computer, the client uses a default caching time-to-live (TTL) value of 15 minutes for host records. This value determines how long other DNS servers and clients cache a computer's records when they are included in a query response.
122+
When the DHCP Client service registers A and PTR resource records for a Windows-based computer, the client uses a default caching time-to-live (TTL) value of 15 minutes for host records. This value determines how long other DNS servers and clients cache a computer's records when they're included in a query response.
121123

122124
### Integration of DHCP with DNS
123125

0 commit comments

Comments
 (0)