Podcast
Questions and Answers
What is the metric used by RIP to decide the best path to reach a destination?
What is the metric used by RIP to decide the best path to reach a destination?
What is the maximum number of hops supported by RIP?
What is the maximum number of hops supported by RIP?
What is the purpose of the split horizon mechanism in RIP?
What is the purpose of the split horizon mechanism in RIP?
What is the transport layer protocol used by RIP?
What is the transport layer protocol used by RIP?
Signup and view all the answers
What is the administrative distance of RIP?
What is the administrative distance of RIP?
Signup and view all the answers
What is the purpose of the hold down timer in RIP?
What is the purpose of the hold down timer in RIP?
Signup and view all the answers
What is the maximum number of routes that can be carried in a RIP update message?
What is the maximum number of routes that can be carried in a RIP update message?
Signup and view all the answers
What is the algorithm used by RIP to find the best route?
What is the algorithm used by RIP to find the best route?
Signup and view all the answers
What happens to a route with a hop count of 16 in RIP?
What happens to a route with a hop count of 16 in RIP?
Signup and view all the answers
What type of routing protocol is RIP?
What type of routing protocol is RIP?
Signup and view all the answers
Study Notes
Distance Vector Routing Protocols
- Distance vector routing protocols use the best path to the destination if the distance to the destination is successively shorter.
- Examples of distance vector routing protocols include IPX RIP and IP RIP.
Distance Vector Network Discovery
- Each router using distance vector routing begins by identifying its own neighbours.
- The interface to each directly connected network is shown in the routing tables as having a distance of 0.
- Routers discover the best path to destination networks based on accumulated metrics from each neighbour.
IPsec
- IPsec is a protocol for IP network-layer encryption and authentication.
- It is an integral part of the base protocol suite in IPv6.
- IPsec is not widely deployed except for securing traffic between IPv6 BGP routers.
Mobility
- Mobile IPv6 (MIPv6) avoids triangular routing and is therefore as efficient as normal IPv6.
- Neither MIP nor MIPv6 are widely deployed today.
Addressing
- IPv6 addresses are 128 bits long, whereas IPv4 addresses are 32 bits.
- IPv6 has enough room for 3.4×10^38 unique addresses.
- IPv6 addresses are typically composed of two logical parts: a 64-bit (sub-)network prefix, and a 64-bit host part.
Router Configuration Basics
- The RXBoot image (also known as Bootloader) is a "cut-down" version of the IOS located in the router's ROM.
- The RXBoot image allows for minor maintenance operations and brings various interfaces up or down.
- The RAM is where the router loads the IOS and the configuration file.
- The NVRAM (Non-Volatile RAM) is a special memory place where the router holds its configuration.
- The ROM is used to start and maintain the router.
Routing Information Protocol (RIP)
- RIP is a distance vector protocol that measures the distance to reach a remote network by calculating hop count.
- The RIP metric calculates the number of routers that a packet has to pass through from its source router to reach the destination network.
- RIP uses the Bellman Ford algorithm to find the best route.
- Characteristics of RIP include:
- It is an IGP Interior Gateway Protocol – works within AS
- Administrative distance of RIP is 120
- Supports classless routing and VLSM (RIPv2)
- Uses metric – HOP COUNT to decide best path to reach a destination
- Sends periodic update messages to next RIP routers
- Entire routing table is sent each time
- Maximum number of hops supported by RIP is 15
- A route with Hop count 16 is considered as an invalid route
- A RIP update message carries a maximum of 25 routes
- RIP uses UDP as transport layer and identified by port no 520
- For avoiding routing loops RIP uses the following mechanisms:
- Split horizon
- Route poison
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
This quiz covers the concept of distance vector routing protocols, its examples such as IPX RIP and IP RIP, and the process of network discovery in distance vector routing.