2. Network Implementation Flashcards
This routing method requires manual configuration of routes and does not adapt to network changes.
Static Routing
This routing method uses protocols to automatically discover and maintain routes.
Dynamic Routing
This exterior gateway protocol is used to route data between autonomous systems on the internet.
Border Gateway Protocol (BGP)
This Cisco proprietary protocol is designed for fast convergence and loop-free paths in interior networks.
Enhanced Interior Gateway Routing Protocol (EIGRP)
This link-state routing protocol calculates the shortest path using Dijkstra’s algorithm and supports VLSM and CIDR.
Open Shortest Path First (OSPF)
This routing decision factor is based on the reliability of the routing source; lower is preferred.
Administrative Distance
This value represents how specific a route is; longer values are more precise and preferred.
Prefix Length
This routing metric includes values like hop count, bandwidth, or delay to evaluate route preference.
Metric
This technique translates private IP addresses to public ones for internet access.
Network Address Translation (NAT)
This type of NAT translates multiple private IP addresses using different port numbers on a single public IP.
Port Address Translation (PAT)
This protocol ensures high availability for gateway routers by allowing multiple routers to share a virtual IP.
First Hop Redundancy Protocol (FHRP)
This is an IP address shared among multiple routers in a redundancy group for high availability.
Virtual IP (VIP)
This is a logical interface created on a physical router interface to support VLANs or logical segmentation.
Subinterface
Used in small or stable networks, this method doesn’t require CPU overhead but lacks fault tolerance.
Static Routing
Best for dynamic environments, this method adapts to network changes and scales well with large topologies.
Dynamic Routing
This protocol is essential to how the internet works, routing between ISPs and large organizations.
Border Gateway Protocol (BGP)
This Cisco protocol uses composite metrics like bandwidth and delay to determine the best route.
Enhanced Interior Gateway Routing Protocol (EIGRP)
This open standard protocol builds a complete view of the network and converges quickly in the event of a failure.
Open Shortest Path First (OSPF)
This value determines which routing source (e.g., static, OSPF, BGP) is preferred when multiple paths exist.
Administrative Distance
Routes with this attribute are more specific and therefore preferred, even over routes with better metrics.
Prefix Length
This value helps compare multiple routes learned from the same source; lower typically means better.
Metric
Common in home and small business routers, this technique hides internal IPs from external networks.
Network Address Translation (NAT)
This is the most common type of NAT in IPv4 networks, allowing many internal hosts to share a single public IP.
Port Address Translation (PAT)
Used in protocols like HSRP, VRRP, and GLBP, this ensures uninterrupted connectivity if a router goes down.
First Hop Redundancy Protocol (FHRP)