Cisco Certified Network Associate (CCNA) (200-301)
Get full access to the updated question bank and confidently prepare for your exam.
Vendor
Cisco
Certification
Enterprise
Content
462 Qs
Status
Verified
Updated
6 hours ago
Test the Practice Engine
Experience our interactive testing environment with free demo questions
Premium Bundle
Complete Success Suite
Save $39 Instantly
-
โFull PDF + Interactive Engine Everything you need to pass
-
โAll Advanced Question Types Drag & Drop, Hotspots, Case Studies
-
โPriority 24/7 Expert Support Direct line to certification leads
-
โ90 Days Free Priority Updates Stay current as exams change
Success Metric
98.4% Pass Rate
Standard Simulation
Practice Engine
One-Time Payment
-
Web-Based (Zero Install)
-
Real Testing Environment Virtual & Practice Modes
-
Interactive Engine Drag & Drop, Hotspots
-
60 Days Free Updates
Compatible with All Devices
Basic Tier
PDF Study Guide
Digital Access
- โ Exam Questions (PDF)
- โ Mobile Friendly
- โ 60 Days Updates
Verified 93-Question Preview (200-301)
Verified Community
The CertoMetrics Standard.
Recommend the #1 platform for verified Cisco certification resources.
Success Network
Help a Colleague Succeed.
Invite a peer to get their own updated 200-301 prep kit.
Exam Overview
The Cisco Certified Network Associate (CCNA) 200-301 certification is a globally recognized, foundational credential that validates your essential skills in installing, configuring, operating, and troubleshooting medium-sized routed and switched networks. Earning your CCNA demonstrates a comprehensive understanding of core networking concepts, including network fundamentals, IP connectivity, IP services, security fundamentals, and automation. This certification is crucial for entry-level networking professionals and those looking to advance their careers, providing a solid base for more specialized Cisco certifications. It significantly enhances your professional credibility, opening doors to diverse career opportunities in the ever-evolving IT infrastructure landscape, proving your capability to manage modern networks effectively.
Questions
100-120
Passing Score
Approximately 825/1000
Duration
120 Minutes
Difficulty
Intermediate
Level
Associate
Skills Measured
Career Path
Target Roles
Common Questions
Is the material up to date?
Yes. We update our question bank weekly to match the latest Cisco standards. You get free updates for 90 days.
What format do I get?
You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).
Is there a guarantee?
Absolutely. If you fail the 200-301 exam using our materials, we offer a full money-back guarantee.
When do I get the download?
Instantly. The download link is available in your dashboard immediately after payment is confirmed.
Free Study Guide Samples
Previewing updated 200-301 bank (93 Questions).
Guidelines
Please use the "Tasks" and "Topology" tabs to complete this lablet.
Topology

Task
Complete the tasks below:
Task 1
All relevant ports are pre-configured as 802. Iq trunks.
โข Configure SW-I port EO/O to only permit VLANs 5 and 6.
Task 2
โข Configure SW-I and SW-2 ports e0/1 using VLAN 77 as the native
VI-AN.
Task 3
โข Configure SW-2 port EO/2 to only permit VLAN 6.
Task 4
Using LACP, create a Port Channel on SW-3 and SW-4.

