Certified Network Associate Glossary

Definitions and pro-tips for the 200-301 certification.

D

Default Static Route

A static route with the destination network 0.0.0.0/0 (IPv4) or ::/0 (IPv6), used when no other specific route matches the destination IP address.

Default VLAN (VLAN 1)

The out-of-the-box VLAN that all ports on a Cisco switch are assigned to. It is also the default Native VLAN and the VLAN used for control plane traffic like CDP and STP.

Denial of Service (DoS)

A type of attack aimed at overwhelming a system, network, or service with traffic, rendering it unavailable to legitimate users.

Designated Port

In STP, the port that forwards traffic away from the root bridge onto a network segment. There is exactly one designated port per network segment.

Designated Router (DR)

A router elected on an OSPF multi-access network (like Ethernet) to act as a central point for collecting and distributing routing information.

DHCP Relay Agent

A router or host that listens for client DHCP broadcast messages and forwards them as unicast messages to a remote DHCP server.

DHCP Snooping

A security feature that mitigates DHCP spoofing by filtering untrusted DHCP messages and building a binding database of valid client IP-to-MAC assignments.

Directly Connected Static Route

A static route configured specifying only the outgoing exit interface instead of a next-hop IP address.

Domain Name System (DNS)

A hierarchical and decentralized naming system for computers, services, or other resources connected to the Internet or a private network. It translates easily memorized domain names to numerical IP addresses.

DROTHER

An OSPF router on a multi-access network that has not been elected as either the DR or the BDR.

DTP (Dynamic Trunking Protocol)

A Cisco-proprietary protocol used to automatically negotiate trunking between two switches.

Dynamic ARP Inspection (DAI)

A security feature that validates ARP packets in a network by checking them against the DHCP snooping binding database and dropping packets with invalid IP-to-MAC bindings.

Dynamic Host Configuration Protocol (DHCP)

A network management protocol used on IPv4 networks where a DHCP server dynamically assigns an IP address and other network configuration parameters to each device.

S

SDN Controller

The centralized 'brain' of a Software-Defined Network that manages flow control and defines how the underlying network devices (switches/routers) handle traffic.

Secure Shell (SSH)

A cryptographic network protocol operating at layer 7 to securely connect to and manage network devices over an unsecured network.

Service Set Identifier (SSID)

A unique, 32-character string used to identify a wireless local area network (WLAN).

Simple Network Management Protocol (SNMP)

An application-layer protocol used to manage and monitor network devices. SNMPv3 provides significant security enhancements over versions 1 and 2c, including authentication and encryption.

Single-Mode Fiber (SMF)

A type of optical fiber with a very small core diameter (typically 9 microns) that allows only one mode of light to propagate, used for long-distance, high-bandwidth applications.

Social Engineering

A psychological manipulation technique used by attackers to trick individuals into divulging confidential information or performing actions that compromise security.

Southbound API

An interface that allows an SDN controller to communicate with and program the data plane forwarding on the physical network devices below it.

Spanning Tree Protocol (STP)

A Layer 2 network protocol that ensures a loop-free topology for any bridged Ethernet local area network. It dynamically blocks redundant paths to prevent broadcast storms.

Standard ACL

An ACL that filters traffic based solely on the source IP address. They are numbered 1-99 and 1300-1999.

Static NAT

A type of NAT that maps a single private IP address to a single public IP address on a one-to-one basis.

Static Route

A route manually configured by a network administrator to dictate the exact path a packet should take to reach a specific destination network.

Subnet Mask

A 32-bit number that masks an IP address, dividing the IP address into network address and host address portions.

Summary Static Route

A single static route that encompasses multiple contiguous network addresses, reducing the size of the routing table.

Switchport Mode Dynamic Auto

The DTP mode where the port passively waits to receive DTP negotiation frames. It will become a trunk only if the neighboring port is set to Trunk or Dynamic Desirable.

Switchport Mode Dynamic Desirable

The DTP mode where the port actively sends DTP frames and attempts to negotiate a trunk link with the neighboring port.

Syslog

A standard protocol used to send system log or event messages to a specific server. It operates on UDP port 514 by default.