Text preview & study summary
Cisco CCNA 200-301 - Domains 4 5 6 IP Services Security Automation
A free sample of 5 questions from this quiz, shown in full with answer choices and explanations. No interactivity — everything is visible on this page for study and review.
Want to test your knowledge? Launch the Interactive Exam Simulator
Question 1
What is the difference between a traditional controller-based network and a Cisco SD-WAN (Viptela) architecture?
Explanation
Cisco SD-WAN (Viptela): vManage = centralized GUI/API management plane, vSmart = centralized control/policy plane (OMP protocol), vBond = orchestrator for initial bring-up. WAN edge routers (vEdge/ISR/ASR) form secure IPsec/DTLS overlay tunnels across any transport (MPLS, broadband, LTE).
Question 2
A Cisco IOS configuration has:
```
ip dhcp pool CORP
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 8.8.8.8 8.8.4.4
lease 1 0 0
```
How long is the DHCP lease in this configuration?
Explanation
The `lease` command format is `lease [days] [hours] [minutes]`. `lease 1 0 0` = 1 day, 0 hours, 0 minutes = 24-hour lease. Default Cisco DHCP lease is 1 day. `lease infinite` creates a permanent lease.
Question 3
An enterprise network uses Cisco ISE (Identity Services Engine) with 802.1X. A supplicant connects with valid domain credentials. ISE returns a "dACL" to the switch. What is a dACL?
Explanation
After 802.1X authentication, ISE (the RADIUS server) can send a RADIUS Access-Accept with a dACL (Downloadable ACL) that is applied dynamically to that specific switch port. This allows per-user or per-device access policies without pre-configuring static ACLs on every switch.
Question 4
A network team is evaluating a move to controller-based networking. Which statement BEST describes the benefit of centralized control in SDN?
Explanation
SDN (Software-Defined Networking) key benefits: 1) Centralized control plane (network-wide view enables optimal routing, consistent policy), 2) Programmability (REST APIs for automation), 3) Hardware abstraction (vendor-agnostic), 4) Faster operational changes (single change propagates everywhere). The data plane (forwarding) remains distributed in hardware.
Question 5
An enterprise implements Cisco SD-Access using Cisco DNA Center. What is the PRIMARY role of DNA Center in this architecture?
Explanation
Cisco DNA Center is the centralized management platform for SD-Access (and broader Cisco intent-based networking). It provides: network design, policy definition, provisioning automation, assurance (AI/ML analytics), and device management across the entire fabric — replacing manual CLI configuration.
