CCNA Exam 2020 Questions! Trivia Quiz

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 Gopnik
G
Gopnik
Community Contributor
Quizzes Created: 3 | Total Attempts: 7,770
| Attempts: 3,465 | Questions: 50
Please wait...
Question 1 / 50
0 %
0/100
Score 0/100
1. Refer to the exhibit. An administrator is examining the message in a syslog server. What can be determined from the message?

Explanation

The message in the syslog server indicates a "normal but significant condition". This means that the message is not an error or an alert that requires immediate action, but it is still important and should be noted. It could be a notification about a specific event or status that is relevant to the system or network being monitored.

Submit
Please wait...
About This Quiz
CCNA Exam 2020 Questions! Trivia Quiz - Quiz

If you have plans to become a network engineer or network administrator, you are expected to prove your skills and competence at one point, bypassing the CCNA exams.... see moreAre you looking for some CCNA exam 2020 questions to help you pass your exams? The quiz below is perfect for refreshing your memory on every topic you have covered. see less

2. ​Refer to the exhibit. What is the administrative distance value that indicates the route for R2 to reach the 10.10.0.0/16 network?

Explanation

The administrative distance value determines the trustworthiness of a routing protocol. A lower value indicates a more reliable route. In this case, the answer is 1, which means that the route for R2 to reach the 10.10.0.0/16 network is highly trustworthy and preferred over other routes.

Submit
3. ​Refer to the exhibit. A network engineer is preparing to upgrade the IOS system image on a Cisco 2901 router. Based on the output shown, how much space is available for the new image?

Explanation

The given output shows the available space for the new image on the Cisco 2901 router, which is 221896413 bytes.

Submit
4. As part of the new security policy, all switches on the network are configured to automatically learn MAC addresses for each port. All running configurations are saved at the start and close of every business day. A severe thunderstorm causes an extended power outage several hours after the close of business. When the switches are brought back online, the dynamically learned MAC addresses are retained. Which port security configuration enabled this?

Explanation

The correct answer is "sticky secure MAC addresses". In this scenario, the switches are configured to automatically learn MAC addresses for each port, and the dynamically learned MAC addresses are retained even after a power outage. The "sticky" keyword in the answer suggests that the MAC addresses learned dynamically are "sticky" or persistent. This means that the switches will retain these MAC addresses even after a power outage or reboot, providing a secure and consistent network environment.

Submit
5. Employees of a company connect their wireless laptop computers to the enterprise LAN via wireless access points that are cabled to the Ethernet ports of switches. At which layer of the three-layer hierarchical network design model do these switches operate?

Explanation

The switches that connect the wireless access points to the Ethernet ports operate at the access layer of the three-layer hierarchical network design model. The access layer is responsible for connecting end devices, such as laptops, to the network. It provides access to the network resources and controls user access to the network. In this case, the switches facilitate the connection between the wireless laptops and the enterprise LAN, making them operate at the access layer.

Submit
6. Which statement describes a route that has been learned dynamically?

Explanation

A dynamically learned route is automatically updated and maintained by routing protocols. Routing protocols are responsible for exchanging information between routers and updating the routing tables accordingly. This allows the routers to adapt to changes in the network topology and choose the most efficient path for forwarding packets. The other statements do not necessarily describe a dynamically learned route.

Submit
7. In what situation would a Layer 2 switch have an IP address configured?

Explanation

Layer 2 switches typically do not require an IP address as they operate at the data link layer and make forwarding decisions based on MAC addresses. However, in some cases, an IP address may be configured on a Layer 2 switch for remote management purposes. This allows administrators to access and manage the switch remotely using protocols such as Telnet, SSH, or SNMP. By configuring an IP address, the switch can be accessed and controlled from a different network or location, providing convenient and efficient management capabilities.

Submit
8. Which two factors are important when deciding which interior gateway ​routing protocol to use?

Explanation

When deciding which interior gateway routing protocol to use, two important factors to consider are scalability and speed of convergence. Scalability refers to the ability of the protocol to handle a growing network and its ability to efficiently handle a large number of routes. Speed of convergence refers to how quickly the protocol can adapt to changes in the network topology and reroute traffic. These factors are crucial in ensuring that the routing protocol can effectively handle the network's growth and adapt to changes in a timely manner.

