Chapter 2 Flashcards

1
Q

What network mask is associated with a Class B IP Network?

A

255.255.0.0

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

What network protocol is used to associate an Ethernet MAC address with an IP address?

A

ARP

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

Use the following transcript to answer the next 3 questions.

[root@station root]$ ip addr
1: lo: >LOOPBACK,UP,LOWER_UPBROADCAST,MULTICAST,UP,LOWER_UP

A

-

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

What is the MAC address of the interface eth0?

A

00:0d:60:2f:f5:9c

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

What is the MAC address of the loopback interface?

A

The loopback interface does not have a MAC address.

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

What is the network mask of the interface eth0?

A

255.255.255.0

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

Use the following transcript to answer the next 3 questions.

[root@station root]$ ip route
10.0.0.0/8 dev eth0 proto kernel scope link src 10.1.1.1 metric 2
default via 192.168.0.254 dev eth0

A

-

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

What is the IP address of the default gateway?

A

192.168.0.254

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

What is the IP address of the interface eth0?

A

10.1.1.1

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

What network configuration problem is implied by the above routing table?

A

The gateway 192.168.0.254 cannot be reached using any of the local networks.

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

On a system whose only external network interface is the interface eth0, in what file could the default gateway be specified?

A

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

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

In the appropriate configuration file, what parameter is used to specify a default gateway?

A

GATEWAY

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