Hardware And Network Troubleshooting Trivia Test!

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 Catherine Halcomb
Catherine Halcomb
Community Contributor
Quizzes Created: 1442 | Total Attempts: 6,630,300
| Attempts: 1,375
SettingsSettings
Please wait...
  • 1/123 Questions

    What is the purpose of a software patch?

    • To connect a workstation to a wall outlet
    • To fix a software weakness discovered after the software was formally released
    • To back up hard drive data to a duplicate hard drive
    • To correct a hard drive corrupted with a virus
Please wait...
Hardware And Network Troubleshooting Trivia Test! - Quiz
About This Quiz

Dive into the 'Hardware and Network Troubleshooting Trivia Test!' to challenge and enhance your skills in diagnosing and resolving network issues. This quiz assesses your ability to use tools like Ping and Netstat, and understand TCP\/IP configurations and connectivity troubleshooting.


Quiz Preview

  • 2. 

    Which of the following protocol suites provides the Ping utilityfor use in troubleshooting situations?

    • TCP/IP

    • NetBEUI

    • RTMP

    • IPX/SPX

    Correct Answer
    A. TCP/IP
    Explanation
    TCP/IP is the correct answer because it is a widely used protocol suite that provides the Ping utility for troubleshooting purposes. The Ping utility is used to test the reachability of a network device and to measure the round-trip time for packets to travel from the source to the destination. TCP/IP is the underlying protocol suite of the internet and is commonly used in networking and troubleshooting scenarios. NetBEUI, RTMP, and IPX/SPX are not known for providing the Ping utility.

    Rate this question:

  • 3. 

    To view the IP address of a workstation, which of the followingis the best tool to use?

    • Netstat

    • Tracert

    • Ipconfig

    • FTP

    Correct Answer
    A. Ipconfig
    Explanation
    Ipconfig is the best tool to view the IP address of a workstation. Ipconfig is a command-line utility that displays the IP configuration settings of a network interface on a Windows computer. It provides detailed information about the IP address, subnet mask, default gateway, and other network settings. This tool is specifically designed to retrieve and display the IP configuration information, making it the most suitable option for checking the IP address of a workstation.

    Rate this question:

  • 4. 

    A client has a wireless home network using IEEE 802.11bstandard. When the laptop is more than 150 feet away fromthe wireless AP sending data is slow. What is causing this?

    • The farther away from the AP you are the slower the data rate will be.

    • The batteries are dead.

    • The antenna is loose.

    • The cable is disconnected.

    Correct Answer
    A. The farther away from the AP you are the slower the data rate will be.
    Explanation
    The correct answer explains that the farther away the laptop is from the wireless AP, the slower the data rate will be. This is because the signal strength decreases as the distance increases, resulting in a weaker and slower connection. The other options (dead batteries, loose antenna, disconnected cable) are not relevant to the given scenario and do not explain the slow data rate.

    Rate this question:

  • 5. 

    Which TCP/IP utility is used to show IP addresses?

    • Ping

    • Netstat

    • Ipconfig

    • Tracert

    Correct Answer
    A. Ipconfig
    Explanation
    Ipconfig is the correct answer because it is a TCP/IP utility used to show IP addresses. It is a command-line tool that displays the current configuration of the IP address, subnet mask, and default gateway for all network interfaces on a device. This utility is commonly used in Windows operating systems to troubleshoot network connectivity issues and obtain information about the network configuration.

    Rate this question:

  • 6. 

    Which of the following provides truly continuous power tothe server if the commercial power system fails?

    • Generator

    • Power Strip

    • BBC

    • UPS

    Correct Answer
    A. UPS
    Explanation
    A UPS (Uninterruptible Power Supply) provides truly continuous power to the server if the commercial power system fails. Unlike a generator, which takes a few seconds to start up and provide power, a UPS instantly switches to battery power without any interruption. A power strip is simply a device that allows multiple devices to be plugged into a single power outlet. BBC is not relevant to the context and does not provide continuous power.

    Rate this question:

  • 7. 

    Which of these TCP/IP commands generates the followingoutput?Connection-specific DNS Suffix . : server.isp.comIP Address. . . . . . . . . . . .: 192.168.0.2Subnet Mask . . . . . . . . . . .: 255.255.255.0Default Gateway . . . . . . . . .: 192.168.0.1

    • Ping

    • Ipconfig

    • Tracert

    • Arp -d

    Correct Answer
    A. Ipconfig
    Explanation
    The correct answer is ipconfig. The ipconfig command is used to display the IP configuration settings of a computer. It provides information about the IP address, subnet mask, default gateway, and DNS suffix. In this case, the output shown matches the format and content of the ipconfig command, confirming it as the correct answer.

    Rate this question:

  • 8. 

    Examine the following output:Reply from 24.67.184.1: bytes=32 time=20ms TTL=64Reply from 24.67.184.1: bytes=32 time=60ms TTL=64Reply from 24.67.184.1: bytes=32 time=10ms TTL=64Reply from 24.67.184.1: bytes=32 time=10ms TTL=64Which utility generated this output?

    • Ping

    • Tracert

    • Netstat

    • Nbtstat

    Correct Answer
    A. Ping
    Explanation
    The given output is a typical response from the Ping utility. Ping is used to test the connectivity between two network devices by sending ICMP echo request packets and receiving ICMP echo reply packets. The output shows that the destination IP address 24.67.184.1 responded with multiple replies, indicating that the device is reachable and responsive. The "bytes=32" indicates the size of the ICMP packets sent, and the "time" shows the round-trip time in milliseconds for each reply. The "TTL=64" indicates the Time to Live value set for the packets.

    Rate this question:

  • 9. 

    A workstation NIC link light isn’t illuminated. After replacingthe NIC, the light still isn’t lit. What should be done next?

    • Reboot the server.

    • Replace the cable connecting the NIC to the hub.

    • Replace the hub.

    • Replace the workstation.

    Correct Answer
    A. Replace the cable connecting the NIC to the hub.
    Explanation
    If the workstation NIC link light is not illuminated after replacing the NIC, it suggests that the issue may lie with the cable connecting the NIC to the hub. Therefore, the next step should be to replace the cable. This is because a faulty or damaged cable can prevent the link light from illuminating, even if the NIC itself is functioning properly. Replacing the cable will help ensure a proper connection between the NIC and the hub, potentially resolving the issue.

    Rate this question:

  • 10. 

    Client computers on a network can exchange files but nonecan access the Internet. What is the likely problem?

    • TCP/IP has been installed on the network.

    • The hub isn’t functioning.

    • The NIC cards don’t have MAC addresses.

    • The default gateway isn’t configured correctly.

    Correct Answer
    A. The default gateway isn’t configured correctly.
    Explanation
    The likely problem is that the default gateway isn't configured correctly. The default gateway is the IP address of the router that connects the local network to the Internet. If it is not configured correctly, the client computers will not be able to access the Internet even though they can exchange files on the network.

    Rate this question:

  • 11. 

    Maintenance has just installed new ceiling fans in your officesand now users complain of a slowdown in network performance.Nothing in the network topology has changed. What isthe cause of the slowdown?

    • AMI (Alternate Mark Inversion

    • EMI (Electromagnetic Interference)

    • MIB (Management Information Block)

    • FDM (Frequency Dividing Multiplex)

    Correct Answer
    A. EMI (Electromagnetic Interference)
    Explanation
    The installation of new ceiling fans can cause electromagnetic interference (EMI) which can disrupt the network performance. EMI refers to the electromagnetic radiation emitted by electronic devices, including ceiling fans, which can interfere with the signals and data transmission in a network. As a result, the network may experience a slowdown in performance. Since nothing else in the network topology has changed, EMI is the most likely cause of the issue.

    Rate this question:

  • 12. 

    You can connect to an Internet site using the IP address butnot with the domain name for that site. What is the problem?

    • Incorrect WINS configuration

    • Incorrect HOST configuration

    • Incorrect DNS configuration

    • Incorrect DHCP configuration

    Correct Answer
    A. Incorrect DNS configuration
    Explanation
    The problem is that the DNS (Domain Name System) configuration is incorrect. DNS is responsible for translating domain names into IP addresses, allowing users to access websites using easy-to-remember domain names instead of complicated IP addresses. If the DNS configuration is incorrect, the computer is unable to resolve the domain name to the corresponding IP address, resulting in the inability to connect to the Internet site using the domain name.

    Rate this question:

  • 13. 

    The NIC link light on a workstation isn’t lit. The cable frompatch panel to hub checks good, as does the cabling from walloutlet to patch panel. From the following options, choose thenext step.

    • Reinstall the NOS.

    • Check the cable from the workstation NIC to the wall jack.

    • Replace the hub.

    • Replace all cabling from NIC to hub.

    Correct Answer
    A. Check the cable from the workstation NIC to the wall jack.
    Explanation
    The NIC link light on a workstation indicates whether there is a connection between the workstation's network interface card (NIC) and the network. If the link light is not lit, it suggests that there may be an issue with the cable connecting the NIC to the wall jack. Therefore, the next step should be to check the cable from the workstation NIC to the wall jack to ensure it is properly connected or functioning correctly.

    Rate this question:

  • 14. 

    When running the Ping command, you receive a report thatsays: “Destination Unreachable.” What is the most likely causeof this response?

    • The Host is in another country.

    • The Host is on the same subnet.

    • There is a misconfigured router.

    • The router is the default gateway.

    Correct Answer
    A. There is a misconfigured router.
    Explanation
    The most likely cause of receiving a "Destination Unreachable" response when running the Ping command is a misconfigured router. This means that the router is not properly set up or has incorrect settings, causing it to be unable to reach the destination. This can happen due to various reasons such as incorrect routing table entries, network configuration errors, or hardware issues with the router.

    Rate this question:

  • 15. 

    The NIC link light on a workstation isn’t lit. The cable frompatch panel to hub checks good, as does the cabling from walloutlet to patch panel. Which of the following is the next step?

    • Check the cable from the workstation NIC to the wall jack.

    • Reinstall the NOS.

    • Replace the hub.

    • Replace all cabling from NIC to hub.

    Correct Answer
    A. Check the cable from the workstation NIC to the wall jack.
    Explanation
    The next step would be to check the cable from the workstation NIC to the wall jack because if the NIC link light is not lit, it indicates a problem with the connection between the workstation and the wall jack. The fact that the cable from the patch panel to the hub and the cabling from the wall outlet to the patch panel are both good suggests that the issue lies specifically with the cable connecting the workstation NIC to the wall jack.

    Rate this question:

  • 16. 

    You receive a “Forbidden…” error message after changing thedirectory where the file is stored. What should be done to correctthis situation?

    • Change the symbolic link.

    • Change permissions to the directory.

    • Reinstall the Operating System, as it has been corrupted.

    • Rename the file.

    Correct Answer
    A. Change permissions to the directory.
    Explanation
    If you receive a "Forbidden" error message after changing the directory where the file is stored, the correct action to correct this situation is to change the permissions to the directory. This error message typically indicates that the user does not have the necessary permissions to access the directory or its contents. By changing the permissions, you can grant the appropriate access rights to the user, allowing them to access the directory without encountering the "Forbidden" error.

    Rate this question:

  • 17. 

    A network has recently been infected with viruses that are irritatingbut not devastating. Before a devastating virus cripplesthe network, antivirus software is installed on the server.Which of the following is true?

    • The server is not protected.

    • The network is adequately protected

    • Antivirus software should also be installed on all patch panels

    • Antivirus software should also be installed on all workstations.

    Correct Answer
    A. Antivirus software should also be installed on all workstations.
    Explanation
    Installing antivirus software on the server alone does not provide adequate protection for the entire network. While the server may be protected, the workstations can still be vulnerable to viruses. Therefore, to ensure comprehensive protection, antivirus software should also be installed on all workstations.

    Rate this question:

  • 18. 

    A user cannot access computers in a remote workgroup subnet,but can access computers within his local subnet. Otherusers in the local subnet can access the remote subnet withoutany problems. The first step in troubleshooting this problem isto:

    • Implemented an Action Plan

    • Test the result

    • Identify the affected area

    • Document the solution

    Correct Answer
    A. Identify the affected area
    Explanation
    The first step in troubleshooting the problem described is to identify the affected area. By identifying the affected area, the user can narrow down the scope of the issue and focus on troubleshooting that specific area. This will help in determining whether the problem lies within the user's computer or within the remote workgroup subnet. Once the affected area is identified, further troubleshooting can be done to resolve the issue.

    Rate this question:

  • 19. 

    Which of the following utilities would you typically use todetermine the number of hops to a specific destination?

    • Nbtstat

    • Netstat

    • Ping

    • Tracert

    Correct Answer
    A. Tracert
    Explanation
    Tracert is the correct answer because it is a utility used to determine the number of hops (routers) between the source and destination. It traces the route taken by packets from the source to the destination, showing the IP addresses of each router along the way. This information is useful for troubleshooting network connectivity issues and identifying delays or packet loss. Nbtstat is used for NetBIOS over TCP/IP troubleshooting, Netstat displays active network connections and listening ports, and Ping is used to test connectivity between two devices.

    Rate this question:

  • 20. 

    The network administrator from the outside world can pingwww.mic-inc.com, but he cannot ping one of the clients thatare a part of the mic-inc.com network. In addition, that clientcannot access the Internet. What is the most likely cause ofthis problem?

    • The user is on a different network segment than the web server, and that specific segment is unable to connect to the internet.

    • The web server is disconnected.

    • The network administrator has incorrectly configured WINS settings.

    • The www.mic-inc.com clients are on a wireless network, and therefore cannot be pinged.

    Correct Answer
    A. The user is on a different network segment than the web server, and that specific segment is unable to connect to the internet.
    Explanation
    The most likely cause of the problem is that the user is on a different network segment than the web server, and that specific segment is unable to connect to the internet. This means that there is a connectivity issue between the user's network segment and the internet, which is preventing the client from accessing the internet and being pinged by the network administrator.

    Rate this question:

  • 21. 

    A client is configured for a dynamic IP address. When the userturns on the computer, they are unable to access the network.What is the most likely cause of the problem?

    • The server on the network segment has not been configured for DHCP.

    • The client has no entries in the LMHOST file.

    • The server does not have a properly configured DNS server.

    • The server is only using the TCP/IP protocol, not NetBEUI.

    Correct Answer
    A. The server on the network segment has not been configured for DHCP.
    Explanation
    The most likely cause of the problem is that the server on the network segment has not been configured for DHCP. Since the client is configured for a dynamic IP address, it relies on the server to assign an IP address. If the server is not configured for DHCP, it will not be able to provide an IP address to the client, resulting in the client being unable to access the network.

    Rate this question:

  • 22. 

    The IP address of a workstation is 192.168.20.2. It’s connectedto a hub with an IP address of 192.168.20.3. Which of the followingwill check the connection status between workstationand hub?

    • Ipconfig/all

    • Ping 192.168.20.3

    • Arp 192.168

    • Tracert 192.168.20.3

    Correct Answer
    A. Ping 192.168.20.3
    Explanation
    The correct answer is "Ping 192.168.20.3". In order to check the connection status between the workstation and the hub, the ping command is used. By sending a ping request to the IP address of the hub (192.168.20.3), the workstation can determine if it is able to communicate with the hub. If the hub responds to the ping request, it indicates that the connection between the two devices is functioning properly.

    Rate this question:

  • 23. 

    A user calls to inform you that she can’t access the Internetfrom her system. When you visit the user, you run the ipconfig/all utility and see the following information. What is themost likely reason the user is having problems accessing theInternet?C:\>ipconfig /allWindows 2000 IP ConfigurationHost Name . . . . . . . . . . . . : LAPTOPPrimary DNS Suffix . . . . . . . :Node Type . . . . . . . . . . . . : BroadcastIP Routing Enabled. . . . . . . . : NoWINS Proxy Enabled. . . . . . . . : NoEthernet adapter Local Area Connection:Connection-specific DNS Suffix . :Description . . . . . . . . . . . : Intel 8255x-based PCI EthernetPhysical Address. . . . . . . . . : 00-D0-59-09-07-51DHCP Enabled. . . . . . . . . . . : NoIP Address. . . . . . . . . . . . : 192.168.2.1Subnet Mask . . . . . . . . . . . : 255.255.255.0Default Gateway . . . . . . . . . :DNS Servers . . . . . . . . . . . : 192.168.2.10192.168.2.20

    • DHCP is not enabled.

    • The default gateway setting is not configured.

    • The subnet mask is incorrect.

    • The system is on a different subnet than the DNS servers.

    Correct Answer
    A. The default gateway setting is not configured.
    Explanation
    The most likely reason the user is having problems accessing the Internet is because the default gateway setting is not configured. The default gateway is responsible for routing network traffic from the local network to external networks, such as the Internet. Without a configured default gateway, the user's system does not know where to send network traffic that is destined for external networks. This would result in the user being unable to access the Internet.

    Rate this question:

  • 24. 

    You have clients who cannot access remote networks. Their IPconfiguration is valid. What should you check first?

    • The HOST file

    • The DNS configuration

    • The Default Gateway to determine that it is active

    • The LMHOST file

    Correct Answer
    A. The Default Gateway to determine that it is active
    Explanation
    To troubleshoot the issue of clients unable to access remote networks, the first thing to check is the Default Gateway to ensure that it is active. The Default Gateway is the IP address of the router that connects the local network to the internet. If the Default Gateway is not active or configured correctly, it can prevent clients from accessing remote networks. Checking the Default Gateway is crucial as it acts as the gateway for network traffic to flow between the local network and the internet.

    Rate this question:

  • 25. 

    Your company network has a mixture of Windows 2000 andNetWare servers. When you install a new group of WindowsXP client machines, they can connect to the Windows serversbut not to the NetWare servers. What is the most likely reasonfor this?

    • TCP/IP has not been configured on the clients.

    • NDS has not been configured on the clients.

    • Client Services for NetWare has not been installed on the clients

    • LMHOSTS has not been installed on the clients.

    Correct Answer
    A. Client Services for NetWare has not been installed on the clients
    Explanation
    The most likely reason for the new Windows XP client machines not being able to connect to the NetWare servers is that Client Services for NetWare has not been installed on the clients. This service is required for the clients to establish a connection with the NetWare servers. Without this service, the clients will only be able to connect to the Windows servers.

    Rate this question:

  • 26. 

    A workstation cannot connect with the rest of the network.What’s the next step to take?

    • Reinstall networking software on the workstation

    • Check the connection to remote servers.

    • Check the NOS configuration settings at the server.

    • Check other workstations to determine whether they have a similar problem.

    Correct Answer
    A. Check other workstations to determine whether they have a similar problem.
    Explanation
    The next step to take when a workstation cannot connect with the rest of the network is to check other workstations to determine whether they have a similar problem. This step is important because it helps to identify whether the issue is specific to the workstation or if it is a network-wide problem. By checking other workstations, it can be determined if the problem is isolated to the workstation itself or if it is a larger network issue that needs to be addressed.

    Rate this question:

  • 27. 

    Which TCP/IP utility is used to show the number of packetssent and received on a workstation?

    • Nbtstat

    • Netstat

    • Nptstat

    • Arp

    Correct Answer
    A. Netstat
    Explanation
    Netstat is a TCP/IP utility that is used to display the number of packets sent and received on a workstation. It provides information about active network connections, listening ports, and network statistics. By using Netstat, users can monitor the network traffic and identify any issues or abnormalities in the packet transmission. Nbtstat is used to display NetBIOS over TCP/IP (NBT) protocol statistics, Nptstat is not a valid utility, and Arp is used to display and modify the Address Resolution Protocol (ARP) cache.

    Rate this question:

  • 28. 

    After installing a NIC card and properly setting up the workstation,there’s no link light on the NIC. You test the networkcable and it is good. What action should be taken next?

    • Run diagnostics on the NIC such as a hardware loopback.

    • Replace the NIC.

    • Attach a network analyzer to the server and check all connections.

    • Replace the hub.

    Correct Answer
    A. Run diagnostics on the NIC such as a hardware loopback.
    Explanation
    After installing a NIC card and ensuring proper setup, if there is no link light on the NIC despite testing the network cable and confirming it is functioning correctly, the next action should be to run diagnostics on the NIC. Performing a hardware loopback test can help identify any issues with the NIC and determine if it is functioning properly. This test can help troubleshoot and identify any potential problems with the NIC that may be causing the lack of link light.

    Rate this question:

  • 29. 

    The IP address of a workstation is 192.168.20.2. It’s connectedto a hub with an IP address of 192.168.20.3. Which of the followingwill check the connection status between workstationand hub?

    • Ping 192.168.20.3

    • Ipconfig /all

    • Arp 192.168

    • Tracert 192.168.20.3

    Correct Answer
    A. Ping 192.168.20.3
    Explanation
    The correct answer is "ping 192.168.20.3". The ping command is used to check the connectivity between two devices on a network. By pinging the IP address of the hub (192.168.20.3), the workstation can determine if it is able to communicate with the hub. If a response is received, it means that the connection between the workstation and the hub is active and working properly.

    Rate this question:

  • 30. 

    Users call the Help Desk and complain that they cannot connectto remote file shares. The System Administrator troubleshootsthe problem and discovers he can only connect tothe shares by IP and not by the URL of the server. What isthe problem?

    • The DCHP server is issuing the wrong subnet.

    • The DHCP server is offline.

    • The DNS server is offline.

    • The WINS server is offline.

    Correct Answer
    A. The DNS server is offline.
    Explanation
    The problem is that the DNS server is offline. DNS (Domain Name System) is responsible for translating domain names into IP addresses. When the DNS server is offline, the system administrator can only connect to the shares using the IP address instead of the URL. This indicates that the DNS server is not functioning properly, causing the inability to connect to remote file shares using the server's URL.

    Rate this question:

  • 31. 

    A user is experiencing connectivity problems to a remote system.While sitting at the user’s computer, you determine thatthe TCP/IP configuration of the workstation is correct andthat you are able to ping the local loopback, the IP address ofthe system itself, and the IP address of the default gateway.What is the next step in the troubleshooting process?

    • Reinitialize the TCP/IP stack

    • Remove and reinstall the TCP/IP protocol

    • Change the IP address to one in another range

    • Ping the remote host

    Correct Answer
    A. Ping the remote host
    Explanation
    After confirming that the TCP/IP configuration is correct and the local loopback, IP address of the system, and IP address of the default gateway can all be pinged successfully, the next step in the troubleshooting process would be to ping the remote host. This step will help determine if the connectivity issue is specific to the remote system or if it is a broader network issue. By pinging the remote host, it will provide information on whether the problem lies with the remote system or if there are any network connectivity issues preventing communication with the remote host.

    Rate this question:

  • 32. 

    What does the command arp -a do when executed on aWindows 2000 system?

    • It displays the list of IP addresses that have been resolved to MAC addresses.

    • It displays the list of NetBIOS names that have been resolved to IP addresses.

    • It removes all the current entries from the ARP table.

    • It allows a static entry to be added to the ARP table.

    Correct Answer
    A. It displays the list of IP addresses that have been resolved to MAC addresses.
    Explanation
    The command "arp -a" when executed on a Windows 2000 system displays the list of IP addresses that have been resolved to MAC addresses. This command allows the user to view the mapping between IP addresses and their corresponding MAC addresses, which can be useful for troubleshooting network connectivity issues or identifying devices on the network.

    Rate this question:

  • 33. 

    Your remote office has changed location and all of the networkdevices have been assigned new addresses. Local users have noproblems accessing the resources, but remote users can onlyaccess these devices by IP address. Which utility would youuse first to get a better understanding of the problem from aDNS perspective?

    • Arp

    • Netstat

    • Tracert

    • Nslookup

    Correct Answer
    A. Nslookup
    Explanation
    To get a better understanding of the problem from a DNS perspective, the utility that should be used first is Nslookup. Nslookup is a command-line tool that allows users to query DNS servers to obtain information about domain names, IP addresses, and other DNS records. By using Nslookup, one can check if the DNS resolution is working correctly for the remote users and determine if the DNS server is able to resolve the domain names to their corresponding IP addresses. This will help in identifying any DNS-related issues that may be causing the problem for the remote users.

    Rate this question:

  • 34. 

    While troubleshooting a network connectivity problem on aWindows 2000 Server, you need to view a list of the IPaddresses that have been resolved to MAC addresses. Whichof the following commands would you use to do this?

    • Arp -s

    • Nbtstat -a

    • Arp -d

    • Arp –a

    Correct Answer
    A. Arp –a
    Explanation
    The correct answer is "arp -a". The arp -a command is used to view the ARP (Address Resolution Protocol) cache on a Windows system. The ARP cache contains a list of IP addresses that have been resolved to MAC addresses. By using the arp -a command, you can see the IP addresses and their corresponding MAC addresses, which can help in troubleshooting network connectivity issues.

    Rate this question:

  • 35. 

    Which of the following TCP/IP commands generates the followingoutput?1 15 ms <10 ms <10 ms 192.168.2.12 31 ms 32 ms 31 ms wbar8.sea1-4-4-064-001.sea1.dslverizon.net [4.4.64.1]3 31 ms 31 ms 47 ms 4.9.0.1614 31 ms 31 ms 47 ms vnsc-pri.sys.gtei.net [4.2.2.1]Trace complete.

    • Tracert

    • Pathping

    • Netstat

    • Arp -d

    Correct Answer
    A. Tracert
    Explanation
    The correct answer is "tracert". The given output is a result of the tracert command, which is used to trace the route taken by packets across an IP network. Tracert displays the IP addresses and response times of each hop (router) along the path from the source to the destination. In this case, the output shows the IP addresses and response times for each hop along the route to the destination.

    Rate this question:

  • 36. 

    What command would you use to delete entries host file?

    • Arp -d

    • Nbtstat -R

    • Ipconfig /renew

    • Netstat -n

    Correct Answer
    A. Arp -d
    Explanation
    The correct answer is "arp -d". The arp -d command is used to delete entries from the ARP cache, which is a table that maps IP addresses to MAC addresses. By using this command, you can remove specific entries from the host file, effectively deleting them.

    Rate this question:

  • 37. 

    Which TCP/IP utility is used for determining NetBIOSnames?

    • Tracert

    • Nbtstat

    • Netstat

    • Ping

    Correct Answer
    A. Nbtstat
    Explanation
    Nbtstat is the correct answer because it is a TCP/IP utility used for determining NetBIOS names. Nbtstat stands for NetBIOS over TCP/IP Statistics and it provides information about NetBIOS name tables, NetBIOS name cache, and NetBIOS name resolution. This utility is commonly used to troubleshoot NetBIOS name resolution issues and to display NetBIOS name information on a Windows computer.

    Rate this question:

  • 38. 

    If a DNS server suffers a catastrophic failure, what happens tothe clients being served by it?

    • They will be unable to automatically renew their IP address.

    • They will be unable to connect to a server using a Host name.

    • They will be unable to connect to the server using a NetBIOS name.

    • They will be unable to connect to a server using its IP address

    Correct Answer
    A. They will be unable to connect to a server using a Host name.
    Explanation
    If a DNS server suffers a catastrophic failure, the clients being served by it will be unable to connect to a server using a Host name. This is because the DNS server is responsible for translating domain names (Host names) into IP addresses. Without a functioning DNS server, the clients will not be able to resolve the Host name to its corresponding IP address, making it impossible for them to establish a connection to the server.

    Rate this question:

  • 39. 

    What TCP/IP utility displays all current connections andports?

    • Netstat

    • Nbtstat

    • Arp

    • Tracert

    Correct Answer
    A. Netstat
    Explanation
    Netstat is a TCP/IP utility that displays all current connections and ports. It provides information about active network connections, listening ports, and network statistics. By using netstat, users can identify which applications or processes are using specific ports, monitor network performance, and troubleshoot network connectivity issues. Nbtstat is used for NetBIOS over TCP/IP troubleshooting, Arp is used for displaying and modifying the ARP cache, and Tracert is used to trace the route taken by packets across an IP network.

    Rate this question:

  • 40. 

    You are troubleshooting a server connectivity problem on yournetwork. A Windows 95 system is having trouble connectingto a Windows 2000 Server. Which of the following commandswould you use to display per protocol statistics on the workstationsystem?

    • Netstat -s

    • Arp -A

    • Nbtstat -s

    • Ping

    Correct Answer
    A. Netstat -s
    Explanation
    The correct answer is "netstat -s" because the netstat command is used to display network statistics and information, including per protocol statistics. By using this command, you can view the statistics for each network protocol on the Windows 95 system, which can help in troubleshooting the server connectivity problem.

    Rate this question:

  • 41. 

    A remote user calls you to report a problem connecting to thecorporate network over his DSL connection. The user canconnect to the Internet and browse web pages, but can’t connectto the corporate remote access gateway. Which of the followingtroubleshooting steps would you perform first?

    • Have the user reconfigure the IP address on his system to one of the address ranges used on the internal corporate network, and try again.

    • Have the user reboot his system.

    • Check the corporate remote access gateway to see whether it is running and operating correctly.

    • Have the user power cycle the DSL modem and try again.

    Correct Answer
    A. Check the corporate remote access gateway to see whether it is running and operating correctly.
    Explanation
    The correct answer is to check the corporate remote access gateway to see whether it is running and operating correctly. This is the first troubleshooting step because the user is able to connect to the internet and browse web pages, indicating that the issue is specific to the corporate network. By checking the remote access gateway, it can be determined if there are any issues with the gateway itself that may be preventing the user from connecting.

    Rate this question:

  • 42. 

    After installing a new Proxy server system, users cannot connectto another system using FTP. Your manager asks you toreconfigure the Proxy server to correct this problem. Whichport on the Proxy server would you allow to facilitate FTPconnections?

    • 21

    • 23

    • 81

    • 110

    Correct Answer
    A. 21
    Explanation
    The correct answer is 21. FTP (File Transfer Protocol) uses port 21 for communication between client and server. By allowing port 21 on the Proxy server, users will be able to establish FTP connections to another system.

    Rate this question:

  • 43. 

    None of the users on a network can log on to the server. Thelink lights on all client NICs are lit, and the same lights are litat the hub. The server NIC link light and the correspondinghub port light are not lit. When one of the workstation cablesis inserted into the server port at the hub, the hub link light islit. What is the likely problem?

    • The cable from hub to workstations

    • The workstations or hub

    • The server NIC or cable

    • The hub

    Correct Answer
    A. The server NIC or cable
    Explanation
    The likely problem is with the server NIC or cable. This is indicated by the fact that the server NIC link light and the corresponding hub port light are not lit. Additionally, when one of the workstation cables is inserted into the server port at the hub, the hub link light is lit, suggesting that the hub and workstations are functioning properly. Therefore, the issue is most likely with the server NIC or the cable connecting it to the hub.

    Rate this question:

  • 44. 

    During the night, one of your servers powers down. Uponreboot, print services will not load. Which of the followingwould be the first step in the troubleshooting process?

    • Reinstall the printer

    • Reboot the server

    • Examine the server log files

    • Reinstall the printer software

    Correct Answer
    A. Examine the server log files
    Explanation
    The correct answer is to examine the server log files. This is the first step in the troubleshooting process because the log files can provide valuable information about what caused the server to power down and why the print services are not loading. By analyzing the log files, you can identify any error messages or anomalies that may help to diagnose and resolve the issue. Reinstalling the printer or its software, as well as rebooting the server, can be attempted after examining the log files if necessary.

    Rate this question:

  • 45. 

    Which of these commands generates the following output?7  60 ms  30 ms  40 ms  home-gw.st6wa.ip.att.net [192.205.32.249]8  30 ms  40 ms  30 ms gbr3-p40.st6wa.ip.att.net [12.123.44.130]9  50 ms  50 ms  60 ms gbr4-p10.sffca.ip.att.net [12.122.2.61]10  60 ms  60 ms  60 ms gbr3-p10.la2ca.ip.att.net [12.122.2.169]11 90 ms   60 ms  70 ms gbr6-p60.la2ca.ip.att.net [12.122.5.97]

    • Ping

    • Netstat

    • Tracert

    • Ipconfig

    Correct Answer
    A. Tracert
    Explanation
    The correct answer is tracert. Tracert is a command used in Windows to trace the route that packets take to reach a destination IP address. It shows the IP addresses and response times of each hop along the route. The given output shows the IP addresses and response times for each hop from the source to the destination.

    Rate this question:

  • 46. 

    Which of the following TCP/IP commands generates the followingoutput?Interface: 192.168.0.2 --- 0x2Internet Address Physical Address Type192.168.0.1 00-0d-44-b2-a5-c3 static192.168.0.10 00-0b-47-a5-19-43 dynamic

    • Ping

    • Arp -a

    • Nbstat

    • Tracert

    Correct Answer
    A. Arp -a
    Explanation
    The correct answer is arp -a. This command generates the output that displays the ARP (Address Resolution Protocol) cache table, which contains the mapping between IP addresses and their corresponding MAC addresses. The output shows the IP addresses and physical addresses (MAC addresses) of devices connected to the network, along with their type (static or dynamic).

    Rate this question:

  • 47. 

    A client is going to add another 20 nodes to the networkbefore the end of next month. These PCs will be running I/OintensiveCAD/CAM applications. What PC bus architecturewould you recommend?

    • PCMCIA

    • EISA

    • MCA

    • PCI

    Correct Answer
    A. PCI
    Explanation
    Given that the client is planning to add 20 nodes to the network and these PCs will be running I/O-intensive CAD/CAM applications, the recommended PC bus architecture would be PCI. PCI (Peripheral Component Interconnect) is a high-performance bus architecture that provides faster data transfer rates and better bandwidth compared to other options like PCMCIA, EISA, and MCA. It is suitable for demanding applications like CAD/CAM that require efficient data transfer between the PC and peripherals. Therefore, PCI is the most suitable choice in this scenario.

    Rate this question:

  • 48. 

    A workstation can ping the local server but cannot do the sameto the ISP. From the diagram, choose which component is thecause of the problem.

    • Hub

    • Router

    • Modem

    • ISP

    Correct Answer
    A. Router
    Explanation
    The router is the component that is causing the problem. A router is responsible for directing network traffic between different networks. In this case, the workstation is able to ping the local server, which means that the local network is functioning correctly. However, it cannot ping the ISP, indicating that there is an issue with the router's ability to direct traffic to the ISP.

    Rate this question:

  • 49. 

    Which TCP/IP command produces the following output?Proto Local Address    Foreign Address    StateTCP laptop:1028          LAPTOP:0              LISTENINGTCP laptop:1031          LAPTOP:0               LISTENINGTCP laptop:1093          LAPTOP:0               LISTENINGTCP laptop:50000        LAPTOP:0               LISTENINGTCP laptop:5000          LAPTOP:0               LISTENINGTCP laptop:1031          n218.audiogalaxy.com:ftp ESTABLISHEDTCP laptop:1319          h24-67-184-65.ok.shawcable.net:nbsess

    • Netstat

    • Nbtstat

    • Ping

    • Tracert -R

    Correct Answer
    A. Netstat
    Explanation
    The correct answer is "netstat". This command is used to display active network connections, routing tables, and network statistics. In this case, running the "netstat" command would produce the output shown, which includes information about the local and foreign addresses, as well as the state of each TCP connection.

    Rate this question:

Quiz Review Timeline (Updated): Nov 16, 2023 +

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

  • Current Version
  • Nov 16, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 01, 2016
    Quiz Created by
    Catherine Halcomb
Back to Top Back to top
Advertisement