|
1. How does ifconfig determine the netmask for an ip address?
A. It looks at the class for the IP block
B. It looks at the /etc/netmasks file
C. It is entered in at the command line when typing ifconfig
D. It is a given that the netmask is 255.255.255.0
A, B, C (The order in which ifconfig will set up a netmask is as follows: If the netmask is not specified at the command line, it will look at the /etc/hosts file for the network. If there is no entry for the network address in the /etc/netmasks file, ifconfig will assign a netmask based on the IP address class, A, B, C)
2. What determines a class A IP address block?
A. A 0 as the first bit of the first octet
B. A 10 as the first two bits of the first octet
C. A 110 as the first three bits of the first octet
D. A 1110 as the first four bits of the first octet
A (The ip address range for a class A license is 1-127)
3. What does the ethernet address specify in the Sun environment?
A. The 48 bit physical address of the device connected to the network
B. The 48 bit physical address of the host on the network
C. The 48 bit address that matches the IP address of a host on the network
D. The 32 bit address that is put on a network interface that is connected to the network
B (While A and C are close to the truth, in a sun environment, the ethernet address (unless specified in the prom) matches the hostname.
4. What protocol in the TCP/IP network model contains error correction?
A. tcp
B. udp
C. ip
D. icmp
A (tcp has error correction, udp does not)
5. What protocol in the TCP/IP network model is used for routing?
A. tcp
B. udp
C. ip
D. icmp
D (ICMP is used in the RIP protocol, to update route tables) |
|