• 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/25

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;

25 Cards in this Set

  • Front
  • Back

what is routing?

Sending packets from one device toanother device on a different network

A router interconnects---

networks

Routers do not care about --- theyonly care about networks and the best path to each networks

hosts

•Routers look at the --of adestination IP address to route the packet to its destination.

network portion

A router needs toknow

•DestinationIP address.


•Neighborrouters which it can learn about remote networks.


•Possibleroutes to all remote networks.


•Thebest route to each remote network.


•Howto maintain and verify routing information.

•Ifa ---is directly connected to the router, the router already knows how toget to it.

network

•Ifa network is not directly connected to the router there are two options---

•Someoneby hand must program all network locations into the routing table – Static Routing!!




•Onerouter communicate with other neighbor routers using the same protocol . All routers can dynamically update thenetwork information in their routing table upon changes. This is called DynamicRouting!!

•Wecan use both --- in a large network.

Static Routing and Dynamic Routing

••--send packets with a remote destination network not in the routing tableto the next-hop router.

Defaultrouting--else example

•Youshould use default routing on networks with --- out of thenetwork, because you can easily create---with default routing.

only one exit path




loops

•By---we need to manually enter the routing informationfor remote networks into the routing table for every router. This is anightmare to maintain a large network. Even worse, with a small change, we mayhave to update the routing table for every router.

static routing only,

•--- is when protocols are used to find networks and update routing tableson routers. This is easier than using staticrouting and default routing.

Dynamicrouting

•---- is used to rate the trustworthiness ofrouting information received ona router from a neighbor router. Or you can think of it as a priority.It ranges --- where ---is the most trusted and ----means no trafficwill be passed via this route.

AdministrativeDistance (AD):




0 to 255




0




255





•Ifa router receives two updates (or routes) regarding the same remote network,the router will select the one with ----as the entry to the network inits routing table.

lower AD

•Ifa router receives two routes regarding the same remote network with the sameAD, the router will make the decision based on the routing protocol metric, such as ----

hop count or bandwidth of the lines. •

•Ifa router receives two routes regarding the same remote network with the same ADand same metric value, a ---will be done. •

load-balance

Default AD table




0=




1=




120=





connected interface




static route




RIP



•The---find the best path to a remote network by judgingdistance. Each time a packet goes through a router, that’s called ----. The route with the least number of hopsto the network is determined to be the best ----

distancevector routing protocols




hop




route. •Example:RIP



•Routers with ----send updates containing the state of their ownlinks to all other routers on the network.

Link-State protocol


•Example:OSPF(Open Shortest Path First)

Link-State protocols, also called ---

shortest-path-first protocols

•---use aspects of both distance vector and link state.

Hybridprotocols




•Example:EIGRP(EnhancedInterior Gateway Routing Protocol)



•RIPis a--

true distance-vector routing protocol.

RIP sends the complete routingtable out to all active interfaces every ---.

30 seconds

RIP only uses --- todetermine the best way to a remote network, but it has a maximum allowable hopcount ---15 at default.

hop count




15

•RIPV1Vs. RIPV2




•Version1 requires the same ---used for all networks.




•V2 Youcan use version with different subnet masks for different ---

subnet mask






networks.