DNS 2 Flashcards
Section 2 of DNS questions.
What are the different methods to change the host name of a server?
Through Server Manager or through PowerShell with the “Rename-Computer (new name)” command.
What are the different methods to join a computer to the domain?
Through File Explorer by clicking on the properties of “This PC” or through the Control Panel via Control Panel, System and Security, and System.
Within the PowerShell scripting environment, what combination of keys opens a new remote PowerShell tab?
Ctrl+Shift+R
Adding Active Directory Domain Services requires a reboot. True or False?
False. Although, a reboot is required upon promoting the server to be a Domain Controller.
What downloadable package can be installed on a client to facilitate remote administration of a server?
Remote Server Administration Tools (RSAT)
What are two ways to log in as a domain administrator on a client computer?
- Administrator@domain.com
2. Domain/Administrator
What is a CNAME Record Type?
The CNAME record (Canonical Name) displays both the alias and real host FQDNs. Type ID is 5
What is a NS Record Type?
The NS (Name Server) record displays the name of the authoritative name server as well as the A record (IPv4 Address) for the name server. Type ID is 2
What is a PTR (Pointer) Record Type?
A PTR record, when configured, assists the reverse lookup process by providing the resolution of IP Addresses to FQDNs. Type ID is 12.
What is an MX Record Type?
The MX (Mail Exchange) record specifies the mail server responsible for accepting email messages on behalf of the domain name. Type ID is 15
What is a SRV Record Type?
The SRV (Service) record is used to identify computers that host specific services. Details of those services include the protocol, priority, weight, TTL, and name. Type ID is 33
What is a TXT Record Type?
A TXT (Text) record contains an arbritrary string of text that can be used to provide detailed data. Type ID is 16.
Active Directory integrated DNS is not supported on Nano Server. Only a file-based DNS can be implemented. True or False?
True.
What are the different layers of a DNS Iterative query tree walk?
- Root Servers
- Top level domain servers (.com, .edu, .gov)
- Authoritative name servers
What command allows you to delete root hints records?
Remove-DnsServerRootHint