Correct Option: Check Explanation
To complete the tasks for your lab, here are the Cisco IOS commands required for each configuration step based on your provided topology.
Task 1: SW-1 Port e0/0 (VLAN Truncation)
To permit only specific VLANs on a trunk port, you must set the allowed list.
Bash
SW-1(config)# interface e0/0
SW-1(config-if)# switchport trunk allowed vlan 5,6
Task 2: Native VLAN Configuration
Both ends of the trunk must have the same native VLAN to prevent mismatch errors.
Bash
# On SW-1
SW-1(config)# interface e0/1
SW-1(config-if)# switchport trunk native vlan 77
# On SW-2
SW-2(config)# interface e0/1
SW-2(config-if)# switchport trunk native vlan 77
Task 3: SW-2 Port e0/2 (VLAN Truncation)
Similar to Task 1, restrict the trunk to only VLAN 6.
Bash
SW-2(config)# interface e0/2
SW-2(config-if)# switchport trunk allowed vlan 6
Task 4: LACP Port Channel (SW-3 and SW-4)
To create the Po34 interface using LACP, you must group the interfaces on both switches.
Configuration for SW-3:
Bash
SW-3(config)# interface range e0/0 - 1
SW-3(config-if-range)# channel-group 34 mode active
Configuration for SW-4:
Bash
SW-4(config)# interface range e0/0 - 1
SW-4(config-if-range)# channel-group 34 mode active
Which SDN plane forwards user-generated traffic?
Correct Option: B
โ
Option B (Correct)
Reasoning: The data plane, also known as the forwarding plane, is responsible for the actual forwarding of user-generated traffic packets through the network devices. It executes the forwarding decisions that are programmed by the control plane. When a packet arrives at a network device, the data plane consults its forwarding information base (FIB) or switching table to determine the outgoing interface and forwards the packet.
โ Why the other choices are incorrect:
- Option A is incorrect: The policy plane defines high-level business rules and network policies. It does not directly forward user traffic; instead, it influences the configuration and decisions made by the control plane.
- Option C is incorrect: The management plane is used for managing network devices (e.g., configuration, monitoring, troubleshooting, software updates). It handles management traffic, not user-generated data traffic.
- Option D is incorrect: The control plane is responsible for making forwarding decisions. It builds and maintains routing tables, MAC address tables, and other forwarding information, then programs these decisions into the data plane. It does not directly forward user-generated traffic.
Reference: https://www.cisco.com/c/en/us/products/collateral/cloud-systems-management/application-centric-infrastructure/white-paper-c11-739971.html
Which technology is appropriate for communication between an SDN controller and applications running over the network?
Correct Option: A
- REST API (A): Representational State Transfer (REST) APIs are widely adopted as the primary technology for Northbound communication in SDN. They provide a flexible, stateless, and standardized way for applications to interact with the SDN controller, enabling them to request network services, retrieve network state, and apply policies.
- OpenFlow (B): OpenFlow is a Southbound interface protocol. It defines the communication between the SDN controller and the forwarding plane of network devices (switches and routers), allowing the controller to program network device behavior. It is not used for communication with applications.
- NETCONF (C): Network Configuration Protocol (NETCONF) is a protocol used for configuring network devices. While an SDN controller might use NETCONF for device management (acting as a form of Southbound interface), it is not the typical or primary technology used for applications to communicate with the controller for higher-level network service requests.
- Southbound API (D): This is a category of APIs that describes communication between the SDN controller and network devices, not between the controller and applications. Therefore, it is incorrect for the specified purpose.
Reference: https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-739989.html (While this reference focuses on ACI, it discusses Northbound APIs for SDN applications. General SDN concepts are covered in CCNA 200-301 curriculum related to network programmability and automation).
What is the function of generative Al in network operations?
Correct Option: D
Generative AI excels at creating new content, data, or models based on learned patterns. In network operations, this capability can be leveraged to generate synthetic network configurations for various purposes, such as testing new designs, simulating network behavior, or even assisting in the initial drafting of complex configurations. This directly aligns with the 'generative' aspect of the technology.
Option A describes optimization, not generation. Option B involves automation of deployment, which is a different function. Option C is a task of network management or optimization, not creation. Therefore, creating synthetic network configurations is the most fitting function of generative AI in this context.
Reference: https://blogs.cisco.com/tag/ai
Which HTTP verb generates a 200 (OK) response when a REST-based API call is successful?
Correct Option: C
โ
Option C (Correct)
Reasoning: The HTTP GET method is primarily used to request data from a specified resource. A successful GET request consistently returns a 200 (OK) status code, indicating that the request has succeeded and the requested data is included in the response body.
โ Why the other choices are incorrect:
- Option A is incorrect: The PATCH method applies partial modifications to a resource. A successful PATCH typically returns
200 (OK)if the response body contains the updated resource, or204 (No Content)if the response body is empty. While it can return 200, it's not its sole or most distinct success code. - Option B is incorrect: The POST method submits an entity to a specified resource, often resulting in a change of state or creation of a new resource. A successful POST most commonly returns
201 (Created)when a new resource is created. It can return200 (OK)if the action resulted in a non-resource representation or if the operation was successful without creating a new resource, but 201 is more characteristic for resource creation. - Option D is incorrect: The DELETE method removes the specified resource. A successful DELETE typically returns
204 (No Content)if no response body is needed, or200 (OK)if the response includes an entity describing the status (e.g., confirmation of deletion). Like PATCH, 200 is possible but 204 is also very common.
Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/200
Which configuration management mechanism uses TCP port 22 by default when communicating with managed nodes?
Correct Option: C
โ Option C (Correct)
Reasoning: Ansible is an agentless configuration management tool that relies on standard SSH (Secure Shell) to communicate with managed nodes. SSH, by default, uses TCP port 22 for secure remote access and command execution. This allows Ansible to push configurations, execute modules, and gather facts without requiring a special agent installed on the target systems.
โ Why the other choices are incorrect:
- Option A is incorrect: Chef uses a client-server model. The Chef client communicates with the Chef server primarily over HTTP/HTTPS (typically ports 80/443), not SSH (TCP port 22).
- Option B is incorrect: Python is a programming language, not a configuration management mechanism itself. While Python can be used to write scripts for configuration management, it does not inherently define a default communication port for node management in the way a dedicated tool like Ansible does.
- Option D is incorrect: Puppet also operates using a client-server architecture. Puppet agents communicate with the Puppet master primarily over HTTPS, typically using TCP port 8140 by default, not SSH (TCP port 22).
Reference: https://docs.ansible.com/ansible/latest/getting_started/getting_started_connection.html
What is represented by the word "R20" within this JSON schema?
Correct Option: A
Correct Answer: D
Drag and drop the characteristic from the left onto the device type on the right Not all characteristics are used.
The provided mapping correctly identifies the distinct roles and characteristics of Access Points (APs) and Wireless LAN Controllers (WLCs) in a modern wireless network architecture.
Access Point
- โ
'ability to boost a wi-fi signal' matches with -> Access Point
Reasoning: Access Points can operate in different modes, including repeater or mesh mode. In these modes, an AP can extend the range of an existing wireless network, effectively boosting the Wi-Fi signal in areas with poor coverage. - โ
'interconnects wireless LANs to a wired network' matches with -> Access Point
Reasoning: This is the primary function of an Access Point. It acts as a bridge, translating frames between the wireless (IEEE 802.11) medium and the wired Ethernet (IEEE 802.3) medium, allowing wireless clients to access the LAN.
Wireless LAN Controller
- โ
'uses templates to implement QOS configuration' matches with -> Wireless LAN Controller
Reasoning: A WLC centralizes the management of multiple APs. It utilizes templates and profiles to enforce consistent policies, such as Quality of Service (QoS) for voice and video traffic, across the entire wireless infrastructure. - โ
'supplies user connection data within a device group' matches with -> Wireless LAN Controller
Reasoning: The WLC serves as a central aggregation point for monitoring data. It collects statistics, client connection information, and performance metrics from all managed APs (which form a device group), providing administrators with a holistic view of the network's health.
Reference: https://www.cisco.com/c/en/us/td/docs/wireless/controller/8-5/Enterprise-Mobility-8-5-Design-Guide/Enterprise_Mobility_8-5_Design_Guide.html
Which interface condition is occurring in this output?

