Chapter 10 Flashcards
is a collection of networks under a common administrative domain, which simply means that all routers sharing the same routing table. p299
autonomous system (AS)
is an integer from 0 to 255, where 0 equals the most trusted route and 255 the least. A value of 255 essentially means, “No traffic is allowed to be passed via this route.”p300
administrative distance (AD)
If both advertised routes to the same network have the same AD, then routing-protocol metrics like________or the amount of bandwidth of the lines will be used to find the best path to the remote network. p300
hop count
But if both advertised routes have the same AD as well as the same metrics, then the routing protocol will________to the remote network. p300
load-balance
What is the Distance vector. p302
The distance-vector protocols find the best path to a remote network by judging—you guessed it—distance. Each time a packet goes through a router, it equals something we call a hop. The route with fewest hops to the network is determined to be the best route.
What is the Link state. p302
U sing link-state protocols, also called shortest-path-first protocols, the routers each create three separate tables. One of these tables keeps track of directly attached neighbors, one determines the topology of the entire internetwork, and one is used as the actual routing table.
What is Hybrid. p303
A hybrid protocol uses aspects of both distance vector and link state, and at this writing, there’s only one—EIGRP. It happens to be a Cisco proprietary protocol, meaning that it will only run on Cisco equipment.
because a router receiving an update from a neighbor router believes the information about remote networks without finding out for itself if it actually is correct. p303
routing by rumor
If a router finds more than one link with the same hop count to the same remote network, it will automatically perform what’s known as. p303
round-robin load balancing
RIP version 1 uses only ________ which means that all devices in the network must use the same subnet mask.p305
classful routing
RIP version 2 provides something called________and does send subnet mask information with the route updates. p305
prefix routing
once all the routers have converged, the routing table in each router keeps information about three important things: p305
The remote network number
The interface that the router will use to send packets to reach that particular network
The hop count, or metric, to the network
(VLSMs) stand for. p306
Variable Length Subnet Masks (VLSMs)
is classless, meaning that the routing protocol sends subnet-mask information with the route updates. The reason it’s good to do this is to save address space. p306
Variable Length Subnet Masks (VLSMs)
what is a Neighbor table p311
Each router keeps state information about adjacent neighbors. When a newly discovered neighbor is learned about, the address and interface of that neighbor are recorded, and the information is held in the neighbor table and stored in RAM.