CCNA Certification Practice #3

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 Albrenes
A
Albrenes
Community Contributor
Quizzes Created: 2 | Total Attempts: 261
| Attempts: 138 | Questions: 54
Please wait...
Question 1 / 54
0 %
0/100
Score 0/100
1. Refer to the exhibit. Router B should not send routing updates to router A. Which command can be used on router B to prevent RIP from sending these updates?

Explanation

The "passive-interface serial 0/0/0" command can be used on router B to prevent RIP from sending updates to router A. This command puts the specified interface into passive mode, which means that it will not send any routing updates. In this case, by using the command on the serial 0/0/0 interface, router B will stop sending RIP updates to router A.

Submit
Please wait...
About This Quiz
CCNA Certification Practice #3 - Quiz


Getting a CCNA certification validates one's specific technical skills, considerably increasing the possessor's professional credibility. Persons who have obtained the CCNA certification have more to bring to the... see moretable than those that don’t. Take this CCNA certification practice exam and see how prepared for the exam that is coming up. All the best! see less

2. A Catalyst switch must be in which VTP mode in order to delete or add VLANs to a management domain?

Explanation

In order to delete or add VLANs to a management domain in a Catalyst switch, it must be in the "server" VTP mode. The server mode allows the switch to create, modify, and delete VLAN information and propagate it to other switches in the same VTP domain. By being in server mode, the switch can actively participate in the VTP domain and make changes to the VLAN configuration.

Submit
3. Which statement describes the process that occurs in Network Address Translation (NAT) overloading?

Explanation

NAT overloading, also known as Port Address Translation (PAT), is a process in which multiple private IP addresses are mapped to one public IP address. This allows multiple devices within a private network to share a single public IP address when communicating with devices on the internet. The router keeps track of the source port numbers to differentiate between the different private IP addresses. This technique helps conserve the limited pool of public IP addresses and provides a level of security by hiding the internal IP addresses from external networks.

Submit
4. A router has learned about network 192.168.168.0 through static and dynamic routing processes. Which route will appear in the routing table for this network if the router has learned multiple routes?

Explanation

The route that will appear in the routing table for network 192.168.168.0 is "S 192.168.168.0/24 [1/0] via 192.168.200.1". This is because the "S" indicates that the route was learned through a static routing process, and it has the lowest administrative distance of 1. The other routes have higher administrative distances, indicating that they were learned through dynamic routing processes.

Submit
5. A router needs to be configured to route within OSPF area 0. Which two commands are required to accomplish this? (Choose two.) 

Explanation

To configure a router to route within OSPF area 0, two commands are required. The first command is "RouterA(config)# router ospf 1" which enables OSPF routing process with an OSPF process ID of 1. The second command is "RouterA(config-router)# network 192.168.2.0 0.0.0.255 area 0" which specifies the network address and subnet mask to be included in OSPF routing and assigns it to area 0. These two commands together enable OSPF routing and add the specified network to area 0 for routing.

Submit
6. What is the purpose of the Spanning Tree Protocol (STP)?

Explanation

The purpose of the Spanning Tree Protocol (STP) is to prevent Layer 2 loops. Layer 2 loops can occur in a network when there are redundant links between switches, causing broadcast storms and network congestion. STP identifies and blocks redundant paths in the network, allowing for a single active path while keeping the other paths in a standby mode. This ensures that there is no looping of Ethernet frames, maintaining network stability and preventing disruptions.

Submit
7. Which two keywords can be used in an access control list to replace a wildcard mask or address and wildcard mask pair? (Choose two.)

Explanation

The keywords "host" and "any" can be used in an access control list to replace a wildcard mask or address and wildcard mask pair. The keyword "host" is used to specify a single host or IP address, while the keyword "any" is used to represent all IP addresses or any source/destination. These keywords provide flexibility in defining access control rules by allowing specific or generic addressing options.

Submit
8. When is a WLAN a better solution than a LAN?

Explanation

