当前位置:网站首页>How does the whole network display IP ownership?
How does the whole network display IP ownership?
2022-07-02 11:06:00 【Python_ chichi】
In order to further standardize the domestic network public opinion , The state stipulates that all Internet platforms need to display IP Attribution information . Microblogging 、 Tiktok 、 Official account and other platforms have been launched in succession IP Home function , This marks the further standardization of domestic speech .
But how do Internet platform providers pass IP Locate... In our area ? What is the principle behind this ?IP What are the practical applications behind the place of belonging ? Today we are going to talk about it IP The technical principle behind the place of ownership .
How to use IP Address found ?
In our impression , We all know that we can go through IP Address find someone . But when we think about it , We'll find out that IP Address and geographical location are not directly related . Then how did we get through IP The address found the address ?
The answer is : Through autonomous systems (Autonomous System).
The Internet is a network composed of different networks , Autonomous system is composed of Internet Large scale network , Connect to Internet Every computer or device in is connected to a AS. And every autonomous system has a code , We call it ASN.
[ Failed to transfer the external chain picture , The origin station may have anti-theft chain mechanism , It is suggested to save the pictures and upload them directly (img-LkFzRPIq-1656501139828)(https://upload-images.jianshu.io/upload_images/27580433-be4b1371f918e3a3.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)]
It can be said that AS Similar to a post office in a town . Mail goes from one post office to another , Until you reach the right town , Then the post office in the town will deliver mail in the town .
Every AS All control a specific set of IP Address , Just as the post office in each town is responsible for delivering mail to all addresses in the town .
Usually , Every AS By a single large organization ( for example Internet Service provider (ISP)、 Large enterprise technology companies 、 Universities or government agencies ) operating .
Come here , We can clarify such a logical relationship :IP Address -> Address block -> Autonomous network coding (ASN) -> organization -> Country
.
adopt IP Address , We can locate a general geographical location , for example : Chaoyang District of Beijing 、 Nanshan District, Shenzhen, etc . For example, my present IP The address belongs to the code AS4xxx
This autonomous network , Through this ASN You can know the location is in Shenzhen, China , This ASN The organization of the code is China Telecom
.
But by ASN You can only find the geographical location at the county or district level , No matter how thin the position is, you can't find it .
But sometimes students say : He was checked on the water meter , Directly locate a unit or a household ? In fact, the principle is very simple !
As we said above, it can be based on IP Address to ASN Organization , and ASN The organization is IP When assigning addresses , Will be carried out IP Address assignment record .
Some IP Who is the address assigned to , All recorded clearly . So the police uncle wants you to have tea , It's not just a matter of grasping one by one .
But a hint is , Not everyone has the right to query these data from operators . So those who say they can climb the Internet cable to find you , Basically, you can ignore , It's all scaring you .
Only the police uncle filed a case , And the data can be queried only after the relevant procedures are presented .
IP The privacy of the address
Is it that only operators can find someone's address information ? In the age of big data , Various Internet applications collect a lot of data and information , They can actually use this information , Infer someone's approximate address location .
For example, baidu map will always use App SDK And the way the web page records IP Association with address location , And allow reverse queries , That is, according to IP Address reverse query to a certain location , This data may be accurate to hundreds of meters .
In fact, not only domestic companies will do this , In fact, foreign companies will do the same , Like Google And I did . But foreign countries have very strict control on this aspect , Therefore, they will clearly disclose the user's privacy data used , It also provides corresponding functions to enable users to turn off .
A friend said , Then I can use VPN change IP, Is that something App I don't know my exact location ? It's not , Because your neighbor can betray you .
some App Find out , Around the neighbors WIFI、 Bluetooth is very similar to yours . And when someone WiFi When the signal disappears , The neighbors also disappeared simultaneously .
Then they can guess , You hide your truth IP, Your geographical location is very close to your neighbors . This is the application in the era of big data .
therefore , When some devices pop up 「 Whether to allow scanning of local devices 」 when , You have to choose carefully . If it wasn't for the intranet NAS Or screen projection , There is basically no need to allow this operation , This operation is stealing your personal privacy information .
If you allow this operation , Then he will start scanning the device information of the whole lan , Then write it down .
Final , It will your IP Address 、 mobile phone IMEI、WiFi When the information is put together , So as to make some commercial information , for example —— You searched the keyword house on the computer , After you brush your mobile phone, Tiktok will push you real estate advertisements .
To put it bluntly ,「 Find and connect to devices on your local network 」 The use of provides convenience for cross platform advertising , From the perspective of personal information protection and privacy protection experience , This kind of monitoring of equipment 、 Tracking may cause concern to users .
Reference material
- What is an autonomous system ?| What is? ASN?| Cloudflare
- IP How accurate can the address be , How to protect privacy ?- Luv Letter Answer - You know
- IP How accurate can the address be , How to protect privacy ?- Happy Ennding Answer - You know
Everyone leave a message and see their own ip Place of belonging .
One 、Python Learning routes in all directions
Python All directions are Python Sort out the common technical points , Form a summary of knowledge points in various fields , The use of it is , You can find the corresponding learning resources according to the above knowledge points , Make sure you learn more comprehensively .
Two 、 Learning software
If a worker wants to do a good job, he must sharpen his tools first . Study Python Common development software is here , It saves you a lot of time .
3、 ... and 、 full set PDF e-book
The advantage of books lies in authority and sound system , When you start learning, you can just watch videos or listen to someone , But when you're done , You think you've mastered , At this time, it is suggested to read books , Reading authoritative technical books is also the only way for every programmer .
Four 、 Getting started video
When we were watching videos to learn , You can't just move your eyes and brain without hands , A more scientific way to learn is to use them after understanding , At this time, the hand training program is very suitable .
5、 ... and 、 Practical cases
Optical theory is useless , Learn to knock together , Do it , Can you apply what you have learned to practice , At this time, we can make some practical cases to learn .
6、 ... and 、 Interview information
We learn Python Must be to find a well paid job , The following interview questions are from Ali 、 tencent 、 The latest interview materials of big Internet companies such as byte , And the leader Ali gave an authoritative answer , After brushing this set of interview materials, I believe everyone can find a satisfactory job .
This full version of Python The full set of learning materials has been uploaded to CSDN official , Friends can scan the bottom of wechat if necessary CSDN Officially certified QR codes are available for free 【 Guarantee 100% free
】.
边栏推荐
- 首份中国企业敏捷实践白皮书发布| 附完整下载
- 如何使用IDE自动签名调试鸿蒙应用
- How to implement tabbar title bar with list component
- Hdu1228 a + B (map mapping)
- PCL 投影点云
- [TS] 1368 seconds understand typescript generic tool types!
- Creation and use of unified links in Huawei applinking
- Nodejs+express+mysql simple blog building
- Special topic of binary tree -- acwing 3384 Binary tree traversal (known preorder traversal, while building a tree, while outputting middle order traversal)
- 【ARK UI】HarmonyOS ETS的启动页的实现
猜你喜欢
[play with FPGA learning 2 in simple terms ----- design skills (basic grammar)]
一招快速实现自定义快应用titlebar
QT学习日记7——QMainWindow
【AGC】如何解决事件分析数据本地和AGC面板中显示不一致的问题?
JSP webshell免杀——webshell免杀
Analysis of hot spots in AI technology industry
华为游戏初始化init失败,返回错误码907135000
Special topic of binary tree -- acwing 18 Rebuild the binary tree (construct the binary tree by traversing the front and middle order)
实验电镜距离测量之Matlab处理
TIPC 寻址2
随机推荐
PCL之K-d树与八叉树
二叉树专题--AcWing 3384. 二叉树遍历(已知先序遍历 边建树 边输出中序遍历)
JVM之垃圾回收器
Huawei game failed to initialize init with error code 907135000
二叉树专题--P1030 [NOIP2001 普及组] 求先序排列
主键策略问题
华为AppLinking中统一链接的创建和使用
使用华为性能管理服务,按需配置采样率
洛谷 P4281 [AHOI2008]紧急集合 / 聚会(树上倍增 LCA)
flink二開,實現了個 batch lookup join(附源碼)
Logu p3398 hamster looks for sugar (double LCA on the tree to judge whether the two paths in the tree intersect)
如何用list组件实现tabbar标题栏
(5) Gear control setting of APA scene construction
One trick to quickly realize custom application titlebar
K-d tree and octree of PCL
How to transfer event objects and user-defined parameters simultaneously in Huawei express applications
【深入浅出玩转FPGA学习2----设计技巧(基本语法)】
C#中索引器
Set the playback speed during the playback of UOB equipment
华为游戏初始化init失败,返回错误码907135000