Submit
9. Compared with dynamic routes, what are two advantages of using static routes on a router? (

Explanation

Static routes have two advantages over dynamic routes. Firstly, they improve network security as they do not rely on dynamic routing protocols that can be vulnerable to attacks or misconfigurations. Static routes provide a more controlled and secure path for network traffic. Secondly, static routes use fewer router resources compared to dynamic routes. Dynamic routing protocols require constant updates and exchange of routing information, which can consume significant router processing power and memory. In contrast, static routes only require initial configuration and do not impose ongoing resource demands on the router.

Submit
10. Which commands are used to re-enable a port that has been disabled as a result of a port security violation?

Explanation

The correct answer is "shutdownno shutdown". When a port is disabled due to a port security violation, the "shutdown" command is used to disable the port, and the "no shutdown" command is used to re-enable the port.

Submit
11. An administrator is trying to remove configurations from a switch. After using the command erase startup-config and reloading the switch, the administrator finds that VLANs 10 and 100 still exist on the switch. Why were these VLANs not removed?

Explanation

The reason VLANs 10 and 100 were not removed is because they are stored in a file called vlan.dat in flash memory. This file needs to be manually deleted in order to remove the VLANs.

Submit
12. A network engineer is interested in obtaining specific information relevant to the operation of both distribution and access layer Cisco devices. Which command provides common information relevant to both types of devices?

Explanation

The "show cdp neighbors" command provides information about the directly connected Cisco devices, including the device ID, local interface, and the platform of the neighbor device. This command is relevant to both distribution and access layer Cisco devices as it helps the network engineer identify and understand the neighboring devices and their connections, which is crucial for troubleshooting and network management purposes.

Submit
13. Which characteristic describes cut-through switching?

Explanation

Cut-through switching is a type of switching technique where frames are forwarded without any error checking. In this method, the switch reads only the destination MAC address of the incoming frame and immediately starts forwarding it to the appropriate outgoing port. This results in lower latency as the switch does not have to wait for the entire frame to be received and checked for errors before forwarding. However, this also means that error detection and correction mechanisms are not employed, making it possible for corrupted or damaged frames to be forwarded.

Submit
14. What is the effect of configuring the ipv6 unicast-routing command on a router?

Explanation

Configuring the "ipv6 unicast-routing" command on a router enables the router to function as an IPv6 router. This command allows the router to forward IPv6 unicast traffic between different networks, making it capable of routing IPv6 packets. By enabling this command, the router can participate in IPv6 routing protocols, exchange routing information with other routers, and effectively route IPv6 traffic throughout the network.

Submit
15. A network administrator is configuring a new Cisco switch for remote management access. Which three items must be configured on the switch for the task?

Explanation

To enable remote management access on a Cisco switch, the network administrator needs to configure the following three items:
1. IP address: This is necessary to assign a unique address to the switch so that it can be accessed remotely.
2. vty lines: These are virtual terminal lines that allow remote access to the switch via Telnet or SSH.
3. Default gateway: This is the IP address of the router or layer 3 switch that serves as the exit point for traffic from the switch to reach remote networks. It is required for remote management access to function properly.

Submit
16. A network administrator is configuring port security on a Cisco switch. When a violation occurs, which violation mode that is configured on an interface will cause packets with an unknown source address to be dropped with no notification sent?

Explanation

When the violation mode "protect" is configured on an interface, packets with an unknown source address will be dropped without any notification being sent. This means that any packets coming from an unauthorized source will be discarded silently, without any indication being sent to the network administrator.

Submit
17. Which advantage does the store-and-forward switching method have compared with the cut-through switching method?

Explanation

The store-and-forward switching method has an advantage over the cut-through switching method because it performs frame error checking. This means that it checks the integrity of each frame before forwarding it, ensuring that the data has been received correctly and reducing the risk of transmitting corrupted or incomplete frames. This can help to improve the overall reliability and accuracy of data transmission within the network.

Submit
18. A network administrator is verifying a configuration that involves network monitoring. What is the purpose of the global configuration command logging trap 4?

Explanation

The global configuration command "logging trap 4" specifies that system messages with logging levels 0-4 will be forwarded to a specified logging device. This means that only system messages with severity levels ranging from emergencies to warnings will be sent to the designated logging device for monitoring and analysis. Messages with severity levels 5-7 will not be forwarded.

Submit
19. ​Refer to the exhibit. Which route was configured as a static route to a specific network using the next-hop address?

Explanation

The route "S 10.17.2.0/24 [1/0] via 10.16.2.2" was configured as a static route to a specific network using the next-hop address 10.16.2.2. This is indicated by the "S" in the beginning of the line, which stands for static route. The network 10.17.2.0/24 is being routed to the next-hop address 10.16.2.2.

Submit
20. Which type of traffic would most likely have problems when passing through a NAT device?

Explanation

IPsec (Internet Protocol Security) is a protocol suite used for secure communication over IP networks. It encrypts and authenticates network packets, ensuring confidentiality and integrity. When passing through a NAT (Network Address Translation) device, IPsec traffic may encounter issues because NAT modifies the source and/or destination IP addresses in the packet headers. This modification can interfere with the IPsec encryption and authentication processes, leading to communication problems. Therefore, IPsec traffic is more likely to have problems when passing through a NAT device.

Submit
21. ​Refer to the exhibit. An administrator is attempting to install an IPv6 static route on router R1 to reach the network attached to router R2. After the static route command is entered, connectivity to the network is still failing. What error has been made in the static route configuration?

Explanation

The error in the static route configuration is that the interface is incorrect. This means that the administrator has specified the wrong interface through which the router should reach the network attached to router R2. As a result, connectivity to the network is still failing. To resolve this issue, the administrator should correct the interface in the static route configuration to ensure proper routing to the destination network.

Submit
22. Which route will a router use to forward an IPv4 packet after examining its ​routing table for the best match with the destination address?

Explanation

A router will use a level 1 ultimate route to forward an IPv4 packet after examining its routing table for the best match with the destination address. This means that the router will choose the most specific route available in its routing table to forward the packet. The level 1 ultimate route represents the final destination network and provides the most accurate and precise path for the packet to reach its destination.

Submit
23. A network engineer has created a standard ACL to control SSH access to a router. Which command will apply the ACL to the VTY lines?

Explanation

The correct command to apply the standard ACL to the VTY lines is "access-class 11 in". This command will apply access list 11 to the incoming traffic on the VTY lines, allowing or denying SSH access based on the rules defined in the ACL.

Submit
24. Which information does a switch use to keep the MAC address table information current?

Explanation

A switch uses the source MAC address and the incoming port to keep the MAC address table information current. The source MAC address helps the switch identify the device that sent the frame, while the incoming port tells the switch which port the frame was received on. By using this information, the switch can update its MAC address table and associate the MAC address with the correct port for future forwarding of frames.

Submit
25. Refer to the exhibit. Which statement shown in the output allows router R1 to respond to stateless DHCPv6 requests?

Explanation

The "ipv6 nd other-config-flag" statement allows router R1 to respond to stateless DHCPv6 requests. This statement enables the router to provide additional configuration information to the clients, such as DNS server addresses and domain names, through the Neighbor Discovery Protocol (NDP). By enabling the "other-config-flag", R1 can respond to stateless DHCPv6 requests and provide the necessary configuration information to the clients.

Submit
26. Which type of traffic is designed for a native VLAN?

Explanation

The native VLAN is a default VLAN that is assigned to all untagged traffic on a trunk port. Untagged traffic means that the traffic does not have any VLAN tags associated with it. Therefore, the correct answer is "untagged" as untagged traffic is specifically designed for the native VLAN.

Submit
27. ​Refer to the exhibit. Inter-VLAN communication between VLAN 10, VLAN 20, and VLAN 30 is not successful. What is the problem?

Explanation

The problem is that the switch interface FastEthernet0/1 is configured as an access interface and should be configured as a trunk interface. This means that it is not allowing traffic from multiple VLANs to pass through it. To enable inter-VLAN communication, the interface should be configured as a trunk interface, which allows traffic from multiple VLANs to pass through it.

Submit
28. ​Refer to the exhibit. R1 has been configured as shown. However, PC1 is not able to receive an IPv4 address. What is the problem?​

Explanation

The problem is that the ip helper-address command was applied on the wrong interface. This command is used to enable the router to forward DHCP requests to a DHCP server on another network. In this case, the command should have been applied on the interface connected to the network where the DHCP server is located. Since it was applied on the wrong interface, the router is not able to forward the DHCP requests to the server, resulting in PC1 not receiving an IPv4 address.

Submit
29. Refer to the exhibit. NAT is configured on Remote and Main. The PC is sending a request to the web server. What ​IPv4 address is the source IP address in the packet between Main and the web server?

Explanation

The source IP address in the packet between Main and the web server is 203.0.113.5.

Submit
30. What benefit does NAT64 provide?

Explanation

NAT64 provides the benefit of allowing sites to connect IPv6 hosts to an IPv4 network by translating the IPv6 addresses to IPv4 addresses. This is useful because it enables communication between IPv6-only hosts and IPv4-only hosts, bridging the gap between the two protocols. By translating the addresses, NAT64 ensures that IPv6 hosts can access resources on an IPv4 network without the need for dual-stack configurations or IPv4 address exhaustion.

Submit
31. A router has used the OSPF protocol to learn a route to the 172.16.32.0/19 network. Which command will implement a backup floating static route to this network?

Explanation

The correct answer is "ip route 172.16.32.0 255.255.224.0 S0/0/0 200". This command will implement a backup floating static route to the 172.16.32.0/19 network. The network address and subnet mask match the OSPF-learned route, and the administrative distance of 200 is higher than the OSPF administrative distance of 100. This means that if the OSPF route fails, the router will use the backup static route.

Submit
32. ​Refer to the exhibit. A PC at address 10.1.1.45 is unable to access the Internet. What is the most likely cause of the problem?

Explanation

The most likely cause of the problem is that the NAT pool has been exhausted. This means that all the available IP addresses in the NAT pool have been used up, preventing the PC at address 10.1.1.45 from accessing the Internet.

Submit
33. The computers used by the network administrators for a school are on the 10.7.0.0/27 network. Which two commands are needed at a minimum to apply an ACL that will ensure that only devices that are used by the network administrators will be allowed Telnet access to the routers?

Explanation

The given answer is correct because it includes the necessary commands to apply an ACL that allows only devices used by network administrators to have Telnet access to the routers. The command "access-list 5 permit 10.7.0.0 0.0.0.31" creates an ACL entry that permits traffic from the 10.7.0.0/27 network. The command "access-class 5 in" applies the ACL to the incoming traffic on the VTY lines, ensuring that only devices matching the ACL can access the routers via Telnet.

Submit
34. Which network design may be recommended for a small campus site that consists of a single building with a few users?

Explanation

A collapsed core network design may be recommended for a small campus site that consists of a single building with a few users. This design involves collapsing the access and core layers into a single layer. This simplifies the network architecture and reduces the number of devices and connections required. In a small campus site, where there are few users and a single building, this design is efficient and cost-effective. It allows for easy management and troubleshooting, as there are fewer layers and devices to deal with.

Submit
35. What is a characteristic of a static route that creates a gateway of last resort?

Explanation

A static route that creates a gateway of last resort is configured to identify the gateway IP address to which the router sends all IP packets for which it does not have a learned or static route. This means that if the router does not have a specific route for a destination, it will forward the packets to the specified gateway. This allows the router to have a default route for any traffic that does not match any other routes in its routing table.

Submit
36. ​Refer to the exhibit. Which command will properly configure an IPv6 static route on R2 that will allow traffic from PC2 to reach PC1 without any recursive lookups by router R2?

Explanation

The correct answer is R2(config)# ipv6 route 2001:db8:10:12::/64 S0/0/0. This command will configure an IPv6 static route on R2, specifying the destination network as 2001:db8:10:12::/64 and the next-hop interface as S0/0/0. By specifying the next-hop interface, the router will not perform any recursive lookups and will directly forward the traffic to the specified interface.

Submit
37. What is used in the EUI-64 process to create an IPv6 interface ID on an IPv6 enabled interface?

Explanation

In the EUI-64 process, the MAC address of the IPv6 enabled interface is used to create an IPv6 interface ID. This involves taking the MAC address, inserting a specific hexadecimal value (FFFE) in the middle, and flipping the seventh bit of the first byte. This process ensures that the resulting 64-bit address is unique and can be used as the interface ID in an IPv6 address.

Submit
38. A small company has a web server in the office that is accessible from the Internet. The IP address 192.168.10.15 is assigned to the web server. The network administrator is configuring the router so that external clients can access the web server over the Internet. Which item is required in the NAT configuration?

Explanation

The NAT (Network Address Translation) configuration requires the "ip nat inside source" command to link the inside local (private) and inside global (public) addresses. This command is used to map the private IP address of the web server (192.168.10.15) to a public IP address that can be accessed over the internet. It establishes the connection between the internal network and the external network by translating the IP addresses.

Submit
39. Refer to the exhibit. Host A has sent a packet to host B. What will be the source MAC and IP addresses on the packet when it arrives at host B?

Explanation

The correct answer is Source MAC: 00E0.FE91.7799 and Source IP: 10.1.1.10. This is because the source MAC address represents the physical address of the sending device, and the source IP address represents the logical address of the sending device. In this case, host A has a MAC address of 00E0.FE91.7799 and an IP address of 10.1.1.10, so these values will be used as the source MAC and IP addresses on the packet when it arrives at host B.

Submit
40. A network administrator is configuring an ACL with the command access-list 10 permit 172.16.32.0 0.0.15.255. Which IPv4 address matches the ACE?

Explanation

The given ACL command "access-list 10 permit 172.16.32.0 0.0.15.255" specifies a range of IP addresses from 172.16.32.0 to 172.16.47.255. The ACE (Access Control Entry) allows any IP address within this range to pass through the ACL. Among the given options, only the IP address 172.16.36.255 falls within this range, so it matches the ACE and would be permitted by the ACL.

Submit
41. What is a result of connecting two or more switches together?

Explanation

When two or more switches are connected together, they create a single larger broadcast domain. A broadcast domain is a network segment where broadcast packets are sent to all devices. By connecting switches, the size of the broadcast domain increases because broadcast packets are now forwarded to all devices connected to all the switches. This allows for more efficient communication and reduces unnecessary network traffic.

Submit
42. To enable RIP ​routing for a specific subnet, the configuration command network 172.16.64.32 was entered by the network administrator. What address, if any, appears in the running configuration file to identify this network?

Explanation

The network administrator entered the command "network 172.16.64.32" to enable RIP routing for a specific subnet. This command is used to include the specified network in the RIP routing process. However, the command does not represent a specific address, but rather a network. In this case, the network address that appears in the running configuration file to identify this network is 172.16.0.0, which represents the network that includes the subnet 172.16.64.32.

Submit
43. Which two characteristics describe the native VLAN?

Explanation

The native VLAN traffic will be untagged across the trunk link because it is the default VLAN that carries traffic generated by users. The native VLAN provides a common identifier to both ends of a trunk, allowing for communication between switches.

Submit
44. What is indicated by the M in the Cisco IOS image name c1900-universalk9-mz.SPA.153-3.M.bin?

Explanation

The "M" in the Cisco IOS image name c1900-universalk9-mz.SPA.153-3.M.bin indicates that it is an extended maintenance release. This means that the image includes bug fixes, security updates, and other maintenance enhancements beyond what is typically included in a regular maintenance release.

Submit
45. ​Refer to the exhibit. Based on the exhibited configuration and output, why is VLAN 99 missing?

Explanation

The VLAN 99 is missing because it has not been manually entered into the VLAN database with the vlan 99 command. This means that the switch is not recognizing VLAN 99 as a valid VLAN and therefore it is not being included in the configuration or output.

Submit
46. Which set of commands will configure a router as a DHCP server that will assign IPv4 addresses to the 192.168.100.0/23 LAN while reserving the first 10 and the last addresses for static assignment?

Explanation

This set of commands will configure a router as a DHCP server that will assign IPv4 addresses to the 192.168.100.0/23 LAN while reserving the first 10 and the last addresses for static assignment. The "ip dhcp excluded-address" command is used to exclude the addresses that should not be assigned dynamically. In this case, the addresses 192.168.100.1 to 192.168.100.10 are excluded. The "ip dhcp excluded-address 192.168.101.254" command excludes the last address from dynamic assignment. The "ip dhcp pool LAN-POOL-100" command creates a DHCP pool named "LAN-POOL-100" and the "network 192.168.100.0 255.255.254.0" command defines the network and subnet mask for the pool. Finally, the "default-router 192.168.100.1" command sets the default gateway for the DHCP clients.

Submit
47. Which two statements are correct if a configured NTP master on a network cannot reach any clock with a lower stratum number? (Choose two.)

Explanation

If a configured NTP master on a network cannot reach any clock with a lower stratum number, the correct statements are that the NTP master will claim to be synchronized at the configured stratum number and other systems will be willing to synchronize to that master using NTP. This means that even though the NTP master cannot reach a clock with a lower stratum number, it will still advertise itself as synchronized at its configured stratum number. Additionally, other systems on the network will still be willing to synchronize to the NTP master despite its inability to reach lower stratum clocks.

Submit
48. Which configuration would be appropriate for a small business that has the public IP address of 209.165.200.225/30 assigned to the external interface on the router that connects to the Internet?

Explanation

The given answer is appropriate for a small business with the public IP address of 209.165.200.225/30 assigned to the external interface on the router that connects to the Internet. This configuration uses access-list 1 to permit traffic from the 10.0.0.0/8 network, and the "ip nat inside source list 1 interface serial 0/0/0 overload" command enables Network Address Translation (NAT) for the internal network to use the public IP address assigned to the serial 0/0/0 interface. This allows the internal network to access the Internet using the single public IP address.

Submit
49. Match the router memory type that provides the primary storage for the router feature. (Not all options are used.)
Submit
50. Order the DHCP process steps. (Not all options are used.)
Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

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

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jun 18, 2017
    Quiz Created by
    Gopnik
Cancel
  • All
    All (50)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Refer to the exhibit. An administrator is examining the message in a...
​Refer to the exhibit. What is the administrative distance value...
​Refer to the exhibit. A network engineer is preparing to upgrade...
As part of the new security policy, all switches on the network are...
Employees of a company connect their wireless laptop computers to the...
Which statement describes a route that has been learned dynamically?
In what situation would a Layer 2 switch have an IP address...
Which two factors are important when deciding which interior gateway...
Compared with dynamic routes, what are two advantages of using static...
Which commands are used to re-enable a port that has been disabled as...
An administrator is trying to remove configurations from a switch....
A network engineer is interested in obtaining specific information...
Which characteristic describes cut-through switching?
What is the effect of configuring the ipv6 unicast-routing command on...
A network administrator is configuring a new Cisco switch for remote...
A network administrator is configuring port security on a Cisco...
Which advantage does the store-and-forward switching method have...
A network administrator is verifying a configuration that involves...
​Refer to the exhibit. Which route was configured as a static route...
Which type of traffic would most likely have problems when passing...
​Refer to the exhibit. An administrator is attempting to install an...
Which route will a router use to forward an IPv4 packet after...
A network engineer has created a standard ACL to control SSH access to...
Which information does a switch use to keep the MAC address table...
Refer to the exhibit. Which statement shown in the output allows...
Which type of traffic is designed for a native VLAN?
​Refer to the exhibit. Inter-VLAN communication between VLAN 10,...
​Refer to the exhibit. R1 has been configured as shown. However, PC1...
Refer to the exhibit. NAT is configured on Remote and Main. The PC is...
What benefit does NAT64 provide?
A router has used the OSPF protocol to learn a route to the...
​Refer to the exhibit. A PC at address 10.1.1.45 is unable to access...
The computers used by the network administrators for a school are on...
Which network design may be recommended for a small campus site that...
What is a characteristic of a static route that creates a gateway of...
​Refer to the exhibit. Which command will properly configure an IPv6...
What is used in the EUI-64 process to create an IPv6 interface ID on...
A small company has a web server in the office that is accessible from...
Refer to the exhibit. Host A has sent a packet to host B. What will be...
A network administrator is configuring an ACL with the command...
What is a result of connecting two or more switches together?
To enable RIP ​routing for a specific subnet, the configuration...
Which two characteristics describe the native VLAN?
What is indicated by the M in the Cisco IOS image name...
​Refer to the exhibit. Based on the exhibited configuration and...
Which set of commands will configure a router as a DHCP server that...
Which two statements are correct if a configured NTP master on a...
Which configuration would be appropriate for a small business that has...
Match the router memory type that provides the primary storage for the...
Order the DHCP process steps. (Not all options are used.)
Alert!

Advertisement