Routing Flashcards
(53 cards)
What is the primary function of a router?
Forwards traffic between subnets, internal and external networks, or between two external networks
What is a broadcast domain?
A logical division of a network in which all nodes can communicate directly with each other
What are multilayer switches capable of?
Performing routing functions and handling both Layer 2 forwarding and Layer 3 routing
In exam terminology, what does ‘Switch’ refer to?
Standard Layer 2 switch
In exam terminology, what does ‘Multilayer Switch’ or ‘Router’ refer to?
Layer 3 functionality of a router
How do routers forward traffic?
Based on IP addresses
What types of connections do routers use to connect two networks?
WAN connections like fiber, serial, satellite, or VPN links
What do routers use to route packets between networks?
IP addresses (Layer 3)
What are data frames and packets in the context of routers?
Routers repackage data frames (Layer 2) as packets (Layer 3) for transmission
What does a routing table do?
Helps determine the best route for packets inside and outside of networks
What is the purpose of the ARP cache?
Maps IP addresses to MAC addresses within a local area network
What is a Directly Connected Route?
Learned by a physical connection between routers
What is a Static Route?
Configured manually by an administrator
What is a Default Static Route?
0.0.0.0/0, used to handle unknown destinations
What is a Dynamic Route?
Learned through dynamic routing protocols
What is the Split Horizon rule?
Prevents a route learned on one interface from being advertised back out the same interface
What does Poison Reverse do?
Advertises a route back out the same interface but with a high cost to prevent its use
What is an Interior Gateway Protocol (IGP)?
Operates within an autonomous system
What is an Exterior Gateway Protocol (EGP)?
Operates between autonomous systems on exterior networks
What is the Convergence Time in routing?
Time for all routers to update routing tables in response to topology changes
What is the Hop Count metric?
Number of routers from the source router to the destination network
What is RIP?
An interior gateway protocol that uses distance vector and hop count
What is OSPF?
An interior gateway protocol that uses link state and cost for routing decisions
What does EIGRP stand for?
Enhanced Interior Gateway Routing Protocol