A WLAN (Wireless Local Area Network) is a better solution than a LAN (Local Area Network) when user mobility is needed. WLAN allows users to connect to the network and access resources without being physically connected through cables, providing flexibility and freedom of movement. This is particularly advantageous in environments where users need to move around and stay connected to the network at the same time, such as in large office spaces, airports, or public places. By using WLAN, users can maintain connectivity and access network resources from different locations within the coverage area.

Submit
9. Refer to the exhibit. Which three hosts will receive ARP requests from host A, assuming that port Fa0/4 on both switches is configured to carry traffic for multiple VLANs? (Choose three.)

Explanation

Host A will send ARP requests to hosts C, D, and F because they are connected to the same VLAN as host A. When host A needs to communicate with hosts on the same VLAN, it sends out an ARP request to discover their MAC addresses. Hosts B, E, and G are not on the same VLAN as host A, so they will not receive ARP requests from host A.

Submit
10. What creates a loop-free path through a switch network? 

Explanation

Spanning Tree Protocol (STP) creates a loop-free path through a switch network. It is a network protocol that prevents loops in Ethernet networks by selectively blocking certain redundant links. STP calculates the shortest path to the root bridge and disables all other paths, ensuring that there is only one active path between any two network devices. This prevents broadcast storms and ensures a stable and efficient network topology.

Submit
11. Which two pieces of information are required when creating a standard access control list? (Choose two.)

Explanation

When creating a standard access control list, two pieces of information are required. The first is the source address and wildcard mask, which specify the source of the traffic that will be filtered by the access control list. The second is the access list number between 1 and 99, which is used to identify and apply the access control list to an interface or a specific traffic flow. These two pieces of information are necessary to properly configure and implement a standard access control list.

Submit
12. A router with two LAN interfaces, two WAN interfaces, and one configured loopback interface is operating with OSPF as its routing protocol. What does the router OSPF process use to assign the router ID?

Explanation

The OSPF process on the router assigns the router ID based on the IP address of the loopback interface. The loopback interface is a logical interface that is always up and reachable, making it a stable and reliable choice for the router ID. The IP address of the loopback interface is typically chosen to be a unique and static address, ensuring consistency in the router ID across reboots or interface changes.

Submit
13. Which statement is true regarding states of the IEEE 802.1D Spanning Tree Protocol?

Explanation

Ports listen and learn before going into the forwarding state is a true statement regarding the states of the IEEE 802.1D Spanning Tree Protocol. In the Spanning Tree Protocol, ports initially start in the blocking state, where they do not forward any traffic. They then transition to the listening state, where they start to receive and process BPDUs (Bridge Protocol Data Units) to determine the network topology. After that, they enter the learning state, where they populate their MAC address tables. Finally, they move to the forwarding state, where they actively forward data packets.

Submit
14. Refer to the exhibit. Which command needs to be used on router interface Fa 0/1 to complete the VLAN configuration? 

Explanation

The correct answer is "RT_1(config-subif)# encapsulation dot1q 10". This command is used to configure the VLAN encapsulation on the router interface Fa 0/1. The "encapsulation dot1q" command is used to specify the VLAN encapsulation method, and the "10" parameter specifies the VLAN ID.

Submit
15. . Which industry-wide specification was developed to decrease the time that is needed to move to the forwarding state by switch ports that are operating in a redundantly switched topology? 

Explanation

RSTP (Rapid Spanning Tree Protocol) is an industry-wide specification developed to decrease the time required for switch ports operating in a redundantly switched topology to transition to the forwarding state. RSTP improves the convergence time of the Spanning Tree Protocol (STP) by reducing the amount of time it takes for a switch port to transition from the blocking state to the forwarding state. This allows for faster network convergence and improved network performance in redundant switch topologies.

Submit
16. Which wireless standard works only in the 2.4 GHz range and provides speeds up to 54 Mb/s?

Explanation

The correct answer is 802.11g. This wireless standard operates in the 2.4 GHz frequency range and can provide speeds of up to 54 Mb/s. It is an improvement over the previous 802.11b standard, offering faster data transfer rates.