Correct Option: B
The output shows "Total output drops: 100". Output drops occur when the interface's transmit queue overflows because it cannot send packets fast enough, indicating congestion or queueing on the interface. The "Output queue: 50/300" further shows active queue usage.
Why other options are incorrect:
* A: broadcast storm: A broadcast storm would typically show very high input rates and potentially input errors or CPU utilization, which are not present. The input rate is 0 packets/sec.
* C: bad NIC: A faulty NIC usually presents with various input/output errors (CRC, frame, overrun), interface resets, or link instability, none of which are observed.
* D: duplex mismatch: Duplex mismatch, especially with full-duplex on one side and half-duplex on the other, would result in high collision counts (e.g., collisions, late collisions, deferred), which are all zero in this output.
Reference: https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-software-releases-120/10542-output-drops.html
Which port type is used on a WLC using distribution system ports, with heavy traffic expected, when maximum resilience is required?
Correct Option: C
โ Option C (Correct)
Reasoning: A Link Aggregation Group (LAG), also known as EtherChannel, bundles multiple physical Ethernet links into a single logical link. This technology directly addresses the requirements for 'heavy traffic' by providing increased bandwidth through load balancing across the bundled links, and 'maximum resilience' by offering redundancy. If one physical link within the LAG fails, traffic can seamlessly switch to the remaining operational links, ensuring continuous connectivity to the distribution system.โ Why the other choices are incorrect:
- Option A: QoS trust is incorrect: QoS trust is a configuration setting that dictates whether a port trusts the Quality of Service markings (e.g., DSCP or CoS) of incoming traffic. While essential for traffic prioritization, it is not a port *type* that inherently provides increased bandwidth or link redundancy for heavy traffic and resilience.
- Option B: PoE is incorrect: Power over Ethernet (PoE) delivers electrical power along with data over Ethernet cabling. WLCs themselves typically receive power via an AC adapter and their uplink ports generally do not use PoE. PoE is primarily used to power devices like access points or IP phones, not to enhance WLC uplink performance or resilience.
- Option D: trunk is incorrect: A trunk port is configured to carry traffic for multiple VLANs across a single link. While WLC distribution system ports are almost always configured as trunk ports to support various WLAN VLANs, 'trunk' describes the *mode* of operation for VLAN tagging, not a mechanism for bundling multiple physical links for bandwidth aggregation and fault tolerance. A single trunk port, by itself, does not provide the 'maximum resilience' and 'heavy traffic' handling *through aggregation* that LAG does.
Reference: https://www.cisco.com/c/en/us/td/docs/wireless/controller/8-5/config-guide/b_cg85/Configuring_LAG.html
Refer to the exhibit.

