DNS Flashcards

1
Q

TCP is used for DNS messages greater than [size].

A

512 bytes

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

[…] is used for DNS messages greater than 512 bytes.

A

TCP

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

Standard DNS queries/responses typically use [TCP/UDP].

A

UDP

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

DNS ‘AAAA’ records map names to […] addresses.

A

IPv6

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

DNS ‘[…]’ records map names to IPv6 addresses.

A

AAAA

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

DNS ‘A’ records map names to […] addresses.

A

IPv4

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

DNS ‘[…]’ records map names to IPv4 addresses.

A

A

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

Display the router’s host table:
R1# […]

A

show hosts

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

Configure the domain of the router.
R1(config)# […]

A

ip domain name domain-name
(old version: ip domain-name domain-name)

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

Enable the router to perform DNS queries. (enable by default)
R1(config)# […]

A

ip domain lookup
(old version: ip domain-lookup)

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

Configure the DNS server the router will send DNS queries to.
R1(config)# […]

A

ip name-server ip-address

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

Configure an entry in the router’s host table.
R1(config)# […]

A

ip host hostname ip-address

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

Configure the router to act as a DNS server.
R1(config)# […]

A

ip dns server

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

(Windows) Ping the specified address, specifying the number of pings to send.
> […]

A

ping ip-address -n number

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

(Windows) Clear the DNS cache.
> […]

A

ipconfig /flushdns

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

(Windows) Show the DNS cache.
> […]

A

ipconfig /displaydns

17
Q

(Windows) Show detailed IP configuration information.
> […]

A

ipconfig /all

18
Q

(Windows) Show basic IP configuration information.
> […]

A

ipconfig

19
Q

Hosts can automatically learn the address of the DNS server via [protocol].

A

DHCP

20
Q

What does DNS stand for?

A

Domain Name System