CCNA 200-301 Networking Fundamentals Flashcards

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

1/77

flashcard set

Earn XP

Description and Tags

Vocabulary-style flashcards covering the core concepts of the CCNA 200-301 curriculum, including network models, protocols, security, automation, and AI.

Last updated 1:14 AM on 6/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

78 Terms

1
New cards

OSI Model

A seven-layered approach to data transmission that divides operations into specific related groups of actions at each layer.

2
New cards

TCP/IP Stack

A protocol stack consisting of multiple protocols including Transmission Control Protocol and Internet Protocol.

3
New cards

Application Layer

The OSI layer that provides network services to the applications of the user.

4
New cards

Presentation Layer

The OSI layer that ensures information sent at the application layer of one system is readable by the application layer of another system.

5
New cards

Session Layer

The OSI layer that establishes, manages, and terminates sessions between two communicating hosts.

6
New cards

Transport Layer

The OSI layer that defines services to segment, transfer, and reassemble data for individual communications, providing end-to-end error recovery and flow control.

7
New cards

Network Layer

The OSI layer providing connectivity and path selection between host systems on geographically separated networks through routing and Quality of Service.

8
New cards

Data Link Layer

The OSI layer defining how data is formatted for transmission, how access to physical media is controlled, and providing error detection.

9
New cards

Physical Layer

The OSI layer defining specifications for activating, maintaining, and deactivating the physical link and conveying the bitstream as electrical, light, or radio signals.

10
New cards

IOS (Internetworking Operating System)

The Cisco operating system used on the majority of Cisco enterprise-grade network devices.

11
New cards

Flash

The memory location where the IOS operating system image is typically stored.

12
New cards

NVRAM

Non-Volatile Random Access Memory where the startup configuration of a Cisco device is stored.

13
New cards

User EXEC Mode

The Cisco IOS command line mode indicated by the 'Router>' prompt, providing very limited read-only access (Level 1).

14
New cards

Privileged EXEC Mode

The Cisco IOS command line mode indicated by the 'Router#' prompt, offering complete control over the router (Level 15).

15
New cards

Global Configuration Mode

The Cisco IOS mode accessed via the 'configure terminal' command, indicated by 'Router(config)#'.

16
New cards

Flow Control

The process of adjusting data flow from sender to receiver to ensure the receiving host can handle the volume.

17
New cards

Session Multiplexing

The process by which a host supports multiple sessions simultaneously, managing individual traffic streams over a single link using source and destination ports.

18
New cards

TCP (Transmission Control Protocol)

A connection-oriented Layer 4 protocol that performs sequencing and reliable delivery where lost segments are resent.

19
New cards

UDP (User Datagram Protocol)

A connectionless, 'best effort' Layer 4 protocol that is not reliable and does not perform sequencing or flow control.

20
New cards

IPv4 Address

A 3232 bit long address used for Internet Protocol version 4.

21
New cards

Subnet Mask

A 3232 bit long value that defines the boundary between the network portion and the host portion of an IP address.

22
New cards

Broadcast Address

The destination address used to send traffic to all hosts in a subnet, represented by all '1's in the host portion.

23
New cards

IANA (Internet Assigned Numbers Authority)

The organization responsible for the global coordination of Internet IPv4 addressing.

24
New cards

Private Addresses (RFC 1918)

IP addresses valid for host assignment but not routable on the public internet, including the ranges 10.0.0.010.0.0.0 to 10.255.255.25510.255.255.255, 172.16.0.0172.16.0.0 to 172.31.255.255172.31.255.255, and 192.168.0.0192.168.0.0 to 192.168.255.255192.168.255.255.

25
New cards

CIDR (Classless Inter-Domain Routing)

A system that replaced fixed network boundaries with a flexible prefix system allowing for subdivided or aggregated networks.

26
New cards

VLSM (Variable Length Subnet Masking)

A technique allowing subnets to be sized differently according to the number of hosts required.

27
New cards

MAC Address

A 4848 bit (66 byte) globally unique hardware identifier burned into ogni NIC port.

28
New cards

OUI (Organizationally Unique Identifier)

The first 2424 bits of a MAC address, assigned by the IEEE, which identifies the manufacturer.

29
New cards

Frame Check Sequence (FCS)

A cyclical redundancy check in the Ethernet frame used to check integrity and detect corruption during transit.

30
New cards

Unshielded Twisted Pair (UTP)

Common copper cabling used in Ethernet networks with a maximum length of 100m100\,m.

31
New cards

Auto MDI-X

A feature on modern switches that automatically reconfigures receive and transmit signals to yield the expected result regardless of cable type.

32
New cards

Power over Ethernet (PoE)

A technology that delivers power to devices over standard network cables, eliminating the need for separate power supplies.

33
New cards

Half-duplex

A duplex mode where hosts can either send or receive data, but not both simultaneously, often associated with Hubs.

34
New cards

Full-duplex

A duplex mode where hosts can send and receive data at the same time using separate receive and transmit wires.

35
New cards

CSMA/CD

Carrier-Sense Multiple Access with Collision Detection; the method used for detecting and recovering from collisions in network segments.

36
New cards

DNS (Domain Name System)

A system that resolves a Fully Qualified Domain Name (FQDN) to an IP address, typically using UDP port 5353.

37
New cards

ARP (Address Resolution Protocol)

A protocol used to map a known IP address to a MAC address using Request and Reply message types.

38
New cards

ICMP (Internet Control Message Protocol)

The protocol used by Ping to verify two-way connectivity between network devices.

39
New cards

Traceroute

A command that traces the path to a destination hop-by-hop by sending packets with increasing Time to Live (TTL) values.

40
New cards

SVI (Switched Virtual Interface)

A virtual interface on a switch, such as VLAN 1, used for management IP addresses or Layer 3 routing.

