Quiz Entry - updated: 2026.07.05
What is k-Anonymity in the context of location services?
A cloaked region satisfies k-anonymity if it contains at least k users, so any one of them is indistinguishable from the other k−1 in the same region.
k-Anonymity means the cloaked region holds at least k users, so a single user is indistinguishable from the other k−1 users in that region. With k=10 ("10-anonymity"), you're one of 10 indistinguishable people in the same area.
Key consequences:
- Protection through the crowd: the higher k, the greater the anonymity.
- Adaptive region size: the cloaked area depends heavily on the surroundings — in dense cities a small region already contains enough people; in the countryside you need a much larger one.
- Practical challenge: in sparsely populated areas, very large regions are needed to gather enough users, which significantly reduces service quality.
Tip: k-anonymity hides you in a crowd rather than behind a wall — which is why it works beautifully downtown and poorly in the middle of nowhere.
Go deeper:
k-anonymity (Wikipedia) — the Samarati–Sweeney definition behind "indistinguishable from k-1 others".