Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the main features of link state routing protocols?



what is the main features of link state routing protocols?..

Answer / vikramsingh11

Link-state algorithms are also known as Dijkstras algorithm
or as SPF (shortest path first) algorithms.

Link-state routing algorithms maintain a complex database of
topology information.

The distance vector algorithm are also known as Bellman-Ford
algorithms. They have nonspecific information about distant
networks and no knowledge of distant routers.

A link-state routing algorithm maintains full knowledge of
distant routers and how they interconnect. Link-state
routing uses:

Link-state advertisements (LSAs)
A link-state advertisement (LSA) is a small packet of
routing information
that is sent between routers.

Topological database
A topological database is a collection of information
gathered from LSAs.

SPF algorithm
The shortest path first (SPF) algorithm is a calculation
performed on the
database resulting in the SPF tree.

Routing tables – A list of the known paths and interfaces

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More CCNA Interview Questions

Identify the 2 commands that save the running-config to a TFTP server? A.) write running tftp B.) copy running network C.) copy running tftp D.) write network

1 Answers  


What is the difference between switch and hub?

0 Answers  


What is the Difference Between Windows 2003 And Windows 2008 Server?

0 Answers  


There is an emergency fall-back 'skeleton' IOS stored in read only memory on all Cisco routers. What command would make the router load the IOS from Read Only Memory? A.) reload rom B.) boot system rom C.) load ios bootflash D.) load ios rom E.) bootsystem skeleton

3 Answers  


What are 10baset ethernet lans?

0 Answers  


as we know that isdn bri port come with either a u interface or some thing s/t interface what is the diffrenmce between them

2 Answers   HCL,


Identify the purpose of ICMP? A.) Avoiding routing loops B.) Send error and control messages C.) Transporting routing updates D.) Collision detection

2 Answers  


What is 10baset ethernet lans?

0 Answers  


please point out the wrong steps in that l3 switch conf Building configuration…… Current configuration : 1802 byte ! Version 12.2 no service pad Service timestamps debug uptime no service-password encryptions ! hostname xxxx ! enble secret XXXXXXXXXXX(omitted) enable password jitendera kumar sinha ! No aaa new-model System mtu routing 1500 bytes ip subnet-zero ip routing ip name-server 202.x.x.x. ip name –server 203.x.x.x ip name-server 192.168.x.x ip dhcp excluded-address 172.x.x.x 172.x.x.x ! ip dhcp pool ss network 172..x.x.x 255.255.255.0 domain-name xxx.com default-router 172.x.x.x dns-server 192.x.x.x 203..x.x.x 202.x.x.x lease10 ! ! ! ! ! no file verify auto spanning-tree maode pvst spanning-tree extended system-id ! vlan internel allocation policy ascending ! interface fastethernet 0/1 no switch port ip address 172.x.x.x 255.255.255.0 ! interface fastethernet 0/2 no switch port ip address 192.x.x.x ! interface fastethernet 0/3 switcport access vlan 5 switchport mode access ! interface fastethernet 0/4 Switcport access vlan 5 Switchport mode access ! interface fastethernet 0/5 Switcport access vlan 5 Switchport mode access ! interface fastethernet 0/6 Switcport access vlan 5 Switchport mode access ! interface fastethernet 0/7 Switcport access vlan 5 Switchport mode access ! interface fastethernet 0/8 Switcport access vlan 5 Switchport mode access ! interface fastethernet 0/9 Switcport access vlan 5 Switchport mode access ! interface fastethernet 0/10 Switcport access vlan 5 Switchport mode access ! interface fastethernet 0/11 Switcport access vlan 5 Switchport mode access ! interface fastethernet 0/12 Switcport access vlan 5 Switchport mode access ! Interface fastethernet 0/13 Switcport access vlan 5 Switchport mode access ! Interface fastethernet 0/14 Switcport access vlan 5 Switchport mode access ! Interface fastethernet 0/15 Switcport access vlan 5 Switchport mode access ! Interface fastethernet 0/16 Switcport access vlan 5 Switchport mode access ! Interface fastethernet 0/17 Switcport access vlan 5 Switchport mode access ! Interface fastethernet 0/18 Switcport access vlan 5 Switchport mode access ! Interface fastethernet 0/19 Switcport access vlan 5 Switchport mode access ! Interface fastethernet 0/20 Switcport access vlan 5 Switchport mode access ! Interface fastethernet 0/21 Switcport access vlan 5 Switchport mode access ! Interface fastethernet 0/22 Switcport access vlan 5 Switchport mode access ! Interface fastethernet 0/23 Switcport access vlan 5 Switchport mode access ! Interface fastethernet 0/24 Switcport access vlan 5 Switchport mode access ! Interface vlan 1 No ip address Shutdown ! Interface vlan 5 Ip address 172.16.x.x 255.255.255.0 ! Ip default-gateway 172.16.32.1 ! Ip classless Ip route 0.0.0.0 0.0.0.0 fastethernet 0/1 172.x.x.x Ip route 0.0.0.0 0.0.0.0 fasrethernet 0/2 192.168.x.x 254 Ip http-server ! ! Control-plane ! ! Line console 0 Line vty 0 4 Password password Login Line vty 5 15 Password password Login ! end chek out the wrong steps and post it. i ma not able to ping firewall

0 Answers  


Your Ethernet interface currently has the IP address of 1.1.1.1/24. You would like it to have a second IP address of 2.2.2.2/24. Which command will do that? A.) ip address 1.1.1.1 2.2.2.2 255.255.255.0 B.) ip address 2.2.2.2 255.255.255.0 secondary C.) ip address 2.2.2.2 255.255.255.0 D.) This cannot be done, you can only have 1 IP address per physical interface. E.) ip address 2.2.2.2 /24

1 Answers  


Identify the OSI layer which is responsible for end-to-end connections? A.) Network B.) Transport C.) Session D.) Data link E.) TCP

2 Answers   HCL,


What is the default behavior of access-list?

0 Answers  


Categories