An engineer must document all Wi-Fi services on a new wireless LAN controller. The Wi-Fi SSID " Office_WLan " has Layer 2 Security. What is determined by this configuration?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. A packet sourced from 10.10.10.1 is destined for 10.10.8.14. What is the subnet mask of the destination route?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. User traffic originating within site B is failing to reach an application hosted on IP address 192.168.0.10, which is located within site
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. After configuring a new static route on the CPE, the engineer entered this series of commands to verify that the new configuration is operating normally. When is the static default route installed into the routing table?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. A static route must be configured on R14 to forward traffic for the 172.21.34.0/25 network that resides on R86. Which command must be used to fulfill the request?
Premium Solution Locked
Unlock all 462 answers & explanations
What are the two main capabilities of tunnel mode in IPsec site-to-site VPNs ? (Choose two.)
Premium Solution Locked
Unlock all 462 answers & explanations
What does the HTTP PATCH method perform in REST-based APIs?
Premium Solution Locked
Unlock all 462 answers & explanations
What is the benefit of using private IPv4 addressing?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. During initial configuration testing, the Windows workstation PC1 cannot connect with the 172.16.2.0 /24 network. Which set of actions corrects the configuration?
Premium Solution Locked
Unlock all 462 answers & explanations
What does the term "split MAC" refer to in a wireless architecture?
Premium Solution Locked
Unlock all 462 answers & explanations
Drag and drop the characteristic from the left onto the device type on the right Not all characteristics are used.
Premium Solution Locked
Unlock all 462 answers & explanations
Which interface on the WLC is limited to one when LAG is in use?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. After configuring a new static route on the CPE, the engineer entered this series of commands to verify that the new configuration is operating normally. When is the static default route installed into the routing table?
Premium Solution Locked
Unlock all 462 answers & explanations
Which level of severity must be set to get informational syslogs?
Premium Solution Locked
Unlock all 462 answers & explanations
Which two actions are performed by the Weighted Random Early Detection mechanism? (Choose two.)
Premium Solution Locked
Unlock all 462 answers & explanations
Which authentication method requires the user to provide a physical attribute to authenticate successfully?
Premium Solution Locked
Unlock all 462 answers & explanations
What does the HTTP PATCH method perform in REST-based APIs?
Premium Solution Locked
Unlock all 462 answers & explanations
What is a characteristic of an SSID in wireless networks?
Premium Solution Locked
Unlock all 462 answers & explanations
How do servers connect to the network in a virtual environment?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. An engineer is bringing up a new circuit to the MPLS provider on the Gi0/1 interface of Router 1. The new circuit uses eBGP and learns the route to VLAN25 from the BGP path.
What is the expected behavior for the traffic flow for route 10.10.13.0/25?
Premium Solution Locked
Unlock all 462 answers & explanations
Drag and drop the traffic types from the left onto the QoS delivery mechanisms on the right.
Premium Solution Locked
Unlock all 462 answers & explanations
Drag and drop the attack-mitigation techniques from the left onto the types of attack that they mitigate on the right.
Select and Place:
Premium Solution Locked
Unlock all 462 answers & explanations
Which security program element involves installing badge readers on data-center doors to allow workers to enter and exit based on their job roles?
Premium Solution Locked
Unlock all 462 answers & explanations
What are the two main capabilities of tunnel mode in IPsec site-to-site VPNs ? (Choose two.)
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. Users will be using a preconfigured secret key and SSID and must have a secured key hashing algorithm configured. The AAA server must not be used for the
user authentication method. Which action completes the task?
Premium Solution Locked
Unlock all 462 answers & explanations
What is the role of disaggregation in controller-based networking?
Premium Solution Locked
Unlock all 462 answers & explanations
Which role does machine learning play in identifying network security breaches?
Premium Solution Locked
Unlock all 462 answers & explanations
Drag and drop the VLAN port modes from the left onto the descriptions on the right.
Premium Solution Locked
Unlock all 462 answers & explanations
Why was the RFC 1918 address space defined?
Premium Solution Locked
Unlock all 462 answers & explanations
Which type of wired port is required when an AP offers one unique SSID, passes client data and management traffic, and is in autonomous mode?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. Which functionalities will this SSID have while being used by wireless clients?
Premium Solution Locked
Unlock all 462 answers & explanations
What is an enhancement implemented in WPA3?
Premium Solution Locked
Unlock all 462 answers & explanations
What is a characteristic of cloud-based network topology?
Premium Solution Locked
Unlock all 462 answers & explanations
Drag and drop the TCP and UDP characteristics from the left onto the corresponding protocols on the right.
Premium Solution Locked
Unlock all 462 answers & explanations
What describes multifactor authentication in security password policies?
Premium Solution Locked
Unlock all 462 answers & explanations
Refer to the exhibit. An OSPF neighbor relationship must be configured using these guidelines:
โ R1 is only permitted to establish a neighbor with R2.
โ R1 will never participate in DR elections.
โ R1 will use a router-id of 10.1.1.1.
Which configuration must be used?
Premium Solution Locked
Unlock all 462 answers & explanations
What describes a northbound REST API for SDN?
Premium Solution Locked
Unlock all 462 answers & explanations
What are two purposes of HSRP? (Choose two.)
Premium Solution Locked
Unlock all 462 answers & explanations
How does encryption protect the wireless network?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. What must be configured to enable WPA2 with AES encryption and fast roaming with a preshared key length of 64 characters?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. To which device does Router send packets that are destined to host 10.10.13.165?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. An engineer is asked to configure router R1 so that it forms an OSPF single-area neighbor relationship with R2. Which command sequence must be implemented to configure the router?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit.
Which configuration for RTR-1 denies SSH access from PC-1 to any RTR-1 interface and allows all other traffic?
Premium Solution Locked
Unlock all 462 answers & explanations
What is a characteristic of a Layer 2 switch?
Premium Solution Locked
Unlock all 462 answers & explanations

