3rd long LEC 8 PT.1 Flashcards

(39 cards)

1
Q

T/F

The client/server programs can be divided into
two categories.

A

True

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

two categories of client/serve programs

A

directly used by the user, such as email

support other programs

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

____ is a supporting program that is used by other programs such as email

A

Domain Name System (DNS)

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

To be unambiguous, the names assigned to machines must be carefully selected from a _____ with complete control over the binding between the names and IP addresses

A

name space

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

2 ways to organize name space

A

Flat

Hierarchical

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

a name in this space is a sequence of characters without structure

A

Flat

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

each name is made of several parts

A

hierarchical

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

___ cannot be used in a large system such as the Internet because it must be centrally controlled to avoid ambiguity and duplication.

A

flat

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

the names are defined in an inverted-tree structure with the root at the top. The tree can have only 128 levels:

A

domain name space

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

T/F

The information contained in the domain name space
must be stored

A

True

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

T/F

it is very inefficient and also unreliable to have just one computer store such a huge amount of information.

A

True

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

____ what a server is responsible for or has authority over; contiguous
part of the entire tree

A

zone

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

T/F

If the domain is not divided into smaller domains, domain and zone refer
to the same thing.

A

true

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

______ is a server whose zone consists of the whole tree.

A

root server

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

T/F

A root server usually does not store any information about domains but delegates its authority to other servers, keeping references to those servers.

A

True

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

______ is a server that stores a file

about the zone for which it is an authority.

A

primary server

17
Q

____ is responsible for creating,maintaining,

and updating the zone file.

A

primary server

18
Q

______ is a server that transfers

the complete information about a zone from another server (primary or secondary) and stores the file on its local disk.

A

secondary server

19
Q

T/F

A primary server loads all information from the disk file; the secondary server
loads all information from the primary server.

20
Q

______ is when the secondary downloads information from the primary

A

zone transfer

21
Q

___ is a protocol that can be used in different platforms

22
Q

3 sections of the domain name space (tree) in the internet

A

generic domains, country domains, inverse domains

23
Q

Mapping a name to an address or an address to a

name is called ______

A

name-address resolution

24
Q

_____expects the server to supply the final answer

A

resolver (client)

25
``` INFO: The resolver (client) repeats the query until the server is an authority for the name. If the server is the authority for the name, it sends the answer. If it is not, it returns the IP address of the server that it thinks can resolve the query ```
under Iterative solution ----
26
two types of messages (DNS)
query and response
27
_____ consists of a header and question records
query message
28
_____ consists of a header, question recods, answer records, authoritative records, and additional records
response message
29
two types of records that are used in DNS
question records and resource records
30
______ are used in the question section of the query and response messages
question records
31
_______ are used in the answer, authoritative, and additional information sections of the response message.
resource records
32
how are new domains added to DNS? this is done through a ______ a commercial entity accredited by ICANN
registrar
33
____ first verifies that the requested domain name is unique and then enters it into the DNS database. A fee is charged.
registrar
34
T/F The DNS master file must be updated dynamically
True
35
DDNS ( Dynamic Domain Name System )
method to update the DNS master file dynamically
36
T/F | DNS can use either UDP or TCP
true
37
well-know port used by the server
PORT 53
38
____ is used when the size of the response message is less than 512 bytes
UDP
39
If the size of the response message is more than 512 bytes, A __________ is used
TCP Connection