Introduction To Web Based Geolocation
Description
Description:
In this class Eli the Computer Guy discusses the concepts behind Web Based Geolocation. He explains the 3 ways websites and web apps determine your current physical location, and shows you how to use web services and HTML 5 code to find where you, or a user, is.
Notes:
Your location is determined by either querying a database or by querying your devices built in GPS.
When major companies buy IP Addresses they have to state the physical location that the IP Address will be used at
Google and other companies use vehicles to scan for open wireless access points and they input the wireless SSID and MAC address along with the GPS coordinate where the information was scanned into a database.
Most geolocation is determined by linking the users current IP Address and network information to location information stored in a database
HTML 5 has built in geolocation support.
Triangulation is used to find the location of radio devices and is different then Web Based Geolocation.
Resources:
https://www.arin.net/
http://www.iplocation.net
http://www.w3schools.com/html/html5_geolocation.asp