Jump to content

Source routing

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Woohookitty (talk | contribs) at 08:47, 28 July 2011 (WPCleaner (v1.09) Repaired link to disambiguation page - (You can help) - Router). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer networking, source routing allows a sender of a packet to partially or completely specify the route the packet takes through the network. In contrast, in non-source routing protocols, routers in the network determine the path based on the packet's destination.

Source routing allows easier troubleshooting, improved traceroute, and enables a node to discover all the possible routes to a host. It also allows a source to directly manage network performance by forcing packets to travel over one path to prevent congestion on another.

In the Internet Protocol, two header options are available which are rarely used: "strict source and record route" (SSRR) and "loose source and record route" (LSRR). Because of security concerns, packets marked LSRR are frequently blocked on the Internet. If not blocked, LSRR can allow an attacker to spoof its address but still successfully receive response packets.[1]

Policy-based routing can also be used to route packets using their source addresses.

See also

References

  1. ^ Rik Farrow. "Source Address Spoofing". TechNet. Microsoft Corporation.

External links