Linux 12 Flashcards

1
Q

A subnet mask is used to differentiate the host portion from the network portion in a TCP/IP address. True or False?

A

True

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

Which Windows program is often used to connect to a Linux server via SSH?

A

Putty

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

Standalone daemons are started on demand using inetd or xinetd. True or False?

A

False

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

Which file stores the TCP/IP addresses of the DNS servers used to resolve host names if no DNS servers are specified within the network configuration file for the NIC?

A

/etc/resolv.conf

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

To test DNS configuration by resolving a host name to IP address, which command can you see?

A

nslookup hostname

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

Which command can be used to modify the route table on a Linux computer?

A

route

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

Which file holds the methods to be used and the other in which they will be applied for host name resolution?

A

/etc/nsswitch.conf

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

What is a means available to resolve a host name to the appropriate TCP/IP address?

A

DNS

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

SSH encrypts all traffic that passes across the network, whereas telnet does not. True or False?

A

True

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

What devices are used to transfer information from one network to another?

A

Router

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

Which of the following are graphical remote administration technologies?

A

VNC

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

The daemons associated with network services listen for network traffic associated with a particular:

A

Port

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

The TCP/IP address of 127.0.0.1 is also referred to as the:

A

loopback Address

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

The line that configures the host name for the computer at boot time can be found /etc/sysconfig/network. True or False?

A

True

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

Which command would be used to activate the NIC aliased as eth0?

A

ifup eth0

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

Which of the following port numbers is associated with telnet?

17
Q

Which file would you modify to permanently change the TCP/IP address of the first wire NIC on a Fedora 20 system?

A

/etc/sysconfig/network-scripts/ifcfg-eth0

18
Q

Before a computer can use a router, what configuration information must it be provided?

A

default Gateway

19
Q

Which of the following are stand-alone daemons?

A

apache (httpd)

20
Q

Which of the following utilities can be used to check TCP/IP configuration and test network connectivity?