Submit
17. What is the default Layer 2 encapsulation protocol for a synchronous serial interface on a Cisco router? 

Explanation

HDLC (High-Level Data Link Control) is the default Layer 2 encapsulation protocol for a synchronous serial interface on a Cisco router. HDLC is a bit-oriented protocol that provides both connection-oriented and connectionless service. It is widely used in synchronous serial communication and is the default encapsulation protocol for Cisco routers. HDLC is simple, efficient, and reliable, making it suitable for various network environments.

Submit
18. What type of IP address is 172.16.134.48/27?

Explanation

The IP address 172.16.134.48/27 is a usable host address because it falls within the range of IP addresses that can be assigned to devices on a network. The "/27" indicates that the first 27 bits of the IP address are used to identify the network, leaving 5 bits for host addresses. Since the host address in this case is 48, it falls within the range of usable host addresses on the network.

Submit
19. Refer to the exhibit. An initial configuration is being performed on a new router. The network administrator encounters the error message that is shown in the exhibit. What is the problem?

Explanation

The error message in the exhibit suggests that there is an issue with the password command for the console port. This means that the password for accessing the console port has not been set. As a result, the router is unable to proceed with the initial configuration. To resolve this problem, the network administrator needs to set a password for the console port using the password command.

Submit
20. What table does the EIGRP DUAL algorithm use to calculate the best route to each destination router?

Explanation

The EIGRP DUAL algorithm uses the topology table to calculate the best route to each destination router. The topology table contains information about the network topology, including the metrics and costs associated with each route. By analyzing this information, the algorithm determines the most efficient path to reach each destination router.

Submit
21. Refer to the exhibit. All ports on switch fl-1 are in the Production VLAN and all ports on switch fl-2 are in the Development VLAN. How many broadcast domains and how many collision domains are in the network? (Choose two.)

Explanation

The network consists of two switches, fl-1 and fl-2, each with all ports in a separate VLAN. Each VLAN represents a separate broadcast domain, so there are three broadcast domains in total. Since each switch is considered a separate collision domain, and there are three switches in total, there are nine collision domains in the network.

Submit
22. Which address is a valid IPv6 global unicast address?

Explanation

not-available-via-ai

Submit
23. Refer to the exhibit. What type of header is shown?

Explanation

not-available-via-ai

Submit
24. Refer to the exhibit. R3 has the following configuration: R3# show running-config --some output text omitted-- interface serial0 bandwidth 128 ip address 192.168.11.2 255.255.255.0 encapsulation frame-relay frame-relay map ip 192.168.11.2 30 broadcast After the command R3# debug frame-relay packet is executed, a ping is issued from R3 to R1 but is unsuccessful. Based on the output of the debug command shown in the graphic and the router configuration, what is the problem?

Explanation

The debug output shows that the frame-relay packet is being sent to the IP address 192.168.11.1, which is the IP address of R1. However, in the frame-relay map statement, the IP address specified is 192.168.11.2, which is the IP address of R3 itself. Therefore, the problem is that there is an incorrect IP address in the map statement.

Submit
25. What guideline is generally followed about the placement of extended access control lists?

Explanation

Extended access control lists (ACLs) should be placed as close as possible to the source of the traffic to be denied. This is because ACLs are used to filter network traffic based on specific criteria, such as source and destination IP addresses, protocol types, and port numbers. By placing the ACLs closer to the source of the traffic, they can be applied earlier in the network path, allowing for more efficient and effective filtering. This helps to reduce unnecessary network traffic and potential security risks.

Submit
26. Refer to the exhibit. A named access list called chemistry_block has been written to prevent users on the Chemistry Network and public Internet from access to the Records Server. All other users within the school should have access to this server. The list contains the following statements: deny 172.16.102.0 0.0.0.255 172.16.104.252 0.0.0.0 permit 172.16.0.0 0.0.255.255 172.16.104.252 0.0.0.0 Which command sequence will place this list to meet these requirements?