How are API keys used to enforce rate limiting?
Premium Solution Locked
Unlock all 462 answers & explanations
Which benefit does network automation provide for IT administrators?
Premium Solution Locked
Unlock all 462 answers & explanations
Drag and drop the functions of AAA supporting protocols from the left onto the protocols on the right.
Select and Place:
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. A network engineer must configure the WLC to allow only DHCP and DNS packets for User1 and User2. Which configuration must be used?
Premium Solution Locked
Unlock all 462 answers & explanations
How does MAC learning function?
Premium Solution Locked
Unlock all 462 answers & explanations
Which two functions are performed by the core layer in a three-tier architecture? (Choose two.)
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. The WI-FI SSID "Office_WLan" has Layer 2 Security configured with MAC filtering enabled. What additional security is provided by this specific feature?
Premium Solution Locked
Unlock all 462 answers & explanations
What is an Ansible inventory?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. Packets received by the router from BGP enter via a serial interface at 209.165.201.1. Each route is present within the routing table. Which interface is used to forward traffic with a destination IP of 10.1.1.19?
Premium Solution Locked
Unlock all 462 answers & explanations
An application in the network is being scaled up from 300 servers to 600. Each server requires 3 network connections to support production, backup, and management traffic. Each connection resides on a different subnet. The router configuration for the production network must be configured first using a subnet in the 10.0.0.0/8 network. Which command must be configured on the interface of the router to accommodate the requirements and limit wasted IP address space?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. An engineer configured the New York router with static routes that point to the Atlanta and Washington sites. Which command must be configured on the Atlanta and Washington routers so that both sites are able to reach the Lo2 Interface on the New York router?
Premium Solution Locked
Unlock all 462 answers & explanations
Drag and drop the characteristic from the left onto the IPv6 address type on the right.
Premium Solution Locked
Unlock all 462 answers & explanations
A Cisco engineer is configuring a factory-default router with these three passwords:
- The user EXEC password for console access is p4ssw0rd1.
- The user EXEC password for Telnet access is s3cr3t2.
- The password for privileged EXEC mode is priv4t3p4ss.
Which command sequence must the engineer configure?
Premium Solution Locked
Unlock all 462 answers & explanations
What is another title for the 802.11 primary name associated with a WLAN?
Premium Solution Locked
Unlock all 462 answers & explanations
An engineer is updating the configuration on a switch. To meet updated security standards, Telnet must be replaced with encrypted connections, and the modulus size must be increased to 2048 bits Which two commands must the engineer configure on the switch? (Choose two.)
Premium Solution Locked
Unlock all 462 answers & explanations
What is a characteristic of frame switching?
Premium Solution Locked
Unlock all 462 answers & explanations
Drag and drop the statements about networking from the left onto the corresponding networking types on the right.
Select and Place:
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. Which prefix does Router1 use for traffic to Host A?
Premium Solution Locked
Unlock all 462 answers & explanations
Which WAN topology has the highest degree of reliability?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. What is the next-hop IP address for R2 so that PC2 reaches the application server via EIGRP?
Premium Solution Locked
Unlock all 462 answers & explanations
What is a characteristic of a Layer 2 switch?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. Which interface does a packet take to reach the destination address of 10.10.10.14?
Premium Solution Locked
Unlock all 462 answers & explanations
Which two values or settings must be entered when configuring a new WLAN in the Cisco Wireless LAN Controller GUI? (Choose two.)
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. With a reference bandwidth of 100 Gb on all routers, which path does router Y use to get to network 192.168.1.0/24?
Premium Solution Locked
Unlock all 462 answers & explanations
Which IPsec mode provides encapsulation and encryption of the entire original IP packet on a site-to site VPN?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. Which entry is the longest prefix match for host IP address 192.168.10.5?
Premium Solution Locked
Unlock all 462 answers & explanations
How do generative Al models support network design testing?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. The image server and client A are running an application that transfers an extremely high volume of data between the two. An engineer is configuring a dedicated circuit between R1 and R2. Which set of commands must the engineer apply to the routers so that only traffic between the image server and client A is forces to use the new circuit?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. Which address will the client contact to renew their IP address when the current lease expires?
Premium Solution Locked
Unlock all 462 answers & explanations
Which two tasks support the physical access control element of a security program? (Choose two.)
Premium Solution Locked
Unlock all 462 answers & explanations
How must a switch interface be configured when an AP is in FlexConnect mode?
Premium Solution Locked
Unlock all 462 answers & explanations
What is a characteristic of RSA?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. An engineer booted a new switch and applied this configuration via the console port. Which additional configuration must be applied to allow administrators to authenticate directly to global configuration mode via Telnet using a local username and password?
Premium Solution Locked
Unlock all 462 answers & explanations
Which factor must be considered during the implementation of an IPsec VPN?
Premium Solution Locked
Unlock all 462 answers & explanations

Refer to the exhibit. What are the two steps an engineer must take to provide the highest encryption and authentication using domain credentials from LDAP? (Choose two.)
Premium Solution Locked
Unlock all 462 answers & explanations
What is the function of a northbound API?
Premium Solution Locked
Unlock all 462 answers & explanations
What is the function of a northbound API in a network architecture that separates the control and application layers?
Premium Solution Locked
Unlock all 462 answers & explanations
How does machine learning improve the detection of unauthorized network access?
Premium Solution Locked
Unlock all 462 answers & explanations
Which HTTP status code is returned after a successful REST API request?
Premium Solution Locked
Unlock all 462 answers & explanations
Full Question Bank Locked
You have reached the end of the free study guide preview. Upgrade now to unlock all 462 questions and the full simulation engine.
Certification Path
Related Certifications
Customer Reviews
Global Community Feedback
David M.
"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."
Sarah J.
"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."
Michael C.
"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"