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 CourseStart PracticePDF downloads available in Pro.
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 1Network BasicsPreview
More in this section
  • 2 more summary sections in Pro version
  • 4 more key points in Pro version
  • 23 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.
Section 2Review & Applied ScenariosPreview
More in this section
  • 3 more summary sections in Pro version
  • 4 more key points in Pro version
  • 10 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.
Section 3Network Access ControlPreview
More in this section
  • 6 more summary sections in Pro version
  • 4 more key points in Pro version
  • 24 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.
Section 4IP ConnectivityPreview
More in this section
  • 5 more summary sections in Pro version
  • 4 more key points in Pro version
  • 17 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.
Section 5IP ServicesPreview
More in this section
  • 4 more summary sections in Pro version
  • 3 more key points in Pro version
  • 17 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.
Section 6Security FundamentalsPreview
More in this section
  • 6 more summary sections in Pro version
  • 4 more key points in Pro version
  • 22 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.
Section 7Automation & ProgrammabilityPreview
More in this section
  • 6 more summary sections in Pro version
  • 4 more key points in Pro version
  • 16 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.