Polyglot Technologist. Random Thoughts on Software and Computing, Tech and Science.

TwitterLinkedIngithubPublicationsAbout

Written in

by


This essay is on LBS the technique called Geo-fencing and its implications on privacy.

Location-based applications can bring many benefits to business processes. But poorly used or mismanaged, they can become a major area of concern. In this essay I will cover some background information on location based applications, some privacy concerns and finally some guidelines that should be considered by location-based software designers and developers.

Generally, location-based applications have been adopted at a much slower rate than anticipated. One space, the monitoring of employees in the field, seems to have quite a bit of traction.

Monitoring can either be passive or active.  Passive monitoring is when a client device on the field transmits its location coordinates to a server, and reports are generated on demand for things such as determining who should be dispatched to a particular job based on his/her location (i.e. distance from the job to do). Active monitoring is where monitoring is automated and alerts go off if some location-specific conditions are met, for example, when someone enters or leaves a predetermined region.  The technique for defining this area of active monitoring is called geo-fencing.

Geo-fencing is a software feature found on location-based systems that provide the ability to (visually) define (on a map) a boundary such as a 4-point geographic boundary or a radius, a boundary that defines the areas of "normal" or expected operation for assets such as vehicles, or even employees. Below is an example of a geo-fence:

"Items" that are monitored are constantly transmitting their location (coordinates) that are typically gathered using GPS, but other technologies such as RFIDs can be used to determine location. Coordinates are then transmitted, together with other information, to a server on the Internet. Back to geofencing, the defined boundaries are then automatically monitored by software and if crossed, an alert is fired. These alerts can be defined such that an individual person or other asset can be tracked with great granularity, providing great detail on the whereabouts of "assets". Monitoring people’s location is obviously an area of concern, but this automatic monitoring is even of greater concern, as it can be mismanaged, intentionally or not.

As a person who has been involved in the design and development of location-based solutions, I understand the benefits of geofencing, especially for tracking expensive and/or sensitive assets such as vehicles, (perishable) merchandise, or similar. But if applied to people, it MUST be properly managed, otherwise the use of this technology becomes a serious (privacy)
concern.

Because of these aforementioned concerns, tracking people’s location must be justified, and mainly limited to tracking non-people-type of assets. But if people must be tracked, designers and developers of location-based applications should consider the following guidelines: Guidelines for Location-based Service (LBS) Developers.

When designing and coding software, let’s be proactive, and respect the basic rules of privacy…

Related to this see:

  • Geofencing may keep employees in check, but they might not stick around (InfoWorld)
  • ceo