1.
You are working as a network technician and you are asked to segment the network at one of your branch offices. Which of the following techniques could you use to segment the network?
Correct Answer
A. Subnetting
Explanation
Subnetting is used to segment a large network into smaller networks. These smaller networks can then be interconnected by using routers.
2.
Which of the following is a private IP address?
Correct Answer
A. 10.0.0.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. 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.
3.
You are working as a technician and you asked for permission to divide the network at the main office into smaller subnets. Your boss wants to know what valid reason there is for submetting a network. How do you answer?
Correct Answer
A. To separate the network into smaller broadcast domains
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.
4.
Which of the following is a private IP address?
Correct Answer
D. 192.168.127.23
Explanation
Class C 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.0 through 223.255.255.255 and default subnet mask of 255.255.255.0. Of this range, 192.168.0.0 to 192.168.255.255 is reserved for private IP addresses.
5.
Which of the following is a public IP address?
Correct Answer
B. 120.254.200.14
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.
6.
Which of the following is not a private IP address?
Correct Answer
D. 216.172.168.10
Explanation
There are three IANA private IP address ranges. These are 10.0.0.0 through 10.255.255.255, 172.16.0.0 through 172.31.255.255 and 192.168.0.0 through 192.168.255.255. 216.172.168.10 does not fall in any of these private IP address ranges.
7.
Which of the following statements regarding private IP address is true?
Correct Answer
D. Private IP addresses allow more than one private IP network to have the same IP address
Explanation
Private IP addresses are reserved for use on private networks. Therefore, these addresses may be duplicated across many networks without causing IP address conflicts.
8.
Which of the following statements is false?
Correct Answer
D. Private IP addresses may not be duplicated
Explanation
Private IP addresses are reserved for use on private networks. Therefore, these addresses may be duplicated across many networks without causing IP address conflicts.
9.
You are working as a technician for a company that uses private IP addressing for the lab network. A trainee asks you which of the following statements would not be true with regard to private IP addressing. How would you answer?
Correct Answer
B. Private IP addresses must be obtained dynamically from the ISP
Explanation
Private IP addresses are reserved for use on private networks. However, private networks require a public IP address to access resources on the Internet. These public IP addresses, not private IP addresses, must be obtained dynamically from the ISP.
10.
You are a network technician working at a company with a computer lab which uses Internet Assigned Number Authority (IANA) private IP addresses. Which of the following address could represent an IP address used in the computer lab?
Correct Answer
C. 192.168.54.10
Explanation
There are three IANA private IP address ranges. These are 10.0.0.0 through 10.255.255.255, 172.31.255.255 and 192.168.0.0 through 192.168.255.255.
11.
What is required to automatically assign an IP configuration to a host computer?
Correct Answer
C. A DHCP server
Explanation
DHCP is used to automate the assignment of IP configurations to host computers which are then called DHCP clients
12.
The network you support consists of two subnets. A DHCP server is installed on one subnet and is configured to supply IP leases to hosts on both subnets. However, only hosts on the same subnet as the DHCP server receives IP leases from the DHCP server. Which IP address would be assigned to hosts on the other subnet?
Correct Answer
D. IP addresses in the 169.254.0.0 to 169.255.255.255 range
Explanation
When DHCP clients fail to receive an IP lease from the DHCP server, they are assigned APIPA addresses, which are in the range 169.254.0.0 to 169.255.255.255.
13.
Your network consists of two subnets. A DHCP server is installed on one subnet and is configured to supply IP leases to hosts on both subnets. However, only hosts on the same subnet as the DHCP server receives IP leases from the DHCP server. What will ensure that hosts on the remote subnet are also assigned IP leases?
Correct Answer
D. Install and configure a DHCP Relay Agent on remote subnet
Explanation
The clients on the remote subnet do not receive any IP configuration from the DHCP server. A possible cause of this problem is the router. The router might not be forwarding DHCP traffic between the two subnets. We can resolve this problem by installing a DHCP Relay agent on the subnet that has no DHCP server, namely the remote subnet.
14.
Which of the following is used to automate the IP configuration of network hosts?
Correct Answer
C. DHCP
Explanation
DHCP is responsible for automating the IP configuration of DHCP clients.
15.
Which of the following will reduce DHCP traffic on the network?
Correct Answer
B. Increasing the lease expiration time on the DHCP server
Explanation
DHCP is responsible for automating the assignment of IP configurations to computer systems on a TCP/IP network. Whenever a DHCP enabled client computer boots up, it broadcasts a DHCP message across the network in order to locate a DHCP server. If a DHCP server is available, it will respond with a DHCP server. This process is repeated when the DHCP client must renew its lease, which is usually after 87.5 percent of the lease expiration time has elapsed. Thus, one way to reduce the DHCP traffic wold be to reduce the frequency at which clients need to renew the DHCP leases.
16.
Which of the following is not provided by a DHCP server?
Correct Answer
D. Automatic configuration of MAC address
Explanation
The MAC address is not configurable and is assigned to a device by the manufacturer of that device
17.
You are working as a network technician and you're asked to troubleshoot a Windows XP workstation. The IPCONFIG /ALL command displays an IP address of 169.254.1.37. Considering the given information, which of the following statements describes the TCP/IP configuration of the Windows XP Professional workstation?
Correct Answer
B. The computer is set for DHCP, but no DHCP server is available on the network
Explanation
IP address 169.254.1.37 is a self-assigned Automatic Private IP Addressing (APIPA) address. It is automatically assigned to a Windows-based DHCP client that fails to obtain a valid lease from a DHCP server.
18.
You are working as a network technician and you've been sent to a branch office to reconfigure the network to use dynamically assigned IP addresses instead of statistically assigned IP addresses. Which of the following services would you be required to install at the branch in order to automatically assign IP configuration to host computers?
Correct Answer
D. Dynamic Host Configuration Protocol
Explanation
Dynamic Host Configuration Protocol (DHCP)is used to automate the assignment of IP configurations to host computers which are then called DHCP clients.
19.
You work as a network administrator. During a routine maintenance you discover that the load on the DHCP server is unusually high. How would you reduce this traffic?
Correct Answer
A. Configure the DHCP server to increase lease expiration time
Explanation
DHCP is responsible for automating the assignment of IP configurations to computer systems on a TCP/IP network. Whenever a DHCP enabled client computer boots up, it broadcasts a DHCP message across the network in order to locate a DHCP server. If a DHCP server is available, it will respond with a DHCP server. This process is repeated when the DHCP client must renew its lease, which is usually after 87.5 percent of the lease expiration time has elapsed. Thus, one way to reduce the DHCP traffic wold be to reduce the frequency at which clients need to renew the DHCP leases.
20.
Which of the following protocols is used to transmit e-mail between the two e-mail servers?
Correct Answer
B. Simple Mail Transfer Protocol (SMTP)
Explanation
Simple Mail Transfer Protocol (SMTP) is used for sending e-mail messages.
21.
Which of the following protocols is used to transmit e-mail between an e-mail client and an e-mail server?
Correct Answer
B. Post Office Protocol, version 3 (POP3)
Explanation
POP3 and IMAP4 transmit e-mail between the e-mail client and the e-mail server.
22.
Which of the following provides error reporting in TCP/IP?
Correct Answer
B. ICMP
Explanation
Internet Control Message Protocol (ICMP) is used for network management and control. It provides error testing and reporting for TCP/IP.
23.
Which of the following is used to manage IP multicast sessions?
Correct Answer
C. IGMP
Explanation
Internet Group Management Protocol (IGMP) is used to manage IP multicast sessions. It does not provide error reporting.
24.
Which of the following protocols are primarily responsible for managing IP multicast groups?
Correct Answer
D. IGMP
Explanation
IGMP (Internet Group Management Protocol) is responsible primarily for managing IP multicast groups, IP multicasts can send messages or packets to a specific group of hosts.
25.
Which of the following protocols provides maintenance and reporting functions?
Correct Answer
A. ICMP
Explanation
Internet Control Management Protocol (ICMP) provides maintenance and reporting functions. ICMP is the protocol used by the PING program.
26.
Which of the following best describes ARP?
Correct Answer
B. It is responsible for resolving IP addressing
Explanation
Address Resolution Protocol (ARP) is responsible for resolving IP addresses to Network Interface layer addresses, including hardware addresses. ARP can resolve an IP address to a Media Access Control (MAC) address.
27.
Which of the following best describes IGMP?
Correct Answer
C. It is responsible for managing IP multicast groups
Explanation
Internet Group Management Protocol (IGMP) is responsible primarily for managing IP multicast groups. IP multicasts can send messages or packets to a specified group of hosts.
28.
Which of the following best describes ICMP?
Correct Answer
D. It provides maintenance and reporting functions
Explanation
Internet Control Management Protocol (ICMP) provides maintenance and reporting functions. ICMP is the protocol used by the PING program.
29.
Which of the following protocols is used to transmit data between a web browser and a web server?
Correct Answer
B. HTTP
Explanation
HTTP is the protocol that is used by a web browser to communicate with web servers.
30.
Which of the following is a secure alternative to Telnet?
Correct Answer
A. SSH
Explanation
Telnet is a terminal emulation protocol that provides a remote logon to another host over the network. The SSH protocol is used to establish a secure Telnet session over TCP/IP. It can thus be used instead of Telnet.