Obj 5.X Flashcards
An administrator has configured a new 250 Mbps WAN circuit, but a bandwidth speed test shows poor performance when downloading larger files. The download initially reaches close to 250 Mbps but begins to drop and show spikes in the download speeds over time. The administrator checks the interface on the router and sees the following:
DIONRTR01# show interface eth 1/1
GigabitEthernet 1/1 is up, line is up
Hardware is GigabitEthernet, address is 000F.33CC.F13A
Configured speed auto, actual 1Gbit, configured duplex fdx, actual fdx
Member of L2 VLAN 1, port is untagged, port state is forwarding
Which of the following actions should be taken to improve the network performance for this WAN connection?
Shutdown and then re-enable this interface
Replace eth1/1 with a 1000Base-T transceiver
Assign the interface a 802.1q tag to its own VLAN
Configure the interface to use full-duplex
The correct answer is Assign the interface a 802.1q tag to its own VLAN. In this scenario, the WAN connection might be experiencing congestion or performance degradation due to other traffic sharing the same VLAN (VLAN 1 in this case). By tagging the interface with a unique VLAN using 802.1q, the administrator can isolate the WAN traffic, which should help improve performance by reducing interference from other network traffic.
The other options are incorrect because they either wouldn’t solve the problem or aren’t relevant. Shutting down and re-enabling the interface might temporarily reset the connection but would not address the underlying issue of shared VLAN traffic. Replacing eth1/1 with a 1000Base-T transceiver is unnecessary since the interface is already operating at 1 Gbps, which exceeds the 250 Mbps WAN circuit capacity. Configuring the interface to use full-duplex is already done, as shown by the “actual fdx” (full-duplex) status in the interface output, so it wouldn’t improve performance.
You are troubleshooting a network connectivity issue on a student’s workstation at Dion Training. You check the details for the 802.11ac wireless network interface card and it reports the current RSSI level is -95 dB. Which of the following issues would cause this RSSI level?
Insufficient wireless coverage
Incorrect passphrase
Wrong SSID
Encryption protocol mismatch
The issue causing the RSSI level of -95 dB is insufficient wireless coverage. RSSI (Received Signal Strength Indicator) values below -70 dB typically indicate poor signal strength, and -95 dB is quite low. This suggests that the workstation is far from the wireless access point or that there are significant obstacles, like walls or interference, degrading the signal.
The other options are less likely to directly affect the RSSI level. An incorrect passphrase would prevent the workstation from connecting to the network entirely, but it wouldn’t affect the signal strength measurement if it were connected. A wrong SSID would also result in connection issues but would not yield an RSSI reading, as the device wouldn’t be trying to connect to the network. An encryption protocol mismatch could lead to connection problems, but similar to the previous options, it would not affect the RSSI level if the device is not successfully connecting to the network.
A workstation is connected to the network and receives an APIPA address but cannot reach the VLAN gateway of 10.10.100.254. Other PCs in the VLAN subnet can communicate with the VLAN gateway and access websites on the Internet. Which of the following is the MOST likely the source of this connectivity problem?
The switchport is configured for 802.1q trunking
APIPA has been misconfigured on the VLAN’s switch
The workstation’s NIC has a bad SFP module
The workstation’s OS updates have not been installed
The correct answer is The switchport is configured for 802.1q trunking. If the switchport is configured for 802.1q trunking instead of being set as an access port for a specific VLAN, the workstation might not receive the correct DHCP information and instead be assigned an APIPA (Automatic Private IP Addressing) address. This would explain why the workstation cannot communicate with the VLAN gateway, while other PCs on the same VLAN can.
The other options are incorrect because they do not directly relate to the problem at hand. APIPA misconfiguration on the switch is not likely, as APIPA is automatically assigned by the workstation when it cannot reach a DHCP server. A bad SFP module would prevent any network connection, but here the workstation still has basic network access (via APIPA). OS updates not being installed would not prevent the device from getting a DHCP address or communicating with the gateway if the network configuration were correct.
A technician just completed a new external website and set up an access control list on the firewall. After some testing, only users outside the internal network can access the site. The website responds to a ping from the internal network and resolves the proper public address. What can the technician do to fix this issue while causing internal users to route to the website using its internal IP address?
Place the server in a screened subnet or DMZ
Adjust the ACL on the firewall’s internal interface
Implement a split-horizon or split-view DNS
Configure the firewall to support dynamic NAT
The correct answer is Implement a split-horizon or split-view DNS. This solution allows internal users to resolve the website using its internal IP address while external users resolve it to the public IP address. By configuring the DNS server to provide different responses based on the source of the request, internal users can access the site directly without going through the firewall, thus resolving the issue.
The other options are incorrect for the following reasons. Placing the server in a screened subnet or DMZ can improve security and separation, but it does not address the issue of internal users accessing the website through its public IP. Adjusting the ACL on the firewall’s internal interface might allow access but does not change the way internal users resolve the website’s address. Configuring the firewall to support dynamic NAT would allow internal users to reach the public internet but would not provide a way for them to access the website via its internal IP address, which is what is needed in this scenario.
Scott is a brand new network technician at Dion Training. He has been told to remote into the edge switch from his desk and enable DHCP snooping. Which of the following commands should he use?
TFTP server
ip
nmap
telnet
The correct answer is telnet. Scott should use the telnet command to remotely access the edge switch from his desk. Telnet allows him to establish a command-line interface session with the switch, where he can enter the necessary commands to enable DHCP snooping.
The other options are incorrect for the following reasons. TFTP server is used for file transfers, not for remote access to network devices. ip is not a standalone command that enables remote access; it’s part of various commands related to IP configuration. nmap is a network scanning tool used to discover hosts and services on a network, not for accessing or configuring devices like a switch. Therefore, telnet is the appropriate choice for Scott’s task.
Rick is configuring a Windows computer to act as a jumpbox on his network. He implements static routing to control the networks and systems the jumpbox communicates with. Which of the following commands did he use to configure this on the Windows machine?
nslookup
tracert
route
ip
The correct answer is route. Rick would use the route command to configure static routing on the Windows machine. This command allows him to add, delete, or modify routes in the routing table, enabling the jumpbox to control its communication with specific networks and systems.
The other options are incorrect for the following reasons. nslookup is used to query DNS records and resolve domain names to IP addresses, but it does not configure routing. tracert (or traceroute) is used to determine the path packets take to a specific destination, which helps in diagnosing network connectivity issues, but it also does not change routing configurations. ip is not a standalone command in Windows for routing; it’s part of various commands in Linux/Unix environments. Thus, route is the appropriate command for configuring static routing on a Windows machine.
A system administrator wants to verify that external IP addresses cannot collect software versioning from servers on the network. Which of the following should the system administrator do to confirm the network is protected?
Use Nmap to query known ports
Analyze packet captures
Review the ID3 logs on the network
Utilize netstat to locate active connections
Packet captures contain every packet that is sent and received by the network. By using a program like Wireshark to analyze the packet captures, you can see what kind of information and metadata is contained within the packets. By conducting this type of packet analysis, an attacker (or cybersecurity analyst) can determine if software versions are being sent as part of the packets and their associated metadata.
Michael, a system administrator, is troubleshooting an issue remotely accessing a new Windows server on the local area network using its hostname. He cannot remotely access the new server, but he can access another Windows server using its hostname on the same subnet. Which of the following commands should he enter on his workstation to resolve this connectivity issue?
C:\windows\system32> ipconfig /flushdns
C:\windows\system32> nbtstat –R
C:\windows\system32> nslookup
C:\windows\system32> route print
The correct answer is C:\windows\system32> nbtstat –R. This command refreshes the NetBIOS name cache, which can help resolve issues related to accessing a server by its hostname, especially in environments where NetBIOS is used for name resolution. If the new server’s hostname is not resolving correctly, this command can refresh the mappings and allow Michael to access the server.
The other options are incorrect for the following reasons. C:\windows\system32> ipconfig /flushdns clears the DNS resolver cache, which is useful if there are stale DNS records, but it may not affect NetBIOS name resolution. C:\windows\system32> nslookup is used to query DNS servers directly to resolve domain names to IP addresses, but it does not refresh the name resolution cache. C:\windows\system32> route print displays the current routing table but does not assist in resolving hostname connectivity issues. Therefore, using nbtstat –R is the most appropriate command to troubleshoot the connectivity problem.
You just started work as a network technician at Dion Training. You have been asked to check if DHCP snooping has been enabled on one of the network devices. Which of the following commands should you enter within the command line interface?
show diagnostic
show config
show route
show interface
The correct answer is show config. This command is typically used to display the current configuration of a network device, including whether DHCP snooping is enabled. By reviewing the configuration, you can determine if DHCP snooping is active and check its settings.
The other options are incorrect for the following reasons. show diagnostic is not a standard command used to check DHCP snooping; it generally provides diagnostic information about the device’s hardware and performance. show route displays the routing table, which is not related to DHCP settings. show interface provides information about the interfaces on the device, such as status and statistics, but does not specifically indicate DHCP snooping status. Therefore, show config is the appropriate command to verify if DHCP snooping is enabled.
A network technician determines that two dynamically assigned workstations have duplicate IP addresses. What command should the technician use to correct this issue?
ipconfig /release | ipconfig /renew
ipconfig /dhcp
ipconfig /renew
ipconfig /all
The correct answer is ipconfig /release | ipconfig /renew. This command sequence first releases the current IP address assigned to the workstation and then requests a new IP address from the DHCP server. By doing this, it ensures that the workstation no longer retains the duplicate IP address and obtains a unique address, thus resolving the conflict.
The other commands are incorrect for the following reasons. ipconfig /dhcp is not a valid command and will not resolve IP address conflicts. ipconfig /renew by itself would only attempt to renew the current lease without releasing the duplicate address first, which could potentially still result in an IP conflict. ipconfig /all displays detailed information about the current IP configuration but does not take any action to resolve IP address conflicts. Therefore, the correct command to resolve the duplicate IP addresses is ipconfig /release | ipconfig /renew.
You are working as a network technician running new unshielded twisted pair cables from the intermediate distribution frame to the individual offices on the same floor. The cable comes in 1000 foot spools. Which of the following tools should you use to break the cable into shorter distances?
Punchdown tool
Cable snip
Cable stripper
Cable crimper
The correct answer is Cable snip.
Explanation:
- Cable snip: This tool is specifically designed to cut cables to the desired length. It’s suitable for unshielded twisted pair (UTP) cables, allowing you to create shorter segments as needed.
- Punchdown tool: Used to insert and secure wires into a punchdown block or keystone jack, not for cutting cable.
- Cable stripper: Used to remove the outer insulation of the cable to expose the inner wires but not for cutting the cable itself.
- Cable crimper: Used for attaching connectors (like RJ-45) to the ends of cables but not for cutting.
Using a cable snip is the most appropriate choice for breaking the cable into shorter lengths.
Dion Training has a single-mode fiber-optic connection between its main office and its satellite office located 30 kilometers away. The connection stopped working, so a technician used an OTDR and found that there is a break in the cable approximately 12.4 kilometers from the main office. Which of the following tools is required to fix this fiber optic connection?
Cable crimper
Cable snips
Media converter
Fusion splicer
The correct tool to fix this fiber-optic connection is the fusion splicer.
A fusion splicer is specifically designed to repair fiber-optic cables by fusing or welding the ends of the optical fibers back together. This is important in cases where a break or cut is detected in the cable, as in the scenario with the fiber break 12.4 kilometers from the main office. The fusion splicer ensures a strong and low-loss connection that restores the integrity of the fiber link.
For the exam, you need to remember that fusion splicers are used to repair fiber-optic cables, especially when precision and minimal signal loss are crucial.
A network engineer is designing an 802.11g wireless network that uses three wireless access points for complete coverage. Which of the following channel selections would result in the LEAST amount of interference between each access point?
Adjacent access points should be assigned channels 2, 6, and 10 with a 20MHz channel width
Adjacent access points should be assigned channels 1, 6, and 11 with a 20MHz channel width
Adjacent access points should be assigned channels 4, 8, and 12 with a 40MHz channel width
Adjacent access points should be assigned channels 7, 9, and 11 with a 40MHz channel width
The best option to reduce interference in an 802.11g wireless network is to assign channels 1, 6, and 11 with a 20MHz channel width.
Channels 1, 6, and 11 are non-overlapping in the 2.4GHz spectrum, which minimizes interference when using multiple access points. Other channels, such as 2, 4, 7, 8, 9, 10, and 12, overlap with neighboring channels and can cause interference, especially in networks with closely placed access points.
For the exam, remember that channels 1, 6, and 11 are the standard non-overlapping channels used in 2.4GHz networks like 802.11g for minimizing interference.
Tamera is troubleshooting a mail server connectivity issue and needs to review the MX records for DionTraining.com. Which of the following tools should she utilize?
telnet
route
nslookup
arp
Tamera should use nslookup to review the MX records for DionTraining.com.
Nslookup is a tool used to query DNS servers and retrieve domain-related information, such as MX (Mail Exchange) records, which specify the mail servers responsible for receiving email for a domain. For the exam, it’s important to know that nslookup is used to check DNS records like MX, A, CNAME, and others.
Telnet and route are used for different types of connectivity tests, and arp is used to view the local ARP cache, which is unrelated to DNS records.
A technician is tasked with troubleshooting a network’s slowness. While troubleshooting, the technician is unable to ping any external websites. Users report they can access the sites using the web browsers. What is the MOST likely cause of the failed pings?
ICMP traffic being blocked by the firewall
A VLAN hopping attack is being conducted
Jumbo frames are not enabled on the network
TACACS+ is misconfigured on this network
- The correct answer is ICMP traffic being blocked by the firewall. Firewalls often block ICMP traffic to prevent ping-based attacks, which would explain why the technician can’t ping external websites. However, users can still access the websites through web browsers since HTTP or HTTPS traffic (ports 80 and 443) is not blocked.
- A VLAN hopping attack would not cause an issue with pinging external sites in this scenario. Jumbo frames are not related to ICMP traffic or network slowness in this context. TACACS+ misconfiguration relates to authentication and would not impact ping traffic or user web access directly.
You have installed and configured a new wireless router. The clients and hosts can ping each other. The network uses a fiber optic WAN connection with 1 Gbps throughput. The wired clients have fast connections, but the wireless clients are displaying high latency when a ping is performed. The wireless clients are also only receiving 300 Mbps when downloading files from the Internet. Which of the following is MOST likely the cause of the slow speeds experienced by the wireless clients?
A fiber connection does not support wireless
The wireless access point is experiencing RF interference
The network should use 802.11g WAPs to increase throughput
A high signal-to-noise ratio on the wireless network
- The correct answer is The wireless access point is experiencing RF interference. RF interference can cause high latency and slower data rates for wireless clients, even though the wired clients perform well.
- A fiber connection supports the wired backbone, but it has no direct influence on wireless performance. 802.11g WAPs would actually decrease throughput, as they support a maximum speed of 54 Mbps, much slower than the 300 Mbps seen here. A high signal-to-noise ratio would indicate good signal quality, not a problem. It’s a low signal-to-noise ratio that causes issues, but this is not specified as the problem here.
A customer is trying to configure an 802.11b wireless card in an old laptop to connect to an 802.11g wireless router. When the customer scans for the wireless network’s SSID (Dion-Corp), it is not displayed within Windows. What is the MOST likely reason that the SSID is not being displayed?
802.11g and 802.11b use different frequencies
The wireless router is not configured for DHCP support
The wireless router is configured with WPA2 encryption
The broadcast is disabled on the wireless router
- The correct answer is The broadcast is disabled on the wireless router. If the SSID broadcast is disabled, the network won’t be visible in a scan, even if the wireless standards (802.11b and 802.11g) are compatible.
- 802.11g and 802.11b use the same 2.4 GHz frequency, so they are compatible. WPA2 encryption would not prevent the SSID from showing up; it would only prevent the connection if the old laptop’s wireless card didn’t support WPA2. DHCP support is unrelated to the visibility of the SSID and affects IP address assignment after connection, not the scanning process.The correct answer is The broadcast is disabled on the wireless router.
While troubleshooting, a technician notices that some clients using FTP still work and that pings to the local routers and servers are working. The technician tries to ping all known nodes on the network, and they reply positively, except for one of the servers. The technician notices that ping works only when the hostname is used but not when FQDN is used. What server is MOST likely offline?
DHCP server
Domain controller
WINS server
DNS server
The correct answer is DNS server.
When pings work using the hostname but fail with the Fully Qualified Domain Name (FQDN), it indicates that the device can resolve the hostname to an IP address but cannot resolve the FQDN. This situation typically points to an issue with the DNS server, which is responsible for translating FQDNs into IP addresses. If the DNS server is offline or misconfigured, clients will not be able to resolve FQDNs, leading to the issue described.
For the exam, remember that DNS is crucial for name resolution in a network. If clients can ping hosts by hostname but not by FQDN, the DNS server should be investigated for potential problems.