Time limit: 0
Quiz-summary
0 of 23 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
Information
Network Addressing and Basic Troubleshooting Module 7 - 8 Checkpoint Test Online
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 23 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- Answered
- Review
-
Question 1 of 23
1. Question
1 pointsA technician is troubleshooting a network device and suspects there might be a duplex mismatch. What could cause a duplex mismatch?Correct
Incorrect
Hint
Duplex mismatches are typically caused by a misconfigured interface or, in rare instances, by a failed autonegotiation. Duplex mismatches may be difficult to troubleshoot because the communication between devices still occurs. -
Question 2 of 23
2. Question
1 pointsAfter several configuration changes are made to a router, the copy running-configuration startup-configuration command is issued. Where will the changes be stored?Correct
Incorrect
Hint
When changes are made to the running-config file, it should be saved to NVRAM as the startup configuration file in case the router is restarted or loses power. The following command saves the configuration to NVRAM: copy running-config startup-config -
Question 3 of 23
3. Question
1 pointsWhich statement describes the half-duplex mode of data transmission?Correct
Incorrect
Hint
The data that is transmitted over the network can flow using one of three modes: Simplex – Data can only flow in one direction. Half-duplex – Data flows in one direction at a time. Full-duplex – Data flows in both directions at the same time. -
Question 4 of 23
4. Question
1 pointsWhat is the first action in the boot sequence when a switch is powered on?Correct
Incorrect
Hint
The first action to take place when a switch is powered on is the POST or power-on self-test. POST performs tests on the CPU, memory, and flash in preparation for loading the boot loader. -
Question 5 of 23
5. Question
1 pointsMatch the command to the function.Correct
Incorrect
Hint
Place the options in the following order:ping tests end-to-end connectivity between hosts netstat displays network connections tracert displays the route that is taken to the destination ipconfig displays IP settings on host nslookup asks the name server for information on the destination domain -
Question 6 of 23
6. Question
1 pointsWhich two statements are true about half-duplex and full-duplex communications? (Choose two.)Correct
Incorrect
Hint
Full-duplex communication allows both ends to transmit and receive simultaneously, offering 100 percent efficiency in both directions for a 200 percent potential use of stated bandwidth. Half-duplex communication is unidirectional, or one direction at a time. Gigabit Ethernet and 10 Gb/s NICs require full duplex to operate, and do not support half-duplex operation. -
Question 7 of 23
7. Question
1 pointsWhich two access methods can be used for in-band configuration of a Cisco device? (Choose two.)Correct
Incorrect
Hint
In-band configuration requires at least one interface to be active and configured with an IP address to allow for Telnet and SSH connections. AUX and console connections are out-of-band connection methods that do not require any networking services to be configured. CLI is used to configure devices, but does not provide access. -
Question 8 of 23
8. Question
1 pointsWhat is required for a network administrator to perform out-of-band management tasks on a Cisco device?Correct
Incorrect
Hint
With out-of-band management, the only requirement is to have a computer directly connected to the console port of the device. This is the primary method to configure a new device because no network connection or prior configurations on the device is required. -
Question 9 of 23
9. Question
1 pointsA network technician is attempting to connect an older device to a FastEthernet port on a Cisco switch. The technician has manually configured the device to full-duplex mode in order to enhance the network performance of the device. However, when the device is attached to the network, performance degrades and excessive collisions are detected on the switch. What is the likely cause of this problem?Correct
Incorrect
Hint
Duplex mismatch is one of the most common causes of performance issues on 10/100 Mbps Ethernet links. It occurs when one port on the link operates at half-duplex while the other port operates at full-duplex -
Question 10 of 23
10. Question
1 pointsA router boots and enters setup mode. What is the reason for this?Correct
Incorrect
Hint
If a router cannot locate the startup-config file in NVRAM it will enter setup mode to allow the configuration to be entered from the console device. -
Question 11 of 23
11. Question
1 pointsLocal workstations are unable to access web pages located on the www.cisco.com web server. Pings from the workstations to the server using the ping www.cisco.com command are successful. What settings should the administrator check to determine the cause of the problem?Correct
Incorrect
Hint
If Layers 1 through 3 appear to be operating successfully and the devices can ping the web server, the firewall settings should be checked to determine if the web traffic to the server is permitted. -
Question 12 of 23
12. Question
1 pointsUsers in a recently installed wireless network are complaining of slow data transfer and frequent loss of connectivity. The technician checks that the wireless security is correctly implemented, and there is no evidence of unauthorized users on the network. Which two problems might the technician suspect? (Choose two.)Correct
Incorrect
Hint
Normally, the closer a wireless NIC is to an access point, the faster the connectivity. This problem does not require the network password to be reissued. The combination of the low bandwidth and the intermittent connectivity is pointing towards a weak signal or interference from outside sources. -
Question 13 of 23
13. Question
1 pointsRefer to the exhibit. The command output is from a wireless DHCP host connected to a Linksys integrated router. What can be determined from the output?Correct
Incorrect
Hint
The default gateway IP address must be in the same network as the host in order for the host and router to communicate with each other. Because this is a DHCP client, the IP configuration is provided by the DHCP. Thus the DHCP configuration should be checked and corrected. -
Question 14 of 23
14. Question
1 pointsA network technician enters the command ipconfig /release followed by ipconfig /renew in order to ensure that the DHCP IP configuration on a workstation is updated. However, the workstation does not receive a valid IP configuration for the network. Which two problems may exist on the network? (Choose two.)Correct
Incorrect
Hint
The command ipconfig /release will release the current DHCP binding. Ipconfig /renew will request fresh configuration information from the DHCP server. After these two commands are issued, if the workstation is unable to obtain a valid IP configuration from the DHCP server, it could be that there is no network connectivity or the DHCP server is not operational. -
Question 15 of 23
15. Question
1 pointsWhich step in the troubleshooting process describes steps that were taken and repair processes that were performed previously?Correct
Incorrect
Hint
Documentation of all steps taken in troubleshooting, even the ones that did not solve the issue, is a valuable reference should the same or similar problem occur again. Good documentation can save hours of trying to remember how a problem was fixed in the past. -
Question 16 of 23
16. Question
1 pointsA medium-sized company uses APs, WLCs, and laptops for employee workstations. An employee reports the inability to connect to the Internet. A technician verifies that other workstations can successfully connect to the Internet. What are two possible reasons for the problem? (Choose two.)Correct
Incorrect
Hint
When troubleshooting a single wireless client, take into consideration all the things a client needs to join and use the network including the following: – The client must be within RF range of an AP and requests to authenticate. – The client authenticates. – The client requests and receives an IP address. -
Question 17 of 23
17. Question
1 pointsA user has taken a personal laptop to work. The laptop is unable to discover the name of the office wireless network. What are two potential causes of this problem? (Choose two.)Correct
Incorrect
Hint
The laptop could be using an older NIC that uses a protocol not supported by the network. This would be especially likely if the wireless router was not configured in mixed mode. In addition, the wireless router could have SSID broadcasting deactivated. In either case, the computer would not be able to discover the network name. An IP address or workgroup configuration is not required to see the network name. -
Question 18 of 23
18. Question
1 pointsRefer to the exhibit. A network engineer is troubleshooting why PC1 cannot communicate with hosts in other networks. What is the problem?Correct
Incorrect
Hint
For PC1 to be able to communicate with hosts on the other networks, it needs to have an IP address in the same network as the gateway to which it is connected. Its current address of 10.100.1.10/16 is not within the 10.10.0.0/16 network of the gateway interface on R1 (address 10.10.1.1/16). -
Question 19 of 23
19. Question
1 pointsWhich statement describes the ping and tracert commands?Correct
Incorrect
Hint
The ping utility tests end-to-end connectivity between the two hosts. However, if the message does not reach the destination, there is no way to determine where the problem is located. On the other hand, the traceroute utility (tracert in Windows) traces the route a message takes from its source to the destination. Traceroute displays each hop along the way and the time it takes for the message to get to that network and back. -
Question 20 of 23
20. Question
1 pointsA laptop cannot connect to a wireless access point. Which two troubleshooting steps should be taken first? (Choose two.)Correct
Incorrect
Hint
A wireless laptop normally does not have an antenna attached unless a repair has recently been implemented. If the wireless NIC is enabled, the correct media, radio, will be used. When the NIC detects an access point, the correct frequency is automatically used. -
Question 21 of 23
21. Question
1 pointsWhat characteristic of store-and-forward switching is important when a network supports voice over IP (VoIP)?Correct
Incorrect
Hint
The store-and-forward frame forwarding method receives the entire frame and computes the CRC, based on the number of bits (1s) in the frame, to determine whether the received frame has an error. This method is required for QoS analysis on converged networks where frame classification for traffic prioritization is necessary. -
Question 22 of 23
22. Question
1 pointsWhat type of Ethernet cable would be used to connect one switch to another switch when neither switch supports the auto-MDIX feature?Correct
Incorrect
Hint
A straight-through cable can be used to connect a computer or a router to a switch. A rollover cable can be used to access a router or switch console line. A coaxial cable is not used any longer in Ethernet networks, but can be found in video connections. A crossover cable can be used to connect a switch to a switch, a computer to a computer, and a router to a router. -
Question 23 of 23
23. Question
1 pointsFollowing default settings, what is the next step in the router boot sequence after the IOS loads from flash?Correct
Incorrect
Hint
There are three major steps to the router boot sequence:- Perform Power-On-Self-Test (POST)
- Load the IOS from Flash or TFTP server
- Load the startup configuration file from NVRAM