dc dotCreds
Reference guide

CCNA Course Notes

Study CCNA section notes, then jump straight into the guided course or related practice questions without losing your place.

Continue Course Start Practice
Checking access

Checking Pro access...

Looking for your active Pro access before showing Course Notes. This usually takes just a moment.

Course Notes preview

Unlock Pro for the full per-exam reference guide.

Preview one piece from each section. Pro includes every Course Notes section, summary, key point, common mistake, exam tip, related-question review, and PDF export.

Includes full Course Mode and Course Notes.

Section 1 Network Basics Preview
More in this section
  • Full summary in Pro version
  • 4 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 25 more related questions in Pro version

Summary

The course begins with foundational network concepts, focusing on IP addressing and subnetting. Initial configuration involves assigning IPv4 addresses to a Layer 3 switch, utilizing private IP address ranges to segment the network. This process establishes a basic network topology and prepares for more complex routing scenarios.

Key Points

  • Layer 3 Switch: A network device that operates at the network layer (Layer 3) of the OSI model, forwarding traffic based on IP addresses. This device is used to implement VLANs and perform routing functions.

Common Mistakes

  • Choosing a Layer 2 switch for inter-VLAN routing; a Layer 2 switch forwards frames inside VLANs, while a Layer 3 switch can route between VLANs.

Exam Tips

  • Inter-VLAN routing inside a switch points to a Layer 3 switch.
Section 2 Review & Applied Scenarios Preview
More in this section
  • Full summary in Pro version
  • 4 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 12 more related questions in Pro version

Summary

Applied CCNA troubleshooting often starts at the host. Commands that list interfaces, addresses, gateways, and local routes help verify whether the endpoint can reach the correct next hop before blaming the switch or router. A host routing table command such as `netstat -r` is useful when the default route, on-link network, or more specific route may be sending traffic the wrong way.

Key Points

  • Routing Table: A table within a router that defines the paths for forwarding network traffic based on destination IP addresses.

Common Mistakes

  • Reading unknown unicast flooding as a routing-table problem; it is a switch MAC table behavior inside a VLAN.

Exam Tips

  • `netstat -r` is a host route-table clue.
Section 3 Network Access Control Preview
More in this section
  • Full summary in Pro version
  • 4 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 26 more related questions in Pro version

Summary

VLAN questions usually ask whether a port carries one VLAN or multiple VLANs. An access port belongs to a single VLAN and is used for end devices such as PCs, printers, or access points in a single client VLAN. A trunk port carries tagged traffic for multiple VLANs between switches, routers, or virtualization hosts, and the allowed VLAN list controls which VLANs are permitted across that link.

Key Points

  • MAC Address Filtering: A basic access-control method that permits or denies a device based on its configured MAC address rather than authenticating the user.

Common Mistakes

  • Putting an end-user PC on a trunk when the scenario expects a single VLAN access port.

Exam Tips

  • Access port means one VLAN; trunk means multiple VLANs with tagging.
Section 4 IP Connectivity Preview
More in this section
  • Full summary in Pro version
  • 4 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 19 more related questions in Pro version

Summary

Routing-table questions usually test the order of route selection. A router first looks for the most specific matching prefix, so a host route beats a subnet route and a subnet route beats a default route. If two routes have the same prefix length, administrative distance helps decide which source of routing information is trusted more.

Key Points

  • Network Route: A static route configured to direct traffic to a specific network subnet, utilizing a next-hop IP address to determine the path.

Common Mistakes

  • Choosing the route with the lowest administrative distance before checking longest prefix match; the most specific prefix wins first.

Exam Tips

  • Longest prefix match happens before administrative distance comparison.
Section 5 IP Services Preview
More in this section
  • Full summary in Pro version
  • 3 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 19 more related questions in Pro version

Summary

DHCP questions focus on how clients receive addressing information without manual configuration. A DHCP scope supplies usable addresses, default gateway, lease information, and options such as DNS servers. DHCP relay matters when the client and server are on different subnets and the router must forward the broadcast-based request toward the server.

Key Points

  • DHCP Scope: A defined range of IP addresses a DHCP server manages, allowing for dynamic allocation to network devices.

Common Mistakes

  • Using DNS to solve address translation; DNS resolves names, while NAT translates addresses.

Exam Tips

  • DHCP Option 6 is the DNS server option.
Section 6 Security Fundamentals Preview
More in this section
  • Full summary in Pro version
  • 4 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 24 more related questions in Pro version

Summary

CCNA security starts with basic controls before packet filtering. Physical security, locked network rooms, restricted console access, strong passwords, and security awareness reduce the chance that an attacker or careless user reaches the device in the first place. MFA strengthens login security by requiring more than one proof of identity.

Key Points

  • Access Control List (ACL): A set of ordered rules that permits or denies traffic based on match criteria such as source address, destination address, protocol, or port.

Common Mistakes

  • Using a standard ACL when the scenario must match destination, protocol, or port; standard ACLs match source only.

Exam Tips

  • Standard ACL equals source IP only; extended ACL can match source, destination, protocol, and ports.
Section 7 Automation & Programmability Preview
More in this section
  • Full summary in Pro version
  • 4 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 18 more related questions in Pro version

Summary

Controller-based networking moves policy and management decisions into a centralized controller while forwarding still happens on network devices. The controller can push consistent configuration, collect telemetry, and apply policy dynamically, which reduces manual device-by-device changes in larger environments.

Key Points

  • JSON: A lightweight data-interchange format used to represent network configurations and device states, enabling automation and consistent deployments.

Common Mistakes

  • Confusing underlay and overlay; the underlay provides transport, while the overlay is the logical network built on top.

Exam Tips

  • Controller-based networking centralizes policy and management decisions.