论文标题
NBFTP:用于圆顶A远程天文观察的专用数据传输系统
NBFTP: A Dedicated Data Transfer System for Remote Astronomical Observation at Dome A
论文作者
论文摘要
圆顶A,南极洲被认为是几十年前以来地球上最好的天文遗址之一。从2008年,天文学家首次访问了它,就部署了数十个天文学观察和现场测试的设施。由于其特殊的地理位置,圆顶A和国内控制中心之间的数据和消息交换只能取决于虹膜。由于虹膜的链路带宽非常有限,因此网络流量成本非常昂贵,网络相当不稳定,因此在这种情况下,常用的数据传输工具(例如RSYNC和SCP)不适合。在本文中,我们设计并实施了一个名为NBFTP的数据传输工具(狭窄的带宽文件传输协议),以根据A. NBFTP使用统一的界面来安排所有类型的数据,并根据规则来安排所有类型的数据,并匹配不同数据类型的特定传输方案。还实施了突破点恢复和可扩展性功能。我们的实验结果表明,在检测要传输的数据时,NBFTP的网络流量比RSYNC少60%。当传输1KB的小文件时,NBFTP的网络流量消耗比RSYNC少40%。但是,随着文件大小的增加,NBFTP的网络流量消耗往往接近RSYNC,但仍然小于RSYNC。
Dome A, Antarctica has been thought to be one of the best astronomical sites on the earth since decades ago. From it was first visited by astronomers in 2008, dozens of facilities for astronomical observation and site testing were deployed. Due to its special geographical location, the data and message exchange between Dome A and the domestic control center could only depend on Iridium. Because the link bandwidth of Iridium is extremely limited, meanwhile the network traffic cost is quite expensive and the network is rather unstable, the commonly used data transfer tools, such as rsync and scp, are not suitable in this case. In this paper, we design and implement a data transfer tool called NBFTP (narrow bandwidth file transfer protocol) for the astronomical observation of Dome A. NBFTP uses a uniform interface to arrange all types of data and matches specific transmission schemes for different data types according to rules. Break-point resuming and extensibility functions are also implemented. Our experimental results show that NBFTP consumes 60% less network traffic than rsync when detecting the data pending to be transferred. And when transferring small files of 1KB, the network traffic consumption of NBFTP is 40% less than rsync. However, as the file size increases, the network traffic consumption of NBFTP tends to approach rsync, but it is still smaller than rsync.