what is distance vector protocol link state protocol and
what is the diffrence between them
Answers were Sorted based on User's Feedback
If all routers were running a Distance Vector protocol, the
path or 'route' chosen would be from A B directly over the
ISDN serial link, even though that link is about 10 times
slower than the indirect route from A C D B.
A Link State protocol would choose the A C D B path
because it's using a faster medium (100 Mb ethernet). In
this example, it would be better to run a Link State routing
protocol, but if all the links in the network are the same
speed, then a Distance Vector protocol is better.
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / ganesh
rip is called distance vector coz it selects best path
based on hop count. ( it counts the no of router between
source router and destination network )
distance - how far is the destination
vector - in which direction
ospf is link state coz it learns topology changes by
exchanging LSAs. it advertises state of the interfaces.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / pradeesh
In Distance vector protocol the metric is based on HOP. (HOP means the distance b/w routers).
In Link state protocol the metric is based on Bandwidth.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sooraj mannadiar
distance vector protocol send update information at every 30
sec but link state protocol send update information eny
changing our network .distance vector protocol do not carry
subnet values link state protocol carry subnet value
| Is This Answer Correct ? | 2 Yes | 0 No |
Rip is distance vector and ospf is link stat protocol. distance vactr means rip hv only 15 router limit otherside ospf hv unlimited limit of router in own network.link state protocol use link state algo. for calculate best path otherside distanc vctr use ballman ford algo. distance vctr protocol determine distance & direction.ospf use bw for calculate mertic and rip use hop count.
| Is This Answer Correct ? | 1 Yes | 0 No |
Which of the following are examples of the Session Layer? A.) TCP B.) RPC C.) SQL D.) NFS E.) Token Ring
Which layer is responsible for synchronizing sending and receiving applications? A.) Presentation B.) Session C.) Transport D.) Application E.) Network
what is the binary value of loop back address
For IPX, what is the DEFAULT Cisco Encapsulation on an Ethernet interface? A.) novell-ether B.) gns C.) snap D.) arpa E.) sap F.) dix
You are a system administrator on a NetWare network, you are running NetWare 4.11 and you cannot communicate with your router. What is the likely problem? A. NetWare 4.11 defaults to 802.2 encapsulation. B. NetWare 4.11 defaults to 802.3 encapsulation C. Cisco routers only work with NetWare 3.11. D. NetWare 3.11 defaults to 802.2 encapsulation.
Identify the command to display the status of the Frame Relay virtual circuit? A.) Router# show frame-relay virtual-circuit B.) Router(config)# show frame-relay pvc C.) Router# show frame-relay pvc D.) Router# show virtual
Which cable do you use to connect a PC directly to the fast ethernet interface on a router. For example if you wanted to do an IOS upgrade from your laptop?
What is a characteristic of Store and Forward switches? A.) They forward the frame before it is completely read. B.) They work at wire speed. C.) They are the same a Cut-Through switching. D.) They read the entire frame and check CRC before forwarding. E.) They decrease latency.
Identify the correct IGRP configuration? A.) Router# router igrp 100 Router# network 10.0.0.0 B.) Router(config)#router igrp 100 Router(config-router)#network 10.0.0.0 C.) Router(config)# router igrp Router(config-router)# network 10.0.0.0
Identify the command that configures serial0 for PPP encapsulation? A.) Router(config)# encapsulation ppp B.) Router(config-if)# encapsulation serial ppp C.) Router(config-if)# encapsulation ppp D.) Router# encapsulation ppp
What is the connection oriented protocol in the TCP/IP protocol stack? A. IP B. UDP C. TCP D. DNS E. OSPF
Given the global configuration command 'banner motd #7 Hello #', what do the '#' symbols represent? A.) Escape sequence to exit the menu. B.) Nothing, just part of the banner. C.) Tic Tac Toe Macro. D.) Delimiting Character E.) Message border character. F.) Number of times message to be displayed.