-
Anycast service is a new service model supporting distributed duplication.
选播是一种支持分布式服务器复制的新的服务模型。
-
Unfortunately, anycast does not fit well with TCP and is rarely used in that scenario.
美中不足,Anycast与TCP协议适应的不是很好,所以很少应用在那些方案中。
-
Anycast is a routing technique where a single IP address maps to multiple physical servers.
Anycast是一个IP地址映射多个物理主机的路由技术。
-
The protocols and standards for anycast are under the discussion, but have not reached a consensus.
关于选播的一些协议和标准正在讨论之中,但仍然没有达成共识。
-
Most of the DNS servers themselves use anycast to achieve high availability and low latency of the DNS lookups.
大多数DNS服务器使用Anycast来获得高效低延迟的DNS查找。
1. Anycast最初是在RFC1546中提出并定义的,它的最初语义是,在IP网络上通过一个Anycast地址标识一组提供特定服务的主机,同时服务访问方并不关心提供服务的具体是哪一台主机(比如DNS或者镜像服务),访问该地址的报文可以被IP网络路由到这一组目标中的任何一台主机上,它提供的是一种无状态的、尽力而为的服务。目前对于Anycast的中文译称主要有,“任播”、“泛播”、“选播”等,本文一律使用“任播”一词,或者直接使用英文单词“Anycast”。
2. 任播(Anycast),又称为选播、泛播或任意播,是IPv6中定义的一种新型通信服务,是IPv6中三大通信方式之一,该定义最早由C Partridge在RFC1546中首次提出,但是RFC1546对任播的描述仅仅是一个实验性的服务。