- Home
- Interview Questions
- Windows server 2016
To deploy an AD DS–integrated primary zone on a DNS server, use the Add-Dns- ServerPrimaryZone cmdlet with the ReplicationScope parameter. For example: Add- DnsServerPrimaryZone -Name “Contoso.com” -ReplicationScope “Domain”
Consider implementing conditional forwarding or a stub zone. Both enable clients to more easily access the name servers for a foreign domain.
Use DNS policies and DNS zone scopes to configure this behavior. You can create DNS client subnets and assign these subnets into DNS scopes. Next, you create DNS resource records in the zone scopes. Finally, you would use a DNS policy to determine which records are returned to a DNS client, based on the originating subnet.
If your routers support BOOTP forwarding, as defined by RFC 1542, you need do noth- ing more as the DHCP messages are forwarded between subnets by the routers. How- ever, if your routers do not support this function, you can deploy DHCP Relay Agents on Windows Server 2016 computer by using the Routing and Remote Access console.
Prevention:-
Packet filtering: - to allow packets with recognized formats to enter the network Using special routers and firewalls.
You can use the Add-WindowsFeature DHCP –IncludeManagementTools Windows PowerShell command to install the DHCP server role and required management tools.