Link state routing: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Howard C. Berkowitz
(New page: {{subpages}} {{TOC-right}} '''Link state routing''' is a paradigm for establishing the optimal topology of a network. It uses a distributed computation model, where the direct connections ...)
 
imported>Caesar Schinas
m (Robot: Changing template: TOC-right)
Line 1: Line 1:
{{subpages}}
{{subpages}}
{{TOC-right}}
{{TOC|right}}
'''Link state routing''' is a paradigm for establishing the optimal topology of a network. It uses a distributed computation model, where the direct connections of all [[router]]s in a given [[locality of networks|scope]] is flooded to all the other routers in that scope. Each then computes the shortest path to destinations from its position and connections.
'''Link state routing''' is a paradigm for establishing the optimal topology of a network. It uses a distributed computation model, where the direct connections of all [[router]]s in a given [[locality of networks|scope]] is flooded to all the other routers in that scope. Each then computes the shortest path to destinations from its position and connections.


For reasons of scaling, networks using link state routing, when of any appreciable size, use a hierarchical model, such that routers exist in a set of scopes, usually called '''areas''', of which they know the complete topology. They also know how to get to some shared backbone, through which all or most inter-area traffic passes. The routing domain also may have means of finding routers that can connect to destinations external to the domain.
For reasons of scaling, networks using link state routing, when of any appreciable size, use a hierarchical model, such that routers exist in a set of scopes, usually called '''areas''', of which they know the complete topology. They also know how to get to some shared backbone, through which all or most inter-area traffic passes. The routing domain also may have means of finding routers that can connect to destinations external to the domain.

Revision as of 05:39, 31 May 2009

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Link state routing is a paradigm for establishing the optimal topology of a network. It uses a distributed computation model, where the direct connections of all routers in a given scope is flooded to all the other routers in that scope. Each then computes the shortest path to destinations from its position and connections.

For reasons of scaling, networks using link state routing, when of any appreciable size, use a hierarchical model, such that routers exist in a set of scopes, usually called areas, of which they know the complete topology. They also know how to get to some shared backbone, through which all or most inter-area traffic passes. The routing domain also may have means of finding routers that can connect to destinations external to the domain.