• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back
Nslookup
________ is used to perform DNS queries and to examine the contents of zone files on local and remote servers.
DNSLint
________ is a command-line utility used for troubleshooting many common DNS issues.
Ipconfig
_________ allows you to perform the following tasks:
•View DNS client settings.
•Display and flush the resolver cache.
•Force a dynamic update client to register its DNS records.
set all
Command-line options available with the set command using Nslookup interactively:
Shows all the options available.
set d2
Command-line options available with the set command using Nslookup interactively:
Puts nslookup in debug mode so that you can examine the query and response packets between the resolver and the server.
set domain=domain name
Command-line options available with the set command using Nslookup interactively:
Tells the resolver what domain name to append for unqualified queries.
set timeout=timeout
Command-line options available with the set command using Nslookup interactively:
Tells the resolver how long to keep trying to contact the server. This option is useful for slow links where queries frequently time out and the wait time must be lengthened.
set type=record type
Command-line options available with the set command using Nslookup interactively:
Tells the resolver which type of resource records to search for (for example, A, PTR, or SRV). If you want the resolver to query for all types of resource records, type settype=all.
get a list of the contents of an entire domain
What do these commands do in nslookup interactive?
set type=a and then type ls –t yourdomain.com.
simulate zone transfers
What does this command do in nslookup interactive?
ls –d domain__name.