What is Authentication: Authentication is the mechanism of recognizing the identity of a user. Associating an incoming request with a set of identifying credentials is called Authentication. The credentials provided are compared to those in the database of the authorized user’s information register on a local operating system or somewhere remote. If the user is on white-list then he/she is allowed the access, otherwise the access is rejected simply. Types of OSPF Authentication OSPF supports two types of authentication i.e. Plain Text authentication and Message Digest 5 (MD5) authentication. As a message/packet required authentication for both destinations. Read More …
Tag: Link State Routing Protocols
OSPF Type5 Message / LSAck Packet (Link State Acknowledgment)
Finally, Acknowledgements are needed once the LSR/LSU (request/reply) process is complete. Type5 OSPF Packets are used for this purpose which are called LSAck (Link State Acknowledgment). Consider the simple below topology with two Routers: After LSU’s, LSAck’s are sent as a confirmation message. It is obvious from the below detail, spend some time with it to understand it fully:
OSPF Type4 Message / LSU Packet (Link State Update)
Similar to LSR, LSU (Link State Update) is the response/reply to LSR. Each Link State Update packet carries a collection of link state advertisements one hop further from its origin. Consider the simple below topology with two Routers: LSU’s are generated in response to the LSR’s. It is obvious from the below detail, spend some time with it to understand it fully:
OSPF Type3 Message / LSR Packet (Link State Request)
LSR (Link State Request / Type3 OSPF Packets) is simply a request as obvious from its name. After DBD phase for first time, routers keep on sending LSR to keep the LSDB in sync. Consider the simple below topology with two Routers: After the Hello & DBD, Requests are made from Routers to query the missing Database Parts. It is obvious from the below detail, spend some time with it to understand it fully:
OSPF Type2 Message / DBD Packet (Database Descriptor)
DBD (Database Description or Type2 OSPF Packet) is a sort of summary of the OSPF Database in a router. DBD is used to check if the LSDB between 2 routers is the same. These packets are exchanged when an adjacency is being initialized. They describe the topology information a router has in its database. DBD uses poll-response procedure (master/slave). Master sends DBD packets/polls which are acknowledged by the slave. Consider the simple below topology with two Routers: As soon as we enable OSPF on the router interfaces, it starts exchanging Hello and DBD Packets. It is obvious Read More …