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

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;

33 Cards in this Set

  • Front
  • Back
LLM NR
LLM NR is always used to resolve computer names on the local subnet for the
Network Map feature and for network browsing through Network on the Start menu
IPv6 multicast
FF02:0:0:0:0:0:1:3
IPv4 multicast
224.0.0.252
NetBIOS Node Types
broadcast (b-node)
Point-to-point (p-node)
mixed (m-node)
hybrid (h-node)
server is authoritative
A server is authoritative for a domain when that server relies on locally hosted database data (as opposed to merely cached information from other servers)
DNS Zones
A DNS zone is a contiguous portion of a namespace for which a server is authoritative
DNS Resolvers
A DNS resolver is a service that uses the DNS protocol to query for information from DNS servers. DNS resolvers communicate with either remote DNS servers or the DNS server
Resource Records
Resource records are DNS database entries that are used to answer DNS client queries. Each DNS server contains the resource records it needs to answer queries for its portion of the DNS
recursion.
Using this process, a DNS
server can query other DNS servers on behalf of the requesting client in order to resolve an
FQDN.
If a computer needs to resolve a DNS name, what is the frst method it attempts to use?
A computer frst checks the resolver cache to answer a query.
When a DNS server receives a query, how does it frst attempt to resolve the name?
A DNS server frst attempts to resolve a query by using resource records stored in a locally confgured zone.
f a DNS server cannot resolve a query by using the frst method, which method
will it use next?
If a DNS server cannot resolve a query by using zone data, it attempts to answer the query by using cached information.
Recursion
Recursion in DNS refers to the process of a DNS server querying other DNS servers on behalf of an original querying client.
Iteration
Iteration refers to the process of making repeated queries to different DNS servers to resolve a name.
When would a DNS server contact a root server?
A DNS server contacts a root server when it cannot answer a query with its own
cached or authoritative data.
If a DNS server contacts a root server to resolve the name www.contoso.com
and the root server cannot ans
The root server responds to the DNS server with a referral for the address of the
DNS server authoritative for the .com domain. The DNS server then contacts this
server for which it has received a referral.
The Hosts fle
The Hosts fle helps resolve host names (essentially DNS names) to IP addresses
Lmhosts fle
the Lmhosts fle helps resolve NetBIOS names to IP addresses.
clear the server cache at the command
Dnscmd /clearcache
A Time to Live (TTL) value applies to all cached resource
3600 seconds (1 hour),
What is the main function of Dcpromo?
It is used to promote a server to a domain controller.
If you want to install a DNS server on a stand-alone or member server running a Server Core
start /w ocsetup DNS-Server-Core-Role

start /w ocsetup DNS-Server-Core-Role /uninstal l
Root Hints files
WINDOWS\System32\Dns
\Cache.dns
DNS socket pooling
randomizes the source
port from which DNS servers perform queries (pool 2500 ports)
socket
(A socket is a combination of an address and port number
You can adjust the size of the pool of ports
dnscmd /Confg /socketPoolsize <value>
If you need to exclude certain source ports from being used for DNS queries,
dnscmd /Confg /socketPoolExcludedPortRanges <excluded port ranges>
DNS cache locking
helps prevent DNS server spoofing and cache poisoning
To confgure DNS cache locking,
dnscmd /Confg /CacheLockingPercent <percent>
DNS Devolution Levels
A devolution level is the number of tags left in a domain name to serve as a limit or stopping point for parent domain searching.
attempt to force a registration in DNS
Ipconfg /registerdns
By default, does a client with a domain name assigned by DHCP (and not Active Directory membership) attempt to register its address in DNS?
No
To view the DNS client cache
ipconfg /displaydns