CH9 Flashcards
(31 cards)
What is DNS
(domain name system) protocol that supports name resolution on networks (ip address -> name)
what is NetBIOS
MS comp naming convention in 1980’s, used broadcasts for name resolution, only suitable for small networks relies on MAC Address, not routable
what is NetBT
msoft own name res protocol, win used netbt for local network (shared printer, shared files, ) dns for everything else,
What is SMB
(server message block) - ran on top of netbt to support file sharing, not dependant on netbios, runs on port 445
SMB Port?
445
whats a hosts file?
file containing ip address for every computer on the network
DNS root server
root dns servers, dispersed around the world, delegate to TLD servers
TLD servers (top level domain)
.com, .org, .net, .edu, .gov, .mil, .int, .us, .eu, deligate to domain specific name servers such as (google.com, microsoft.com,) these servers are called authoritative name servers
domain specific name servers (authoritative name servers)
(google.com, microsoft.com,) these servers are called authoritative name servers
name servers
hold actual name & IP (DNS records) in database called (zone)
resolvers
query name servers w/a name to gets its IP address
hierarchial structure type
tree
FQDN - (fully qualified domain name)
complete DNS name including host name & all domains in order.
name servers
record
attaches picece of data to name in DNS tree such as IP address,
zone
container for single domain, filled w/records
zone transfer
primary server gets new record, each secondary server updates
recursive lookup
client sends resolver a queary the resolver will query other severs w/FQDN and respond to query
iterative lookup
client itself resolves a FQDN
AD (active directory)
directory service in win networks w/win servers, creates organization of related comps that share one or more win domains
dns caching
temp storing info about dns lookup
ttl (time to live)
field on every dns record (seconds dns resolvers should hold records in cache)
DNS record types (9)
SOA (start of authority) - all zones require SOA record, defines primary ns in charge of zone
NS (name server) - shows primary name server
A - (address) - IPv4 address of a host
AAAA (quad a) - IPv6 address of a host
CNAME - alias holding FQDN
PTR - reverses a or aaaa, ip address to FQDN
MX - SMTP uses mx to determine where to send mail,
SRV (service) - supports any type of server
TXT - freeform , can be used for anything.
DDNS (dynamic DNS)
dns servers get auto updates of ip addresses of comps in their forward lookup zones, by talking to local dhcp server.
ipconfig /registerdns
force win client to update its records on AD