IP位置数据库

发布于 2024-08-14 02:55:54 字数 43 浏览 5 评论 0原文

互联网上有一些免费数据库。但了解它们是如何形成的很有趣。你能推荐一些吗?

There are some free databases on the internet. But it's interesting to know, in what way they are formed. Can you suggest some?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

策马西风 2024-08-21 02:55:54

MaxMind 有一个很好的描述:

GeoIP 背后的想法很简单,但过程很复杂。我们使用来自要求网络访问者提供其地理位置的网站的用户输入的位置数据。然后,我们通过一系列识别、提取和推断 IP 地址位置点的算法运行数百万个数据集。

MaxMind has a good description:

The idea behind GeoIP is simple but the process is complex. We employ user-entered location data from sites that ask web visitors to provide their geographic location. We then run millions of these datasets through a series of algorithms that identify, extract, and extrapolate location points for IP addresses.

挽袖吟 2024-08-21 02:55:54

没有将 IP 地址转换为地理位置的公式。您可以通过 IP 地址的注册者获得一些线索。但这并不完美。属于 Google 或 HP 的地址块可能不会告诉您太多信息,因为它们分布在许多位置。查看到达地址的网络路径(沿途的路由器)可以提供更多线索。大多数地理定位数据库都是以这种方式编译的 - 使用有关邻近 IP 地址的已知信息并做出最佳猜测。一些提供商会通过要求您更正他们对您的 IP 地址所在位置的最佳猜测来获取信息。

There isn't a formula to convert IP address to geographic location. You get some clue through whom the IP address is registered to. That isn't perfect, though. A block of addresses belonging to Google or HP may not tell you much since they are spread over many locations. Looking at the network path to reach an address (routers along the way) gives some more clues. Most geolocation databases are compiled in this fashion - using known information about neighboring IP addresses and making a best guess. Some providers will solicit information by asking you to correct their best guess of where your IP address is located.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文