Application Request Routing

Application Request Routing
Developer(s) Microsoft
Stable release
3.0 / 26 July 2013 (2013-07-26)
Development status Active
Written in C++[1]
Operating system Microsoft Windows
Available in English
Type Web server Software
License Proprietary
Website www.iis.net/downloads/microsoft/application-request-routing

Application Request Routing (ARR) is an extension to Internet Information Server (IIS), which enables an IIS server to function as a load balancer. With ARR, an IIS server can be configured to route incoming requests to one of multiple web servers using one of several routing algorithms. By load balancing requests, high availability of web servers can be achieved without incurring the typically-high costs of dedicated load balancing products (such as F5 Networks' BigIP).[2]

ARR is currently available in version 3.0, released on July 26, 2013. The current version is supported in x86 and x64, and can be installed on IIS 7.0 or later (Windows 2008 or later). ARR is available as a download from Microsoft's download center, or via Microsoft's Web Platform Installer (WebPI).

ARR requires the URL Rewrite extension to function, and uses it for routing requests. ARR can be configured to redirect traffic based on server variables, URLs, cookies and more, and performs full layer 7 load balancing. ARR's functionality can be described as a load balancing and reverse proxy, although it is not as advanced as some dedicated reverse proxy products such as Microsoft UAG and dedicated load balancing solutions.[3]

Features

ARR 3.0 supports the following features:

See also

IIS topics

References

  1. Lextrait, Vincent (February 2010). "The Programming Languages Beacon, v10.0". Retrieved February 12, 2010.
  2. "Application Request Routing".
  3. Schaefer, Ken; Cochran, Jeff; Forsyth, Scott; Glendenning, Dennis; Perkins, Benjamin (2012). "Chapter 17: IIS Scalability II: Load Balancing and ARR". Professional Microsoft IIS 8. UK: Wrox. p. 558. ISBN 978-1118388044. Retrieved 31 July 2013.

External links

This article is issued from Wikipedia - version of the 10/10/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.