answersLogoWhite

0

What else can I help you with?

Related Questions

In comparing ripv1 and ripv2 message formats what is the only ripv2 message format field?

Subnet mask


Which routing protocols are classless?

RIPv2 and EIGRP


Is ripv2 a hybrid routing protocol?

yes


Which feature of RIPv2 enables it to function as a classless routing protocol?

RIPv2 sends subnetmasks in the routing table updates. RIPv1 does not, which causes it be class-full.


How do you disable automatic summarization in RIPv2?

# no auto-summary


What is the maximum network diameter permitted by the default metric of RIPv2?

15


Which value is used by RIPv2 to select the best path to the network?

*route metric


If you have 2 routers 1 ripv1 and 1 ripv2 will they talk to each other?

If you have two routers set up, one running RIPv1 and one running RIPv2, neither router will accept updates from the other. R1: (RIPv1) RIP: ignored v2 packet from 192.168.1.2 (illegal version) R2: (RIPv2) RIP: ignored v1 packet from 192.168.1.1 (illegal version)


What information is included in RIPv2 routing updates that is not included in RIPv1 updates?

subnet mask


Which solution provides the most efficient use of router resources for forwarding traffic?

RIPv2


What condition would RIPv2 allow that RIPv1 would not allow?

A 192.168.0.0/16 network


Difference between ripv1 and ripv2?

The main difference between RIPv1 and RIPv2 is classless routing. RIPv2 incorporates the addition of the network mask in the update to allow classless routing advertisements. This is extremely important for the flexibility needed to efficiently utilize network assignments for an ever-shrinking pool of IP addresses.There are other differences, as well. In RIPv2, the destination address for the updates is multicast, instead of broadcast, as in RIPv1. This reduces the burden on the network devices that do not need to listen to RIP updates. With broadcast, every device on the broadcast domain must at least open the IP packet and process the initial information to determine relevance. With multicast addressing, if a device needs that information, it will listen to that specific address. If it does not need the RIP information, it does not have to process the multicast address. The multicast address RIPv2 sends to is 224.0.0.9.Another addition to RIPv2 is authentication. Authentication is used to ensure that routes being distributed throughout the network are coming from authorized sources.