Network Services Flashcards

1
Q

Examples of Network Services

A

DHCP, DNS, NAT, EMAIL, HTTP, FILE SERVICES

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

DHCP - two types of addressing

A

Dynamic and Static:

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

DNS - what is the function

A

resolve names to IP addresses

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

Explain the DNS lookup process

A

To resolve a name, the resolver will check its own DNS cache. Query then issued to DNS server. If the answer is not found, the DNS server will query higher-level DNS servers that are called recursive queries. There are higher level DNS servers, they will only be forwarded to these servers if they cannot resolve recursive queries.

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

What are the steps for DNS lookup process.

A

step 1. User types in FQDN into a browser.
step 2: A DNS query is sent to the client’s listed DNS server.
step 3: DNS server searches for match of FQDN to IP
step 4:DNS query response sent back to the client with the UP address for the FQDN.
step 5: DNS server matched FQDN with IP.

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

Describe DNS message format

A

DNS uses port UDP port 53. If a DNS response exceeds 512 bytes, Dynamic DNS is used (DDNS). DNS uses the same message format for client queries, error messages, server messages, etc.

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

What are the sections of the DNS message format?

A
  1. Question - question for the server, contains the domain name to be resolved, query type and class domain.
  2. Answer: DNS resource record for the query.
  3. Authority: Contains the RRs for the domain authority.
  4. Additional: relevant to query responses only.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Dynamic DNS?

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