Link-State Protocols
- Router LSA - Includes the a number to identify the router called the router ID. The router's interface IP address, subnet masks, the state of link (Up or Down), and the cost of the interface.
- Link LSA- Which identifies each link the subnet and the routers that are attached to that link. It also identifies if the link is either up or down.
These LSAs are created by the router and then floods the LSA to other routers their neighbors. The thing that makes link-state protocol a topic starter is that they look at the "Link" of the connection and advertise each interface even if the connection is up or down. The LSDB has information about not only the up and working routers, interfaces, and networks, but all routers and interfaces even if the interfaces are down. With link-state protocols it creates a complete network topology in each router unlike distance vector.
Which IP Routing Protocols use Link-State? Take a guess!
Feature
RIPv1
RIPv2
Classless
No
Yes
Yes
Yes
Yes
Supports VLSM
No
Yes
Yes
Yes
Yes
Send Subnet Mask
No
Yes
Yes
Yes
Yes
Distance Vector
Yes
Yes
No *
No
No
*EIGRP is considered a hybrid routing protocol (Uses the best of both Distance Vector and Link-State protocols) In some Cisco documentation EIGRP is also referred to as an advance distance vector protocol. Link-State Protocols converge much quickly than distance vector, they do consume more RAM and CPU when compared to distance vector. They avoid routing loops by default unlike with distance vector which requires more features like split horizon. Distance vector is easier to set up when compared to link-state which requires more thought when configuring it correctly. I have opened another door towards the ICND2 path, so let's stop for now and let it sink-in. Like always you have power of the internet at your hands if you can't wait a simple search will do. As I always say I hope this information is helpful and if you have an idea of the next topic that I should talk about that deals with ether ICND1 or ICND2 let's hear it!
Related articles
- Distance Vector Routing (lewiryan.github.io/ciscoskills)
- Cisco Discovery Protocol (lewiryan.github.io/ciscoskills)
- Black Hat: Routers Using OSPF Open to Attacks (pcworld.com)
- Why Are Routed Protocols Important to Networking? (thinkup.waldenu.edu)
- Classful vs. Classless Routing (lewiryan.github.io/ciscoskills)
Comments:
Welcome CCT (Cisco Certified Technician Certification) | Cisco Skills -
[...] Link-State Protocols (lewiryan.github.io/ciscoskills) [...]
#### [Ryan](http://systemstechblog.wordpress.com "lewiryan@isu.edu") -
Glad I could Help :)
#### [Nan]( "nancy3d@yahoo.com") -
Thanks for your hard work, I'm studying Cisco and just needed to understand a little bit more about LS. I'll do let it sink first before going to other topic lol.