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

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;

37 Cards in this Set

  • Front
  • Back
Internet

large collection of networks and hostsinterconnected by routers.

Direct Routing

Acomputer on any physical network can transmit a datagram to any other computeron the same network.

Indirect Routing

- occurswhen the destination is not on a directly attached network.


-requires that the source host send thedatagram to a router for delivery.

Types of Indirect Routing

-Static routing


-Default Routing


- Dynamic Routing

Routing Tables

Arouter examines its routing table to determine how to forward a packet.

Static Routing

-network administrator keeps a table ofnetworks, and manually updates these tables whenever there is a change withinthe routing domain.

Stub networks

networkswith only one entry and exit point.

Default Routes

- special address 0.0.0.0/0


- onlysuitable for use on stub networks.


- usedto reduce the size of a routing table.

Dynamic Routing

-share routing information with associatedrouters


-allows routers to choose the best of anumber of possible routes between networks based on metrics


-updates use router resources, in the formof increased central processing unit (CPU) and memory usage

Routing Information

-provide reliable and consistent routesfor all possible destinations


- operatedas the backbone that held the Internet together and made universalcommunication possible.

Autonomous Systems

single site having multiple networksunder its control.

Gateway Protocols

–IGPs


–EGPs

IGPs

-Routers within a single AS communicateusing one of several dynamic routing protocols


- Performanceis the key requirement of an IGP.

EGPs

allows communication between exteriorneighbors (peers) in two different autonomous systems

Types of Dynamic Routing Protocols

–DVAs (distance vector algorithm)


–LSAs (link-state algorithm)

OSPF

Open Shortest Path First

BGP

Border Gateway Protocol

DVA

-onemethod of determining routes that a packet can take to its destination.




-requireonly a small number of CPU cycles to determine the shortest route to a distantnetwork.

LSA

eachrouter must know the entire network topology before computing the shortest pathto each destination network.




- caneliminate problems that occur in very large networks because of their abilityto partition an AS into areas.

Multipath Routing

–If the primary route fails, therouter can still forward a packet using an alternative route.




–If there is more than one best-costroute, the network administrator may elect to have the router split the loadbetween the equal-cost routes on a round-robin basis.

Two types of Router-based network

- Flat




- Hierarchical

Flat Router Networks

DVAs,used in routing protocols such as RIP and Inter-Domain Routing Protocol (IDRP),create flat networks.




-performsthe same job in the same way.

Hierarchical Networks

twolevels:


–Routers on Level 1 are generallyused for communication within defined areas of the network.


–Higher performance routers form aspecial area called the backbone area.

RIP

DVArouting protocol used by TCP/IP and Novell Internetwork PacketExchange/Sequenced Packet Exchange (IPX/SPX) networks.

Hop-count limit

permitsa maximum hop count of 15 and considers any destination network greater than 15hops away unreachable.

Holddowns

prevent regular update messages frominappropriately reinstating a route that has gone bad.

Split Horizons

used between adjacent routers.


source should never be updated by the destination

Poison Reverse Updates

are intended to defeat larger routingloops

RIP Timers

–Routing update timer


–Route invalid (expiration) timer


–Route flush timer

Novell RIP

–Novell RIP sends updates by defaultevery 60 seconds.


–Novell RIP adds a new metric calledticks.


–Novell RIP can load share betweentied routes.



RIPv2

Whensubnettingbecame common, RIPv2 was created to handle this additional routing information.

Four elements added to RIPv1 to create RIPv2

–Route tag


–Subnet mask


–Next hop


–Authentication

Route Tag

providesa way to distinguish “internal” RIP routes from “external” RIP routes, whichmay have been imported from an EGP or another IGP.

Subnet Mask

fieldcontains the subnet mask that is applied to the IP address to yield the nonhostportion of the address.

Next Hop

indicates the IP address to which packetson the route should be forwarded

Metric

representsthe hop count to a given network.

Authentication

preventunauthorized people from inserting bogus routing information into routingtables.