|
61.If an interface(hme1) is not displayed by the "ifconfig -a" command, what should you do?
# ifconfig hme1 up
# ifconfig hme1 plumb x
Verify /etc/hostname.hme1 exists x
# ifconfig hme1 up broadcast
62.What is the name of the argument in the SOA record which defines the time interval, in seconds, in which a master secondary server should check to see if the serial number has changed and determine if a zone transfer should happen
"refresh" or "refresh timer" is correct!
63.The DHCP database, "dhcp_network" is managed with what command?
Yes, "pntadm" is correct!
Because the format of this database can change, it is recommended to use the pntadm command. The dhcptab macro table is updated via the dhtadm utility.
64.What is the term to describe a packet which is less than 64 bytes?
Yes, "Runt" or "Runts" is correct!
65.Order the routing algorithm: (1) If no route to host, generate ICMP error message (2) Check LAN for destination hosts (3) Check routing table for matching network number (4) Check for default route in routing table (5) Check routing table for matching host IP address
3, 5, 4, 1, 2
2, 5, 3, 4, 1 x
2, 3, 5, 4, 1
4, 2, 3, 5, 1 |
|