6.14.9 Practice Questions Networking Troubleshooting

Unlock all answers in this set

Unlock answers
question
A user on your network has been moved to another office down the hall. After the move she calls you, complaining that she has only occasional network access through her wireless connection. Which of the following is most likely the cause of the problem?
answer
The client system has moved too far away for the access point. Explanation In this case, the wireless client system has had no problems accessing the wireless access point until the move to the new office. In some cases moving a system will cause signal loss either from the increased distance away from the WAP or from unexpected interference by such things as concrete wall or steel doors. There are several ways to correct the problem including reducing the physical distance to the client, using a wireless amplifier, upgrading the antennas on the wireless devices or adding another WAP to the infrastructure. Because the client could previously access the WAP and still has occasional access, it is likely that the move was the cause of the problem rather than any configuration setting on the client system.
question
A user calls to report that she is experiencing intermittent problems while accessing the wireless network from her laptop computer. While talking to her, you discover that she is trying to work from the break room two floors above the floor where she normally works. What is the most likely cause of her connectivity problem?
answer
The user is out of the effective range of the wireless access point on her floor. Explanation Because the user is only experiencing intermittent problems, the most likely cause is that she is out of the effective range of the wireless network access point. All of the other answers listed may be appropriate if the user was unable to connect to the network at all. However, as the user is experiencing only intermittent problems, none of the other answers is likely to be the cause of the problem.
question
You're trying to access your office network with your Windows workstation from home using your organization's virtual private network (VPN). Your DSL modem has connected to your ISP, but you cannot connect to your office network. You issue the ipconfig command from the command prompt and learn that your system has been assigned an IP address of 169.254.1.12. What's causing the problem?
answer
Your ISP'S DHCP server isn't working properly. Explanation Anytime you see a network interface assigned an IP address in the 169.254.0.1 to 169.254.255.254 range, you know that it was unable to acquire an IP address from a DHCP server. Automatic Private IP Addressing (APIPA) on the workstation automatically took over and assigned an IP address in the range listed above. Because of this, the workstation isn't configured with the correct router and DNS server addresses, and can't access the company's VPN.
question
Your workstation is unable to communicate with any other computer on the network. Which of the following tools should you use to test the ability of the network card to send and receive signals?
answer
Loopback plug Explanation Use a loopback plug to test the network card's ability to send and receive signals. Pinging the local host (ping 127. 0.0.1) tests the TCP/IP protocol stack, but does not actually send signals out the network card. A cable tester tests continuity of all wires in a cable and ensures that wires are connected appropriately in the plugs. Use a multimeter and an ohmmeter to test the electrical properties of cables and signals.
question
You are troubleshooting connectivity between your computer and the www.widgets.com server, whose IP address is 192.168.1.1. Which of the following commands tests connectivity to the device as well as name resolution?
answer
ping www.widgets.com Explanation To test both name resolution and communication with the server, use the ping command with the host name. The first step in the ping test is to find the IP address of the specified host. Using ping with just the IP address will not test name resolution. Using nslookup only tests name resolution, it does not test communication with the end device.
question
A user reports that he can't browse to a specific website on the Internet. From his computer, you find that a ping test to the Web server succeeds. A trace route test shows 17 hops to the destination Web server. What is the most likely cause of the problem?
answer
Incorrect DNS server address. Explanation In this scenario, a ping test to the Web site succeeds while accessing the Web site through the browser does not work. Users type host names in the browser to go to Web sites, and host names must be translated to IP addresses by a DNS server. Either the workstation is using the wrong address for the DNS server, the DNS server is not available, or the DNS server does not have an entry for the Web site. Because the ping and trace route tests works, you know that the IP address, subnet mask, and default gateway values are correct.
question
You manage a network that has multiple internal subnets. You connect a workstation to the 192,168.1.0 subnt, which uses the default subnet mask. This workstation can communicate with some hosts on the private network, but not with other hosts. You run ipconfig /all and see the following: Ethernet adapter Local Area Connection: Connection-specific DNS Suffix: mydomain.local Description: Broadcom network adapter. Physical Address: 00-AA-BB-CC-74-EF. DHCP Enabled: No Autoconfiguration Enabled: Yes IPv4 Address: 192.168.1.102 (Preferred) Subnet Mask: 255.255.0.0 Default Gateway: 192.168.1.1 DNS Servers: 192.168.1.20 192.168.1.27. What is the most likely cause of the problem?
answer
Incorrect subnet mask Explanation In this example, the network us using a mask of 255.255.255.0 (24-bits), but the workstation is configured to use a mask of 255.255.0.0.
question
You manage a network that has multiple internal subnets. You connect a workstation to the 192.168.1.0 subnet using the default subnet mask. This workstation can communicate with some hosts on the private network, but not with other hosts. You run ipconfig /all and see the following: Ethernet adapter Local Area Connection: Connection-specific DNS Suffix: mydomain.local. Description: Broadcom network adapter. Physical Address: 00-AA-BB-CC-74-EF DHCP Enabled: No Autoconfiguration Enabled: Yes IPv4 Address: 192.168.1.102 (Preferred). Subnet Mask: 255.255.255.0 Default Gateway: 192.168.2.1. DNS Servers: 192.168.2.20 What is the most likely cause of the problem?
answer
Incorrect default gateway. Explanation In this example, the default gateway address is incorrect. The default gateway address must be on the same subnet as the IP address for the host. The host address is on the 192.168.1.0/24 subnet, but the default gateway address is on the 192.168.2.0 subnet.
question
A user is having problems connecting to other computers using host names. Which of the following commands will help you troubleshoot this problem?
answer
nslookup Explanation Use Nslookup to troubleshoot DnS name resolution problems. Use Arp to view information about MAC addresses and their corresponding IP addresses. Netstat 9network statistics is a command-line tool that displays network connections (both incoming and outgoing), routing tables, and a number of network interface statistics. Use Nbtstat to help troubleshoot NetBIOS name resolution problems.
question
You work in an office that uses Linux and Windows servers. The network uses the IP protocol. You are sitting at a Windows workstation and an application you are using is unable to connect to a Windows server named FiledSrv2. Which commands can you use to test network connectivity between your workstation and the server?
answer
Tracert Ping Explanation On an IP based network, you can use the ping command to check connectivity between a source and destination computer.. You can also use tracert on a Windows system to check the routing path between two hosts. The tracert command performs the same function as ping, but includes the path information. Use nslookup and dig on Windows and Linux to resolve the IP addresses of host names using DNS lookups. Use Arp to view information about MAC addresses and their corresponding IP addresses.
question
Which command would you use to have a workstation stop using an IP address that it obtained from a DHCP server?
answer
ipconfig /release Explanation Use ipconfig /release to release the IP configuration information obtained from the DHCP server. Use ipconfig /renew to request new IP configuration information from the DHCP server. Use net stop to stop a network service. Use net logoff to break the connection between your computer and a shared resource.
question
You suspect large packets are being dropped on your network because of their large size. Which utility can you use to confirm your suspicion?
answer
ping -l Explanation Use ping -l to configure the payload size to identify when packets above a certain size are being lost. Ping -t continuously sends pings to a specific device. Tracert tests connectivity between devices while showing the path between the two devices. Nslookup resolves (looks up) the IP address of a host name. Netstat shows IP-related statistics.
question
Examine the following output: Reply from 64.78.193.84: bytes=32 time=86ms TTL=115. Reply from 64.78.193.84: bytes=32 time=86ms TTL=115. Reply from 64.78.193.84: bytes=32 time=86ms TTL=115. Reply from 64.78.193.84: bytes=32 time=86ms TTL=115. Which utility produced this?
answer
Ping Explanation The output shown was produced by the ping utility. Specifically, the information output was created using the ping -t command. The -t switch causes packets to be sent to the remote hots continuously until stopped manually. Ping is a useful tool for testing connectivity between devices on a network. Using the -t switch with ping can be useful in determining whether the network is congested, as such a condition will cause sporadic failures in the ping stream. Tracert is similar to ping in that it tests connectivity between two hosts on the network. The difference is the tracert reports information on all intermediate devices between the host system and the target system. Ping, on the other hand, does not report information on intermediate devices. Nslookup is a tool provided on Linux, Unix, and Windows systems that allows manual name resolution requests to be made to a DNS server. This can be useful when troubleshooting name resolution problems. Ifconfig is a tool used on Unix, Linux, and Macintosh systems to view the configuration of network interfaces, including TCP/IP network settings.
question
Examine the following output: 4 22 ms 21 ms 22 ms 22 ms sttlwa01gr02.bb.ispxy.com [154.11.10.62] 5 39 ms 39 ms 65 ms plalca01gr00.bb.ispxy.com [154.11.12.11] 6 39 ms 39 ms 39 ms Rwestplalca01gr00.bb.ispxy.net [205. 171.205.29] 8 75 ms 117 ms 63 dia-core-01.inet.ispxy.net [205.171.142.1] Which command produced this output?
answer
Tracert Explanation The output is from a tracert command run on a Windows Server system. The tracert command provides information on each step in the route a packet takes to reach a remote host. Responses from each hop on the route are measured three times to provides an accurate representation of how long the packet takes to reach, and be returned by that host. This information can be useful in locating congestion points on a network, or when verifying that network routing is operating as expected. The ping command is used to test connectivity between devices on a network. Like tracert, ping sends three packets to the target host, but it does not report information on any intermediate devices it traverses to reach the target. Nslookup is a tool provided on Linux, Unix, and Windows systems that allows manual name resolution requests to be made to a DNS server. This can be useful when troubleshooting name resolution problems.
question
Which of the following are antenna types that are commonly used in wireless networks?
answer
Directional antenna Omnidirectional antenna Explanation Directional and omnidirectional are two type of antennae commonly used in wireless networks. A directional antenna: - Creates a narrow, focused signal in a particular direction, which increases the signal strength and transmission distance. - Provides a stronger point-to-point connection; is better equipped to handle obstacles. An omnidirectional antenna: - Disperses the RF wave in an equal 360-degree pattern. - Provides access to many clients in a radius.
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New