CCNA 1 Final Exam V5.0

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 Raito
R
Raito
Community Contributor
Quizzes Created: 1 | Total Attempts: 348
| Attempts: 348 | Questions: 60
Please wait...
Question 1 / 60
0 %
0/100
Score 0/100
1. Which connection provides a secure CLI session with encryption to a Cisco switch?

Explanation

An SSH (Secure Shell) connection provides a secure CLI (Command Line Interface) session with encryption to a Cisco switch. SSH is a network protocol that allows secure remote access to devices over an unsecured network. It encrypts the data transmitted between the client and the server, ensuring confidentiality and integrity of the communication. This makes it the preferred choice for remote management and configuration of network devices, such as Cisco switches, as it protects against unauthorized access and eavesdropping.

Submit
Please wait...
About This Quiz
CCNA Quizzes & Trivia

Networking is one of the most important parts of computer technology that involves and allows the sharing of information between several portals and computers. CNNA 1 Final Exam... see morev5.0 is a comprehensive and detailed quiz set and designed to help you test and advance your knowledge on the subject. All the best! see less

2. An administrator uses the Ctrl-Shift-6 key combination on a switch after issuing the ping command. What is the purpose of using these keystrokes?

Explanation

The Ctrl-Shift-6 key combination is used to interrupt the ping process. This keystroke combination sends a break signal to the switch, causing it to stop the current process, in this case, the ping command. Interrupting the ping process can be useful in situations where the administrator wants to stop the continuous ping or troubleshoot network connectivity issues.

Submit
3. When applied to a router, which command would help mitigate brute-force password attacks against the router?

Explanation

The command "login block-for 60 attempts 5 within 60" would help mitigate brute-force password attacks against the router by blocking login attempts for a specified period of time after a certain number of failed attempts. In this case, it would block login attempts for 60 seconds after 5 consecutive failed attempts within a 60-second window. This helps prevent attackers from repeatedly guessing passwords and gaining unauthorized access to the router.

Submit
4. Three bank employees are using the corporate network. The first employee uses a web browser to view a company web page in order to read some announcements. The second employee accesses the corporate database to perform some financial transactions. The third employee participates in an important live audio conference with other corporate managers in branch offices. If QoS is implemented on this network, what will be the priorities from highest to lowest of the different data types?

Explanation

In a network with QoS implemented, the highest priority will be given to the audio conference as it requires real-time transmission with low latency to ensure clear and uninterrupted communication. The second priority will be given to financial transactions as they involve sensitive and critical data that needs to be securely transmitted and processed. The lowest priority will be given to web page viewing as it is less time-sensitive and can tolerate some delays or fluctuations in network performance. Therefore, the correct order of priorities from highest to lowest is audio conference, financial transactions, and web page.

Submit
5. Refer to the exhibit. What is the maximum TTL value that is used to reach the destination www.cisco.com?​

Explanation

The maximum TTL value that is used to reach the destination www.cisco.com is 13.

Submit
6. Which procedure is used to reduce the effect of crosstalk in copper cables?

Explanation

Twisting opposing circuit wire pairs together is a procedure used to reduce the effect of crosstalk in copper cables. When the wires are twisted together, any electromagnetic interference or crosstalk is canceled out or minimized because the induced voltages in each wire are equal and opposite. This helps to maintain signal integrity and reduce interference between adjacent wires in the cable.

Submit
7. A student user is looking for an ISP connection that provides high speed digital transmission over regular phone lines. What ISP connection type should be used?

Explanation

DSL (Digital Subscriber Line) is the correct answer because it provides high-speed digital transmission over regular phone lines. DSL technology allows data to be transmitted at a higher frequency range than voice calls, enabling faster internet speeds. It is a popular choice for residential and small business users who want a reliable and fast internet connection without the need for expensive infrastructure upgrades. DSL connections are widely available and offer faster speeds compared to dial-up, satellite, cell modem, or cable modem connections.

Submit
8. What happens when part of an Internet radio transmission is not delivered to the destination?

Explanation

When part of an Internet radio transmission is not delivered to the destination, the transmission continues without the missing portion. This means that the missing part is not re-sent, and the radio transmission carries on playing without interruption.

Submit
9. What is an important function of the physical layer of the OSI model?

Explanation

The physical layer of the OSI model is responsible for encoding frames into electrical, optical, or radio wave signals. This means that it converts the digital data from the upper layers into a format that can be transmitted over the physical media. By encoding the frames into signals, the physical layer ensures that the data can be transmitted across different types of media, such as copper wires, fiber optic cables, or wireless signals. This is an important function as it enables communication between devices on a network by allowing the transmission of data across physical media.

