CCNA Certification – Core Vocabulary

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/61

flashcard set

Earn XP

Description and Tags

Key CCNA terms with concise definitions to aid exam preparation.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

62 Terms

1
New cards

Router

Network device that forwards data packets between computer networks based on routing tables.

2
New cards

Switch

Layer-2 device that filters and forwards frames between LAN segments using MAC addresses.

3
New cards

Network Controller

Centralised, programmable platform used to manage, monitor and troubleshoot virtual or physical network infrastructure.

4
New cards

Endpoint

Host device (e.g., laptop, phone) that acts as the source or destination of network communication and often requires security controls.

5
New cards

Firewall

Hardware- or software-based security device that permits, denies, or drops traffic according to predefined rules.

6
New cards

Intrusion Prevention System (IPS)

Security application that detects, reports, and actively blocks malicious network or system activity.

7
New cards

Access Point (AP)

Device that connects wireless clients to a wired network, forming a WLAN.

8
New cards

Server

Computer dedicated to providing specific services or resources to other hosts; designed for long-term, reliable operation.

9
New cards

LAN (Local Area Network)

Network covering a small geographical area such as a building or campus.

10
New cards

MAN (Metropolitan Area Network)

Network that interconnects multiple LANs across a city-sized area.

11
New cards

WAN (Wide Area Network)

Network that spans large geographic distances by interconnecting multiple LANs or MANs.

12
New cards

SOHO Network

Small Office/Home Office network designed for entrepreneurs or small businesses operating from limited space.

13
New cards

Cloud Storage

Service that stores data on Internet-accessible servers, allowing access from multiple devices anywhere online.

14
New cards

Single-Mode Fiber (SMF)

Fiber-optic cable that carries one light mode over long distances with minimal attenuation.

15
New cards

Multimode Fiber (MMF)

Fiber-optic cable with a larger core that carries multiple light modes, suited for shorter distances.

16
New cards

Copper Cable

Data-transmission medium using electrical signals; includes coaxial, UTP, and STP types.

17
New cards

Ethernet

IEEE 802.3 LAN technology providing flexible, inexpensive, and widely adopted networking.

18
New cards

Power over Ethernet (PoE)

Technique that delivers electrical power to devices over Ethernet data cables.

19
New cards

Class A IP Address

Addresses whose first octet ranges 1-126 (0 and 127 reserved); binary prefix 0xxxx.

20
New cards

Class B IP Address

Addresses whose first octet ranges 128-191; binary prefix 10xxx.

21
New cards

Class C IP Address

Addresses whose first octet ranges 192-223; binary prefix 110xx.

22
New cards

Class D IP Address

Multicast addresses 224-239; binary prefix 1110x.

23
New cards

Class E IP Address

Experimental addresses 240-254; binary prefix 1111x.

24
New cards

Loopback Address

127.0.0.1; used by a host to send traffic to itself for testing.

25
New cards

Broadcast Address

All host bits set to 1 (e.g., 192.168.1.255) to reach every host on a subnet.

26
New cards

ARP Table

Cache holding MAC-to-IP mappings; viewed with arp -a or show ip arp.

27
New cards

Ping

ICMP echo utility that tests reachability of a host.

28
New cards

Traceroute

Tool that reveals each hop on the path to a destination.

29
New cards

Port Security

Switch feature limiting learned MAC addresses per port and providing violation actions (protect, restrict, shutdown).

30
New cards

VLAN (Virtual LAN)

Logical segmentation of Layer-2 networks into separate broadcast domains on the same switch.

31
New cards

Trunk Port

Switch port that carries multiple VLANs using tagging protocols such as IEEE 802.1Q.

32
New cards

Native VLAN

Untagged VLAN on an 802.1Q trunk; frames for this VLAN are sent without tags.

33
New cards

DTP (Dynamic Trunking Protocol)

Cisco protocol that negotiates trunk formation between switches.

34
New cards

VTP (VLAN Trunking Protocol)

Cisco protocol that distributes VLAN information between switches (server, client, transparent modes).

35
New cards

STP (Spanning Tree Protocol)

Layer-2 protocol preventing loops by placing switch ports into forwarding or blocking states.

36
New cards

BPDU Guard

STP feature that disables a port when unexpected BPDUs are received, protecting PortFast ports.

37
New cards

EtherChannel

Technology that aggregates up to eight physical links into one logical link for higher bandwidth and redundancy.

38
New cards

Access Control List (ACL)

Ordered set of permit/deny rules that filter traffic based on criteria such as source, destination, and protocol.

39
New cards

Inside Local Address

Private IP assigned to an internal host before NAT translation.

40
New cards

Inside Global Address

Public (routable) IP representing an internal host after NAT translation.

41
New cards

SNAT (Source NAT)

Translation that changes the source IP of outbound traffic, typically private-to-public.

42
New cards

DNAT (Destination NAT)

Translation that changes the destination IP of inbound traffic, commonly for port forwarding.

43
New cards

PAT (Port Address Translation)

Many-to-one NAT that differentiates sessions by unique TCP/UDP port numbers (NAT overload).

44
New cards

DHCP

Protocol that dynamically assigns IP configuration to hosts; uses UDP 67/68.

45
New cards

HSRP (Hot Standby Router Protocol)

Cisco redundancy protocol that presents a virtual default gateway; routers assume active/standby roles.

46
New cards

IP SLA

Cisco feature that generates traffic to measure network performance (e.g., ICMP-echo tests).

47
New cards

Telnet

Unencrypted TCP-based virtual terminal protocol used for remote CLI access (port 23).

48
New cards

SSH (Secure Shell)

Encrypted remote-access protocol that replaces Telnet; uses TCP 22.

49
New cards

TACACS+

AAA protocol providing centralised authentication, authorisation, and accounting for network devices.

50
New cards

SNMP

Application-layer protocol (UDP 161/162) for monitoring and managing network devices.

51
New cards

CDP (Cisco Discovery Protocol)

Cisco proprietary Layer-2 protocol that advertises device information to directly connected Cisco equipment.

52
New cards

LLDP

Open standard (IEEE 802.1AB) Layer-2 discovery protocol similar to CDP.

53
New cards

PPP (Point-to-Point Protocol)

Layer-2 protocol suite for point-to-point links supporting authentication (PAP/CHAP) and multilink.

54
New cards

PAP (Password Authentication Protocol)

Simple two-way handshake authentication method used by PPP; credentials sent in clear text.

55
New cards

CHAP (Challenge Handshake Authentication Protocol)

PPP authentication that uses a three-way challenge-response to avoid sending passwords in clear text.

56
New cards

RIP (Routing Information Protocol)

Distance-vector routing protocol using hop count; AD 120; UDP 520.

57
New cards

EIGRP

Cisco proprietary hybrid routing protocol (protocol 88) that calculates metrics using bandwidth and delay.

58
New cards

OSPF

Link-state routing protocol that uses SPF algorithm; supports areas and has AD 110.

59
New cards

Area Border Router (ABR)

OSPF router with interfaces in backbone area 0 and at least one non-backbone area.

60
New cards

Autonomous System Boundary Router (ASBR)

OSPF router that redistributes external routes into the OSPF domain.

61
New cards

Backbone Router

OSPF router with at least one interface in area 0.

62
New cards

Internal Router (OSPF)

Router with all OSPF interfaces within the same area.