CompTIA Network+ Certification (N10-003) Part 17

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: 110 | Questions: 30
Please wait...
Question 1 / 30
0 %
0/100
Score 0/100
1. You are a network administrator and you want to test connectivity between a workstation and the server. Which command would you use?

Explanation

Ping is used to test connectivity between two hosts using the IP address of the remote hosts.

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

This CompTIA Network+ Certification quiz assesses knowledge on network management, including differential backups, IP conflicts, and network commands. It is essential for preparing for the N10-003 exam, enhancing skills in managing and troubleshooting network issues.

Personalize your quiz and earn a certificate with your name on it!
2. Which of the following commands can you use to verify the IP configuration of a Microsoft Windows XP workstation?

Explanation

ipconfig /all displays the IP configuration and MAC address for the local Windows XP workstation.

Submit
3. Which of the following commands will allow you to delete an entry from the local ARP table?

Explanation

arp -d removes an IP address to MAC address listing from the local ARP table.

Submit
4. What is the ping utility used for?

Explanation

The ping utility is used to test connectivity between two hosts using the IP address or host name of the remote host.

Submit
5. The winipcfg utility is used to verify the ______.

Explanation

winipcfg displays the IP configuration and MAC address for the local Windows 95, Windows 98 or Windows ME workstation.

Submit
6. Which of the following commands can you use to verify the IP configuration of a Linux workstation?

Explanation

ifconfig displays the IP configuration and MAC address for the local Linux workstation.

Submit
7. You are the administrator of a network that consist of only Windows 2000 clients. IP addresses are provided automatically from a DHCP server. You have recently deployed Active Directory and therefore also added a DNS server to the network. You have updated DHCP with the new information for the DHCP server. You now need to ensure that your users obtain the updated TCP/IP configuration to ensure they will use the correct DNS server. What command should the users input?

Explanation

In Windows 2000, you use the ipconfig /renew command to renew the TCP/IP configuration. However, we should first run the ipconfig /release command to release the current configuration.

Submit
8. What is the purpose of the tracert command?

Explanation

tracert displays a list of router interfaces that a TCP/IP packet passes through on its way to a destination, including destinations on the Internet. This list includes all the DNS names and IP addresses of the routers that the packet is passing through. It also counts the number of hops between a local computer and a destination host.

Submit
9. Which of the following can you use to determine the number of hops between a local computer and a destination host?

Explanation

tracert displays a list of router interfaces that a TCP/IP packet passes through on its way to a destination, including destinations on the Internet. This list includes all the DNS names and IP addresses of the routers that the packet is passing through. It also counts the number of hops between a local computer and a destination host.

Submit
10. What is the arp utility used for?

Explanation

The arp utility is useful for resolving duplicate IP addresses. The arp -a command displays the local ARP table which lists the IP address to MAC address mappings.

Submit
11. The ifconfig utility is used to verify the IP configuration and MAC address of the local ______ workstation.

Explanation

ifconfig displays the IP configuration and MAC address for the local Linux workstation.

Submit
12. You need to identify the number of router hops from your workstation to the DNS server. Your network consists of multiple class C networks that are routed. Which of the following utilities will identify the number of hops between your workstation and the server?

Explanation

When troubleshooting a connection to a site, you can use tracert or traceroute to count the number of hops from the source to the destination host.

Submit
13. Which of the following commands displays the entries in the local ARP table?

Explanation

arp -a displays the listing in the ARP table. This is useful for locating hosts with duplicate IP addresses.

Submit
14. What is the purpose of the arp -d command?

Explanation

arp -d removes an IP address to MAC address listing from the local ARP table.

Submit
15. What is the netstat utility used for?

Explanation

The netstat utility displays the inbound and outbound TCP/IP connections on a local computer.

Submit
16. What is the purpose of the arp -N command?

Explanation

arp -N displays the ARP entry for a specified network interface.

Submit
17. Which of the following can be used to view the active inbound and outbound TCP/IP connections on a computer?

Explanation

netstat -a is used to display the inbound and outbound TCP/IP connections on a local computer.

Submit
18. Which of the following can be used to view IP address to MAC address mappings on a computer?