Submit
10. Which field in an IPv4 packet header will typically stay the same during its transmission?

Explanation

The Destination Address field in an IPv4 packet header typically stays the same during its transmission. This field contains the IP address of the intended recipient of the packet, and it remains unchanged as the packet travels through the network. The other fields such as Flag, Time-to-Live, and Packet Length may be modified or updated during transmission to ensure proper routing and delivery of the packet.

Submit
11. On which switch interface would an administrator configure an IP address so that the switch can be managed remotely?  

Explanation

The administrator would configure an IP address on the VLAN 1 interface in order to manage the switch remotely. VLAN 1 is the default management VLAN on most switches and is typically used for remote management purposes. By assigning an IP address to the VLAN 1 interface, the administrator can access the switch remotely using protocols such as SSH or Telnet.

Submit
12. Refer to the exhibit. Which area would most likely be an extranet for the company network that is shown?

Explanation

Area C would most likely be an extranet for the company network shown because it is positioned outside the company's internal network but still connected to it. An extranet is a private network that allows external parties, such as business partners or customers, to access certain resources or services of the company's internal network. Area C is located between the company's network and the internet, indicating that it serves as a gateway for external access while maintaining some level of security and control.

Submit
13. Which technology provides a solution to IPv4 address depletion by allowing multiple devices to share one public IP address?

Explanation

NAT (Network Address Translation) provides a solution to IPv4 address depletion by allowing multiple devices to share one public IP address. It works by translating private IP addresses used within a local network into a single public IP address when communicating with devices outside the network. This allows for more efficient use of limited IPv4 addresses and enables multiple devices to access the internet using a single public IP address.

Submit
14. After making configuration changes, a network administrator issues a copy running-config startup-config command in a Cisco switch. What is the result of issuing this command?  

Explanation

When a network administrator issues the "copy running-config startup-config" command in a Cisco switch, the new configuration will be saved in the startup-config file located in the NVRAM (Non-Volatile Random Access Memory). This file is used to store the configuration that will be loaded during the switch's startup process. Therefore, if the switch is restarted, it will load the new configuration that was saved, resulting in the new configuration being applied to the switch.

Submit
15. A particular telnet site does not appear to be responding on a Windows 7 computer. What command could the technician use to show any cached DNS entries for this web page?

Explanation

The command "ipconfig /displaydns" can be used by the technician to show any cached DNS entries for the web page. This command displays the contents of the DNS resolver cache, which includes any recently resolved DNS names and their corresponding IP addresses. By using this command, the technician can check if the telnet site's DNS entry is present in the cache, which could help identify if the issue is related to DNS resolution.

Submit
16. Refer to the exhibit. A TCP segment from a server has been captured by Wireshark, which is running on a host. What acknowledgement number will the host return for the TCP segment that has been received?

Explanation

not-available-via-ai

Submit
17. Refer to the exhibit. A network administrator is configuring access control to switch SW1. If the administrator uses a console connection to connect to the switch, which password is needed to access user EXEC mode?

Explanation

The password needed to access user EXEC mode when using a console connection to switch SW1 is "lineconin".

Submit
18. A technician uses the ping 127.0.0.1 command. What is the technician testing?

Explanation

The technician is using the ping 127.0.0.1 command to test the TCP/IP stack on a network host. The IP address 127.0.0.1 is known as the loopback address, which is used to test network connectivity on the local machine. By pinging this address, the technician can determine if the TCP/IP stack is functioning properly on the host machine.

Submit
19. Refer to the exhibit. An administrator wants to change the name of a brand new switch, using the hostname command as shown. What prompt will display after the command is issued?​

Explanation

After the hostname command is issued, the prompt that will display is "Switch(config)#". This prompt indicates that the administrator is in global configuration mode and can make changes to the switch's configuration.

Submit
20. What method is used to manage contention-based access on a wireless network?

Explanation

CSMA/CA stands for Carrier Sense Multiple Access with Collision Avoidance. It is a method used to manage contention-based access on a wireless network. In this method, devices listen to the wireless medium before transmitting to avoid collisions. If the medium is idle, the device can transmit its data. However, if the medium is busy, the device waits for a random amount of time before attempting to transmit again. This helps to reduce collisions and manage access to the network efficiently.

Submit
21. What will a Layer 2 switch do when the destination MAC address of a received frame is not in the MAC table?

