You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-server/networking/configure-dns-dynamic-updates-windows-server-2003.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: How to configure DNS dynamic updates in Windows Server
3
3
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
5
5
manager: dcscontentpm
6
6
audience: itpro
7
7
ms.topic: troubleshooting
@@ -12,7 +12,7 @@ ms.custom:
12
12
---
13
13
# How to configure DNS dynamic updates in Windows
14
14
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.
16
16
17
17
_Original KB number:_ 816592
18
18
@@ -49,7 +49,7 @@ Windows provides the following features that are related to the DNS dynamic upda
49
49
50
50
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.
51
51
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**.
53
53
54
54
DNS updates can be triggered for any of the following reasons or events:
55
55
@@ -63,7 +63,6 @@ When one of these events triggers a DNS update, the DNS Client service on Window
63
63
64
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.
65
65
66
-
67
66
> [!Note]
68
67
>
69
68
> - The update process for Windows-based computers that use DHCP to obtain their IP address is different from the process that is described in this section. For more information, see the "Integration of DHCP with DNS" section and the "Windows DHCP clients and DNS dynamic update protocol" section.
@@ -97,7 +96,7 @@ After the name change is applied in **System Properties**, Windows prompts you t
97
96
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.
98
97
3. The DHCP Client service tries to contact the primary DNS server.
99
98
100
-
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:
101
100
102
101
1. The client sends a dynamic update request to the primary server that is determined in the SOA query response.
103
102
@@ -113,14 +112,14 @@ After the name change is applied in **System Properties**, Windows prompts you t
113
112
114
113
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.)
115
114
116
-
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.
117
116
118
-
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.
119
118
120
119
> [!NOTE]
121
-
> 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
122
121
123
-
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.
0 commit comments