DB에서는 프라이버시 보호를 위해 여러 가지 프라이버시 기법이 적용되는데 보통은 접근을 제어하거나 암호화하는 방식 등이 있다. 이들 중 암호화에는 차분 프라이버시((Differential Privacy, DP)라는 기법이 존재하는데, 이 기법은 DB에 노이즈를 추가해 탈취자가 DB의 내용이 어떤 사용자의 정보인지 추정하기 힘들게 하는 기법으로 본 논문에서는 이 기법들의 장단점을 비교, 분석하여 각 DP모델이 미션 어플리케이션 내에서 각 기능에 적합한지를 알아보고자 한다.
In DB, various privacy techniques are applied for privacy protection, and there are usually methods of controlling or encrypting access. Among these methods, there is a technique called differential privacy (DP), especially in encryption, which adds noise when storing DBs to make it difficult for attackers to identify a specific individual with DB data. Accordingly, by comparing and analyzing the advantages and disadvantages of differential privacy, we want to find out which DP model is advantageous to apply within the mission application.