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
+15-13Lines changed: 15 additions & 13 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,17 +49,19 @@ 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
-
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:
55
55
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.
58
58
- 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.
60
60
- A member server is promoted to a domain controller.
61
61
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.
63
65
64
66
> [!Note]
65
67
>
@@ -94,7 +96,7 @@ After the name change is applied in **System Properties**, Windows prompts you t
94
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.
95
97
3. The DHCP Client service tries to contact the primary DNS server.
96
98
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:
98
100
99
101
1. The client sends a dynamic update request to the primary server that is determined in the SOA query response.
100
102
@@ -110,14 +112,14 @@ After the name change is applied in **System Properties**, Windows prompts you t
110
112
111
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.)
112
114
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.
114
116
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.
116
118
117
119
> [!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
119
121
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.
0 commit comments