Week 2 - Configuring Network Services Flashcards

1
Q

What is dnsmasq?

Linux only?

A

program that provides DNS, DHCP, TFTP, and PXE services in as simple package

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

What is dnsmasq? [Linux]

A

a program that provides DNS, DHCP, TFTP, and PXE services in a simple package

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

What does the command “dig” on Linux allow us to do?

A

lets us query DNS servers to see their answers

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

Although not typically how you run a service, what flags would you use to have a service like dnsmasq run in debug mode? [command in Linux]

A

sudo dnsmasq -d -q

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

What’s the most basic functionality of dnsmasq?

A

it is a cache for DNS requests (IP of a host name) meaning it remembers so it doesn’t have to query the DNS server for the same request in the future

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

What’s the benefit of using dnsmasq when it comes to lists of host names and IPs?

A

We can give dnsmasq a list of our own host names and IPs and the service will give authoritative answers for them

(use the -H parameter to tell dnsmasq we want to include our list in the information being served)

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

What is DHC client?

A

A very common DHCP client on Linux

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