41
New cards

CDP (Cisco Discovery Protocol)

A Cisco proprietary Layer 2 protocol used to share information with directly connected Cisco equipment.

42
New cards

LLDP (Link Layer Discovery Protocol)

An open-standard neighbor discovery protocol similar to CDP.

43
New cards

Dual Stack

An IPv6 transition strategy where a network interface has both an IPv4 and an IPv6 address at the same time.

44
New cards

EUI-64

A method to generate a 6464 bit host portion for an IPv6 address by injecting FF:FEFF:FE into the middle of a MAC address and inverting the 7th7\text{th} bit.

45
New cards

Neighbor Discovery Protocol

The IPv6 equivalent of ARP, using Soldier-Node multicast and ICMPv6 Solicitation and Advertisement messages.

46
New cards

VPN (Virtual Private Network)

A technology providing a virtual tunnel between private networks across a shared public network.

47
New cards

DMVPN (Dynamic Multipoint VPN)

A Cisco proprietary site-to-site VPN option that provides scalable hub-and-spoke configuration with direct full mesh connectivity.

48
New cards

MPLS (Multi Protocol Label Switching)

A WAN connectivity option using a shared core infrastructure with PE and P routers to provide Layer 2 or Layer 3 VPN services.

49
New cards

DWDM (Dense Wavelength Division Multiplexing)

A technology that multiplexes multiple optical signals into one signal over a single fiber strand.

50
New cards

Firewall

A security device that blocks or permits traffic based on rules; include stateful types that track connection states and Next Generation types with application-level inspection.

51
New cards

Symmetric Encryption

An encryption method where the same shared key is used to both encrypt and decrypt data (e.g., DES, AES).

52
New cards

Asymmetric Encryption

Encryption using public and private key pairs where data encrypted with one can only be decrypted by the other (e.g., RSA, ECDSA).

53
New cards

Traffic Shaping

A QoS mechanism that buffers excess traffic to stay within a desired rate limit.

54
New cards

Traffic Policing

A QoS mechanism that drops or re-marks excess traffic to enforce a specified rate limit.

55
New cards

NBAR (Network Based Application Recognition)

A classification method that recognizes traffic based on its Layer 3 to Layer 7 characteristics.

56
New cards

Hypervisor

Software that supports running multiple virtual systems on physical hardware; Type 1 runs on bare metal, while Type 2 runs on a host OS.

57
New cards

Cloud Service Models

Infrastructure as a Service (IaaS) provides OS-level access; Platform as a Service (PaaS) manages the OS for application developers; Software as a Service (SaaS) manages everything up to the data.

58
New cards

SNMP (Simple Network Management Protocol)

A protocol where a Manager collects information from an Agent; versions include SNMPv1 (plain text), SNMPv2c (bulk retrieval), and SNMPv3 (encryption/authentication).

59
New cards

AAA

Authentication (verifying identity), Authorization (specifying permissions), and Accounting (tracking user actions).

60
New cards

SSH (Secure Shell)

A protocol providing encrypted command-line access to devices, typically via VTY lines on port 2222.

61
New cards

CAPWAP

Control And Provisioning of Wireless Access Points; a protocol used by WLCs to manage Lightweight Access Points using UDP ports 52465246 and 52475247.

62
New cards

REST (Representational State Transfer)

An API architecture guideline that uses HTTP methods and supports multiple data formats like JSON and XML.

63
New cards

SDN (Software Defined Networking)

A network model where a controller manages the control plane; includes pure SDN (controller-only control) and hybrid SDN (distributed control).

64
New cards

NAT (Network Address Translation)

A mechanism used to map private IP addresses to public ones; variations include Static NAT, Dynamic NAT, and PAT (Overload).

65
New cards

Distance Vector Protocol

A routing protocol type (e.g., RIP) often described as 'Routing by rumour' that uses metrics like hop count.

66
New cards

Link State Protocol

A routing protocol type (e.g., OSPF) where routers build a complete topology database and use Link State Advertisements (LSA).

67
New cards

Administrative Distance

A measure of how trusted a routing protocol is, used to select between different routing protocols for the same destination.

68
New cards

EtherChannel

A technology grouping multiple physical interfaces into a single logical interface for increased bandwidth and redundancy; uses LACP or PAgP.

69
New cards

ACL (Access Control List)

A set of permit or deny rules; Standard ACLs check source addresses, while Extended ACLs check protocol, source, destination, and ports.

70
New cards

DHCP Snooping

An access layer security mechanism that prevents rogue DHCP servers by allowing server traffic only on trusted ports.

71
New cards

802.1x

A port-based authentication protocol involving a Supplicant (PC), Authenticator (Switch), and Authentication Server (AAA).

72
New cards

HSRP (Hot Standby Router Protocol)

A Cisco proprietary FHRP deployed in active/standby pairs to provide automated gateway failover using a Virtual IP.

73
New cards

VTP (VLAN Trunking Protocol)

A Cisco protocol used to synchronize VLAN databases across switches in a domain; modes include Server, Client, and Transparent.

74
New cards

Spanning Tree Protocol (STP)

A Layer 2 protocol that prevents loops by detecting them and blocking redundant ports; uses Bridge IDs and BPDUs.

75
New cards

Router on a Stick (RoaS)

An Inter-VLAN routing method using a single physical Ethernet cable and virtual sub-interfaces for each VLAN.

76
New cards

Deep Learning

A type of Machine Learning based on a Neural Network with at least two hidden layers.

77
New cards

Generative AI

AI that utilizes patterns learned from past data to create new outputs such as text, images, or audio.

78
New cards

Retrieval-Augmented Generation (RAG)

A process that enhances LLM accuracy by looking up external databases using an Embedding Model and Vector Database.