85 Terms DefinedCisco · 200-301

200-301Glossary — Key Terms & Definitions

Every term you need to know for the CCNA 200-301 exam, explained in plain English with real examples, CLI commands, and common exam traps that trip up test-takers.

Network Fundamentals

MAC Address(Media Access Control Address)
Full definition →

A 48-bit hardware identifier burned into every network interface card.

ARP(Address Resolution Protocol)
Full definition →

A Layer 2/3 protocol that maps known IP addresses to unknown MAC addresses.

show ip arp
ICMP(Internet Control Message Protocol)
Full definition →

A Layer 3 protocol used for network diagnostics and error reporting.

ping 192.168.1.1 traceroute 10.0.0.1
TCP(Transmission Control Protocol)
Full definition →

A Layer 4 connection-oriented protocol that guarantees reliable, ordered delivery.

UDP(User Datagram Protocol)
Full definition →

A Layer 4 connectionless protocol that prioritises speed over reliability.

The set of all devices that receive a Layer 2 broadcast frame.

A network segment where two devices can cause a collision if they transmit simultaneously.

MTU(Maximum Transmission Unit)
Full definition →

The largest size (in bytes) of a frame or packet that can be sent on a network link.

A virtual IP address on a router that is always up and never tied to a physical interface.

interface Loopback0 ip address 1.1.1.1 255.255.255.255

IP Addressing

A 32-bit value that divides an IP address into the network and host portions.

CIDR(Classless Inter-Domain Routing)
Full definition →

A method of IP address allocation that uses prefix notation instead of fixed class boundaries.

VLSM(Variable Length Subnet Masking)
Full definition →

Using different subnet mask lengths within the same major network to minimise IP waste.

FLSM(Fixed Length Subnet Masking)
Full definition →

Using the same subnet mask length for all subnets in a network.

The inverse of a subnet mask, used in ACLs and OSPF network statements.

The IP address of the router a host sends packets to when the destination is on a different subnet.

Routing

OSPF(Open Shortest Path First)
Full definition →

A link-state routing protocol that calculates the best path using cost based on bandwidth.

router ospf 1 network 10.0.0.0 0.0.0.255 area 0 show ip ospf neighbor show ip ospf database show ip route ospf
DR(Designated Router)
Full definition →

The elected OSPF router on a multi-access network that collects and distributes LSAs on behalf of all neighbours.

ip ospf priority 200 ! on the interface — higher wins DR election show ip ospf neighbor
BDR(Backup Designated Router)
Full definition →

The OSPF router elected to take over as DR if the current DR fails.

LSA(Link State Advertisement)
Full definition →

The information packets OSPF routers flood to share their link state with all other OSPF routers.

A 32-bit value that uniquely identifies an OSPF router within an OSPF domain.

router ospf 1 router-id 1.1.1.1 show ip ospf ! shows current Router ID

A value (0–255) that tells a router how trustworthy a routing source is when multiple sources advertise the same prefix.

The value a routing protocol uses to measure the desirability of a route to the same destination.

A catch-all route (0.0.0.0/0) used when no more-specific route exists in the routing table.

ip route 0.0.0.0 0.0.0.0 10.0.0.1 ! static default route ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0

A manually configured route that does not update automatically when the network changes.

ip route 192.168.2.0 255.255.255.0 10.0.0.2 ! next-hop ip route 192.168.2.0 255.255.255.0 GigabitEthernet0/1 ! exit interface

A backup static route with a higher AD than the primary dynamic route, installed only if the primary fails.

ip route 192.168.2.0 255.255.255.0 10.0.0.3 200 ! AD of 200 — higher than OSPF (110)
HSRP(Hot Standby Router Protocol)
Full definition →

A Cisco proprietary FHRP that provides a virtual IP gateway shared by an active and standby router.

interface GigabitEthernet0/0 standby 1 ip 192.168.1.254 standby 1 priority 110 standby 1 preempt
FHRP(First Hop Redundancy Protocol)
Full definition →

A category of protocols that provide a virtual gateway IP shared across multiple routers for redundancy.

VRRP(Virtual Router Redundancy Protocol)
Full definition →

An open-standard FHRP where routers elect a Master that owns the virtual IP and responds to ARP requests.

GLBP(Gateway Load Balancing Protocol)
Full definition →

A Cisco proprietary FHRP that provides redundancy and load balancing using multiple virtual MACs.

SVI(Switched Virtual Interface)
Full definition →

A virtual Layer 3 interface on a switch used to route between VLANs.

interface vlan 10 ip address 192.168.10.1 255.255.255.0 no shutdown

Switching

