CCNA 200-301 Complete Revision Guide Practice Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/51

flashcard set

Earn XP

Description and Tags

Comprehensive practice flashcards covering NTP, DNS, DHCP, SNMP, Syslog, SSH, NAT, QoS, Security, Architectures, Wireless, and Automation for the CCNA 200-301 exam.

Last updated 12:07 AM on 7/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

52 Terms

1
New cards

Network Time Protocol (NTP)

A protocol used to synchronize the clocks of network devices to ensure consistent timestamps across logs.

2
New cards

Stratum 0

The original time source, typically an Atomic Clock or GPS Clock.

3
New cards

Stratum Hierarchy

A system where the Stratum number tells you how far a device is from the original time source; a lower number indicates higher accuracy.

4
New cards

NTP Port Number

UDP 123

5
New cards

Domain Name System (DNS)

A system that translates human-friendly names (e.g., www.google.com) into IP addresses.

6
New cards

Hosts File

The local file Windows checks for name resolution before querying a DNS server.

7
New cards

Dynamic Host Configuration Protocol (DHCP)

A protocol that automatically assigns IP addresses, subnet masks, default gateways, and DNS servers to network devices.

8
New cards

DHCP Port Numbers

UDP 67 for the Server and UDP 68 for the Client.

9
New cards

DORA Process

The four-step process for DHCP: Discover, Offer, Request, and Acknowledge.

10
New cards

DHCP Relay (ip helper-address)

A configuration on a router that enables it to forward DHCP broadcast requests as unicast packets to a remote DHCP server.

11
New cards

Simple Network Management Protocol (SNMP)

A protocol used by administrators to monitor and manage network devices through a Network Management Station (NMS).

12
New cards

SNMPv3

The most secure version of SNMP, adding authentication, encryption, and integrity.

13
New cards

Management Information Base (MIB)

A database on a managed device that stores status information such as CPU usage and interface status.

14
New cards

Object Identifier (OID)

A unique identifier for every piece of information stored within a MIB.

15
New cards

SNMP Port Numbers

UDP 161 for the SNMP Agent and UDP 162 for the SNMP Manager (Traps).

16
New cards

Syslog

A protocol used to record and store event log messages from network devices.

17
New cards

Syslog Port Number

UDP 514

18
New cards

Syslog Severity Level 0

Emergency: The most serious level, indicating the system is unusable.

19
New cards

Syslog Severity Level 7

Debugging: The least serious level, providing information for troubleshooting.

20
New cards

Secure Shell (SSH)

A secure, encrypted protocol used for remote device management on TCP port 22.

21
New cards

Telnet

An insecure, unencrypted protocol used for remote management on TCP port 23.

22
New cards

FTP Ports

TCP 21 for Control (commands) and TCP 20 for Data transfer.

23
New cards

Trivial File Transfer Protocol (TFTP)

A simple, unauthenticated file transfer protocol using UDP port 69.

24
New cards

RFC 1918 Private IP Ranges

10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16.

25
New cards

Static NAT

A one-to-one mapping of a private IP address to a public IP address.

26
New cards

Port Address Translation (PAT)

Also called NAT Overload; it allows many private IP addresses to share one public IP address using unique port numbers.

27
New cards

Quality of Service (QoS)

A set of technologies used to prioritize sensitive traffic, like voice and video, over less important traffic.

28
New cards

DSCP 46 (EF)

The standard QoS marking for Voice traffic, representing Expedited Forwarding.

29
New cards

Jitter

Variation in packet delay; for voice, it should be leq30,ms\\leq 30\\,ms.

30
New cards

CIA Triad

The core security principles: Confidentiality, Integrity, and Availability.

31
New cards

AAA

Authentication (who you are), Authorization (what you can do), and Accounting (what you did).

32
New cards

RADIUS

An open standard AAA protocol that uses UDP ports 1812 and 1813.

33
New cards

TACACS+

A Cisco-proprietary AAA protocol that uses TCP port 49 and encrypts the entire packet.

34
New cards

DHCP Snooping

A Layer 2 security feature that prevents rogue DHCP servers by categorizing ports as Trusted or Untrusted.

35
New cards

Dynamic ARP Inspection (DAI)

A security feature that prevents ARP Spoofing by validating ARP packets against the DHCP Snooping Binding Table.

36
New cards

Cisco Three-Tier Architecture

A modular LAN design consisting of the Access, Distribution, and Core layers.

37
New cards

Spine-Leaf Architecture

A data center topology optimized for East-West traffic where every Leaf switch connects to every Spine switch.

38
New cards

MPLS (Multiprotocol Label Switching)

A WAN technology that forwards packets using labels rather than IP addresses to provide high performance and scalability.

39
New cards

Type 1 Hypervisor

A 'Bare Metal' hypervisor that runs directly on physical hardware, such as VMware ESXi.

40
New cards

IaaS (Infrastructure as a Service)

A cloud model where users rent physical or virtual servers, storage, and networking.

41
New cards

VRF (Virtual Routing and Forwarding)

A technology that allows a single physical router to run multiple virtual routing tables.

42
New cards

CSMA/CA

Carrier Sense Multiple Access with Collision Avoidance; the access method used by wireless networks (802.11).

43
New cards

CAPWAP

The protocol used for communication between Lightweight APs and a WLC, using UDP 5246 for Control and UDP 5247 for Data.

44
New cards

WPA3

The latest Wi-Fi security standard using GCMP (AES) and Simultaneous Authentication of Equals (SAE).

45
New cards

Data Plane

The plane responsible for forwarding packets through the device using ASICs and TCAM.

46
New cards

Control Plane

The plane responsible for making forwarding decisions and building tables (e.g., OSPF, routing tables).

47
New cards

Southbound Interface (SBI)

The interface used for communication between an SDN Controller and network devices (e.g., OpenFlow, NETCONF).

48
New cards

Northbound Interface (NBI)

The interface used for communication between applications and an SDN Controller, typically using REST APIs.

49
New cards

JSON

JavaScript Object Notation; a lightweight, human-readable data format using {} for objects and [] for arrays.

50
New cards

CRUD

The basic operations of a REST API: Create (POST), Read (GET), Update (PUT/PATCH), and Delete (DELETE).

51
New cards

Ansible

An agentless, push-model automation tool that uses YAML-based Playbooks and Python.

52
New cards

Configuration Drift

A phenomenon where network device configurations become inconsistent over time due to manual changes.