Explanation

When the destination MAC address of a received frame is not in the MAC table, a Layer 2 switch will forward the frame out of all ports except for the port at which the frame was received. This is because the switch does not know the specific port to which the frame should be forwarded, so it floods the frame to all other ports in order to reach the destination device.

Submit
22. Which type of wireless security is easily compromised?

Explanation

WEP (Wired Equivalent Privacy) is easily compromised because it uses a weak encryption algorithm and has known vulnerabilities. It can be cracked within minutes using readily available tools. This makes it susceptible to unauthorized access and data breaches. As a result, WEP is no longer considered secure and is not recommended for wireless networks.

Submit
23. Which subnet would include the address 192.168.1.192 as a usable host address?

Explanation

The subnet 192.168.1.128/25 would include the address 192.168.1.192 as a usable host address because the range of usable host addresses for this subnet is from 192.168.1.129 to 192.168.1.254. Since 192.168.1.192 falls within this range, it is a usable host address in this subnet.

Submit
24. Which two notations are useable nibble boundaries when subnetting in IPv6? (Choose two.)

Explanation

not-available-via-ai

Submit
25. Refer to the exhibit. The network administrator enters these commands into the R1 router:R1# copy running-config tftpAddress or name of remote host [ ]?When the router prompts for an address or remote host name, what IP address should the administrator enter at the prompt?

Explanation

The network administrator should enter the IP address 192.168.11.252 at the prompt because it is the address of the TFTP server where the running configuration will be copied.

Submit
26. What will happen if the default gateway address is incorrectly configured on a host?

Explanation

If the default gateway address is incorrectly configured on a host, the host will not be able to communicate with hosts in other networks. The default gateway is the IP address of the router that connects the local network to other networks. By incorrectly configuring the default gateway address, the host will not be able to send packets to the correct router for routing to other networks. As a result, communication with hosts in other networks will not be possible.

Submit
27. What is the purpose of the routing process?

Explanation

The purpose of the routing process is to select the paths that are used to direct traffic to destination networks. Routing involves determining the most efficient path for data packets to travel from the source to the destination network. This is done by analyzing the network topology, considering factors such as network congestion, link quality, and shortest path algorithms. By selecting the appropriate paths, routing ensures that data reaches its intended destination efficiently and effectively.

Submit
28. 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 unicast IPv6 packets between different networks, making it capable of routing IPv6 traffic. It does not assign the router to the all-nodes multicast group, permit only unicast packets, or prevent the router from joining the all-routers multicast group.

Submit
29. Which two components are necessary for a wireless client to be installed on a WLAN? (Choose two.)

Explanation

A wireless NIC (Network Interface Card) is necessary for a wireless client to be installed on a WLAN because it allows the device to connect to the wireless network. The wireless client software is also necessary as it enables the device to communicate with the wireless network and access its resources. The other options, such as media, custom adapter, crossover cable, and wireless bridge, are not necessary components for installing a wireless client on a WLAN.

Submit
30. Which parameter does the router use to choose the path to the destination when there are multiple routes available?

Explanation

Routers use metrics to determine the best path to a destination network. The metric value represents the cost or preference of a particular route. In this case, the router chooses the path with the lower metric value associated with the destination network. This means that the route with the lower cost or higher preference will be selected as the preferred path. By selecting the lower metric value, the router ensures efficient and reliable routing of network traffic.

Submit
31. Which group of IPv6 addresses cannot be allocated as a host source address?​

Explanation

The group of IPv6 addresses that cannot be allocated as a host source address is FF00::/8. This is because FF00::/8 is a multicast address range, which is used for communication to multiple hosts simultaneously. Multicast addresses are not assigned to individual hosts, but rather to groups of hosts that are interested in receiving the multicast traffic. Therefore, FF00::/8 cannot be used as a source address for a single host.

Submit
32. A PC is configured to obtain an IP address automatically from network 192.168.3.0/24. The network administrator issues the arp –a command and notices an entry of 192.168.3.255 ff-ff-ff-ff-ff-ff. Which statement describes this entry?

Explanation

The entry 192.168.3.255 ff-ff-ff-ff-ff-ff indicates a static map entry. In ARP (Address Resolution Protocol), static map entries are manually configured mappings between IP addresses and MAC addresses. In this case, the entry is for the broadcast address of the network (192.168.3.255) and the corresponding MAC address (ff-ff-ff-ff-ff-ff). Since it is manually configured, it is considered a static map entry.

