Shortest path first (SPF) is the algorithm used by IS-IS and OSPF routing protocols to calculate the topological information from the received link state updates. You can find more information about SPF calculation follow the link Dijkstra’s algorithm. Partial SPF is an efficient shortcut used by the routers to speed up the process of route [...]