DNS Flashcards

1
Q

DNS

A

domain name system

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

what is DNS?

A

dns is a worldwide distributed directory of network info. the hostname which gets translated into a IP adress is through DNS. dns stores a wide variety of records.

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

what is the best known dns record and what is it?

A

A record. it is used to find the adress of a computer connected to the internet from a name. A stands for adress and maps a name like www.example.com into an ipv4 adress.

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

what can DNS domains be used as part of?

A

can be used as part of security mechanisms for HTTP and SSL encryption and cookie privacy.

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

how can you get the DNS?

A

E.g. for example.com: To get the DNS the client asks the caching server for the A record for the domain. If the caching server doesn’t have this info in its cache, the caching server then asks the root server for .com top-level domain name server record. It then asks the .com name server for example.com name server record. The caching server then asks example.com name server for the the A record. A record is then passed back to the caching serverwhich then sends it back to the client. The record is then stored in the caching server for the duration of the TTL.

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

common top level domains

A

.com
.co.uk
.org
.edu

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