Submit
33. Refer to the exhibit. A ping to PC2 is issued from PC0, PC1, and PC3 in this exact order. Which MAC addresses will be contained in the S1 MAC address table that is associated with the Fa0/1 port?

Explanation

The MAC addresses of PC0 and PC1 will be contained in the S1 MAC address table associated with the Fa0/1 port because the ping is issued from PC0, PC1, and PC3 in that order. The MAC addresses of the devices that send traffic through a switch port are recorded in the MAC address table. Since PC2 is not involved in the ping process, its MAC address will not be included in the table.

Submit
34. In which default order will a router search for startup configuration information?

Explanation

A router will first search for startup configuration information in NVRAM, which stands for Non-Volatile Random Access Memory. This is where the router stores its configuration files. If the configuration is not found in NVRAM, the router will then search for it in TFTP (Trivial File Transfer Protocol), which is a network protocol used for transferring files. Finally, if the configuration is not found in TFTP, the router will enter setup mode, where the user can manually configure the router.

Submit
35. During normal operation, from which location do most Cisco switches run the IOS?

Explanation

During normal operation, most Cisco switches run the IOS from RAM. RAM (Random Access Memory) is a type of computer memory that allows data to be read and written quickly. The IOS (Internetwork Operating System) is the software that runs on Cisco devices and provides the necessary functionality for network operations. Running the IOS from RAM allows for faster access and execution of commands, making it the preferred location for the operating system to be stored during normal operation.

Submit
36. What is the purpose of having a converged network?

Explanation

A converged network combines multiple types of communication services, such as data, voice, and video, onto a single network infrastructure. This reduces the cost of deploying and maintaining separate networks for each service, as well as the associated hardware and cabling. By consolidating these services onto a single network, organizations can streamline their infrastructure, reduce complexity, and save on costs. This allows for more efficient use of resources and easier management of the network.

Submit
37. Refer to the exhibit. Consider the IP address configuration shown from PC1. What is a description of the default gateway address?

Explanation

The default gateway address is the IP address of the Router1 interface that connects the PC1 LAN to Router1. This means that any traffic that is not destined for the local LAN will be sent to the default gateway, which in this case is Router1. Router1 will then forward the traffic to its appropriate destination, such as the internet or other networks.

Submit
38. Refer to the exhibit. Which IP addressing scheme should be changed?

Explanation

not-available-via-ai

Submit
39. What is the protocol that is used to discover a physical address from a known logical address and what message type does it use?

Explanation

ARP (Address Resolution Protocol) is used to discover a physical address (MAC address) from a known logical address (IP address). It uses broadcast messages to send a request to all devices on the network, asking "Who has this IP address?". The device with the corresponding IP address responds with its MAC address, allowing the sender to establish a direct communication link. Therefore, the correct answer is ARP, broadcast.

Submit
40. What is the purpose of the network security accounting function?

Explanation

The purpose of the network security accounting function is to keep track of the actions of a user. This function helps in monitoring and recording the activities performed by a user on the network, such as logging in, accessing resources, and performing various actions. By maintaining an audit trail of user actions, network security accounting helps in identifying any suspicious or unauthorized activities, detecting potential security breaches, and ensuring accountability for user actions.

Submit
41. What types of addresses make up the majority of addresses within the /8 block IPv4 bit space?

Explanation

The majority of addresses within the /8 block IPv4 bit space are public addresses. Public addresses are used to identify devices on the internet and are assigned by Internet Service Providers (ISPs) to their customers. These addresses are globally unique and can be accessed from anywhere on the internet. Private addresses, on the other hand, are used for local network communication and are not routable over the internet. Multicast addresses are used for one-to-many communication, and experimental addresses are used for research and testing purposes.

Submit
42. Which statement is true about DHCP operation?​

Explanation

When a device is configured to use DHCP, it broadcasts a DHCPDISCOVER message when it boots up. This message is sent to identify any available DHCP servers on the network. The purpose of this broadcast is to allow the client to discover and establish a connection with a DHCP server, which will then assign the necessary IP address, subnet mask, DNS server address, and default gateway address to the client.

Submit
43. What is the auto-MDIX feature on a switch?

Explanation

The auto-MDIX feature on a switch refers to the automatic configuration of an interface for a straight-through or a crossover Ethernet cable connection. This means that the switch can detect the type of cable being used (straight-through or crossover) and configure the interface accordingly, eliminating the need for manual cable swapping. This feature allows for easier and more flexible network setup, as it removes the requirement for specific cable types in order to establish a connection between devices.

