DNS Flashcards
(37 cards)
What is NetBios
A windows proprietary name resolving service for LANS.
How does NetBios work
NetBios has the computer broadcast its information onto the network upon booting. Other NetBios enabled PCs will hear and store this information.
What are two downsides to NetBios
- It doesn’t support IP
- It’s not suitable in large networks due to the broadcast spamming
What is NetBT
Netbios over TCPIP
How would NetBT handle LAN and WAN requests for name resolution?
NetBios for LAN, DNS for WAN
What are the ports for NetBios
137, 138, 139
What purpose did SMB serve in NetBT. What was its port number?
It was the protocol for file and print sharing on 445
True or false: NetBT, due to using NetBios for LAN and DNS for Wan, required you to have a local name for your LAN and a routable DNS for WAN
True
What is a DNS resolver
Something that’s main focus is resolving FQDNs to IPs.
What is a Name server
A server that holds the IP addressing for FQDNs
How should we visualise DNS Zones
As boxes with sticky notes inside for each of the unique A-records. It is a container for a domain’s records.
What is an A-record
A single, FQDN to IP resolution. These reside on authoratative servers.
What is an authoratative server
The server that physically and logically holds the FQDN for what you’re looking for.
What is the type of DNS server below the root on the DNS heirarchy?
Top level domain
What is a three step simplified DNS heirarchy?
Root > Top level domain > Authoritative servers
What is the naming convention for DNS servers?
The rightmost part being the root. For example
classroom.MartinHigh.Local
or
www.totalsem.com
What is a Zone transfer?
This explains how a primary DNS server shares its updated tables with secondary DNS servers that mirror its DNS Zones and records.
It does this by advancing a serial value. Secondary servers regularly look at this value and, if they see it’s different to their own, will request an update from the primary server.
What is forward lookup
FQDN > IP
What is reverse lookup
IP > FQDN
What is the DNS process. From CPU to IP delivery to the CPU.
CPU checks local resolver cacheand HOSTS file for FQDN’s IP. If it’s not there, move on to…
CPU requests IP from the client’s DNS server. If it’s not there, move on to…
Client DNS requesting the IP from a root server. If it’s not there, move on to…
Root gives client DNS an address to the TLD responsible for the address and asks there. If it’s not there, move on to…
TLD will know the authoratative server, and provides the IP of that server. The client DNS will go here, get the IP and send it back to the CPU.
What is a AAAA record
An IPv6 FQDN record
How do you display your dns information in windows cmd
ipconfig /displaydns
What is DNS caching
This is when a DNS server stores (or caches) the data it retrieves so it doesn’t need to go out on the internet to find commonly used DNS queries constantly.
What is TTL in relation to DNS caching?
How long something is stored in a cache.