TAXONOMY

Positioning systems can be classified in different categories

CATEGORYDESCRIPTION
PHYSICALposition is computed as a numerical value
SYMBOLICposition is computed as a logical value (e.g. city name)
ABSOLUTEposition is computed with a single reference system
RELATIVEposition is relative to some element of the infrastructure
CENTRALIZEDone nodes computes positions of the other nodes
DECENTRALIZEDeach nodes compute is own position

CHARACTERISTICS

There are several characteristics to aim for a positioning system

  • ACCURACY the error range of a measurements
  • PRECISION the trust degree of a measurements
  • SCALABILITY how much the positioning system can handle in terms of area of coverage and number of nodes
  • COSTS cost of maintenance deployment time, client capabilities
  • LIMITATIONS deployment environment that can host the positioning system (e.g. indoor/outdoor)

The deployment dictates what feature is requested from the positioning system together with application requirements and user constraints

flowchart LR
A[application requirements]
B[user constraints]
C[deployment environment]
D((positioning system\n capabilities))
A & B & C --> D

PREVIOUS NEXT