Submit
44. What is the purpose of ICMP messages?

Explanation

ICMP (Internet Control Message Protocol) messages are used to provide feedback on the transmission of IP packets. These messages are sent between network devices to report errors, congestion, or other issues related to the delivery of IP packets. ICMP messages allow network administrators to monitor the status and performance of their networks and troubleshoot any problems that may arise during packet transmission. Therefore, the purpose of ICMP messages is to provide feedback on the transmission of IP packets.

Submit
45. A frame is transmitted from one networking device to another. Why does the receiving device check the FCS field in the frame?

Explanation

The receiving device checks the FCS field in the frame to verify if there are any transmission errors. The FCS (Frame Check Sequence) field contains a checksum that is used to detect errors in the frame during transmission. By checking the FCS field, the receiving device can determine if the frame was received correctly or if there are any errors that occurred during transmission. This helps ensure the integrity of the data being transmitted and allows for error detection and correction if necessary.

Submit
46. What is the correct order for PDU encapsulation?

Explanation

not-available-via-ai

Submit
47. Refer to the exhibit. What is the significance of the asterisk (*) in the exhibited output?

Explanation

The asterisk (*) in the exhibited output designates which file system is the default file system.

Submit
48. What is a characteristic of the LLC sublayer?

Explanation

The LLC sublayer of the data link layer places information in the frame, allowing multiple Layer 3 protocols to use the same network interface and media. This means that different protocols can share the same physical connection and transmit their data over the network. The LLC sublayer accomplishes this by adding a header to the frame that includes information about the protocol being used. This allows the receiving device to correctly interpret and process the data.

Submit
49. How does a Layer 3 switch differ from a Layer 2 switch?

Explanation

A Layer 3 switch differs from a Layer 2 switch because it allows for the assignment of an IP address to a physical port. This feature is not supported in Layer 2 switches, which means that Layer 3 switches have the capability to operate at both the network layer (Layer 3) and the data link layer (Layer 2) of the OSI model. This allows Layer 3 switches to perform routing functions, such as forwarding packets based on IP addresses, in addition to the switching functions performed by Layer 2 switches.

Submit
50. Which function is provided by TCP?

Explanation

TCP (Transmission Control Protocol) provides the function of detection of out-of-order and missing packets. This means that TCP keeps track of the sequence of packets being sent and received, and if any packets are received out of order or if any packets are missing, TCP detects and handles it. This ensures that the data is reliably transmitted and received in the correct order, enhancing the reliability and integrity of the communication.

Submit
51. What two preconfigured settings that affect security are found on most new wireless routers? (Choose two.)

Explanation

The two preconfigured settings that affect security found on most new wireless routers are broadcast SSID and default administrator password. The broadcast SSID setting determines whether the wireless network name is visible to other devices, while the default administrator password is the initial password used to access the router's settings. These settings impact security as hiding the network name can make it more difficult for unauthorized users to detect and connect to the network, and changing the default administrator password adds an extra layer of protection against unauthorized access to the router's settings.

Submit
52. Match the following
Submit
53. Which three IP addresses are private ? (Choose three.)

Explanation

The three IP addresses that are private are 10.20.30.1, 172.30.5.3, and 192.168.5.5. Private IP addresses are reserved for internal networks and cannot be accessed or routed over the internet. These addresses are commonly used in home and office networks to allow devices to communicate with each other within the network while still being protected from external access.

Submit
54. Which two statements correctly describe a router memory type and its contents? (Choose two.)

Explanation

ROM is nonvolatile memory that stores a limited version of the IOS, which is the operating system of the router. It is non-erasable and retains its data even when power is lost. On the other hand, RAM is volatile memory that stores the running version of the IOS. It is temporary and loses its data when power is lost or the router is restarted. Therefore, ROM and RAM correctly describe the router memory types and their contents.

Submit
55. Match the following
Submit
56.  A network administrator notices that the throughput on the network appears lower than expected when compared to the end-to-end network bandwidth. Which three factors can explain this difference? (Choose three.)

Explanation

The amount of traffic can affect the throughput on the network as a higher volume of traffic can lead to congestion and slower speeds. The type of traffic can also impact the throughput as certain types of data may require more bandwidth or may be prioritized differently. The number and type of network devices that the data is crossing can also affect the throughput as each device introduces some latency and processing time.

Submit
57. Match the following
Submit
58. A host is accessing a Telnet server on a remote network. Which three functions are performed by intermediary network devices during this conversation? (Choose three.)

