What does anycast mean, when used in sentences like this?
Akamai is an anycast provider.
|
What does
| |||
|
feedback
|
|
What is it ?
Anycasting is designed to let one host initiate the efficient updating of router tables for a group of hosts. IPv6 can determine which gateway host is closest and sends the packets to that host as though it were a unicast communication. In turn, that host can anycast to another host in the group until all routing tables are updated. Explanation : On the Internet, anycast is usually implemented by using BGP to simultaneously announce the same destination IP address range from many different places on the Internet. This results in packets addressed to destination addresses in this range being routed to the "nearest" point on the net announcing the given destination IP address. For a DNS root servers, anycast provides a service where by clients send requests to the service address and the network delivers that request to at least one, preferably the closest, instance in the root server's anycastgroup. The Anycast scheme has two major benefits:
| ||||
|
feedback
|
|
From Wikipedia:
I really like the diagrams they use, so I'll copy them over to here. These will help if you are a visual learner like me.
| ||||
|
feedback
|
|
Anycast is a network addressing and routing scheme whereby data is routed to the "nearest" or "best" destination as viewed by the routing topology. | |||
|
feedback
|