Explanation

The access list should be applied to the interface that connects to the Records Server. In this case, it is the interface fa0/0 on the Athena device.

Submit
27.

Explanation

not-available-via-ai

Submit
28. Refer to the exhibit and the following error message from the SwA switch. 00:22:43: %SPANTREE-7-RECV_1Q_NON_TRUNK: Received 802.1Q BPDU on non trunk FastEthernet0/1 VLAN1. 00:22:43: %SPANTREE-7-BLOCK_PORT_TYPE: Blocking FastEthernet0/1 on VLAN0001. Inconsistent port type. Considering that the link between the two switches is good and the correct type, what could cause this error message? 

Explanation

The error message indicates that a BPDU (Bridge Protocol Data Unit) was received on a non-trunk port (FastEthernet0/1) in VLAN1. This suggests that the SwA port is configured as a trunk port, which is expected to receive BPDU messages, while the SwB port is configured as an access port, which should not be receiving BPDU messages. This inconsistency in port configuration is causing the error message to be generated.

Submit
29. Refer to the exhibit. Two VLANs have been configured on the switch and hosts have been assigned. Hosts in the Sales VLAN can ping all hosts in their own VLAN, but cannot ping the hosts in the HR VLAN. What are two explanations for this problem? (Choose two.)  

Explanation

The first explanation for this problem is that a router is required for communication between VLANs. VLANs are logically separate networks, and without a router to connect them, communication between VLANs is not possible.

The second explanation is that the hosts are in separate broadcast domains. Each VLAN has its own broadcast domain, and hosts within a VLAN can communicate with each other using broadcast messages. However, hosts in one VLAN cannot directly communicate with hosts in another VLAN using broadcast messages.

Submit
30. What are two characteristics of TCP? (Choose two.)  

Explanation

TCP (Transmission Control Protocol) is a reliable transport protocol that ensures data transport reliability by providing error detection, retransmission of lost packets, and flow control mechanisms. It also establishes, maintains, and terminates virtual circuits between communicating devices, ensuring a reliable and ordered delivery of data. Therefore, the two characteristics of TCP are data transport reliability and establishing, maintaining, and terminating virtual circuits.

Submit
31. Refer to the exhibit. The XYZ Company hosts web pages for small companies. Based on the exhibited information, what would be an appropriate route for the ISP to configure for the XYZ network? 

Explanation

The correct answer is "ISP# ip route 192.135.250.0 255.255.255.248 s0/0/1". This is the appropriate route for the ISP to configure for the XYZ network because it specifies the destination network 192.135.250.0 with a subnet mask of 255.255.255.248, which indicates a /29 subnet. This route is configured on the s0/0/1 interface, which is the interface connected to the XYZ network. This route will allow the ISP to forward traffic destined for the XYZ network to the correct interface.

Submit
32. Refer to the exhibit. An administrator who is connected to the console of the Peanut router is able to ping the Serial0 and Ethernet0 ports of the Popcorn router but unable to ping its Ethernet1 interface. What are two possible causes for this problem? (Choose two.)

Explanation

Two possible causes for the problem could be that the Ethernet1 interface of the Popcorn router is shutdown or that the Popcorn router did not include network 192.168.12.0 in its routing configuration.

Submit
33. Refer to the exhibit. When the show ip ospf neighbor command is given from the R1# prompt, no output is shown. However, when the show ip interface brief command is given, all interfaces are showing up and up. What is the most likely problem?

Explanation

The most likely problem is that R1 or R2 does not have a network statement for the 172.16.100.0 network. This is indicated by the fact that when the "show ip ospf neighbor" command is given, no output is shown. This suggests that OSPF neighbors have not been established, which can occur if the network statement is missing for the specific network.

Submit
34. Refer to the exhibit. Which switch will be elected the root bridge and which switch will place a port in blocking mode? (Choose two.)

Explanation