Explanation

arp -a lists the entries in the ARP table, which holds the IP address to MAC address mappings. It is primarily used for resolving duplicate IP addresses.

Submit
19. Which of the following commands will allow you to add a static entry to the local ARP table?

Explanation

arp -s allows you to add a static IP address to MAC address mapping in the local ARP table. This entry will remain in the ARP table until the local computer is rebooted.

Submit
20. What is the purpose of the arp -s command?

Explanation

arp -s allows you to add a static IP address to MAC address mapping in the local ARP table. This entry will remain in the ARP table until the local computer is rebooted.

Submit
21. What is the ipconfig utility used for?

Explanation

The ipconfig utility displays the IP configuration and MAC address for the local workstation.

Submit
22. What is the purpose of the arp -a command?

Explanation

arp -a displays the listing in the ARP table

Submit
23. What is the purpose of the netstat -a command?

Explanation

netstat -a is used to display the inbound and outbound TCP/IP connections on a local computer.

Submit
24. Which of the following commands can you use to verify the IP configuration of a Microsoft Windows 98 workstation?

Explanation

Winipcfg /all is the Windows 98 version of ipconfig /all and displays the IP configuration and MAC address for the local Windows 98 workstation.

Submit
25. What is the purpose of the ipconfig /all command?

Explanation

ipconfig /all displays the current TCP/IP configuration, including the current IP address, DNS configuration, WINS configuration, and default gateway, on a computer.

Submit
26. The ipconfig utility is used on a ______ workstation to verify the IP configuration and MAC address of that workstation.

Explanation

ipconfig displays the IP configuration and MAC address for the local Windows NT, Windows 2000 or Windows XP workstation.

Submit
27. You are the network administrator. Two Microsoft Windows XP workstations on the network have the same IP address, resulting in an IP address conflict. Which command can you use to identify the computers with identical IP addresses?

Explanation

The arp utility is useful for resolving duplicate IP addresses. The arp -a command displays the local ARP table which lists the IP address to MAC address mappings.

Submit
28. ______ are backed up during a differential backup.

Explanation

A differential backup includes all the files that have changed since the last full backup.

Submit
29. Which of the following backup methods ignores the archive bit of the files?

Explanation

The full or normal backup ignores the archive bit and will backup all files on the system.

Submit
30. Which of the following can you use to determine whether the DNS service is running?

Explanation

Ping is used to test connectivity between two hosts using the IP address or host name of the remote hosts. If you can ping a remote host by IP address but not by host name, then the DNS service may be at fault.

Submit
View My Results

Quiz Review Timeline (Updated): Feb 9, 2024 +

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

  • Current Version
  • Feb 09, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Sep 26, 2010
    Quiz Created by
    Nevermore42
Cancel
  • All
    All (30)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
You are a network administrator and you want to test connectivity...
Which of the following commands can you use to verify the IP...
Which of the following commands will allow you to delete an entry from...
What is the ping utility used for?
The winipcfg utility is used to verify the ______.
Which of the following commands can you use to verify the IP...
You are the administrator of a network that consist of only Windows...
What is the purpose of the tracert command?
Which of the following can you use to determine the number of hops...
What is the arp utility used for?
The ifconfig utility is used to verify the IP configuration and MAC...
You need to identify the number of router hops from your workstation...
Which of the following commands displays the entries in the local ARP...
What is the purpose of the arp -d command?
What is the netstat utility used for?
What is the purpose of the arp -N command?
Which of the following can be used to view the active inbound and...
Which of the following can be used to view IP address to MAC address...
Which of the following commands will allow you to add a static entry...
What is the purpose of the arp -s command?
What is the ipconfig utility used for?
What is the purpose of the arp -a command?
What is the purpose of the netstat -a command?
Which of the following commands can you use to verify the IP...
What is the purpose of the ipconfig /all command?
The ipconfig utility is used on a ______ workstation to verify the IP...
You are the network administrator. Two Microsoft Windows XP...
______ are backed up during a differential backup.
Which of the following backup methods ignores the archive bit of the...
Which of the following can you use to determine whether the DNS...
Alert!

Advertisement