Chapter 14 Exam Flashcards

1
Q

Which of the following would be considered a host?

A printer attached to the network via an IP address
A network cable
A CD-ROM
The computer’s hard drive

A

A printer attached to the network via an IP address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
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
3
Q

A network packet contains …
(choose two)

…the IP address of the source machine.
…a hard drive partition.
…the name of the router.
…the IP address of the destination machine.

A

…the IP address of the source machine.

…the IP address of the destination machine.

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

Only servers have hostnames.
True or False?

True
False

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
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
6
Q
Which of the following are valid IPv4 addresses?
(choose two)
192.105.10.10.2
192.301.25.25
10.33.55.77
192.105.10.10
A
  1. 33.55.77

192. 105.10.10

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

Which of the following commands will display the IP address on a Linux system?

ifconfig
dig
route
ipconfig

A

ifconfig

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
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
9
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
10
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
11
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
12
Q

The RSA key fingerprint allows the dig command to connect to remote systems.
True or False?

True
False

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
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 or False?

True
False

A

False

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

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

…brings up all network interfaces, re-reads all related configuration 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 configuration files and then the networking for the system is restarted.

A

…takes down all network interfaces, re-reads all related configuration 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
15
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
16
Q

Which of the following commands can be used to display socket statistics, and supports all major packet and socket types?

ss
ifconfig
route
top

A

ss