AI

AI Exam Prep

🔷 Cisco Certification

Cisco CCNA 200-301

Complete study reference for Cisco Certified Network Associate — the foundational networking certification covering routing, switching, security and automation.

120

questions

120

minutes

~825/1000

unofficial passing score

Domain weightings

IP Connectivity

25%

Network Fundamentals

20%

Network Access

20%

Security Fundamentals

15%

IP Services

10%

Automation

10%

Topics by domain

What each domain covers

Network Fundamentals (20%)

6 topics

Subnetting is the most mathematically tested skill — practice calculating subnet IDs, broadcast addresses, and valid host ranges quickly in your head. For the OSI model: memorise which protocol runs at which layer. TCP = transport (3-way handshake, reliable). UDP = transport (no handshake, fast). IP = network. Ethernet = data link.

  • OSI model — 7 layers and what each does
  • TCP/IP model and protocol mapping
  • Ethernet: CSMA/CD, frame structure, MAC addresses
  • IPv4 addressing and subnetting (VLSM, CIDR)
  • IPv6: address types (unicast/multicast/anycast), EUI-64, dual-stack
  • Network device roles: router, switch, hub, AP, firewall

Network Access (20%)

6 topics

VLANs and trunking are the most tested topics in this domain. Trunk ports carry traffic for multiple VLANs; access ports carry traffic for one VLAN. The native VLAN (default VLAN 1) is untagged on a trunk. Root bridge election: lowest bridge ID (priority + MAC) wins. PortFast should only be enabled on access ports connected to end devices, never on trunk ports.

  • VLANs: creating, assigning ports, purpose (segmentation, security)
  • Trunk links: 802.1Q encapsulation, native VLAN
  • Inter-VLAN routing: router-on-a-stick vs Layer 3 switch
  • Spanning Tree Protocol (STP/RSTP): root bridge election, port states, PortFast
  • EtherChannel: LACP vs PAgP
  • Wireless: 802.11 standards (a/b/g/n/ac/ax), WPA2/WPA3, AP modes (autonomous vs lightweight)

IP Connectivity (25%)

6 topics

OSPF is the most tested routing protocol. Know: Hello/Dead timers, DR/BDR election (highest priority, then highest RID), OSPF area 0 as backbone. For static routes: AD = 1. Lower AD = more trustworthy. Floating static route = higher AD than dynamic route, used as a backup that activates only when the dynamic route disappears.

  • Static routes: next-hop IP vs exit interface
  • OSPF: DR/BDR election, LSA types, area types, wildcard masks
  • Default gateway and default routes (0.0.0.0/0)
  • Administrative distance: directly connected (0), static (1), OSPF (110), RIP (120)
  • IPv4 and IPv6 routing principles
  • Floating static routes (higher AD as backup)

IP Services (10%)

6 topics

PAT (Port Address Translation / NAT overload) allows many private IPs to share one public IP by mapping unique port numbers — this is what home routers use. DHCP DORA is reliably tested: client broadcasts Discover; server responds with Offer; client broadcasts Request; server confirms with Acknowledge. NTP: stratum 0 = reference clock; stratum 1 = server connected to stratum 0; lower stratum = more accurate.

  • NAT/PAT: static NAT, dynamic NAT, PAT (overload)
  • DHCP: DORA process (Discover, Offer, Request, Acknowledge)
  • DNS: A records, AAAA records, PTR records, resolution process
  • NTP: stratum levels, NTP master, syncing network devices
  • SNMP: versions (v1/v2c/v3), OIDs, traps, community strings
  • Syslog: severity levels (0-7), centralised logging

Security Fundamentals (15%)

6 topics

ACL placement is reliably tested: standard ACLs filter on source IP only — place near destination (to avoid blocking too much). Extended ACLs filter on source+destination IP, port, and protocol — place near source (to stop unwanted traffic early). Memorise ACL processing: IOS checks top-to-bottom, first match wins, implicit deny all at end.

  • ACLs: standard (source IP only) vs extended (src+dst IP, port, protocol)
  • ACL placement: standard = near destination, extended = near source
  • DHCP snooping: blocks rogue DHCP servers on untrusted ports
  • Dynamic ARP Inspection (DAI): validates ARP against DHCP snooping table
  • 802.1X port-based authentication
  • VPN types: site-to-site (IPsec) vs remote access (SSL/TLS)

Automation and Programmability (10%)

5 topics

The most conceptual domain — no deep coding required. Understand what SDN does (separates where routing decisions are made from where traffic is forwarded). REST API verbs: GET = read; POST = create; PUT = replace; PATCH = update; DELETE = remove. JSON uses {curly braces} for objects and [square brackets] for arrays — know how to read a simple JSON structure.

  • SDN: control plane vs data plane separation, northbound/southbound APIs
  • REST APIs: GET/POST/PUT/DELETE, JSON/YAML data formats
  • Python basics: variables, loops, if/else, requests library
  • Ansible: agentless, playbooks, YAML syntax, idempotency
  • Cisco DNA Center (DNAC) for intent-based networking

Commonly searched questions

What candidates ask most about Cisco CCNA

How heavily is subnetting tested on the CCNA 200-301?

Subnetting is the absolute baseline skill for the CCNA. You must be able to subnet quickly and accurately in your head (calculating host counts, usable ranges, broadcast addresses, or wildcards) to answer routing table and VLSM questions under tight time limits.

Does the CCNA exam include configuration labs?

Yes. Cisco has reintroduced interactive config lab simulations to the CCNA 200-301. You will be asked to configure routes, verify interface metrics, secure console sessions, or troubleshoot OSPF neighbors directly on a virtual IOS shell environment.

What routing concepts should I study most?

Study IP connectivity and table resolution. Memorize standard Administrative Distance (AD) values (Connected: 0, Static: 1, eBGP: 20, OSPF: 110, RIP: 120). Understand how routing protocols match the longest prefix to forward packets to their correct destinations.

Practice

Generate CCNA questions instantly