CH9 Flashcards

(31 cards)

1
Q

What is DNS

A

(domain name system) protocol that supports name resolution on networks (ip address -> name)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is NetBIOS

A

MS comp naming convention in 1980’s, used broadcasts for name resolution, only suitable for small networks relies on MAC Address, not routable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is NetBT

A

msoft own name res protocol, win used netbt for local network (shared printer, shared files, ) dns for everything else,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is SMB

A

(server message block) - ran on top of netbt to support file sharing, not dependant on netbios, runs on port 445

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SMB Port?

A

445

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

whats a hosts file?

A

file containing ip address for every computer on the network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

DNS root server

A

root dns servers, dispersed around the world, delegate to TLD servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

TLD servers (top level domain)

A

.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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

domain specific name servers (authoritative name servers)

A

(google.com, microsoft.com,) these servers are called authoritative name servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

name servers

A

hold actual name & IP (DNS records) in database called (zone)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

resolvers

A

query name servers w/a name to gets its IP address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

hierarchial structure type

A

tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

FQDN - (fully qualified domain name)

A

complete DNS name including host name & all domains in order.
name servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

record

A

attaches picece of data to name in DNS tree such as IP address,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

zone

A

container for single domain, filled w/records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

zone transfer

A

primary server gets new record, each secondary server updates

17
Q

recursive lookup

A

client sends resolver a queary the resolver will query other severs w/FQDN and respond to query

18
Q

iterative lookup

A

client itself resolves a FQDN

19
Q

AD (active directory)

A

directory service in win networks w/win servers, creates organization of related comps that share one or more win domains

20
Q

dns caching

A

temp storing info about dns lookup

21
Q

ttl (time to live)

A

field on every dns record (seconds dns resolvers should hold records in cache)

22
Q

DNS record types (9)

A

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.

23
Q

DDNS (dynamic DNS)

A

dns servers get auto updates of ip addresses of comps in their forward lookup zones, by talking to local dhcp server.

24
Q

ipconfig /registerdns

A

force win client to update its records on AD

25
(DNSSEC) DNS security extensions
auth/integrity protocol to prevent peeps from impersonating legitimate DNS servers
26
EDNS
extension mechanism for dns trouble shoot dns on clients ipconfig /flushdns - delete dns cache ping - google.com (172.27.11.206) (see if FQDN is resolved into IP address) dig (domain information grouper) - unix/linux command, similar to nslookup, non-interactive
27
ipconfig /all
confirm dns settings
28
ipconfig /displaydns
shows dns cache
29
reverse lookup
dns can convert ip address to name
30
forward lookup
standard lookup (name -> ipaddress)
31
resover cache
mem area that stores recenty resolved addresses