简体   繁体   English

跟踪IP地址的确切位置

[英]Track the exact location of IP address

I am trying to create an app to find the exact location of IP address. 我正在尝试创建一个应用程序以查找IP地址的确切位置。 I did some research on IP addresses and many more. 我对IP地址等进行了一些研究。 But whenever I try to locate an IP address it provides the location of Internet Service Provider. 但是,每当我尝试查找IP地址时,它都会提供Internet服务提供商的位置。 I want to track the exact geolocation or long & lat of that place. 我想追踪该地点的确切地理位置或经纬度。 So can anyone help me out to let me know how to find the geolocation of Dynamic IP address 那么谁能帮我一个忙,让我知道如何找到动态IP地址的地理位置

The information upon which such a service might (hypothetically) be based is not available. 此类服务可能(假设)所基于的信息不可用。 Ergo, the ISP level information is about as good as you are likely to get for wired IP addresses. 因此,ISP级别的信息与有线IP地址的信息一样好。

@salocinix wrote: @salocinix写道:

"The exact position of an end-user's IP is only store at the ISP database and is normally not given away." 最终用户IP的确切位置仅存储在ISP数据库中,通常不会泄露。

The second part is definitely true. 第二部分肯定是正确的。 They don't and shouldn't give away details about their customers' physical locations. 他们不会也不应泄露有关客户实际位置的详细信息。 There are obvious privacy concerns with doing that. 这样做有明显的隐私问题。

But it is quite possible that the ISP doesn't store the customer's physical location at all . 但它很可能是ISP 存储用户的物理位置在所有 Certainly, there is no need for them to store it in the form of longitude and latitude. 当然,他们不需要以经度和纬度的形式存储它。 Whether they need to store it depends on who owns the wires. 他们是否需要存储,取决于谁拥有电线。 In Australia for instance, many customers' ISPs don't own the wires that carry the traffic to the customers' dwelling. 例如在澳大利亚,许多客户的ISP都不拥有将流量传送到客户住宅的电线。 In that case, the ISP (in theory) only needs to know the billing address for the customer. 在那种情况下,ISP(理论上)只需要知道客户的帐单地址。 And then there is the case of ISPs who sell internet connectivity for mobile devices ... where the physical location of a given IP address can change on a minute-by-minute basis. 然后是ISP出售移动设备的Internet连接的情况……给定IP地址的物理位置可能会每分钟发生变化。


... just asking because google maps shows the exact location of my PC on map how does it work ...只是问是因为google maps在地图上显示了我的PC的确切位置,它是如何工作的

The PC is most likely geolocating itself via a combination of GPS and triangulation of local wireless base stations. PC最有可能通过GPS和本地无线基站的三角测量相结合来进行自身定位。

The exact position of an end-user's IP is only store at the ISP database and is normally not given away by the IS-provider. 最终用户IP的确切位置仅存储在ISP数据库中,通常不会由IS提供者提供。 Try out the following link, you'll not achieve much more precision. 试用以下链接,您将无法获得更高的精度。

http://www.iplocation.net/index.php http://www.iplocation.net/index.php

I urge you to read the following thread on NANOG which was written by Fred Baker of Cisco, author of 50 network related RFC's. 我敦促您阅读NANOG上的以下主题 ,该主题由Cisco的Fred Baker撰写,他是50个与网络相关的RFC的作者。

Well, let me ask you you think 171.70.120.60 is. 好吧,让我问您您认为171.70.120.60是。 I'll give you a hint; 我会给你一个提示; at this instant, there are 72 of us. 此刻,我们有72个人。 Here's another question. 这是另一个问题。 Whom would you suspect 171.71.241.89 is? 您会怀疑谁171.71.241.89是谁? At this point in time, I am in Barcelona; 现在,我在巴塞罗那。 if I were home, that would be my address as you would see it, but my address as I would see it would be in 10.32.244.216/29. 如果我在家,那将是您看到的我的地址,但是我看到的是我的地址在10.32.244.216/29中。 There might be several hundred people you would see using 171.71.241.89; 您可能会看到数百人使用171.71.241.89;

Geolocating is gimmicky at best. 地理定位最多是花哨的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM