IP Geolocation Databases: Unreliable?(2011年)-LMLPHP

下载地址:IP geolocation databases: unreliable?: ACM SIGCOMM Computer Communication Review: Vol 41, No 2

被引用次数:472

 Abstract

IP地理定位最广泛使用的技术是建立一个数据库,以保持IP块和地理位置之间的映射。有一些数据库是可用的,并且经常被互联网上的许多服务和网站所使用。与人们普遍认为的相反,地理定位数据库还远没有像他们所声称的那样可靠。在本文中,我们对几个当前的地理位置数据库进行了比较——包括商业的和免费的——以深入了解它们的可用性的局限性。

Categories and Subject Descriptors

C.2.1 [Network Architecture and Design]: 网络拓扑(Network Topology )

General Terms

地理定位(Geolocation),测量(Measurement )

Keywords

精度(accuracy),可靠性(reliability )

1. INTRODUCTION

随着需要位置信息的互联网服务的出现,IP地理定位技术(即,将IP地址映射到相应主机的地理位置)成为许多这些服务的关键促成者。这类服务的例子包括在网页上做定向广告、显示当地事件和区域天气、自动选择首先显示内容的语言,以及根据区域政策限制内容传递。(targeted advertising on web pages, displaying local events and regional weather, automatic selection of languages to first display content and restricted content delivery following regional policies.

地理定位IP地址主要有两种模式:主动和被动。主动IP地理定位技术,通常基于延迟测量[1,2,3,4],可以达到所期望的属性,如精度(即,主动测量在许多情况下提供比地理定位数据库更好的结果)。然而,这些属性的代价是缺乏可伸缩性、高测量开销以及定位单个IP地址的几十秒到几分钟的高响应时间。这比使用被动方法,即数据库驱动的地理定位,要慢几个数量级。

[1] B. Gueye, A. Ziviani, M. Crovella, and S. Fdida, “Constraint-based geolocation of Internet hosts,” IEEE/ACM Transactions on Networking, vol. 14, no. 6, pp. 1219–1232, December 2006.

[2] V. N. Padmanabhan and L. Subramanian, “An investigation of geographic mapping techniques for Internet hosts,” in Proc. ACM SIGCOMM, August 2001.

[3] E. Katz-Bassett, J. John, A. Krishnamurthy, D. Wetherall, T. Anderson, and Y. Chawathe, “Towards IP geolocation using delay and topology measurements,” in Proc. ACM SIGCOMM IMC Conference, October 2006.

[4] B. Wong, I. Stoyanov, and E. G. Sirer, “Golocalization on the Internet through constraint satisfaction,” in Proc. USENIX WORLDS Workshop, November 2005.

数据库驱动的地理定位通常由一个数据库引擎(例如,SQL/MySQL)组成,其中包含一系列IP地址的记录,它们被称为块或前缀。地理位置前缀可以跨越地址空间的非CIDR子集,并且可能只跨越几个IP地址。地理定位数据库的例子是GeoURL [5],

04-17 01:51