SW3 will become the root bridge because it has the lowest bridge ID. SW4 will have a port blocked because it is not the root bridge and it has the highest bridge ID among the remaining switches.

Submit
35. What two measures are used to prevent routing loops in networks that use distance vector routing protocols? (Choose two)

Explanation

Split horizon and hold-down timers are two measures used to prevent routing loops in networks that use distance vector routing protocols. Split horizon is a technique where a router does not advertise routes back out of the interface from which it learned them, preventing loops from occurring. Hold-down timers are used to temporarily ignore route updates after a route has been invalidated, allowing time for the network to stabilize and prevent incorrect route information from being propagated. These measures help to ensure the stability and efficiency of the network's routing system.

Submit
36. Which network device is commonly used to allow multiple VPN connections into a corporate network?

Explanation

A concentrator is a network device commonly used to allow multiple VPN connections into a corporate network. It acts as a central point for managing and processing VPN connections, allowing remote users to securely access the corporate network. The concentrator authenticates and encrypts the incoming VPN connections, ensuring the confidentiality and integrity of the data transmitted between the remote users and the corporate network. By using a concentrator, the corporate network can efficiently handle multiple VPN connections from different remote locations.

Submit
37. Refer to the exhibit. A network administrator has configured routers RTA and RTB, but cannot ping from serial interface to serial interface. Which layer of the OSI model is the most likely cause of the problem? 

Explanation

The most likely cause of the problem is the data link layer. The data link layer is responsible for the physical transmission of data between network devices, such as routers. If the routers are unable to ping from serial interface to serial interface, it suggests that there may be an issue with the data link layer, such as a faulty cable or misconfigured network interface cards.

Submit
38. Refer to the exhibit. Which sequence of commands will configure router A for OSPF?

Explanation

not-available-via-ai

Submit
39. Which three factors contribute to congestion on an Ethernet LAN? (Choose three.) 

Explanation

The three factors that contribute to congestion on an Ethernet LAN are improper placement of enterprise level servers, addition of hosts to a physical segment, and increasing use of bandwidth intensive network applications. Improper placement of servers can lead to bottlenecks and congestion if they are not strategically positioned. Adding more hosts to a physical segment can increase the traffic and cause congestion. Similarly, as the use of bandwidth intensive network applications increases, it can consume more network resources and lead to congestion.

Submit
40. Refer to the exhibit. What type of Layer 2 encapsulation will be used for connection D on the basis of this configuration on a newly installed router: RtrA(config)# interface serial0/0/0 RtrA(config-if)# ip address 128.107.0.2 255.255.255.252 RtrA(config-if)# no shutdown 

Explanation

Based on the given configuration, HDLC (High-Level Data Link Control) will be used for Layer 2 encapsulation for connection D. This is because the "no shutdown" command enables the interface, and HDLC is the default encapsulation on Cisco routers unless otherwise specified.

Submit
41. Refer to the exhibit. What can be concluded from the output that is shown? 

Explanation

From the given output, we can conclude that the management VLAN is VLAN 99.

Submit
42. Four bits have been borrowed to create subnets. Which three addresses are subnet addresses? (Choose three.)

Explanation

When four bits are borrowed to create subnets, the subnet mask becomes 255.255.255.240. This means that the subnet addresses will have the last four bits of the host portion set to 0. Looking at the given addresses, 192.168.14.16, 192.168.14.32, and 192.168.14.208 have the last four bits of the host portion set to 0, making them subnet addresses.

Submit
43. Refer to the exhibit. Computer A is configured with an IP address of 192.168.20.5 and cannot ping RT_1. What is most likely the problem? 

Explanation

The most likely problem is that the IP address of computer A is incorrect. Since computer A cannot ping RT_1, it suggests that there is an issue with its IP configuration. The other options, such as the trunk port, VLAN configuration, and management VLAN, do not directly affect the ability to ping RT_1. Therefore, the incorrect IP address is the most probable cause of the problem.

