Routing Flashcards
What is a router?
A router relays packets among interconnected networks. It has links to 2 or more networks at the same time.
In which layers does a router operate.
Network, Datalink and Physical
Explain least cost routing?
A value is assigned to each link called a cost.
The cost of a route is the sum of the link costs.
The best route is the one with the lowest cost.
What two categories of routing algorithms exist?
Non-adaptive (Virtual circuit) Routing decisions pre-determined.
Adaptive (Datagram) Traffic load can change route.
Explain distance-vector routing algorithm.
each router exchanges information about the entire network with
neighbouring routers at regular intervals.
Explain link state.
Each router exchanges information about its neighbourhood with all
routers in the network when there is a change.
Advantage of link state.
Converges faster.
What is convergence?
Process of determining optimal routes.
Explain distributed Bellman-Ford algorithm.
-Add 1 to cost of each incoming route.
-New destination learned, add to routing table
-Existing destination,
* if Next Hop field is the same, replace existing entry with the new
information always
* if Next Hop field is not the same, only replace existing entry with the new information if the cost is lower
What do the following stand for?
ARPANET
RIP
BGP
IS-IS
Advanced Research Projects Agency Network
Routing Information Protocol
Border Gateway Protocol
Intermediate System to Intermediate System
What are the problems with distance-vector routing?
Count-to-infinity problem/slow convergence
Slow to react to router failure
Explain Dijkstra’s algorithm.
Starting at root, we get from link-state database, the cumulative cost of each arc out of the root.
We select lowest cost arc, and make that node the new root.
Explain transparent bridge.
Essentially bridge floods network, sending frame to every router in particular section, and each router can then check if it was the destination.
Distinguish between Transparent bridge and source routing bridge.
TB: Bridges co-operate to perform function.
SR: The route to be followed is inserted in the frame.
TB: Suboptimal flooding.
SR: Optimum route selected.
TB: Will not use full bandwidth.
SR: Will use full bandwidth.
What is a repeater?
Operates in physical layer is an electronic device which regenerates incoming signals. Allows the physical reach of a network to be extended.