简体   繁体   English

这是如何工作的。 寻找电话的三角测量

[英]How does this works. Triangulation to find a phone

The thing is a teacher of mine showed us an application that can show the location of a phone (within 1 - 2 km I think) just using the phone number, I asked him how was that possible and he said it uses triangulation to do that.事情是我的一位老师向我们展示了一个应用程序,它可以显示电话的位置(我认为在 1 - 2 公里内)只需使用电话号码,我问他这怎么可能,他说它使用三角测量来做到这一点.

I'm just curious about it, it is really possible, I'm learning android programming and that sounds awesome, so I'm really interested in it.我只是对它很好奇,这真的有可能,我正在学习 android 编程,这听起来很棒,所以我真的很感兴趣。 I really would like to know how it works.我真的很想知道它是如何工作的。

I'm not a native English speaker.我的母语不是英语。 If you don't understand something you can ask me.如果你有什么不明白的可以问我。

What you describe is not possible, except in specialized situations, such as:您描述的情况是不可能的,除非在特殊情况下,例如:

  • The phone number in question is for some landline or other fixed-location phone, in some country where the location can be inferred from some digits of the number.有问题的电话号码适用于某些固定电话或其他固定位置的电话,在某些国家/地区可以从号码的某些数字推断位置。 For example, in the United States, you used to have a good idea where the phone was located based on area code and "exchange" (next three digits after the area code).例如,在美国,您曾经根据区号和“交换”(区号后的三个数字)很好地了解电话所在的位置。 In general, I would not expect this to give you "within 1 - 2 km" results, and it would not involve triangulation.一般来说,我不希望这会给你“在 1 - 2 公里内”的结果,而且它不会涉及三角剖分。

  • The user of the phone with the phone number is running some app on that phone that reports the phone's location to some server, and the app that your teacher ran is querying that server to find the location given a phone number.具有电话号码的电话的用户正在该电话上运行某个应用程序,该应用程序将电话的位置报告给某个服务器,而您的老师运行的应用程序正在查询该服务器以查找给定电话号码的位置。 How the app on the user's phone determines its location would vary (GPS, cell tower triangulation, etc.).用户手机上的应用程序确定其位置的方式会有所不同(GPS、手机信号塔三角测量等)。 This approach has serious privacy implications, particularly if the user of the phone does not know that this app is publishing their location.这种方法具有严重的隐私影响,特别是如果手机用户不知道该应用程序正在发布他们的位置。

  • Your teacher has hacked into some system run by the mobile carrier, to query one of its servers that might have this location.您的老师入侵了移动运营商运行的某个系统,以查询可能拥有此位置的其中一台服务器。 If so, your teacher might get arrested, as this is illegal in some jurisdictions.如果是这样,您的老师可能会被捕,因为这在某些司法管辖区是非法的。

In general, it is not possible to find the location of a phone, given its number, for blindingly obvious privacy reasons.通常,由于明显的隐私原因,无法根据电话号码找到电话的位置。

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

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