Jump to content

Մասնակից:Tiruhi M/Ավազարկղ

Վիքիպեդիայից՝ ազատ հանրագիտարանից

Anycast, համացանցի հասցեագրման և երթուղայնացման մեթոդաբանություն, որտեղ մեկ ինտերնետային արձանագրության հասցեն համօգտագործվում է սարքերի (սովորաբար սերվերների) կողմից բազմաթիվ վայրերում: Երթուղիչները ստացողին ուղարկում են հասցեագրված փաթեթները դեպի ուղարկողին ամենամոտ գտնվելու վայրը՝ օգտագործելով իրենց սովորական որոշումների կայացման ալգորիթմները: Anycast երթուղղումը լայնորեն օգտագործվում է բովանդակության առաքման ցանցերի կողմից, ինչպիսիք են վեբ սերվերները և անունների սերվերները, իրենց բովանդակությունը վերջնական օգտագործողներին մոտեցնելու համար:

Պատմություն

Anycast երթուղայնացման մեթոդի առաջին փաստագրված օգտագործումը ինտերնետին միացված ծառայությունների բեռի հավասարակշռման համար գրանցվել է 1989 թվականին[1][2]։ Այս մեթոդը առաջին անգամ պաշտոնապես փաստագրվել է չորս տարի անց՝ 1993 թվականին: Այն առաջին անգամ կիրառվել է կրիտիկական ենթակառուցվածքների վրա 2001 թվականին[2]։

Առարկություններ

Early objections to the deployment of anycast routing centered on the perceived conflict between long-lived TCP connections and the volatility of the Internet's routed topology. In concept, a long-lived connection, such as an FTP file transfer (which can take hours to complete for large files) might be re-routed to a different anycast instance in mid-connection due to changes in network topology or routing, with the result that the server changes mid-connection, and the new server is not aware of the connection and does not possess the TCP connection state of the previous anycast instance.

In practice, such problems were not observed, and these objections dissipated by the early 2000s. Many initial anycast deployments consisted of DNS servers, using principally UDP transport.[3][2] Measurements of long-term anycast flows revealed very few failures due to mid-connection instance switches, far fewer (less than 0.017%[4] or "less than one flow per ten thousand per hour of duration"[1] according to various sources) than were attributed to other causes of failure. Numerous mechanisms were developed to efficiently share state between anycast instances.[5] And some TCP-based protocols, notably HTTP, incorporated "redirect" mechanisms, whereby anycast service addresses could be used to locate the nearest instance of a service, whereupon a user would be redirected to that specific instance prior to the initiation of any long-lived stateful transaction.[1][6]

Ինտերնետային արձանագրության 4-րդ տարբերակ

Anycast can be implemented via Border Gateway Protocol (BGP). Multiple hosts (usually in different geographic areas) are given the same unicast IP address and different routes to the address are announced through BGP. Routers consider these to be alternative routes to the same destination, even though they are actually routes to different destinations with the same address. As usual, routers select a route by whatever distance metric is in use (the least cost, least congested, shortest). Selecting a route in this setup amounts to selecting a destination.

Ինտերնետային արձանագրության 6-րդ տարբերակ

Anycast is supported explicitly in the IPv6 addressing architecture.Կաղապար:Ref RFC The lowest address within an IPv6 subnet (interface identifier 0) is reserved as the "Subnet Router" anycast address. In addition, the highest 128 interface identifiers within a subnet are also reserved as anycast addresses.Կաղապար:Ref RFC

Most IPv6 routers on the path of an anycast packet through the network will not distinguish it from a unicast packet, but special handling is required from the routers near the destination (that is, within the scope of the anycast address) as they are required to route an anycast packet to the "nearest" interface within that scope which has the proper anycast address, according to whatever measure of distance (hops, cost, etc.) is being used.

The method used in IPv4 of advertising multiple routes in BGP to multiply-assigned unicast addresses also still works in IPv6, and can be used to route packets to the nearest of several geographically dispersed hosts with the same address. This approach, which does not depend on anycast-aware routers, has the same use cases together with the same problems and limitations as in IPv4.

Ծրագրեր

With the growth of the Internet, network services increasingly have high-availability requirements. As a result, operation of anycast services has grown in popularity among network operators.

Դոմենի անվան համակարգ

All Internet root nameservers are implemented as clusters of hosts using anycast addressing.Կաղապար:Ref RFC All 13 root servers A–M exist in multiple locations, with 11 on multiple continents. (Root servers B and H exist in two U.S. locations.)[7][8][9] The servers use anycast address announcements to provide a decentralized service. This has accelerated the deployment of physical (rather than logical) root servers outside the United States. Many commercial DNS providers have switched to an IP anycast environment to increase query performance and redundancy, and to implement load balancing.[2]

Անցում դեպի ինտերնետային արձանագրություն 6

In IPv4 to IPv6 transitioning, anycast addressing may be deployed to provide IPv6 compatibility to IPv4 hosts. This method, 6to4, uses a default gateway with the IP address Կաղապար:IPaddr.Կաղապար:Ref RFC This allows multiple providers to implement 6to4 gateways without hosts having to know each individual provider's gateway addresses. 6to4 has been deprecatedԿաղապար:Ref RFC in response to native IPv6 becoming more prevalent.

Բովանդակության առաքման ցանցեր

