LOGBOOK

HELP

Quiz Entry - updated: 2026.06.19

How do k-anonymity, l-diversity, and t-closeness relate as a "layered defense"?

They nest: k hides individuals in a crowd, l ensures the crowd holds varied secrets, t proves the crowd reflects reality — each a stricter superset of the last.

Concentric rings — k-anonymity, l-diversity, t-closeness — with differential privacy at the center.

* The nested rings: each inner model is a stricter superset of the outer. *

True structural database security comes from layering, not picking one model. Think of three nested rings:

  1. k-Anonymity (outer) — hide the individual in a crowd (group size).
  2. l-Diversity (middle) — ensure the crowd holds varied sensitive values (attribute variance).
  3. t-Closeness (inner) — prove each crowd's value distribution matches the real world (distribution alignment).

Each inner model presupposes the outer one and adds a stricter constraint. A t-close dataset is also l-diverse and k-anonymous. The natural next step beyond this stack is differential privacy.

Tip: Group size → variety of secrets → shape of secrets. Three questions, three rings, each tighter than the last.

From Quiz: PRIVACY / Re-identification Attacks & Privacy Defenses | Updated: Jun 19, 2026