unicast routing protocols Flashcards
(77 cards)
What does RIP stand for?
Routing Information Protocol
RIP is an intra-domain routing protocol used inside an autonomous system.
What type of routing does RIP use?
Distance vector routing
RIP implements distance vector routing directly with some considerations.
In RIP, what is the metric used to determine distance?
Hop count
The distance is defined as the number of links that must be traversed to reach the destination.
What is the maximum hop count allowed in RIP?
15 hops
Infinity is defined as 16 in RIP.
What does the next node column in a RIP routing table represent?
The address of the router to which the packet is to be sent
This is essential for reaching the destination network.
What are the two types of messages in RIP?
Request and Response
Requests are sent by routers that have just come up or have time-out entries.
What is a solicited response in RIP?
A response sent only in answer to a request
It contains information about the destination specified in the corresponding request.
What is the purpose of the expiration timer in RIP?
Governs the validity of a route
If no update is received within 180 seconds, the route is considered expired.
How long is the garbage collection timer in RIP set for?
120 seconds
This timer is set for a route after it becomes invalid before purging it from the table.
What is the main difference between RIP version 1 and version 2?
Classful versus classless addressing
RIPv1 uses classful addressing while RIPv2 supports classless addressing.
What is a link state packet (LSP)?
A packet created by each node containing the state of its links
LSPs carry information necessary for building the topology.
What algorithm does link state routing use to build a routing table?
Dijkstra algorithm
This algorithm is used to find the shortest path in the network.
What is the role of area border routers in OSPF?
Summarize information about the area and send it to other areas
They connect different areas within an autonomous system.
What is the backbone in OSPF?
A special area that connects all other areas in an autonomous system
It serves as the primary area for routing information.
What is the well-known port assigned to RIP in UDP?
Port 520
RIP messages are encapsulated in UDP user datagrams.
What is the purpose of the periodic timer in RIP?
Controls the sending of messages
This timer is set to a random number between 25 and 35 seconds.
What happens when a node receives an older LSP during flooding?
It discards the LSP
The node keeps the newer LSP and sends it out of its interfaces.
Fill in the blank: The metric used in RIP is called _______.
hop count
True or False: RIP version 2 includes authentication fields.
True
Version 2 includes authentication to protect against unauthorized advertisements.
What is the backbone in an autonomous system?
A special area inside an autonomous system where all other areas must be connected.
What is the area identification of the backbone?
Zero.
What are routers inside the backbone called?
Backbone routers.
What must be created if connectivity between a backbone and an area is broken?
A virtual link between routers.
What does OSPF allow administrators to assign to each route?
A cost, called metric.