splithorizon
Split horizon is a routing principle used in computer networks to reduce the likelihood of routing loops in distance-vector routing protocols. The basic idea is that a router should not advertise a route back out of the same interface from which the route information was learned. By preventing information from re-entering the same network segment, the protocol can avoid generating inconsistent routes for neighboring routers on that segment.
Variants of split horizon exist. The standard form simply suppresses advertisements of learned routes on the
Scope and applicability. Split horizon is most associated with distance-vector routing protocols over multi-access networks, such
Implementation notes. Split horizon is an operational rule configured within routing software or devices and can
See also: routing loops, poison reverse, distance-vector routing, link-state routing.