A link aggregation technology that bundles multiple physical Ethernet links into one logical link.

interface range GigabitEthernet0/1-2 channel-group 1 mode active ! LACP active channel-group 1 mode desirable ! PAgP interface Port-channel 1 switchport mode trunk
LACP(Link Aggregation Control Protocol)
Full definition →

The IEEE 802.3ad open-standard protocol used to negotiate EtherChannel formation.

interface range GigabitEthernet0/1-2 channel-group 1 mode active ! LACP active — initiates channel-group 1 mode passive ! LACP passive — waits
PAgP(Port Aggregation Protocol)
Full definition →

Cisco's proprietary EtherChannel negotiation protocol.

VLANs

VLAN(Virtual Local Area Network)
Full definition →

A logical segmentation of a switch network into separate broadcast domains.

vlan 10 name SALES interface GigabitEthernet0/1 switchport mode access switchport access vlan 10

A switch port configured to carry traffic for multiple VLANs using 802.1Q tags.

interface GigabitEthernet0/1 switchport mode trunk switchport trunk allowed vlan 10,20,30 switchport trunk native vlan 99

A switch port assigned to a single VLAN, connecting end devices such as PCs and printers.

interface GigabitEthernet0/2 switchport mode access switchport access vlan 20

The VLAN whose frames pass untagged on a trunk link — VLAN 1 by default.

A dedicated VLAN for IP phone traffic, configured on an access port alongside a data VLAN.

interface GigabitEthernet0/3 switchport mode access switchport access vlan 10 switchport voice vlan 20
DTP(Dynamic Trunking Protocol)
Full definition →

A Cisco proprietary protocol that automatically negotiates trunk formation between switches.

switchport mode dynamic desirable ! actively negotiates trunk switchport mode dynamic auto ! passively waits switchport nonegotiate ! disables DTP

Spanning Tree

STP(Spanning Tree Protocol)
Full definition →

A Layer 2 loop-prevention protocol that blocks redundant paths in a switched network.

show spanning-tree show spanning-tree vlan 10
RSTP(Rapid Spanning Tree Protocol)
Full definition →

An enhanced version of STP that converges in seconds instead of 30–50 seconds.

PVST+(Per-VLAN Spanning Tree Plus)
Full definition →

A Cisco enhancement of STP that runs a separate spanning tree instance for each VLAN.

BPDU(Bridge Protocol Data Unit)
Full definition →

The STP control frames that switches exchange to elect the Root Bridge and maintain the spanning tree.

An STP feature that bypasses the Listening and Learning states on access ports, putting them immediately into Forwarding.

interface GigabitEthernet0/1 spanning-tree portfast spanning-tree portfast default ! enables globally on all access ports

Shuts down a PortFast-enabled port if it receives a BPDU, protecting the spanning tree.

interface GigabitEthernet0/1 spanning-tree bpduguard enable spanning-tree portfast bpduguard default ! global

Prevents a port from becoming the Root Port, protecting the Root Bridge position.

interface GigabitEthernet0/2 spanning-tree guard root

Protects against STP loops by detecting unidirectional link failures where BPDUs stop arriving.

interface GigabitEthernet0/1 spanning-tree guard loop spanning-tree loopguard default ! global

IP Services

DHCP(Dynamic Host Configuration Protocol)
Full definition →

A protocol that automatically assigns IP addresses and network parameters to clients.

ip dhcp pool SALES network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 dns-server 8.8.8.8 ip dhcp excluded-address 192.168.1.1 192.168.1.10
DNS(Domain Name System)
Full definition →

A hierarchical system that translates human-readable hostnames into IP addresses.

NAT(Network Address Translation)
Full definition →

A technique that translates private IP addresses to public IP addresses for Internet access.

ip nat inside source static 192.168.1.10 203.0.113.5 ! static NAT ip nat inside source list 1 pool PUBLIC overload ! dynamic PAT
PAT(Port Address Translation)
Full definition →

A NAT variant that maps multiple private IP addresses to a single public IP using different port numbers.

ip nat inside source list 1 interface GigabitEthernet0/0 overload ! PAT using interface IP
TFTP(Trivial File Transfer Protocol)
Full definition →

A simple UDP-based file transfer protocol used to backup and restore Cisco IOS images and configs.

copy running-config tftp ! backup config to TFTP copy tftp flash: ! restore IOS image from TFTP
FTP(File Transfer Protocol)
Full definition →

A TCP-based protocol for transferring files that supports authentication and directory listing.

QoS(Quality of Service)
Full definition →

Mechanisms that prioritise certain types of network traffic to guarantee performance.