Submit
44. A network administrator needs to configure three local networks. The networks have these requirements: Network 1 - 500 hosts Network 2 - 100 hosts Network 3 - 1000 hosts Which three subnet masks will be needed to fulfill these requirements? (Choose three.)

Explanation

The subnet masks needed to fulfill the requirements of the three local networks are 255.255.254.0, 255.255.252.0, and 255.255.255.128.

- Network 1 requires 500 hosts, so a subnet mask of 255.255.254.0 will provide enough host addresses.
- Network 2 requires 100 hosts, so a subnet mask of 255.255.255.128 will provide enough host addresses.
- Network 3 requires 1000 hosts, so a subnet mask of 255.255.252.0 will provide enough host addresses.

These subnet masks ensure that each network has enough host addresses to accommodate the required number of hosts.

Submit
45. What best describes the operation of distance vector routing protocols?

Explanation

Distance vector routing protocols, such as RIP (Routing Information Protocol), operate by sending their routing tables to directly connected neighbors. These protocols periodically exchange information with their neighbors, sharing the entire routing table. Each router then uses this information to calculate the best path to reach a destination network. The routing updates are sent only to the directly connected neighbors, minimizing the amount of network traffic. This allows routers to efficiently update their routing tables and make informed forwarding decisions based on the received information.

Submit
46. 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 displayed in the configuration and output.

Submit
47. Refer to the exhibit. VLAN10 and VLAN20 have been created on SW_1 and SW_2 and switch ports have been assigned to the appropriate VLAN. Workstations in VLAN 10 can ping workstations in VLAN 10 that connect to either switch, but workstations in VLAN 20 cannot ping workstations in VLAN 20 on the opposite switch. Based on the output, what is most likely the problem? 

Explanation

The problem is most likely that interfaces FA0/1 on SW_1 and SW_2 need to be configured as trunk ports. Trunk ports are used to carry traffic for multiple VLANs, allowing VLAN 20 traffic to pass between the switches. Since workstations in VLAN 20 cannot ping workstations in VLAN 20 on the opposite switch, it suggests that the VLAN 20 traffic is not being properly forwarded between the switches. Configuring the interfaces as trunk ports will enable the switches to pass traffic for multiple VLANs.

Submit
48. Wdwd

Explanation

not-available-via-ai

Submit
49. Refer to the exhibit. The exhibit shows simplified protocol data units from different OSI model layers. Which three statements are true about the PDUs and the encapsulation process? (Choose three.) 

Explanation

The given correct answer states that PDU #1 is a frame, PDU #3 is a segment, and the order in which these PDUs are created during the encapsulation process is 3, 4, 1, 2. This means that PDU #1 is created after PDU #4, which is a transport layer PDU, and before PDU #2, which is an application layer PDU. PDU #3, which is a segment, is created before both PDU #1 and PDU #2.

Submit
50.  What are three examples of TCP/IP application layer protocols? (Choose three.) 

Explanation

The three examples of TCP/IP application layer protocols are:
1) a terminal emulation protocol that supports remote console connections with various network devices - This protocol allows users to access and control network devices remotely through a console interface.
2) a protocol responsible for transporting electronic mail on TCP/IP networks and the Internet - This protocol is commonly known as SMTP (Simple Mail Transfer Protocol) and is used for sending and receiving emails.
3) a protocol that exchanges network management information between a network device and a management console - This protocol, known as SNMP (Simple Network Management Protocol), allows network administrators to monitor and manage network devices.

Submit
51. Assuming a subnet mask of 255.255.224.0, which three addresses would be valid host addresses? (Choose three.)

Explanation

In order to determine which addresses are valid host addresses, we need to consider the subnet mask.

A subnet mask of 255.255.224.0 means that the first 19 bits of the IP address are the network address, and the remaining 13 bits are available for host addresses.

Out of the given addresses, the three that have valid host addresses are:
- 10.78.103.0 (within the same network range)
- 10.178.48.0 (within the same network range)
- 172.2.11.100.0 (within the same network range)

