zoukankan      html  css  js  c++  java
  • 【Database Security 】What Students Need to Know

    Ref: Database Security What Students Need to Know .pdf

    While database security incorporates a wide array of security topics, notwithstanding,physical security, network security, encryption and authentication, 物理安全、网络安全、加密和身份验证

    this paper focuses on the concepts and mechanisms particular to securing data. 侧重数据安全的概念和机制

    Database security is built upon a framework encompassing three constructs: confidentiality, integrity and availability (Bertino & Sandhu,2005).

    • Confidentiality 保密性】 or secrecy refers to the protection of data against unauthorized disclosure 透漏
    • Integrity 完整性 refers to the prevention of unauthorized and improper data modification
    • Availability 可用性】 refers to the prevention and recovery from hardware and software errors as well as from malicious data access resulting in the denial of data availability (Bertino, Byun & Kamra, 2007).

    Mapping to these three constructs, a database security component in any course needs to cover:

    • access control 访问控制
    • application access 应用程序访问
    • vulnerability 脆弱性
    • inference 推理
    • auditing mechanisms 审计机制
  • 相关阅读:
    019_Mac实用的图像备份工具
    016_把普通用户免秘钥加入root用户的几种方式
    027_磁盘维护命令du等
    026_lsof命令经验总结
    004_wireshark专题
    029_mount bind挂载
    023_nginx跨域问题
    mysql-5.7 group commit 详解
    二段式提交协议
    mysql-5.7 密码过期详解
  • 原文地址:https://www.cnblogs.com/hbuwyg/p/11028743.html
Copyright © 2011-2022 走看看