CH14 Flashcards

1
Q

A Service is?

…like an IP Address
…a file that contains configuration information.
…another name for a Computer’s hostname.
…a feature provided by one computer to another.

A

…a feature provided by one computer to another.

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

Only Servers have Hostnames?

True
False

A

False

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

Which of the following protocols defines how network communication functions?

DHCP
DNS
TCP/IP
SSH

A

TCP/IP

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

Which of the following Commands will display the routing table? (Choose Two)

dig
netstat -r
ifconfig
route

A

netstat -r

route

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

Which of the following commands will allow you to log into a remote machine?

dig
netstat
route
ssh

A

ssh

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

What option to the netstat command has information shown as numbers rather than names?

  • name
  • r
  • t
  • n
A

-n

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

Which of the following commands will allow you to log into the machine server1 with the account name nick?

ssh nick&server1
ssh nick-server1
ssh nick@server1
ssh nick->server1

A

ssh nick@server1

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

When looking at the primary IPv4 configuration file, if the device was configured to be a DHCP client, then the BOOTPROTO value would be set to none?

True
False

A

False

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

When issuing the service network restart command, which of the following occurs?

…brings up all network interfaces, re-reads all related conf files and then the networking for the system is restarted.
…the networking for the system is stopped and then started back up.
…takes down all network interfaces, re-reads all related conf files and then the networking for the system is restarted.

A

…takes down all network interfaces, re-reads all related conf files and then the networking for the system is restarted.

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

Which of the following files contains the IP addresses of the name servers the system should consult in any attempt to resolve names to IP addresses?

/etc/nsswitch.conf
/etc/resolve.conf
/etc/hosts
/etc/resolv.conf

A

/etc/resolv.conf

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