Network Naming Flashcards

(28 cards)

1
Q

DNS

A

Domain Name System

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

DNS Root Servers

A

Bunch of powerful computers dispersed around the world for DNS

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

TLD

A

Top Level domains; which include .com .gov .int .eu .us etc.

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

Second Level DNS

A

These are just below TLD’s and can handle personal computers/servers.

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

What type of namespace do host files use?

A

Flat name space

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

Flat name Space

A

One big undivided list containing all name, with no grouping

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

Hierarchical Name space

A

Enables admins to give networked systems longer more fully descriptive names.

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

FQDN

A

Fully Qualified Domain Name

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

DNS zone

A

A container for a single domain that gets filled with records

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

Record

A

A line in the zone data that maps an FQDN to an IP address

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

Cached Lookups

A

all the ip addresses it has already resolved

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

Forward Lookup zones

A

The IP addresses and FQDN’s for all computers in a domain are stored here

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

SOA

A

Start of Authority records that defines the primary name server in charge of the forward lookup zone

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

NS Record

A

Shows the primary name server

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

CNAME Record

A

Canonical Name Record, acts like an Alias.

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

AAAA Record

A

Equivalent to A records but used for IPv6 addressing

17
Q

MX Record

A

Used Exclusively by SMTP Servers to determine where eto send mail

18
Q

SRV Record

A

Generic DNS records that supports any type of server

19
Q

Basic format of an SRV record

A
Service
Proto
name
TTL
Priority
Weight
Port
Target
20
Q

Services that use SRV

A

Kerberos servers, LDAP, SIP

21
Q

Primary Zones

A

Created on DNS servers to act as primary name server for that zone

22
Q

Secondary zones

A

Created on other DNS servers to act as backups to the primary zone

23
Q

Reverse Lookup Zone

A

Does the exact reverse and find the FQDN using the IP address

24
Q

PTR

A

Pointer Record which is used in Reverse lookup zones to add a unique domain to create in the zone “in-addr.arpa”

25
DDNA
Dynamic DNS which enabled DNS servers to get auto updates of IP addresses of computers in their forward lookup zones
26
DNSSEC
DNS Security Extensions, protocol designed to prevent bad users from impersonating legit DNS servers.
27
IPAM
IP address management; a DHCP server and DNS server working together to administer IP addresses,
28
nslookup command
You can query all types of information from a DNS server and change how your system uses DNS.