Example with bandwidth constraint
Consider the network to the right, where a route has to be computed from router-A to the router-C satisfying bandwidth constrained of x- units, and link cost for each link is based on hop-count (i.e., 1). If x = 50 units then CSPF will give path A → B → C. If x = 55 units then CSPF will give path A → D → E → C. If x = 90 units then CSPF will give path A → D → E → F → C. In all of these cases OSPF and IS-IS will result in path A → B → C. However, if the link costs in this topology are different, CSPF may accordingly determine a different path. For example, suppose that as before, hop count is used as link cost for all links but A → B and B → C, for which the cost is 4. In this case: If x = 50 units then CSPF will give path A → D → E → C. If x = 55 units then CSPF will give path A → D → E → C. If x = 90 units then CSPF will give path A → D → E → F → C.References
*{{cite book , first=Mark , last=Ziegelmann , title=Constrained Shortest Path and Related Problems. Constrained Network Optimization , publisher= VDM Verlag Dr. Müller , url=http://d-nb.info/987067745 , year=2007 , isbn=978-3-8364-4633-4 MPLS networking Network protocols Internet protocols Routing protocols