Jump to content

Application Request Routing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BenAriAtMicrosoft (talk | contribs) at 17:28, 1 August 2013 (New version of the article for ARR, with different text that is very different than the referenced one.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)


Application Request Routing
Developer(s)Microsoft
Stable release
3.0 / 26 July 2013; 11 years ago (2013-07-26)
Written inC++[1]
Operating systemMicrosoft Windows
Available inEnglish
TypeWeb server Software
LicenseProprietary
Websitewww.iis.net/downloads/microsoft/application-request-routing

Application Request Routing (ARR) is an extension to Internet Information Server (IIS), Microsoft's web server software application. Application Request Routing is an extension designed for improving reliability and scalability for web applications by performing rule-baser routing of requests, as well as distributed disk caching and client affinity (maintained via the use of session cookies). With ARR, hosting providers and Content Delivery Networks can optimize management costs and utilization of resources. [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:

  • Reverse proxy / web publishing
  • Support multiple load balancing algorithms
  • Health checking
  • Caching
  • Content delivery network (CDN)
  • SSL Offloading
  • Layer 4 and 7 routing decisions
  • Usage reporting
  • Cookie based affinity
  • Application affinity opt-out
  • Rich API
  • Websocket support

See also

IIS topics

References

  1. ^ Lextrait, Vincent (2010). "The Programming Languages Beacon, v10.0". Retrieved February 12, 2010. {{cite web}}: Unknown parameter |month= ignored (help)
  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. {{cite book}}: |access-date= requires |url= (help); Cite has empty unknown parameter: |1= (help); External link in |chapterurl= (help); Unknown parameter |chapterurl= ignored (|chapter-url= suggested) (help)