Network Naming Flashcards

(40 cards)

1
Q

name resolution

A

process that automatically converts computer names to IP addresses and vice versa

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

DNS

A

Domain Name System

powerful, extensible, flexible system that supports name resolution

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

NetBIOS / NetBEUI

A

computer boots up

broadcasts its name along with MAC address

every other system heard the message

stored information in its cache

system missing NetBIOS name > broadcast restarts

only applicable on small networks

no actual network sharing done

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

NetBT

A

NetBIOS over TCP/IP

TCP ports 137 & 139

UDP ports 137 & 138

used by Windows systems for local network jobs

DNS used for everything else

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

SMB

A

Server Message Block

ran on top of NetBT to support sharing of folders and files

not currently dependent on NetBIOS > used NetBIOS names to support sharing & access process

TCP port 445

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

hosts

A

special text file used by the original TCP/IP specification for name resolution

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

hosts file

A

contained a list of IP addresses for every computer on the Internet

matched to the corresponding system names

saved on every computer

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

hosts file process

A

to access another system

looked up the name of that system in the host file

used corresponding address to connect

every OS always looks first the hosts file when attempting to resolve a name

can be manually configuring by editing the text file and saving

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

DNS servers

A

special server program that runs DNS

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

DNS ports

A

primarily UDP port 53

sometimes TCP 53

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

DNS root servers

A

highest servers in the DNS delegation hierachy

13 powerful computers dispersed around the world

have complete definitive name resolution table

most name resolution work is delegated to other DNS servers

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

Internet name

A

.

just “dot”

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

top-level domain servers

A

just below the DNS root servers in the hierarchy

handle TLD names

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

TLD names

A

Top-Level Domain

com, org, net, edu, gov, mil & int

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

second-level DNS servers

A

TLD delegate to thousands of second-level servers

handle millions of names i.e. google.com & recreation.gov

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

DNS example

A

DNS server controlling hermannpig.com

www 201.28.33.25

computer called www with this IP address

only computer controlling the hermannpig.com domain stores the actual IP address for www.hermannpig.com

DNS servers above this one have a hierarchical system that enables any other computer to find the DNS server that controls the hermannpig.com domain

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

original TLD names

A
com
org
net
edu
gov
mil
int
18
Q

ICANN

A

Internet Corporation for Assigned Names and Numbers

has authority to add new TLD names

19
Q

maximum characters for DNS names

A

255 including separating periods

20
Q

hierarchical name space

A

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

can name many files / addresses exactly the same as long as they are stored in different locations i.e. Windows file directory

21
Q

flat name space

A

large undivided list containing all names with no organization

22
Q

DNS name space

A

hierarchy of DNS domains & individual computers names organized into a tree

23
Q

DNS root

A

top of DNS tree

holding area to which all domains connect

24
Q

host names

A

individual computer names

fit into domains

25
domains / subdomains
separated by a period
26
DNS character limitations
uppercase & lowercase letters (does not differentiate) numbers hyphens
27
DNS - Intranets
TCP/IP networks using DNS on small scale servers aren't connected to the internet
28
reading domain names
from left to right flow from host names to root brant.domain
29
FQDN
Fully Qualified Domain Name complete DNS name - host name and all of its domains in order
30
when TLD names are required
computers are visible on the internet i.e. com & net
31
DNS server
computer running DNS server software
32
zone
container for a single domain that gets filled with records
33
record
line in the zone data that maps FQDN to IP address
34
authoritative name server
1 DNS server with single zone simple networks powerful servers can host many zones
35
name server
subordinate DNS servers to support the same domain single domain - single authoritative domain server
36
interconnected domain servers (single domain)
every server knows: name and address of authoritative name server name and address of every other name server in domain
37
updating domain DNS servers
add new computers to authoritative name server authoritative name server automatically distributes information throughout domain
38
DNS root servers
know and forward requests to authoritative name servers of domain should be 1 per domain
39
T/F - Web servers have to be named "www"
False
40
domain name arrangement
SecondLevel.TopLevel