Here’s the revised flashcard set where only the abbreviations are on the front side, and the full definitions are on the back:
SLAAC
→ Stateless Address Autoconfiguration: An IPv6 method for automatic address assignment without a DHCP server.
GUA
→ Global Unicast Address: A unique IPv6 address assigned for internet communication, similar to a public IPv4 address.
Trunk Port
→ A switch port that carries multiple VLANs using tagging (802.1Q).
DTP
→ Dynamic Trunking Protocol: A Cisco protocol that automatically negotiates trunking between switches.
VTP
→ VLAN Trunking Protocol: A Cisco protocol that distributes VLAN information across switches.
Native VLAN
→ The VLAN that carries untagged traffic on a trunk link (default: VLAN 1 on Cisco devices).
STP
→ Spanning Tree Protocol: A protocol that prevents loops in a Layer 2 switched network.
PVST+
→ Per VLAN Spanning Tree Plus: A Cisco proprietary version of STP that runs a separate instance per VLAN.
RPVST+
→ Rapid Per VLAN Spanning Tree Plus: A Cisco enhancement of PVST+ with faster convergence using RSTP.
PortFast
→ An STP feature that allows ports to skip learning/listening and transition directly to forwarding.
BPDU Guard
→ A security feature that disables a port if it receives a BPDU, preventing STP attacks.
CDP
→ Cisco Discovery Protocol: A Cisco protocol used to discover and share information with directly connected Cisco devices.
LLDP
→ Link Layer Discovery Protocol: A vendor-neutral protocol for device discovery on a local network.
PAgP
→ Port Aggregation Protocol: A Cisco protocol for automatic EtherChannel formation between switches.
LACP
→ Link Aggregation Control Protocol: A standardized protocol (IEEE 802.3ad) for dynamically creating EtherChannel links.
Switch Stacking
→ Combining multiple physical switches into a single logical unit.
Chassis Aggregation
→ A Cisco technology similar to switch stacking but used in modular switches.
Routing Table Components
→ Includes destination networks, subnet masks, next-hop addresses, administrative distance, and metrics.
AD
→ Administrative Distance: A value that ranks the trustworthiness of routing sources (lower is more preferred).
Router on a Stick
→ A router with a single physical interface handling multiple VLANs using subinterfaces.
SVI
→ Switched Virtual Interface: A Layer 3 switch interface for VLAN routing.
OSPF
→ Open Shortest Path First: A link-state routing protocol that uses the shortest path first algorithm.
EIGRP
→ Enhanced Interior Gateway Routing Protocol: A Cisco proprietary routing protocol that uses the DUAL algorithm for quick convergence.
RIP
→ Routing Information Protocol: A distance-vector routing protocol that uses hop count as its metric (max 15 hops).
Default Route
→ A route used when no specific match is found (e.g., 0.0.0.0/0
).
Floating Static Route
→ A backup static route with a higher administrative distance than the primary route.
OSPFv2
→ The IPv4-specific version of OSPF.
OSPFv3
→ The IPv6-compatible version of OSPF.
PPP
→ Point-to-Point Protocol: A Layer 2 protocol for direct communication, supporting authentication and compression.
MLPPP
→ Multilink PPP: A variation of PPP that combines multiple links for higher bandwidth.
GRE
→ Generic Routing Encapsulation: A tunneling protocol that encapsulates packets for transport across IP networks.
MPLS
→ Multiprotocol Label Switching: A routing technique that forwards packets based on labels instead of IP addresses.
Metro Ethernet
→ A high-speed Ethernet-based WAN solution for urban networks.
PPPoE
→ Point-to-Point Protocol over Ethernet: A protocol that enables PPP sessions over Ethernet networks (e.g., DSL).
eBGP
→ External Border Gateway Protocol: The BGP version used to exchange routes between different autonomous systems (AS).
DNS Query
→ A request sent by a client to a DNS server to resolve a domain name to an IP address.
DNS Recursive vs. Iterative Resolution
→ Recursive: The DNS server queries others on behalf of the client.
→ Iterative: The DNS server provides the best answer or a referral.
DNS Response
→ A reply from a DNS server containing the requested IP address or an error message.
DNS Caching
→ Storing DNS responses to speed up future queries.
TFTP
→ Trivial File Transfer Protocol: A simple, connectionless file transfer protocol used for configuration files or firmware updates.
HSRP
→ Hot Standby Router Protocol: A Cisco redundancy protocol that allows routers to share a virtual IP address.
Pool NAT
→ Network Address Translation: A method where private IPs are mapped to a pool of public IPs for internet access.
PAT
→ Port Address Translation: A variation of NAT that maps multiple private IPs to a single public IP using different ports.
NTP
→ Network Time Protocol: A protocol for synchronizing time across network devices.
AAA
→ Authentication, Authorization, and Accounting: A security framework that controls access and tracks user activity.
TACACS
→ Terminal Access Controller Access-Control System: A Cisco authentication protocol that separates authentication, authorization, and accounting.
Northbound APIs
→ Interfaces that allow SDN controllers to communicate with applications for automation.
Southbound APIs
→ Interfaces that allow SDN controllers to manage network devices like routers and switches.
Let me know if you need any adjustments! 🚀