Difference between Distance vector, Link state protocols
Answers were Sorted based on User's Feedback
Answer / santosh
Distance vector routing is so named because it involves two factors: the distance, or metric, of a destination, and the vector, or direction to take to get there. Routing information is only exchanged between directly connected neighbors. This means a router knows from which neighbor a route was learned, but it does not know where that neighbor learned the route; a router can't see beyond its own neighbors. This aspect of distance vector routing is sometimes referred to as "routing by rumor." Measures like split horizon and poison reverse are employed to avoid routing loops.
Link-state routing, in contrast, requires that all routers know about the paths reachable by all other routers in the network. Link-state information is flooded throughout the link-state domain (an area in OSPF or IS-IS) to ensure all routers posess a synchronized copy of the area's link-state database. From this common database, each router constructs its own relative shortest-path tree, with itself as the root, for all known routes.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / samyak
Distance Vector Protocol :
1-->Susceptible for routing loop
2-->Send updates periodically
3-->limited hop count
4-->send entire routing table to all of its neighbor
5-->Use Bell-ford algorithm
Link State Protocol :
1-->Provide loop free path
2-->Create topology table to find out best path to
destination network .
3-->send triggered update ,when topology changes.
4-->support unlimited hop count
5-->Use SPF algorithm to find out best path
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jitendera
In distance vector routing protocol routing update will
send in the direction from the direction it is coming
in the link state the routing update will not be forwarded
from the direction it is coming
Is This Answer Correct ? | 3 Yes | 4 No |
What parameter is used with statically assigned routers to tell packets which interface to use to reach a distant network? A.) Mask B.) Subnet C.) Default gateway D.) Interface
Can anybody tell me how to configure a cisco router?
Which of the following provide connection-oriented transport to upper layer protocols? A.) SPX B.) RIP C.) NLSP D.) NCP
What is the function of the Application Layer in networking?
What command do you enter at the keyboard to begin a user mode session? A.) Type 'CTRL-P' B.) Type 'login' C.) Just press . D.) Type 'enable' E.) Press 'Shift + Ctrl + 6' at the same time.
Identify the 2 commands that will display the status and information about interface E0 only? A.) show interface ethernet E0 B.) show interface E0 C.) show E0 D.) show int E0 E.) show interface
Mention what does the clock rate do?
What device has content-addressable memory (CAM) and what is stored in it? 1 A: Switch, learned IP addresses 2 B: Router, learned IP addresses 3 C: Switch, learned MAC addresses 4 D: Router, learned MAC addresses
What is the network brouter?
Identify the command to configure the router for IGRP autonomous system 100? A.) Router(config)# router igrp 100 B.) Router> router igrp 100 C.) Router# router igrp 100 D.) Router(config)# router igrp
Describe ICMP messages
Default packet size of ipv6?