Source routing

From HandWiki
Short description: Allows a sender specify the route the packet takes through the network

In computer networking, source routing, also called path addressing, allows a sender of a data packet to partially or completely specify the route the packet takes through the network.[1] In contrast, in conventional routing, routers in the network determine the path incrementally based on the packet's destination. Another routing alternative, label switching, is used in connection-oriented networks such as X.25, Frame Relay, Asynchronous Transfer Mode and Multiprotocol Label Switching.

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

Many high-performance interconnects including Myrinet, Quadrics,[2] IEEE 1355, and SpaceWire support source routing.

Internet Protocol

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).[3] Because of security concerns, packets marked LSRR are frequently blocked on the Internet. If not blocked, LSRR can allow an attacker to spoof an address but still successfully receive response packets by forcing return traffic for spoofed packets to return through the attacker's device.[4]

In IPv6, two forms of source routing have been developed. The first approach was the Type 0 Routing header.[5] This routing header was designed to support the same use cases as the IPv4 header options. As there were several significant attacks against this routing header, its utilisation was deprecated.[6] A more secure form of source routing was being developed within the IETF (As of 2017) to support the IPv6 version of segment routing.[7]

Software-defined networking

Software-defined networking can also be enhanced when source routing is used in the forwarding plane. Studies have shown significant improvements in convergence times as a result of the reduced state that must be distributed by the controller into the network.[8][9]

Myrinet

When using source routing with Myrinet, the sender of the packet prepends the complete route, one byte for every crossbar, to each packet header. Each crossbar examines the first routing byte of the packet. When using source routing, that byte indicates a particular port of that crossbar; when that port becomes available, the router discards that routing byte and sends the rest of the packet out that port.[2]

SpaceWire

Each packet traveling through a SpaceWire network can use path addressing (source routing) or logical addressing or some combination. The router examines the first data character of the packet; when it indicates some specific port of the router, the router discards that routing character and sends the rest of the packet out that port.[10][11][12]

See also

References

  1. Carl A. Sunshine (1977), "Source routing in computer networks", ACM SIGCOMM Computer Communication Review 7: 29, doi:10.1145/1024853.1024855, http://dl.acm.org/citation.cfm?id=1024855 
  2. 2.0 2.1 Patrick Geoffray; Torsten Hoefler (26–28 August 2008). "Adaptive Routing Strategies for Modern High Performance Networks". 16th IEEE Symposium on High Performance Interconnects. IEEE. p. 2. doi:10.1109/HOTI.2008.21. ISBN 978-0-7695-3380-3. http://htor.inf.ethz.ch/publications/img/mx_routing-geoffray.pdf. 
  3. Internet Protocol, IETF, September 1981, doi:10.17487/RFC0791, RFC 791, https://tools.ietf.org/html/rfc791 
  4. Rik Farrow (August 2007). "Source Address Spoofing". http://www.rikfarrow.com/Network/net0300.html. 
  5. Deering, S.; Hinden, R. (December 1998), Internet Protocol, Version 6 (IPv6) Specification, IETF, doi:10.17487/RFC2460, RFC 2460, https://tools.ietf.org/html/rfc2460 
  6. Abley, J. (December 2007), Deprecation of Type 0 Routing Headers in IPv6, IETF, doi:10.17487/RFC5095, RFC 5095, https://tools.ietf.org/html/rfc5095 
  7. IPv6 Segment Routing Header (SRH), IETF, July 2017, I-D draft-ietf-6man-segment-routing-header-07, https://tools.ietf.org/html/draft-ietf-6man-segment-routing-header-07 
  8. Soliman, Mourad; Nandy, Biswajit; Lambadaris, Ioannis; Ashwood-Smith, Peter (2012-12-10). "Source routed forwarding with software defined control, considerations and implications". Proceedings of the 2012 ACM conference on CoNEXT student workshop. ACM. p. 43–44. doi:10.1145/2413247.2413274. ISBN 978-1-4503-1779-5. 
  9. Peter Ashwood-Smith. "SDN State Reduction". IETF. http://www.ietf.org/proceedings/87/slides/slides-87-sdnrg-4.pdf. 
  10. Steve Parkes. "SpaceWire User’s Guide". 2012. p. 20.
  11. Paul Walker, Barry Cook. "SpaceWire: Key principles brought out from 40 year history". 2006. p. 5.
  12. S.M. Parkes and C. McClements. "SpaceWire Networks". 2002. page 61.4.

External links