• 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/115

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;

115 Cards in this Set

  • Front
  • Back
What happens to a link-local address after a machine obtains a routable address?
it is added as a secondary address
What is a zone ID?
an ID appended to a link-local address to identify the interface
What format does a zone ID take?
%<zoneID>
What IPv4 address are analagous to an IPv6 global address?
IPv4 public address
What IPv6 address is analagous to an IPv4 public address?
IPv6 global address
What IPv4 address is analgous to an IPv6 link-local address?
IPv4 APIPA address
What IPv6 address is analagous to an IPv4 APIPA address?
IPv6 link-local address
What IPv4 address is analagous to an IPv6 unique local address?
IPv4 private address
What IPv6 address is analogous to an IPv4 private address?
IPv6 unique local address
How do IPv6 hosts confirm tentative addresses?
by broadcasting a Neighbor Solicitation message
What is an IPv6 preferred address?
a valid IPv6 address within its valid lifetime
What is an IPv6 deprecated address?
a valid IPv6 address that has exceeded its lifetime
How is the IPv6 loopback address?
::1
What IPv6 protocol should generally be used for intranets?
ISATAP
What IPv6 protocol is generally used to communicate across the internet?
6to4
What IPv6 protocol should be used if an endpoint is protected by an IPv4 NAT?
Teredo
Which IPv6 transition protocol should only be used if others won't work?
Teredo
What are the 4 parts of a Teredo infrastructure?
Teredo client, Teredo server, Teredo relay and Teredo host-specific relay
What is a Teredo server?
a public server connected to both the IPv4 and IPv6 internets
What does a Teredo server do?
helps Teredo clients with address configuration and facilitates initial communication between clients
What is a Teredo relay?
an IPv4/v6 router that acts as a tunnel endpoint
What does a Teredo relay do?
forwards packets between the IPv4 and IPv6 internets
What is a Teredo host-specific relay?
a host enabled with IPv4 and IPv6 that acts as its own Teredo relay
How is Teredo host-specific relay functionality enabled in Vista and 2008?
it is automatically enabled if the host has a global address
What OS's can use Link Local Multicast Name Resolution (LLMNR)?
Vista/2008
What does Link Local Multicast Name Resolution (LLMNR) do?
uses multicasting to resolve IPv6 names on the local subnet
What network tool does Link Local Multicast Name Resolution require?
Network Discovery
Which is simpler to configure, LLMNR or NetBIOS?
LLMNR
What local name resolution protocol is IPv6-compatible?
Link-Local Multicast Name Resolution (LLMNR)
Which service is smaller, LLMNR or NetBIOS?
LLMNR
Which protocol can resolve hostnames for legacy hosts, LLMNR or NetBIOS?
NetBIOS
What protocol is used to map hostnames to IPv4 addresses?
NetBIOS
What order are name resolution protocols used in to resolve a name?
DNS, LLMNR, and then NetBIOS
How can you determine in ping if DNS was used to resolve an address?
it will have the domain name appended to the host name
How can you determine in ping if LLMNR was used to resolve an address?
it will display an IPv6 address
How can you determine in ping if NetBIOS was used to resolve a name?
it will display the host name but no domain name
What 3 methods does NetBIOS use for name resolution?
broadcasts, WINS, and Lmhosts file
What is WINS?
a server-based directory with NetBIOS name-to-IP mappings
What is the Lmhosts file?
a local file with NetBIOS-to-IP mappings
Where is the Lmhosts file located?
%SystemRoot% \ System32 \ Drivers \ Etc
How is the Lmhosts file created?
it must be manually created
What are the 4 NetBIOS node types?
broadcast (b-node), point-to-point (p-node), mixed (m-node), and hybrid (h-node)
How does the NetBIOS b-node work?
by using broadcasts on the local subnet
What limitation does NetBIOS b-node have?
it only works on the local subnet
How does the NetBIOS p-node work?
NetBIOS queries a WINS server
How does the NetBIOS m-node work?
uses broadcasts first, then queries WINS
How does the NetBIOS h-node work?
uses WINS queries first, then Lmhosts, then broadcasts
What NetBIOS mode do Windows clients use by default?
h-node
What does IPv6 use for DNS host records?
AAAA (quad-A) records
What 3 pieces of information are contained in DNS queries?
FQDN, resource record type (query type), and specified class
How is the Hosts file used?
the DNS Client service loads it into the cache when the service starts or the Hosts file is updated
Where is the root hints file stored?
WINDOWS \ System32 \ DNS \ Cache.dns
What is the default TTL for DNS records?
1 hour
What additional file is needed when installing DNS on Server Core without AD DS?
an unattended answer file
How can DNS servers in child domains be configured to resolve names for parent domains?
configure DNS servers to forward queries to DNS servers in the forest root domain
What is conditional forwarding?
forwarding queries for a particular domain to specific DNS servers
Why might you use conditional forwarding?
if 2 private networks merge, etc.
What DHCP scope sets a DNS server?
006: DNS Server
What are the 2 functions of a client's primary DNS suffix?
it allows hosts to register its host record in that DNS zone, and adds the suffix to DNS queries that don't have a suffix
When does a host automatically receive a primary DNS suffix?
when it is joined to a domain
What DHCP scope sets a connection-specific suffix?
015 DNS Domain Name
What does configuring a DNS suffix search list do?
allows users to search for host names in more than one DNS domain
What is the default search order in regards to DNS suffixes?
hostname.primary DNS suffix, hostname.connection-specific suffix, hostname.parent suffix
What requirement in regards to DNS suffixes exists for clients to perform dynamic DNS updates?
the client must have a primary or connection-specific DNS suffix that matches a primary zone of the preferred DNS server
What command will force a client to attempt dynamic DNS registration?
ipconfig /registerdns
What command will show the DNS client cache?
ipconfig /displaydns
What command will clear a client's DNS cache?
ipconfig /flushdns
What system was created to replace WINS?
GlobalNames Zone
What does GlobalNames do?
allows DNS to resolve single-label names
What command will show all the zones on a DNS server?
dnscmd /enumzones
What command-line command is used to add a zone to a DNS server?
dnscmd /zoneadd
What command-line command is used to display zone records?
dnscmd /ZonePrint
What command configures a DNS server to allow or disallow dynamic updates?
dnscmd /allowupdates
How is a DNS server configured to be caching-only?
do not configure any zones for it
How long does DNS store addresses in its cache?
24 hours
What is the DHCP scope for a DNS server?
006 DNS Server
What are the two functions of a client's primary DNS suffix?
allows the host to register in that DNS zone, and appends the suffix to queries where a suffix isn't listed
What is the DHCP scope for a DNS domain name?
015 DNS Domain Name
What does configuring a DNS suffix search list do?
allows clients to search for host names in multiple DNS namespaces
What is the default search order for hosts and DNS suffixes?
hostname.primary_dns_suffix, hostname.connection-specific_suffix, hostname.parent_suffix
Why is it important that a host's primary DNS suffix match the name of a primary zone hosted by its preferred DNS server?
it is necessary so the host can register its address in the database
What command will force a client to attempt to register its DNS address?
ipconfig /registerdns
What command is used to enable GlobalNames support on a DNS server?
dnscmd /config /enableglobalnamesupport 1
What types of DNS zones can be stored in Active Directory?
primary and stub zones
What is the default name for locally-stored primary DNS zone files?
<zone_name>.dns
Where are locally-stored primary DNS zone files stored by default?
%systemroot%\system32\DNS
What type of zones can secondary DNS servers get data from?
primary or secondary servers
What is the source of DNS data for a secondary DNS server called?
the master
In a delegated DNS environment, what are stub zones often used for?
helping a parent zone keep an updated list of name servers for child zones
What records will DNS clients with static addresses attempt to update?
both host and pointer records
What records will DNS clients with dynamic addresses attempt to update?
host records only (DHCP server updates pointers)
What restrictions does enabling secure updates on DNS create?
only AD domain members may update records, and only from the computer that originated the registration
What is a secondary server refresh interval?
the amount of time a secondary server waits before querying the master server for an update
What is the default secondary server refresh interval?
15 minutes
What is the secondary server retry interval?
how long a secondary server waits before retrying a failed transfer
What is the default secondary server retry interval?
10 minutes
What is the Expires After value for a secondary DNS server?
how long a secondary server will continue to answer queries without contact with a master
What is the default Expires After value for a secondary DNS server?
1 day
In DNS, what does the Minimum (Default) TTL value do?
sets the default TTL for all records
What is the length of the Minimum (Default) TTL?
1 hour
What DNS servers make use of the Minimum (Default) TTL value?
only secondary servers--primary servers automatically know when the value changes
How does DNS handle multiple MX records?
records with the lower preference are tried first
What is the no-refresh DNS interval?
the period following a timestamp when a zone or server will refuse a timestamp refresh
What is the refresh DNS interval?
the period following the no-refresh interval when timestamp refreshes are accepted and the record will not be scavenged
What are the default refresh and no-refresh intervals?
7 days
What are the 3 steps in creating the GlobalNames zone?
enable GlobalNames zone support, create the GlobalNames zone, and populate the zone
What command is used to enable GlobalNames zone support?
dnscmd /config /enableglobalnamessupport 1
How should the GlobalNames zone be configured?
as a FLZ called GlobalNames replicated to the forest
What is zone replication?
the synchronization of data for AD-integrated DNS zones
What are zone transfers?
the synchronization of data between master and secondary DNS servers
What partition should DNS data be stored in to replicate it to Windows 2000 DNS servers?
domain partition (replicated to all DC's)
What permissions are required to create an application directory partition?
Enterprise Administrator
What does the Reload option for secondary DNS zones do?
reloads the zone from local storage
What does the Transfer from Master option for secondary DNS zones do?
initiates a zone transfer if the SOA has expired
What does the Reload From Master option for secondary DNS zones do?
initiates a zone transfer regardless of the status of the SOA