Chapter 10 - Network Naming Flashcards

1
Q

Define NetBIOS/NetBEUI

A

-Broadcasts name & MAC for name resolution
- Every other system hears broadcast and stores it into the cache
- meant to be used to share folders & printers
TCP Port 137 & 139
UDP Port 137 & 138

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

What is NetBT

A

NetBIOS over TCP/IP

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

Define SMB

A

Server Message Block ran on top of NetBT to support sharing folders and files. Used NetBIOS names.
- Today no longer dependent on NetBIOS
Port 445

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

What is the ‘hosts file’

A

Contained a list of IUP addresses for every computer on the Internet, matched to the corresponding system names.
.\Windows\System32\Drivers\Etc (W7-10)
/etc (Linux)

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

What is the DNS Root server

A

A bunch of powerful computers dispersed around the world

“.”

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

What are the top-level domain servers

A

Handle TLD names such as .com .org…

One step below Root servers

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

What is the limit of characters in a dns name

A
255 characters
Lowercase letters
numbers
hyphen (-)
can be separated by .
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define Hierarchical Name Space

A

An imaginary tree structure of all possible names that could be used within a single system

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

Define Flat Name Space

A

one big undivided list containing all names with no grouping
ex. host file

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

Define FQDN

A

Fully Qualified Domain Name

root on the right side - domains left

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

Define 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
12
Q

Define 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
13
Q

Define Authoritative Name Server

A

A DNS server that has a single zone that lists all the host names on the domain and their IP addresses.
Make sure that all name servers are updated for changes
A powerful DNS server acts as this for many domains

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

What is the purpose of a name server

A

Acts as a subordinate to the Authoritative Name Server to handle massive incoming DNS inquiries

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

How does a root server hold massive amounts of IP addresses

A

They only know where to send the requests

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

What are the three ways a web browser resolves a name

A

Hosts File
DNS Server
Broadcasting

17
Q

What does ipconfig /displaydns do

A

displays the cache of FQDNs stored on a computer

18
Q

Define Cached lookups

A

FQDNs that have already been resolved

19
Q

Define Cache-Only Server

A

never authoritative for a domain, only used to talk to other DNS servers

20
Q

What is stored in a forward lookup zone

A

IP addresses & FQDNs

At least one Name server & one SOA

21
Q

Define SOA

A

Start of authority is required by every forward lookup zone.

Defines the single DNS server in charge

22
Q

Define ‘A Records’

A

IPv4 addresses and anmes of all systems on domain

23
Q

Define ‘CNAME’

A

canonical name acts like an alias

24
Q

Define ‘MX Records’

A

used exclusively by SMTP servers to determine where to send mail
MX = Mail exchanger

25
What is the difference between a primary zone and a secondary zone
Primary acts as the authoritative name server and secondary will act as backups
26
Define reverse lookup zone
enables a system to determine a FQDN by knowning the IP address. Take network ID - reverse id - add unique domain to create zone (aka pointer record (PTR))
27
What are the three types of groups in Windows
Workgroup Domain Active Directory
28
Define Workgroup
name that organizes a group of computers
29
Define Windows Domain
group of computers controlled by a computer running windows server - use DNS naming
30
Define Active Directory
An organziation of related computers that share one or more Windows domains all domain controllers are equal, but nothing can be updated until the primary server comes back up
31
Define DNS suffix
the way the DHCP clients would know the name of the DNS domain to which they belonged
32
Define Dynamic DNS
enabled DNS servers to get automatic updates of IP addresses of computers in their forward lookup zones by talking to the local DHCP server
33
what does ipconfig /registerdns do
force a dns server to update its records
34
Define DNSSEC
DNS Security Extensions is an authentictation and authorization protocol for DNS servers. Implemented using EDNS
35
Define EDNS
Extension Mechanisms for DNS was a specification that expanded several parameter sizes
36
What is nslookup used for
enables DNS server queries