DSCP(Differentiated Services Code Point)
Full definition →

A 6-bit field in the IP header used to mark packets for QoS treatment.

CoS(Class of Service)
Full definition →

A 3-bit priority field in the 802.1Q VLAN tag used to mark Ethernet frames for QoS.

Security

ACL(Access Control List)
Full definition →

An ordered list of permit/deny rules applied to a router interface to filter network traffic.

access-list 10 permit 192.168.1.0 0.0.0.255 access-list 100 permit tcp 10.0.0.0 0.0.0.255 any eq 80 interface GigabitEthernet0/0 ip access-group 100 in

A switch feature that limits the number of MAC addresses allowed on a port.

interface GigabitEthernet0/1 switchport port-security switchport port-security maximum 2 switchport port-security violation shutdown switchport port-security mac-address sticky

A switch security feature that filters DHCP messages to prevent rogue DHCP servers.

ip dhcp snooping ip dhcp snooping vlan 10,20 interface GigabitEthernet0/1 ip dhcp snooping trust ! uplink to real DHCP server

A switch security feature that validates ARP packets using the DHCP Snooping binding table to prevent ARP spoofing.

ip arp inspection vlan 10 interface GigabitEthernet0/1 ip arp inspection trust ! uplink — trusted

An encrypted remote management protocol used to securely access Cisco devices.

hostname R1 ip domain-name example.com crypto key generate rsa modulus 2048 ip ssh version 2 line vty 0 4 transport input ssh login local

An unencrypted remote management protocol that should be replaced by SSH.

Authentication, Authorisation, and Accounting — the three-component framework for controlling network access.

RADIUS(Remote Authentication Dial-In User Service)
Full definition →

An open-standard AAA protocol that uses UDP and encrypts only the password.

TACACS+(Terminal Access Controller Access-Control System Plus)
Full definition →

A Cisco-developed AAA protocol that uses TCP and encrypts the entire authentication payload.

Wireless

WPA2(Wi-Fi Protected Access 2)
Full definition →

The current standard Wi-Fi security protocol using AES-CCMP encryption.

WPA3(Wi-Fi Protected Access 3)
Full definition →

The latest Wi-Fi security standard featuring SAE (Simultaneous Authentication of Equals) and enhanced protection.

802.1X(IEEE 802.1X Port-Based Network Access Control)
Full definition →

An IEEE standard for port-based authentication that requires credentials before granting network access.

Automation

REST API(Representational State Transfer Application Programming Interface)
Full definition →

An API architectural style that uses HTTP methods (GET, POST, PUT, DELETE) to interact with network resources.

JSON(JavaScript Object Notation)
Full definition →

A lightweight, human-readable data format used to exchange data between APIs and automation tools.

SDN(Software-Defined Networking)
Full definition →

An architecture that separates the network control plane from the data plane, enabling centralised programmability.

APIs on an SDN controller that allow applications and management tools to communicate with the controller.

APIs on an SDN controller that communicate with and programme the network devices below.

Cisco's SDN controller and network management platform providing centralised automation and analytics.

IPv6

An IPv6 address automatically assigned to every interface, only valid on the local link (FE80::/10).

A globally routable IPv6 address equivalent to a public IPv4 address (2000::/3).

SLAAC(Stateless Address Autoconfiguration)
Full definition →

An IPv6 mechanism where hosts automatically generate their own global address from the network prefix advertised by a router.

EUI-64(Extended Unique Identifier 64-bit)
Full definition →

A method of generating a 64-bit IPv6 interface ID from a 48-bit MAC address.

WAN

VPN(Virtual Private Network)
Full definition →

An encrypted tunnel over a public network that provides secure connectivity.

IPsec(Internet Protocol Security)
Full definition →

A suite of protocols providing authentication and encryption for IP traffic.

A permanent encrypted tunnel between two routers or firewalls connecting two offices.

A VPN that allows individual users to securely connect to a corporate network from any location.

Management

NTP(Network Time Protocol)
Full definition →

A protocol that synchronises clocks across network devices.

ntp server 216.239.35.0 ! configure NTP server show ntp status show ntp associations
SNMP(Simple Network Management Protocol)
Full definition →

A protocol used to monitor and manage network devices via a Network Management Station.

snmp-server community PUBLIC ro ! read-only community snmp-server host 10.0.0.100 traps PUBLIC

A standard protocol for sending log messages from network devices to a central logging server.

logging 10.0.0.50 ! syslog server IP logging trap warnings ! only send level 4 (Warning) and higher logging on show logging

Test your 200-301 knowledge

Now that you know the terms, put them to the test with 200-301 practice questions that mirror the real exam format.