dc dotCreds
Daily, exam-focused micro practice

Free CCNA 200-301 practice test

Know why every answer is right or wrong.

Every answer explained with source-backed reasoning No guessing Progress tracked Questions updated at May 13, 2026, 12:03 PM CDT
Exam breakdown Top domains in this CCNA bank
Network Fundamentals 25%
About 41 items in this bank
Security Fundamentals 18%
About 29 items in this bank
IP Services 16%
About 26 items in this bank

What CCNA covers: Network Fundamentals (25%) • Security Fundamentals (18%) • IP Services (16%)

New set every day. Start today's questions before they rotate.

CCNA icon

CCNA

Cisco Certified Network Associate (CCNA 200-301)

What you get immediately

  • A real CCNA question first, not a wall of copy
  • Correct answer plus per-choice explanation
  • Source link for follow-up study
  • Free daily set, then full-bank Pro when you want more
Question 1 of 10
Objective 4.7 IP Services

In a network implementing differentiated services, what mechanism is used to ensure packets receive the appropriate per-hop forwarding behavior?

Concept tested: Describe QoS classification, marking, queues, congestion handling, and priority treatment.

A. Incorrect: IP-layer packet marking because it conveys the necessary information for per-hop forwarding behavior.

B. Correct: Traffic policing because it regulates traffic but does not convey forwarding instructions.

C. Incorrect: Queue management because it manages how packets are handled at a node but does not mark them with forwarding instructions.

D. Incorrect: Congestion avoidance because it prevents congestion but does not specify packet handling at each hop.

Why this matters: This matters because understanding IP-layer packet marking ensures proper implementation of differentiated services for network traffic prioritization.
Question 2 of 10
Objective 2.7 Network Access

Which command would you use to verify the connectivity status of an access point in FlexConnect mode?

Concept tested: Network Access

A. Correct: It displays the current status of APs connected to the controller in FlexConnect mode.

B. Incorrect: This command shows client counts but does not provide information on AP connectivity.

C. Incorrect: It lists interface descriptions, which do not include AP connectivity details.

D. Incorrect: It shows IP routing tables and is unrelated to wireless access point status.

Why this matters: Technicians need this distinction when configuring connectivity and isolating network problems quickly.
Question 3 of 10
Objective 3.1 IP Connectivity

What command would you use to display the routing table on a Cisco router?

Concept tested: IP Connectivity

A. Correct: 'show ip route' displays the IP routing table on a Cisco router.

B. Incorrect: This command is used on Huawei devices, not Cisco routers.

C. Incorrect: It shows the current configuration of the device, not the routing table.

D. Incorrect: D is incorrect as it does not follow the correct syntax for displaying information in IOS.

Why this matters: Technicians need this distinction when configuring connectivity and isolating network problems quickly.
Keep the momentum

You're 3 questions in. Want the full bank?

Unlock the full question set, timed exam mode, practice mode, saved progress, previous tests, and readiness scoring.

Unlock this exam

151 more questions, timed exam mode, and saved history are waiting in the full unlock.

Question 4 of 10
Objective 6.6 Automation and Programmability

What is the primary purpose of using Terraform in infrastructure management?

Concept tested: Automation and Programmability

A. Incorrect: Building machine images is a use case for Packer, another HashiCorp tool.

B. Correct: Terraform allows you to define cloud and on-prem resources in configuration files that can be versioned and reused.

C. Incorrect: Orchestrating workloads is a function of Nomad, not Terraform.

D. Incorrect: Securing remote access is the purpose of Vault, another HashiCorp product.

Why this matters: This matters because the wrong choice changes how technicians or teams configure, troubleshoot, or support To manage infrastructure as code.
Question 5 of 10
Objective 5.8 Security Fundamentals

According to RFC 8907, what is a key feature of the TACACS+ protocol?

Concept tested: Security Fundamentals

A. Correct: RFC 8907 specifies that TACACS+ provides Device Administration via one or more centralized servers, which includes managing users centrally for authentication and authorization purposes.

B. Incorrect: Network traffic shaping involves controlling the flow of data packets in a network to optimize performance. This is unrelated to user management as described by RFC 8907.

C. Incorrect: While TACACS+ may use encryption, it does not specify features related to data compression which is typically handled by other protocols or tools.

D. Incorrect: Firewall configuration involves setting rules for network security and access control. While TACACS+ deals with authentication and authorization, it does not configure firewalls as its primary function.

Why this matters: Security teams rely on this distinction when choosing the right protection or response for the risk in front of them.
Question 6 of 10
Objective 1.7 Network Fundamentals