The other addresses either fall outside of the network range or have an invalid format.

Submit
52. Refer to the exhibit. Two switches have been connected with ports that are configured as trunks. After the connection was made, SW2 displayed the status message as shown in the exhibit. What will solve this problem?

Explanation

not-available-via-ai

Submit
53.

Explanation

not-available-via-ai

Submit
54. What are three Frame Relay congestion management mechanisms? (Choose three.)

Explanation

BECN and DE are two of the three Frame Relay congestion management mechanisms. BECN stands for Backward Explicit Congestion Notification, which is used by the network to notify the sending device about congestion in the network. DE stands for Discard Eligibility, which is a bit in the Frame Relay header that indicates if a frame can be discarded during congestion. The third mechanism is not mentioned in the given options.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 18, 2024 +

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

  • Current Version
  • Mar 18, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • May 29, 2012
    Quiz Created by
    Albrenes
Cancel
  • All
    All (54)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Refer to the exhibit. Router B should not send routing updates to...
A Catalyst switch must be in which VTP mode in order to delete or add...
Which statement describes the process that occurs in Network Address...
A router has learned about network 192.168.168.0 through static and...
A router needs to be configured to route within OSPF area 0. Which two...
What is the purpose of the Spanning Tree Protocol (STP)?
Which two keywords can be used in an access control list to replace a...
When is a WLAN a better solution than a LAN?
Refer to the exhibit. Which three hosts will receive ARP requests from...
What creates a loop-free path through a switch network? 
Which two pieces of information are required when creating a standard...
A router with two LAN interfaces, two WAN interfaces, and one...
Which statement is true regarding states of the IEEE 802.1D Spanning...
Refer to the exhibit. Which command needs to be used on router...
. Which industry-wide specification was developed to decrease the time...
Which wireless standard works only in the 2.4 GHz range and provides...
What is the default Layer 2 encapsulation protocol for a synchronous...
What type of IP address is 172.16.134.48/27?
Refer to the exhibit. An initial configuration is being performed on a...
What table does the EIGRP DUAL algorithm use to calculate the best...
Refer to the exhibit. All ports on switch fl-1 are in the Production...
Which address is a valid IPv6 global unicast address?
Refer to the exhibit. What type of header is shown?
Refer to the exhibit. R3 has the following configuration:...
What guideline is generally followed about the placement of extended...
Refer to the exhibit. A named access list called chemistry_block has...
Refer to the exhibit and the following error message from the SwA...
Refer to the exhibit. Two VLANs have been configured on the switch and...
What are two characteristics of TCP? (Choose two.)  
Refer to the exhibit. The XYZ Company hosts web pages for small...
Refer to the exhibit. An administrator who is connected to the console...
Refer to the exhibit. When the show ip ospf neighbor command is given...
Refer to the exhibit. Which switch will be elected the root bridge and...
What two measures are used to prevent routing loops in networks that...
Which network device is commonly used to allow multiple VPN...
Refer to the exhibit. A network administrator has configured routers...
Refer to the exhibit. Which sequence of commands will configure router...
Which three factors contribute to congestion on an Ethernet LAN?...
Refer to the exhibit. What type of Layer 2 encapsulation will be used...
Refer to the exhibit. What can be concluded from the output that is...
Four bits have been borrowed to create subnets. Which three addresses...
Refer to the exhibit. Computer A is configured with an IP address of...
A network administrator needs to configure three local networks. The...
What best describes the operation of distance vector routing...
Refer to the exhibit. Based on the exhibited configuration and output,...
Refer to the exhibit. VLAN10 and VLAN20 have been created on SW_1 and...
Wdwd
Refer to the exhibit. The exhibit shows simplified protocol data units...
 What are three examples of TCP/IP application layer protocols?...
Assuming a subnet mask of 255.255.224.0, which three addresses would...
Refer to the exhibit. Two switches have been connected with ports that...
What are three Frame Relay congestion management mechanisms? (Choose...
Alert!

Advertisement