Content delivery networks may use anycast for actual HTTP connections to their distribution centers, or for DNS. Because most HTTP connections to such networks request static content such as images and style sheets, they are generally short-lived and stateless across subsequent TCP sessions. The general stability of routes and statelessness of connections makes anycast suitable for this application, even though it uses TCP.[4][1]

Ցանցերի միջև միացում

Anycast rendezvous point can be used in Multicast Source Discovery Protocol (MSDP) and its advantageous application as Anycast RP is an intra-domain feature that provides redundancy and load-sharing capabilities. If the multiple anycast rendezvous point is used, IP routing automatically will select the topologically closest rendezvous point for each source and receiver. It would provide a multicast network with the fault tolerance requirements.[10]

Անվտանգություն

Anycast allows any operator whose routing information is accepted by an intermediate router to hijack any packets intended for the anycast address. While this at first sight appears insecure, it is no different from the routing of ordinary IP packets, and no more or less secure. As with conventional IP routing, careful filtering of who is and is not allowed to propagate route announcements is crucial to prevent man-in-the-middle or blackhole attacks. The former can also be prevented by encrypting and authenticating messages, such as using Transport Layer Security, while the latter can be frustrated by onion routing.

Հուսալիություն

Anycast is normally highly reliable, as it can provide automatic failover without adding complexity or new potential points of failure. Anycast applications typically feature external "heartbeat" monitoring of the server's function, and withdraw the route announcement if the server fails. In some cases this is done by the actual servers announcing the anycast prefix to the router over OSPF or another IGP. If the servers die, the router will automatically withdraw the announcement. "Heartbeat" functionality is important because, if the announcement continues for a failed server, the server will act as a "black hole" for nearby clients; this is the most serious mode of failure for an anycast system. Even in this event, this kind of failure will only cause a total failure for clients that are closer to this server than any other, and will not cause a global failure. However, even the automation necessary to implement "heartbeat" routing withdrawal can itself add a potential point of failure, as seen in the 2021 Facebook outage.

Ծառայությունների մերժման հարձակումների կանխում

In denial-of-service attacks, a rogue network host may advertise itself as an anycast server for a vital network service, to provide false information or simply block service.

Anycast methodologies on the Internet may be exploited to distribute DDoS attacks and reduce their effectiveness: As traffic is routed to the closest node, a process over which the attacker has no control, the DDoS traffic flow will be distributed amongst the closest nodes. Thus, not all nodes might be affected. This may be a reason to deploy anycast addressing.[11] The effectiveness of this technique depends upon maintaining the secrecy of any unicast addresses associated with anycast service nodes, however, since an attacker in possession of the unicast addresses of individual nodes can attack them from any location, bypassing anycast addressing methods.[12]

Տեղական և գլոբալ հանգույցներ

Some anycast deployments on the Internet distinguish between local and global nodes to benefit the local community, by addressing local nodes preferentially. An example is the Domain Name System. Local nodes are often announced with the no-export BGP community to prevent hosts from announcing them to their peers, i.e. the announcement is kept in the local area. Where both local and global nodes are deployed, the announcements from global nodes are often AS prepended (i.e. the AS is added a few more times) to make the path longer so that a local node announcement is preferred over a global node announcement.[13]

Ծանոթագրություններ

  1. 1,0 1,1 1,2 1,3 Woodcock, Bill (June 1996). «Best Practices in Anycast Routing» (PDF). Packet Clearing House.
  2. 2,0 2,1 2,2 2,3 Hernandez, Gael (10 October 2017). «Building and Operating a Global Anycast Network» (PDF). Eurasia Network Operators Group.
  3. Woodcock, Bill (14 November 2019). «TCP and Anycast». NANOG mailing list archive. North American Network Operators Group.
  4. 4,0 4,1 Levine, Matt; Lyon, Barrett; Underwood, Todd (June 2006). «TCP Anycast: Don't Believe the FUD - Operational experience with TCP and Anycast» (PDF). North American Network Operators Group.
  5. Herrin, William. «Anycast TCP Architecture». Վերցված է 11 October 2021-ին.
  6. Katz-Bassett, Ethan; Gao, Ryan (July 2019). «Impact of TCP Loss on Regional Application Performance» (PDF). Microsoft. «Azure Frontdoor uses anycast redirection to direct users to a nearby edge.»
  7. Home-page B-root DNS server, visited 8 Feb. 2015
  8. «Report on Root Nameserver Locations». Packet Clearing House. Վերցված է 21 February 2011-ին.
  9. «Root Server Technical Operations Assn». root-servers.org. Վերցված է 2013-02-16-ին.
  10. «Anycast Rendezvous Point». Cisco Systems. 1 June 2001.
  11. «ICANN Factsheet on root server attack on 6 February 2007» (PDF). Factsheet. The Internet Corporation for Assigned Names and Numbers (ICANN). 1 March 2007. Վերցված է 21 February 2011-ին.
  12. Metz, C. (2002). «IP Anycast: Point-to-(Any) Point Communication (sign-in required)». IEEE Internet Computing. IEEE. 6 (2): 94–98. doi:10.1109/4236.991450.
  13. Oki, Eiji; Rojas-Cessa, Roberto; Tatipamula, Mallikarjun; Vogt, Christian (2012-04-24). Advanced Internet Protocols, Services, and Applications (անգլերեն). John Wiley & Sons. էջեր 102 & 103. ISBN 978-0-470-49903-0. Արխիվացված օրիգինալից 2020-01-05-ին.

Արտաքին հղումներ