Static Routing
Manually configure the route a packet takes through the network
Dynamic Routing
Automatically updates the routing tables of routers on the basis of real-time changes in the network
BGP
Border Gateway Protocol
Dynamically routing protocol used to exchange routing information between autonomous systems (AS) on the internet
EIGRP
Enhanced Interior Gateway Routing Protocol
Cisco proprietary routing protocol that offers fast convergence and scalability
OSPF
Open Shortest Path First
Link-state routing protocol that calculates the shortest path for data on the basis of the current state of the network
Route Selection
Determines the best path for data to travel through the network
Different factors influence this decision: Administrative Distance, Prefix Length, Metric
Administrative Distance
Trustworthiness of a routing source; lower administrative distances are preferred over higher ones
Prefix Length
Length of the network portion of an IP address; the more specific the prefix length, the more precise the route
Metric
Value assigned to routes on the basis of criteria like hop count, bandwidth, and delay; route with lower metric are preferred
NAT
Network Address Translation
Translates private IP addresses into a public IP address for outgoing traffic, allowing multiple devices to share a single public IP.
PAT
Port Address Translation
“Overloaded NAT” Maps multiple private IP addresses to a single public IP address by using different port numbers
FHRP
First Hop Redundancy Protocol
Provides redundancy for the first hop (the router or switch) in a network, ensuring network availability in case the primary device fails.
VIP
Virtual IP
An IP address that is not assigned to a specific device but is used by a group of devices, such as routers in an FHRP configuration, to ensure high availability.
Subinterfaces
A virtual interface created on a physical interface to support multiple virtual LANs (VLANs) or networks.
VLAN
Virtual Local Area Network
A logical group of devices on the same network, segmented from other devices to improve security and efficiency.
VLAN database
Repository in a switch where VLAN configurations are stored.
SVI
Switch Virtual Interface
Virtual interface on a switch that allows the switch to communicate with other devices using IP routing.
SVI=VLAN+IP+Gateway
Native VLAN
Default VLAN on a trunk port, typically used for untagged traffic
Voice VLAN
VLAN specifically used for VoIP traffic, prioritizing voice data to ensure high call quality
802.1Q tagging
Standard for VLAN tagging in Ethernet frames.
Allows traffic from multiple VLANs to travel over the same physical link
Link aggregation
Combines multiple network links into one logical link to increase bandwidth and provide redundancy
Interface Speed Configuration
Configuring the network interface speed (100 Mbps, 1 Gbps, 10 Gbps) on the basis of the device’s capabilities and network needs.
Duplex
Configures the communication mode of a network interface, either full-duplex(send & receive) or half-duplex (send or receive, not both)
STP
Spanning Tree Protocol
Prevents loops in a network by ensuring there is a single active path between two devices, disabling any redundant paths.