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,351
| Attempts: 110
SettingsSettings
Please wait...
  • 1/30 Questions

    You are a network administrator and you want to test connectivity between a workstation and the server. Which command would you use?

    • Ping
    • Arp -a
    • Ipconfig /all
    • Winipcfg /all
Please wait...
About This 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.

CompTIA Network+ Certification (N10-003) Part 17 - Quiz

Quiz Preview

  • 2. 

    Which of the following commands can you use to verify the IP configuration of a Microsoft Windows XP workstation?

    • Ping

    • Arp -a

    • Ipconfig /all

    • Winipcfg /all

    Correct Answer
    A. Ipconfig /all
    Explanation
    ipconfig /all displays the IP configuration and MAC address for the local Windows XP workstation.

    Rate this question:

  • 3. 

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

    • Arp -a

    • Arp -d

    • Arp -s

    • Arp -N

    Correct Answer
    A. Arp -d
    Explanation
    arp -d removes an IP address to MAC address listing from the local ARP table.

    Rate this question:

  • 4. 

    What is the ping utility used for?

    • It tests connectivity between two hosts on a network

    • It displays IP address to MAC address mapping

    • It displays the IP configuration and MAC address for the local host

    • It displays the inbound and outbound TCP/IP connections on a local host

    Correct Answer
    A. It tests connectivity between two hosts on a network
    Explanation
    The ping utility is used to test connectivity between two hosts using the IP address or host name of the remote host.

    Rate this question:

  • 5. 

    The winipcfg utility is used to verify the ______.

    • ARP table on a Windows 95 workstation

    • ARP table on a Windows 2000 workstation

    • IP configuration and MAC address on a Windows 98 workstation

    • IP configuration and MAC address on a Windows XP workstation

    Correct Answer
    A. IP configuration and MAC address on a Windows 98 workstation
    Explanation
    winipcfg displays the IP configuration and MAC address for the local Windows 95, Windows 98 or Windows ME workstation.

    Rate this question:

  • 6. 

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

    • Traceroute

    • Ifconfig

    • Ipconfig

    • Winipcfg

    Correct Answer
    A. Ifconfig
    Explanation
    ifconfig displays the IP configuration and MAC address for the local Linux workstation.

    Rate this question:

  • 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?

    • Nbtstat -RR

    • Ifconfig /renew

    • Ipconfig /renew

    • Winipcfg

    Correct Answer
    A. Ipconfig /renew
    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.

    Rate this question:

  • 8. 

    What is the purpose of the tracert command?

    • It lists the IP address to MAC address entries in the ARP table

    • It lists the current TCP/IP configuration on a Windows NT system

    • It lists the active inbound and outbound TCP/IP connections on a local system

    • It lists of router interfaces that a TCP/IP packet passes through on its way to a destination

    Correct Answer
    A. It lists of router interfaces that a TCP/IP packet passes through on its way to a destination
    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.

    Rate this question:

  • 9. 

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

    • Arp -a

    • Ipconfig /all

    • Netstat -a

    • Tracert

    Correct Answer
    A. Tracert
    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.

    Rate this question:

  • 10. 

    What is the arp utility used for?

    • It tests connectivity between two hosts on a network

    • It displays IP address to MAC address mapping

    • It displays the IP configuration and MAC address for the local host

    • It displays the inbound and outbound TCP/IP connections on a local host

    Correct Answer
    A. It displays IP address to MAC address mapping
    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.

    Rate this question:

  • 11. 

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

    • Linux

    • Windows NT

    • Windows 9x

    • Windows XP

    Correct Answer
    A. Linux
    Explanation
    ifconfig displays the IP configuration and MAC address for the local Linux workstation.

    Rate this question:

  • 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?

    • Nbtstat

    • Nslookup/dig

    • Ipconfig /target

    • Tracert (or traceroute)

    Correct Answer
    A. Tracert (or traceroute)
    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.

    Rate this question:

  • 13. 

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

    • Arp -d

    • Arp -a

    • Arp -s

    • Arp -N

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

    Rate this question:

  • 14. 

    What is the purpose of the arp -d command?

    • It displays the listing in the ARP table

    • It displays the ARP entry for a specified network interface

    • It allows you to delete a IP address to MAC address listing from the local ARP table

    • It allows you to add a static IP address to MAC address mapping in the local ARP table

    Correct Answer
    A. It allows you to delete a IP address to MAC address listing from the local ARP table
    Explanation
    arp -d removes an IP address to MAC address listing from the local ARP table.

    Rate this question:

  • 15. 

    What is the netstat utility used for?

    • It tests connectivity between two hosts on a network

    • It displays IP address to MAC address mapping

    • It displays the IP configuration and MAC address for the local host

    • It displays the inbound and outbound TCP/IP connections on a local host

    Correct Answer
    A. It displays the inbound and outbound TCP/IP connections on a local host
    Explanation
    The netstat utility displays the inbound and outbound TCP/IP connections on a local computer.

    Rate this question:

  • 16. 

    What is the purpose of the arp -N command?

    • It displays the listing in the ARP table

    • It displays the ARP entry for a specified network interface

    • It allows you to delete a IP address to MAC address listing from the local ARP table

    • It allows you to add a static IP address to MAC address mapping in the local ARP table

    Correct Answer
    A. It displays the ARP entry for a specified network interface
    Explanation
    arp -N displays the ARP entry for a specified network interface.

    Rate this question:

  • 17. 

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

    • Arp -a

    • Ipconfig /all

    • Netstat -a

    • Tracert

    Correct Answer
    A. Netstat -a
    Explanation
    netstat -a is used to display the inbound and outbound TCP/IP connections on a local computer.

    Rate this question:

  • 18. 

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

    • Arp -a

    • Ipconfig /all

    • Netstat -a

    • Tracert

    Correct Answer
    A. Arp -a
    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.

    Rate this question:

  • 19. 

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

    • Arp -a

    • Arp -d

    • Arp -s

    • Arp -N

    Correct Answer
    A. Arp -s
    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.

    Rate this question:

  • 20. 

    What is the purpose of the arp -s command?

    • It displays the listing in the ARP table

    • It displays the ARP entry for a specified network interface

    • It allows you to delete a IP address to MAC address listing from the local ARP table

    • It allows you to add a static IP address to MAC address mapping in the local ARP table

    Correct Answer
    A. It allows you to add a static IP address to MAC address mapping in 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.

    Rate this question:

  • 21. 

    What is the ipconfig utility used for?

    • It tests connectivity between two hosts on a network

    • It displays IP address to MAC address mapping

    • It displays the IP configuration and MAC address for the local host

    • It displays the inbound and outbound TCP/IP connections on a local host

    Correct Answer
    A. It displays the IP configuration and MAC address for the local host
    Explanation
    The ipconfig utility displays the IP configuration and MAC address for the local workstation.

    Rate this question:

  • 22. 

    What is the purpose of the arp -a command?

    • It displays the listing in the ARP table

    • It displays the ARP entry for a specified network interface

    • It allows you to delete a IP address to MAC address listing from the local ARP table

    • It allows you to add a static IP address to MAC address mapping in the local ARP table

    Correct Answer
    A. It displays the listing in the ARP table
    Explanation
    arp -a displays the listing in the ARP table

    Rate this question:

  • 23. 

    What is the purpose of the netstat -a command?

    • It lists the IP address to MAC address entries in the ARP table

    • It lists the current TCP/IP configuration on a Windows NT system

    • It lists the active inbound and outbound TCP/IP connections on a local system

    • It lists of router interfaces that a TCP/IP packet passes through on its way to a destination

    Correct Answer
    A. It lists the active inbound and outbound TCP/IP connections on a local system
    Explanation
    netstat -a is used to display the inbound and outbound TCP/IP connections on a local computer.

    Rate this question:

  • 24. 

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

    • Ping

    • Arp -a

    • Ipconfig /all

    • Winipcfg /all

    Correct Answer
    A. Winipcfg /all
    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.

    Rate this question:

  • 25. 

    What is the purpose of the ipconfig /all command?

    • It lists the IP address to MAC address entries in the ARP table

    • It lists the current TCP/IP configuration on a Windows NT system

    • It lists the active inbound and outbound TCP/IP connections on a local system

    • It lists of router interfaces that a TCP/IP packet passes through on its way to a destination

    Correct Answer
    A. It lists the current TCP/IP configuration on a Windows NT system
    Explanation
    ipconfig /all displays the current TCP/IP configuration, including the current IP address, DNS configuration, WINS configuration, and default gateway, on a computer.

    Rate this question:

  • 26. 

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

    • Linux

    • Windows NT

    • Windows 98 SE

    • Windows ME

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

    Rate this question:

  • 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?

    • Ping

    • Arp -a

    • Ipconfig /all

    • Winipcfg /all

    Correct Answer
    A. Arp -a
    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.

    Rate this question:

  • 28. 

    ______ are backed up during a differential backup.

    • All files

    • Only selected files

    • All files that have changed since the last backup

    • All files that have changed since the last full backup

    Correct Answer
    A. All files that have changed since the last full backup
    Explanation
    A differential backup includes all the files that have changed since the last full backup.

    Rate this question:

  • 29. 

    Which of the following backup methods ignores the archive bit of the files?

    • Full

    • Incremental

    • Differential

    • None of the above

    Correct Answer
    A. Full
    Explanation
    The full or normal backup ignores the archive bit and will backup all files on the system.

    Rate this question:

  • 30. 

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

    • Ping

    • Arp -a

    • Ipconfig /all

    • Netstat

    Correct Answer
    A. Ping
    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.

    Rate this question:

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
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.