Chapter 2 Flashcards
What network mask is associated with a Class B IP Network?
255.255.0.0
What network protocol is used to associate an Ethernet MAC address with an IP address?
ARP
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
-
What is the MAC address of the interface eth0?
00:0d:60:2f:f5:9c
What is the MAC address of the loopback interface?
The loopback interface does not have a MAC address.
What is the network mask of the interface eth0?
255.255.255.0
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
-
What is the IP address of the default gateway?
192.168.0.254
What is the IP address of the interface eth0?
10.1.1.1
What network configuration problem is implied by the above routing table?
The gateway 192.168.0.254 cannot be reached using any of the local networks.
On a system whose only external network interface is the interface eth0, in what file could the default gateway be specified?
/etc/sysconfig/network-scripts/ifcfg-eth0
In the appropriate configuration file, what parameter is used to specify a default gateway?
GATEWAY