According to RFC 1918, which IPv4 address range is designated for private use inside enterprise networks and includes addresses from 192.168.0.0 to 192.168.255.255?

Concept tested: Network Fundamentals

A. Correct: RFC 1918 designates the range 192.168.0.0/16 for private use inside enterprise networks, which includes addresses from 192.168.0.0 to 192.168.255.255.

B. Incorrect: RFC 1918 does not designate the range 172.32.0.0/12 for private use inside enterprise networks; it is outside the specified ranges.

C. Incorrect: While RFC 1918 designates the range 10.0.0.0/8 for private use, it does not include addresses from 192.168.0.0 to 192.168.255.255.

D. Incorrect: RFC 1918 designates the range 127.0.0.0/8 for loopback addresses, not private use inside enterprise networks.

Why this matters: Technicians need this distinction when configuring connectivity and isolating network problems quickly.
Question 7 of 10
Objective 4.2 IP Services

According to RFC 5905, what is the significance of a stratum level in an NTP hierarchy?

Concept tested: IP Services

A. Correct: RFC 5905 specifies that stratum levels indicate the hierarchy and accuracy of NTP servers, with lower numbers indicating higher precision time sources.

B. Incorrect: Network topology for data transmission is unrelated to the hierarchical structure defined by strata in NTP.

C. Incorrect: Routing protocol priorities are not determined by NTP strata; these are separate concepts in networking.

D. Incorrect: Firewall rules and secure communication configurations do not involve NTP stratum levels.

Why this matters: This matters because the wrong choice changes how technicians or teams configure, troubleshoot, or support To determine the accuracy and reliability of time sources.
Question 8 of 10
Objective 2.6 Network Access

Which access point mode allows for centralized management of clients while offloading data traffic to the local network?

Concept tested: Network Access

A. Incorrect: Autonomous mode does not support centralized management of clients; each AP operates independently.

B. Incorrect: Lightweight mode requires a connection to a wireless controller for client management, but it does not offload data traffic locally.

C. Incorrect: Local mode still relies on the controller for critical functions such as client management and security policies.

D. Correct: FlexConnect mode allows centralized management of clients while offloading data traffic to the local network.

Why this matters: Data-platform choices determine scalability, protection, latency, and operational overhead later on.
Question 9 of 10
Objective 3.6 IP Connectivity

According to RFC 826, what does ARP do when a host wants to transmit data over Ethernet?

Concept tested: IP Connectivity

A. Correct: ARP dynamically distributes information needed to convert network protocol addresses (like IP) to Ethernet MAC addresses for transmission over Ethernet hardware, as per RFC 826.

B. Incorrect: VLAN settings are managed through IEEE 802.1Q and other protocols or switch configurations.

C. Incorrect: Encryption of network traffic is handled by security protocols like TLS or IPsec, not ARP.

D. Incorrect: Static routes are configured using routing protocols or CLI commands such as 'ip route', not ARP.

Why this matters: Technicians need this distinction when configuring connectivity and isolating network problems quickly.
Question 10 of 10
Objective 6.3 Automation and Programmability

According to RFC 7348, what is the primary purpose of VXLAN in virtualized data centers?

Concept tested: Automation and Programmability

A. Correct: It accurately describes the purpose of VXLAN as stated in RFC 7348.

B. Incorrect: Direct communication between VMs across different subnets is not the primary focus; VXLAN enables this through overlay networks but does not specify this as its main purpose.

C. Incorrect: While security can be enhanced, encryption of all network traffic is not a core function of VXLAN.

D. Incorrect: Reducing physical hardware is not a direct goal of VXLAN; it focuses on virtualizing network segments.

Why this matters: This matters because the wrong choice changes how technicians or teams configure, troubleshoot, or support To provide a framework for overlaying Layer 2 networks over....
Free preview complete

You've reached the free preview.

Go beyond sample questions with the full source-backed bank, objective practice, exam mode, saved progress, and readiness scoring.

161 verified questions are ready behind the full unlock.

More practice in the app

Keep studying CCNA in the app

You finished the free web set. The app gives you a larger rotating bank, weak-domain drills, readiness tracking, and longer mobile review.

Download on the App Store
Go Pro

Unlock the full CCNA bank.

Get the full source-backed bank, timed exam mode, practice mode, saved progress, previous tests, and readiness scoring for this exam.

161 full-bank questions Every choice explained Exam Mode and Practice Mode Question sets and random tests Readiness score and trends Previous test box scores

You've answered 0/10 free questions today.

Locked: 151 more questions in the full bank.

Locked: exam simulation mode and end-of-exam review.

