Deploy and Configure Core Network Services Flashcards
Which type of zone prevents the DNS server from looking outside the zones on the DNS server to resolve a name?
A root zone
Which Hyper-V feature allows you to have a VM change its source MAC address for outgoing packets?
MacAddressSpoofing
What subnet mask would you use to further divide the 10.10.0.0/16 network to a subnet that supports up to 525 hosts?
/22 or 255.255.252.0 which supports 2^10-2, or 1024, hosts per subnet
Which Hyper-V feature drops DHCP server messages coming from a VM?
DHCPGuard
If a client has a DHCP reservation, the DHCP allow list is not enabled, and the client is on the DHCP deny list, will the client receive an IP address from the DHCP server?
No. You’ll have to remove the MAC address for that client from the deny list
If a DNS server has both a conditional forwarder defined for a given domain and a server level forwarder, which forwarder will be used to resolve a query in the given domain?
The conditional forwarder
Which DHCP option number specifies the DNS domain name that the client should use for DNS computer name resolution?
015
Which Hyper-V feature offloads the per-packet encryption operations from the VM to the NIC, resulting in substantial CPU savings?
IPsec Task Offload (IpsecTO)
Why would you get the error *** ns.domain.com can’t find child.domain.com.: Non-existent domain when using the nslookup utility to query records in a child domain?
The name server does not allow zone transfers to the zone that contains records for the child domain
What subnet mask would you use to further divide the 10.10.0.0/16 network to a subnet that supports up to 2100 hosts?
/20 or 255.255.240.0 which supports 2^12-2, or 4094, hosts per subnet
Which zone is designed to resolve single-label names?
The GlobalNames zone
What technology uses 32-bit IP addresses and allows for the use of 4 billion addresses?
IPv4
What will happen if all scopes on a DHCP server are activated, but the DHCP server is not authorized?
If the DHCP server is not authorized, it will not lease IP addresses to DHCP clients
How can you deny specific computers from obtaining an IP address from a DHCP server?
Create a deny filter based on MAC address of the computer
What should you do to ensure that only authenticated users are able to register their records in the DNS zone?
Create an Active Directory-integrated zone and configure the zone for secure dynamic updates only
What prevents a range of IP addresses within a DHCP scope from being leased to any computer?
scope exclusion
What cmdlet removes the routing entry for the default gateway before applying a new one?
Remove-NetRoute -DestinationPrefix ::/0 -Confirm