CompTIA Network+ Certification (N10-003) Part 10

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Nevermore42
N
Nevermore42
Community Contributor
Quizzes Created: 23 | Total Attempts: 6,369
| Attempts: 138 | Questions: 30
Please wait...
Question 1 / 30
0 %
0/100
Score 0/100
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?

Explanation

Subnetting is used to segment a large network into smaller networks. These smaller networks can then be interconnected by using routers.

Submit
Please wait...
About This Quiz
CompTIA Network+ Certification (N10-003) Part 10 - Quiz

30 CompTIA Network+ questions covering subnetting, public and private addresses, services and protocols.

Personalize your quiz and earn a certificate with your name on it!
2. 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?

Explanation

Dynamic Host Configuration Protocol (DHCP)is used to automate the assignment of IP configurations to host computers which are then called DHCP clients.

Submit
3. What is required to automatically assign an IP configuration to a host computer?

Explanation

DHCP is used to automate the assignment of IP configurations to host computers which are then called DHCP clients

Submit
4. Which of the following is used to automate the IP configuration of network hosts?

Explanation

DHCP is responsible for automating the IP configuration of DHCP clients.

Submit
5. Which of the following best describes IGMP?

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.

Submit
6. 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?

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.

Submit
7. Which of the following protocols 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.

Submit
8. Which of the following best describes ARP?

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.

Submit
9. Which of the following protocols is used to transmit data between a web browser and a web server?

Explanation

HTTP is the protocol that is used by a web browser to communicate with web servers.

Submit
10. Which of the following is a secure alternative to Telnet?

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.

Submit
11. 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?

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.

Submit
12. Which of the following is not provided by a DHCP server?

Explanation

The MAC address is not configurable and is assigned to a device by the manufacturer of that device

Submit
13. Which of the following provides error reporting in TCP/IP?

Explanation

Internet Control Message Protocol (ICMP) is used for network management and control. It provides error testing and reporting for TCP/IP.

Submit
14. Which of the following protocols are primarily responsible for managing IP multicast groups?

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.

Submit
15. Which of the following is used to manage IP multicast sessions?

Explanation

Internet Group Management Protocol (IGMP) is used to manage IP multicast sessions. It does not provide error reporting.

Submit
16. Which of the following is a private IP address?

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.

Submit
17. Which of the following best describes ICMP?

Explanation

Internet Control Management Protocol (ICMP) provides maintenance and reporting functions. ICMP is the protocol used by the PING program.

Submit
18. Which of the following is a private IP address?

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.

Submit
19. Which of the following protocols is used to transmit e-mail between the two e-mail servers?

Explanation

Simple Mail Transfer Protocol (SMTP) is used for sending e-mail messages.

Submit
20. 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?

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.

Submit
21. 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?

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.

Submit
22. Which of the following is not a private IP address?

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.

Submit
23. Which of the following is a public IP address?

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.

Submit
24. 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?

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.

Submit
25. Which of the following will reduce DHCP traffic on the network?

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.

Submit
26. Which of the following statements regarding private IP address is true?

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.

Submit
27. 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?

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.

Submit
28. Which of the following protocols is used to transmit e-mail between an e-mail client and an e-mail server?

Explanation

POP3 and IMAP4 transmit e-mail between the e-mail client and the e-mail server.

Submit
29. Which of the following statements is false?

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.

Submit
30. 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?

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.

Submit
View My Results

Quiz Review Timeline (Updated): Jul 29, 2024 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jul 29, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Sep 12, 2010
    Quiz Created by
    Nevermore42
Cancel
  • All
    All (30)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
You are working as a network technician and you are asked to segment...
You are working as a network technician and you've been sent to a...
What is required to automatically assign an IP configuration to a host...
Which of the following is used to automate the IP configuration of...
Which of the following best describes IGMP?
You are working as a technician and you asked for permission to divide...
Which of the following protocols provides maintenance and reporting...
Which of the following best describes ARP?
Which of the following protocols is used to transmit data between a...
Which of the following is a secure alternative to Telnet?
You are a network technician working at a company with a computer lab...
Which of the following is not provided by a DHCP server?
Which of the following provides error reporting in TCP/IP?
Which of the following protocols are primarily responsible for...
Which of the following is used to manage IP multicast sessions?
Which of the following is a private IP address?
Which of the following best describes ICMP?
Which of the following is a private IP address?
Which of the following protocols is used to transmit e-mail between...
You work as a network administrator.  During a routine...
You are working as a network technician and you're asked to...
Which of the following is not a private IP address?
Which of the following is a public IP address?
The network you support consists of two subnets.  A DHCP server...
Which of the following will reduce DHCP traffic on the network?
Which of the following statements regarding private IP address is...
You are working as a technician for a company that uses private IP...
Which of the following protocols is used to transmit e-mail between an...
Which of the following statements is false?
Your network consists of two subnets.  A DHCP server is installed...
Alert!

Advertisement