1.
Which of the following is responsible for resolving a fully qualified domain name to the IP address?
Correct Answer
B. DNS
Explanation
The DNS service resolves fully qualified domain names and host names to IP addresses.
2.
Which of the following is responsible for resolving a NetBIOS name to the IP address?
Correct Answer
D. WINS
Explanation
WINS resolves NetBIOS names to IP addresses for older Windows computers that cannot interact with DNS
3.
Which of the following does not provide name resolution?
Correct Answer
C. DHCP
Explanation
DHCP is responsible for automating the IP configuration of DHCP clients. It does not provide any form of name resolution.
4.
Which network protocol is the least interoperable?
Correct Answer
D. AppleTalk
Explanation
AppleTalk is the least interoperable.
5.
Which network protocol has the most interoperability?
Correct Answer
A. TCP/IP
Explanation
TCP/IP is the most interoperable and can interoperate with most other network protocols.
6.
Which of the following provides name resolution for IPX/SPX?
Correct Answer
C. NDS
Explanation
Novell Directory Services (NDS) provides host name to IPX address resolution in IPX/SPX networks.
7.
Which of the following relies on DNS for name resolution?
Correct Answer
A. TCP/IP
Explanation
TCP/IP uses DNS for name resolution
8.
Which of the following relies on Name Binding Protocol (NBP) to resolve a computer name to its network address?
Correct Answer
D. AppleTalk
Explanation
AppleTalk uses the Name Binding Protocol (NBP) to resolve a computer name to its network address
9.
Which of the following uses a Bindery Services or Novell Directory Services (NDS) for name resolution?
Correct Answer
B. IPX/SPX
Explanation
IPX/SPX relies on either Bindery Services or Novell Directory Services (NDS) for name resolution
10.
You are working as a network administrator and are asked to configure a workstation for SLIP connection over modem. Which networking protocol do you have to ensure is installed first?
Correct Answer
A. TCP/IP
Explanation
SLIP is a part of the TCP/IP protocol suite
11.
You are a senior network administrator. A trainee wants to know which of the following statements is correct regarding TCP and UDP.
Correct Answer
C. TCP is connection-oriented, UDP is unreliable
Explanation
TCP is connection-oriented while UDP is connectionless. This means that TCP provides reliable, verifiable data exchange between hosts on a network while UDP does not provide reliability.
12.
You are working as a network technician. You have been asked to troubleshoot an ICS network at a branch office. The network has been setup as follows:ICS (Internet Connection Sharing) host:- Windows 2000 Professional- 3COM NIC - File and print sharing enabled- TCP/IP installedICS Client 1:- Windows 98 2nd Edition- 3COM NIC- File and print sharing enabled- IPX/SPX installedICS Client 2:- Windows 98 2nd Edition- Intel Etherlink NIC- File and print sharing enabled- TCP/IP installedThe ICS Client 1 user complains that she cannot connect to the Internet. What is the most likely cause of this problem?
Correct Answer
A. TCP/IP has not been installed
Explanation
ICS is only supported on TCP/IP networks, not on IPX/SPX networks. Therefore, TCP/IP must be installed on ICS Client 1.
13.
The use of domain name resolution in order to find addresses is connected to which of the following network protocols?
Correct Answer
A. Transmission Control Protocol / Internet Protocol
Explanation
TCP/IP uses DNS for name resolution
14.
Which of the following is not a valid IP address?
Correct Answer
B. 172.192.4.256
Explanation
IP addresses consist of four sets of 8 bit numbers called octets. 8 bit numbers have a maximum decimal value of 255. The address 172.192.4.256 has the decimal value 256 in the last octet and is therefore not valid. 10.24.12.0 is not a valid IP address for a host but it is a valid network address.
15.
Which of the following is a valid IP address for an Internet host?
Correct Answer
C. 56.144.226.123
Explanation
Internet hosts require public IP addresses. 56.144.226.123 is a public IP address and is thus valid for IP hosts.
16.
Which of the following is a private Class A IP address?
Correct Answer
A. 10.18.12.4
Explanation
Class A IP addresses use the first 8 bits for network identification and the last 24 bits for host identification. The result is an IP address range from 0.0.0.0 through 127.255.255.255 and a default subnet mask of 255.0.0.0. However, 127.0.0.0 through 127.255.255.255 is reserved for diagnostics. Of this range, 10.0.0.0 to 10.255.255.255 is reserved for private IP addresses.
17.
Which of the following is a public Class A IP address?
Correct Answer
B. 25.12.14.21
Explanation
25.12.14.21 is a public Class A IP address.
18.
What is the default subnet mask of a Class B IP address?
Correct Answer
B. 255.255.0.0
Explanation
Class B IP addresses use the first 16 bits for network identification and the last 16 bits for host identification. The result is an IP address range from 128.0.0.0 through 191.255.255.255 and a default subnet mask of 255.255.0.0
19.
What is the default subnet mask of a Class C IP address?
Correct Answer
C. 255.255.255.0
Explanation
Class C IP addresses use the first 24 bits for network identification and the last 8 bits for host identification. The result is an IP address range from 192.0.0.1 through 223.255.255.255 and a default subnet mask of 255.255.255.0.
20.
What is the default subnet mask of a Class A IP address?
Correct Answer
A. 255.0.0.0
Explanation
Class A IP addresses use the first 8 bits for network identification and the last 24 bits for host identification. The result is an IP address range from 0.0.0.0 through 127.255.255.255 and a default subnet mask of 255.0.0.0.
21.
For which IP class range is 255.0.0.0 the default subnet mask?
Correct Answer
A. Class A
Explanation
Class A IP addresses use the first 8 bits for network identification and the last 24 bits for host identification. The result is an IP address range from 0.0.0.0 through 127.255.255.255 and a default subnet mask of 255.0.0.0.
22.
For which IP class range is 255.255.0.0 the default subnet mask?
Correct Answer
B. Class B
Explanation
Class B IP addresses use the first 16 bits for network identification and the last 16 bits for host identification. The result is an IP address range from 128.0.0.0 through 191.255.255.255 and a default subnet mask of 255.255.0.0.
23.
For which IP class range is 255.255.255.0 the default subnet mask?
Correct Answer
C. Class C
Explanation
Class C IP addresses use the first 24 bits for network identification and the last 8 bits for host identification. The result is an IP address range from 192.0.0.1 through 223.255.255.255 and a default subnet mask of 255.255.255.0.
24.
You are a senior network technician. A new trainee asks you which of the following IP adresses would represent a Class A address. How do you answer?
Correct Answer
B. 18.12.4.1
Explanation
Class A IP addresses use the first 8 bits for network identification and the last 24 bits for host identification. The result is an IP address range from 0.0.0.0 through 127.255.255.255 and a default subnet mask of 255.0.0.0.
25.
What does subnetting accomplish?
Correct Answer
A. The segmenting of a large network into smaller networks
Explanation
Subnetting is used to segment a large network into smaller networks. These smaller networks can then be interconnected by using routers.
26.
What is required for segmenting a large network?
Correct Answer
A. Subnetting
Explanation
Subnetting is used to divide a large network into smaller network segments, minimizing network traffic. Subnets are interconnected by means of routers and do not allow broadcast messages to pass from one subnet to another.
27.
Which of the following statements regarding subnetting are false?
Correct Answer
D. Subnetting can be performed on all IP and IPX networks
Explanation
IPX/SPX networks do not use subnet masks, thus subnetting is not possible.
28.
Which of the following are not valid reasons for implementing subnetting?
Correct Answer
A. To increase the number of hosts a Class A network address can support
Explanation
It is not possible to increase the number of hosts a Class A network can support.
29.
Which of the following statements regarding segmenting are true?
Correct Answer
D. Subnetting optimizes the use of the IP address space
Explanation
It is not possible to increase the number of hosts a Class A network can support.