Explanation

During a Telnet session, intermediary network devices perform three functions. First, they regenerate data signals to ensure that the data reaches its destination without any loss or corruption. Second, they apply security settings to control the flow of data, ensuring that unauthorized access is prevented. Lastly, they notify other devices when errors occur, allowing for prompt troubleshooting and resolution.

Submit
59. What are the three primary functions provided by Layer 2 data encapsulation? (Choose three.)

Explanation

The three primary functions provided by Layer 2 data encapsulation are data link layer addressing, detection of errors through CRC calculations, and delimiting groups of bits into frames. Data link layer addressing allows for the identification of devices on a local network. Detection of errors through CRC calculations ensures the integrity of the transmitted data. Delimiting groups of bits into frames helps in organizing and synchronizing the data transmission.

Submit
60. Fill in the blank.During data communications, a host may need to send a single message to a specific group of destination hosts simultaneously. This message is in the form of a ...._____.....message.

Explanation

During data communications, a host may need to send a single message to a specific group of destination hosts simultaneously. This message is in the form of a multicast message. Multicast is a communication method where a single message is sent to multiple recipients at the same time. It is commonly used in applications such as video streaming, online gaming, and audio conferencing, where multiple users need to receive the same data simultaneously.

Submit
View My Results

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

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

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 09, 2016
    Quiz Created by
    Raito
Cancel
  • All
    All (60)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which connection provides a secure CLI session with encryption to a...
An administrator uses the Ctrl-Shift-6 key combination on a switch...
When applied to a router, which command would help mitigate...
Three bank employees are using the corporate network. The first...
Refer to the exhibit. What is the maximum TTL value that is used to...
Which procedure is used to reduce the effect of crosstalk in copper...
A student user is looking for an ISP connection that provides high...
What happens when part of an Internet radio transmission is not...
What is an important function of the physical layer of the OSI model?
Which field in an IPv4 packet header will typically stay the same...
On which switch interface would an administrator configure an IP...
Refer to the exhibit. Which area would most likely be an extranet for...
Which technology provides a solution to IPv4 address depletion by...
After making configuration changes, a network administrator issues a...
A particular telnet site does not appear to be responding on a Windows...
Refer to the exhibit. A TCP segment from a server has been captured by...
Refer to the exhibit. A network administrator is configuring access...
A technician uses the ping 127.0.0.1 command. What is the technician...
Refer to the exhibit. An administrator wants to change the name of a...
What method is used to manage contention-based access on a wireless...
What will a Layer 2 switch do when the destination MAC address of a...
Which type of wireless security is easily compromised?
Which subnet would include the address 192.168.1.192 as a usable host...
Which two notations are useable nibble boundaries when subnetting in...
Refer to the exhibit. The network administrator enters these commands...
What will happen if the default gateway address is incorrectly...
What is the purpose of the routing process?
What is the effect of configuring the ipv6 unicast-routing command on...
Which two components are necessary for a wireless client to be...
Which parameter does the router use to choose the path to the...
Which group of IPv6 addresses cannot be allocated as a host source...
A PC is configured to obtain an IP address automatically from network...
Refer to the exhibit. A ping to PC2 is issued from PC0, PC1, and PC3...
In which default order will a router search for startup configuration...
During normal operation, from which location do most Cisco switches...
What is the purpose of having a converged network?
Refer to the exhibit. Consider the IP address configuration shown from...
Refer to the exhibit. Which IP addressing scheme should be changed?
What is the protocol that is used to discover a physical address from...
What is the purpose of the network security accounting function?
What types of addresses make up the majority of addresses within the...
Which statement is true about DHCP operation?​
What is the auto-MDIX feature on a switch?
What is the purpose of ICMP messages?
A frame is transmitted from one networking device to another. Why does...
What is the correct order for PDU encapsulation?
Refer to the exhibit. What is the significance of the asterisk (*) in...
What is a characteristic of the LLC sublayer?
How does a Layer 3 switch differ from a Layer 2 switch?
Which function is provided by TCP?
What two preconfigured settings that affect security are found on most...
Match the following
Which three IP addresses are private ? (Choose three.)
Which two statements correctly describe a router memory type and its...
Match the following
 A network administrator notices that the throughput on the...
Match the following
A host is accessing a Telnet server on a remote network. Which three...
What are the three primary functions provided by Layer 2 data...
Fill in the blank.During data communications, a host may need to send...
Alert!

Advertisement