Today's free set refreshes soon. Upgrade to continue with the full bank.

Question sets Random tests Timed Exam Mode Practice Mode feedback Readiness tracking Previous tests and domain breakdowns Full explanation review No ads

Unlock this exam, or compare the career path and bundle options when you want a broader guided route.

Compare paths and bundles
Secure checkout powered by Stripe. Source-backed questions. Not brain dumps. Daily audit checks. Reported issues are reviewed and repaired.

Today’s Set
10 questions
Daily set rotates at 10:00 AM local time
Progress
0/10
Answered on this page session
Accuracy
0%
Loading countdown…

7-day score keeper

Answer questions today and this will become a rolling 7-day scorecard.

Local history
Optional progress sync

Keep today’s practice moving

Guest progress saves automatically on this device. Add an email later when you want a magic link that keeps your daily CCNA practice in sync across browsers.

Guest progress saves on this device automatically

Guest progress is available without an account.

161 verified questions are currently in the live bank. Questions updated at May 13, 2026, 12:03 PM CDT. The daily set rotates at 10:00 AM local time, and each explanation links back to the source used to write it. Use the web set for quick practice, then switch to the app when available for larger banks and deeper review.

Careers and fields this exam supports

CCNA is the networking cert that starts to matter when the role is moving from broad IT support into actual network administration and infrastructure ownership.

  • Role examples: network administrator, NOC engineer, infrastructure support engineer, and junior network security specialist.
  • Where it shows up: routing and switching, enterprise networking, infrastructure troubleshooting, and network security.
  • On-the-job payoff: you need deeper Cisco-style networking judgment than Network+ usually provides.
  • Typical next step: It often sits between Network+ fundamentals and more advanced Cisco work like CCNP.
What matters more on CCNA

CCNA gets easier when you stop treating it like vocabulary recall and start reading for network behavior. The right answer usually matches how an enterprise network should actually route, switch, secure, or recover.

How to pass CCNA

The fastest path is to turn this exam into a repeatable pattern-recognition loop instead of a one-time cram session.

  • Start with the free daily set closed-book so you can see which parts of the cloud and it lane still feel weak.
  • Use every explanation as a checkpoint for why the right answer fits the scenario and why the other answer choices do not.
  • Open the official Cisco source when a concept keeps missing so you fix the gap at the source instead of rereading generic notes.
  • Use the nearby cert pages when you need broader context around the same job path or technology stack.
Common mistakes on CCNA

The usual misses happen when learners recognize keywords but do not slow down enough to match the scenario to the exact decision the exam is testing.

  • Reading for one familiar keyword and skipping the deeper clue that tells you which cloud and it concept actually fits.
  • Memorizing isolated terms without checking why the right answer wins over the other answer choices in the same scenario.
  • Ignoring the official Cisco source after a miss and hoping the next question will feel easier on its own.
  • Studying this page in isolation when one nearby cert page could clear up the broader pattern much faster.
How to use this CCNA practice page

The fastest path is simple: answer the set, review the reasoning, then use the score history and source links to decide what to hit next.

  • Answer the free set first without looking anything up so the score reflects what is actually sticking.
  • Read every explanation, especially the wrong answer choices, so the weaker options stop looking plausible next time.
  • Open the linked source when a concept feels weak, then come back and repeat the question flow while the wording is fresh.
  • Use the 7-day score keeper, related cert links, and comparison pages to decide what to study next instead of guessing.
  • Move into the app when you want the full bank, timed reps, readiness tracking, and a steadier mobile study loop.
Official exam resources

Use these official Cisco resources alongside the daily practice set. They cover the provider's own exam page, study guide, or prep material.

Need adjacent Cisco practice pages too? Cisco practice hub.

FAQ

How are CCNA questions generated?

dotCreds builds CCNA practice questions from Cisco documentation and source-backed references, with official or primary sources preferred first. The questions are written for realistic study practice, not copied from exam dumps.

How are explanations sourced?

Each question includes a source-backed explanation and a link to the documentation or reference used to validate the answer. If an official page is too broad, dotCreds uses a reputable answer-level reference instead of pretending a generic page proves the answer.

What score do I get?

The page tracks today's answered count and accuracy for the 10-question daily set, then saves a 7-day score history on this device so you can see your recent practice trend.

Why use this site?

The site is the fastest way to start CCNA practice without installing anything. It is built for daily recall, quick weak-topic discovery, and source-backed explanations you can review immediately.

Why use the app when available?

The web page is the quick free sampler. If a dotCreds app is available for CCNA, the app is better for larger banks, focused weak-domain drills, longer review sessions, and mobile study routines.