I'm not looking for a service that does this. I'm just curious as to how geolocation works.
|
feedback
|
|
As I understand it, IP subnets are assigned to the providers upstream of your service providers - each IP range is therefore flagged as being within the country of origin of that provider, so each IP within that range is assumed to be within that country. This is not foolproof - we previously had satellite broadband provided to us (in the UK) by a Belgian provider. Each time we googled anything, we'd be offered to see only pages within Belgium. | |||
|
feedback
|
|
Mapping IP addresses to geolocations is done via tables, where an IP maps to a particular location. This location, however, does't need to be accurate, since IP addresses don't carry any information about their locations, these are approximated. From http://en.wikipedia.org/wiki/Geolocation_software:
| |||
|
feedback
|
|
There are a number of organizations that manage the allocation of IP addresses, such as the American Registry of Internet Numbers (ARIN). These organizations maintain master lists of allocated IP address blocks and where they are allocated to, and publish updated lists frequently. Geolocation software takes full advantage of these lists and provides quick methods of mapping IP addresses to countries. Generally commercial products will strive for more accuracy and utilize other data sources as well. Check out the Geolocation Software article on wikipedia for some interesting links on the topic. | |||
|
feedback
|
|
There's in the internet infrastructure something called an Autonomous System, defintion here Each provider has been assigned at least one of these. An AS has a unique ASN (Autonomous System Number), within that AS one can have networks (WAN & LAN). These are assigned to providers, which off course have a location, so the routing protocols know by the ASN what zone they're in. Using WHOIS services one can determine who an IP address belongs to, as most of us are assigned an IP address by our provider when going online, on WHOIS, you'll mostly find the town of the provider you're in. But WHOIS a website, you'll find it's owner, so Geolocation uses that service a lot. | |||
|
feedback
|
|
For a quick start into geolocation, open a command line and enter | |||
|
feedback
|