• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/68

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

68 Cards in this Set

  • Front
  • Back
The purpose of dynamic routing protocols includes:
Discovery of remote networks
Maintaining up to date routing info
Choosing the best path to networks
Ability to find alternate best path if one goes down
The main components of dynamic routing protocols include:
Data Structures
Routing protocol messages
Algorithm
Routing protocols typically use tables or databases for its operation which is kept in __________
RAM
Routing protocols use ____________ for facilitating routing information and best path determination
algorithm
EIGRP creates and maintains the _____________, ____________, and _____________
Neighbor table
Topology table
Best path in the routing table
In the area of routing protocol messages, EIGRP uses what types of messages?
Acknowledgments
Queries
Updates
Replies
Hellos
To identify the best route to a network, EIGRP uses the ___________ algorithm
DUAL
Static routing has several primary uses including
Ease of table maintenance in small networks
Routing to and from stub networks
Accessing a single default route
Disadvantages of static routing includes
Not easy to implement in large networks
Managing configurations can be time consuming
If a link fails, a static route cannot reroute traffic
_______________ time, is the time it takes routers to share information, calculate best paths, and update their routing tables.
Convergence
Convergence properties include the speed of propagation of routing information and the calculation of optimal paths.
T
The _________ of propagation refers to the amount of time it takes for routers within the network to forward routing information
speed
An ______________ system, is a collection of routers under a common administration such as a company or an organization. It is also known as a routing domain
autonomous
The ___________, is based on the autonomous system concept
internet
Interior gateway protocols (IGP) are used for routing __________ an autonomous system
within
Exterior gateway protocols are used for routing __________ autonomous systems
between
The only exterior gateway protocol is ___________
BGP
_____________ vector means that routes are advertised by providing two characteristics; distance and vector
Distance
_____________ identifies how far it is to the destination network and is based on a metric such as hop count, cost, bandwidth, delay ect.
Distance
______________ specifies the direction of the next hop router or exit interface to reach the destination
vector
Do distance vector routing protocols have an actual map of the network topology?
No
Distance vector protocols use routers as __________ posts along the path to the final destination
sign
What are the four distance vector protocols for IPv4?
RIPv1
RIPv2
IGRP
EIGRP
In contrast to distance vector routing protocol operation, a router configured with a ___________ routing protocol can create a complete view of the topology of the network.
link-state
Unlike distance vector routing protocols, link state protocols do not use periodic updates. Instead an update is only sent when there is a ___________ in the network topology.
change
Link-state protocols work best in situations where :
Large hierarchical networks
Need for fast convergence
Admins have good knowledge of the routing protocol
What are the 2 link-state protocols for IPv4?
OSPF
IS-IS
The biggest distinction between classful and classless routing protocols is that classful routing protocols do not send _____________ information
subnet mask
What are 2 classful routing protocols?
RIPv1
IGRIP
Is classful routing protocols used in IPv6 addressing?
No
Classful routing protocols can not provide _____________ or _____________
VLSM
CIDR
A discontiguous network is when subnets from the same classful major network are separated by a different classful network
T
What are the classless IPv4 routing protocols?
RIPv2
EIGRP
OSPF
IS-IS
All IPv6 routing protocols are ______________-
classless
In a situation where there are multiple paths to the same remote network, a routing ____________ is used to determine the cost of a path from source to destination
metric
RIP chooses the best path based on ___________
hop count
OSPF chooses the best path based on _____________
bandwidth
RIP sends updates to its neighbors every ______ seconds
30
RIPv1 reaches all of its neighbors by sending updates to all hosts with the address of
255.255.255.255 broadcast
RIPv2 and EIGRP use ___________ addresses so that only neighbors that need to updates will receive them
multi-cast
EIGRP can also send a _________ message to only the affected neighbor
unicast
The ________ is the mechanism responsible for:
*Sending and receiving routing info
*Calculating the best path
*Installing routes in the routing table
*detecting and reacting to topology changes
algorithm
What algorithm is used by RIP?
Bellman-Ford
What algorithm is used by IGRP and EIGRP?
DUAL
In RIP, the _________ count is used as the metric for path selection
hop
With the ______ protocol, a hop count greater than 15 is deemed to far and would not propagate the update past the 15th router
RIP
To gain access to the router configuration mode where the RIP routing settings are configured you would enter the _____________ command
router rip
To disable and eliminate RIP, use the _______________ command
no router rip
To enable RIP routing on an interface that belongs to a specific network and advertise the network through routing updates you would use the ____________ command
network {network address here}
If a subnet address is entered in the network {address} command, the IOS automatically converts it to a _____________ network address
classful
The ______________ command would be entered in router configuration mode to update RIPv1 but listen for RIPv2
no version
By default, RIP updates are forwarded out ______ RIP enabled interfaces.
all
To prevent the transmission of routing updates through a router interface, but still allow that network to be advertised to other routers use the _____________ command
passive-interface
To make all interfaces passive, use the ______________ command
passive-interface default
To re-enable an interface that should not be passive use the _______________ command
no passive-interface
To propagate a default route, the edge router must be configured with a __________________
default static route
The command to propagate the default static route is ________________ in the router configuration mode
default-information originate
To enable RIPng routing on an IPv6 router use the _______________ command on the interface
ipv6 rip {domain name} enable
For ipv6 routing on a serial interface the _____________ command must be used to enable the interace
no shutdown
OSPF and IS-IS uses the __________ algorithm
Dijkstra
The Dijkstra algorithm ueses accumulated costs along each path, from source to destination to determine the total cost of a route
T
Link-state routing protocols are also know as _________________, and are built around Dijkstra's _______________ algorithm
shortest path first
SPF
In _____________ routing, each router
*Learns about each of its own directly connected networks
*says hello to neighboring directly connected networks
*Builds a link-state packet (LSP)with each directly connected link
*Floods the LSP to all neighbors which are stored in a database
*uses the database to construct a complete map of the topology and computes the best path
link-state
Cisco's implementation of OSPF specifies the OSPF routing metric as the cost of the link based on the ______________ of the outgoing interface
bandwidth
When two link-state routers learn that they are neighbors, the form an __________
adjacency
If a router stops receiving hello packets from a neighbor, that neighbor is considered unreachable and adjacency is ____________-
broken
Link-state packets only need to be sent when?
*At initial startup
*When there is a change in the topology
Information in the LSP such as ___________ and __________ ensures that the router only adds the most recent updates to its routing table
sequence number
aging information