CCSP · Question #89
Tokenization requires at least ____ database(s).
The correct answer is B. Two. Tokenization typically requires at least two databases: one for the original sensitive data and a separate token vault to store tokens and their mappings.
Question
Tokenization requires at least ____ database(s).
Options
- AOne
- BTwo
- CThree
- DFour
How the community answered
(32 responses)- A3% (1)
- B94% (30)
- D3% (1)
Why each option
Tokenization typically requires at least two databases: one for the original sensitive data and a separate token vault to store tokens and their mappings.
One database would imply storing both the sensitive data and the tokens in the same place, which defeats the security purpose of tokenization, which is to separate the sensitive data.
Tokenization usually involves separating the sensitive data from its tokenized representation. This setup typically requires at least two databases: one to store the actual sensitive data (often in a secure, segmented environment) and a separate 'token vault' database to store the tokens and their corresponding mappings to the original data, ensuring the original data is never stored with the token.
While more than two databases might be used for complex tokenization schemes, two is the minimum required for the fundamental separation of sensitive data from its tokenized representation.
Four databases are not a minimum requirement for the basic functional principle of tokenization.
Concept tested: Tokenization architecture
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-data-at-rest-azure#tokenization
Topics
Community Discussion
No community discussion yet for this question.